fleetlisted
Install: claude install-skill djnsty23/claude-auto-dev
# Fleet
One view of every session on this machine, and the unanswered question each
blocked one is sitting on.
## The common case — just answer the question
Most of the time the user wants the answer, not a browser. Run:
```bash
node "$CLAUDE_PLUGIN_ROOT/scripts/fleet-status.js" --pending
```
That prints only the blocked sessions with their questions and options, plus the
population it scanned. **Report the population line.** A bare "nothing is
blocked" is indistinguishable from a probe that read nothing.
For the whole fleet, drop `--pending`. `--days N` widens the window (default 2).
## The board
For a live view that refreshes off disk every 15 seconds:
```bash
node "$CLAUDE_PLUGIN_ROOT/scripts/fleet-board.js"
```
Serves `http://127.0.0.1:7717` on loopback only. Blocked sessions sort first and
expand to show their question inline.
## Notifications
A pending panel is perishable — measured, panels were answered inside fifteen
minutes — so a board you must remember to open misses the window it exists for.
To be tapped instead:
```bash
node "$CLAUDE_PLUGIN_ROOT/scripts/fleet-notify.js" --watch 120
```
Fires once per panel, not per scan. `--dry` prints what would fire without
notifying; `--test` sends one sample toast.
To run it permanently, `install-fleet-notify-task.ps1` registers a scheduled task
(every 2 min, interactive, hidden). Check it is doing the WORK, not merely
launching — Task Scheduler's "Last Result: 0" only means the launcher started:
```bash
cat "