← ClaudeAtlas

statuslisted

Report where a devteam project actually stands — what is running, what is blocked, what is waiting on the client, what was decided without them, and what the evidence says has genuinely been discharged. Reads the board, the record and the tree; changes nothing.
alternative-intelligence-cp/claude-skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill alternative-intelligence-cp/claude-skills
# Status Answer the question **"where is it?"** honestly, from evidence, in under twenty lines. **Change nothing** — not the board, not a title line, not a stale claim you happen to notice. Say it is stale and let the loop recover it. ## Read, then report `BOARD.md` for the live picture · the last entries of `RECORD.md` · task title lines for real states · `git log` for what actually landed. ```bash python3 "${CLAUDE_PLUGIN_ROOT}/scripts/check_trace.py" . ``` ## Report, in this order 1. **Phase and width** — onboard, plan, build, harden or deliver. 2. **In flight** — each task, since when, on what model, and *what its supervisor last reported*. A claim with no live agent is **stale**: say so. **Then one line per open sandbox**, read from `devteam/.run/locks/*.sandbox` — task, step, id, whether the pid is live, and the root. A headless worker is invisible to `ListAgents` (P-14b), so without this line a task that is actively being worked reads here as a task with nobody on it. 3. **Waiting on the client** — every open question, its class, and how long it has been waiting. Put this above "done" if anything is here; it is the only part the client can act on. 4. **Decided without the client** — count, and the ones still cheap to reverse (P-27). 5. **Progress, by evidence** — requirements `discharged` **with acceptance evidence recorded**, out of the total. Not tasks closed; not a percentage of anything. A task closed without its acceptance crite