Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/vmobifystudio/app-dev-team/app-statusgit clone --depth 1 https://github.com/vmobifystudio/app-dev-teamWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00019 | $0.02232 |
| Opus 5 | $0.00010 | $0.01116 |
| Sonnet 5 | $0.00004 | $0.00446 |
| Haiku 4.5 | $0.00002 | $0.00223 |
Grade A, and why
app-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/app-status — Where are we?
Steps
-
Print the project's one-line vision from
docs/00-vision.md(first heading + first paragraph). -
Print the current sprint goal from
docs/30-sprint-plan.md. -
Print the board summary from
docs/31-board.md:- Count of tickets per status (todo / in_progress / review / qa / done / blocked)
- List any
blockedrows or rows with notes - Run the board doctor (
board-doctorskill) and print its verdict:
Anomalies go at the top of the status output, not the bottom. Anode "${CLAUDE_PLUGIN_ROOT}/scripts/board-doctor.mjs" docs/31-board.mdstrandedticket is the single most important thing on this screen: it is work the sprint loop will never surface on its own. 3aa. Say whichqarows have actually landed.qanow covers two states and they need different answers:
node "${CLAUDE_PLUGIN_ROOT}/scripts/merge-reconcile.mjs" --root .AWAITING INTEGRATION: …→ those tickets passed the merge gate and the wave has not run. Print them as "gated, not yet landed" with the command that lands them (wave-integrate.mjs --wave <N>). This is the loop working, not a fault.BLOCKED — claims integrated code that is NOT in <base>→ a ticket says it shipped and git disagrees. That goes at the top of this screen next to the doctor's anomalies.
Without this, a founder reading
4 in qacannot tell "four features are on the integration branch" from "four features are approved and still sitting on their own branches".
3a. Render the board so the shape is visible, not tabular:
node "${CLAUDE_PLUGIN_ROOT}/scripts/board-render.mjs" docs/31-board.md --out docs/32-board-view.md
Print the kanban, the per-owner load, and the NEEDS ATTENTION block. --out is not optional:
without it, checking status never refreshes the committed docs/32-board-view.md, which is the
view humans actually read on GitHub — it silently drifts away from the board it claims to show.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 145 lines · 19 tokens per session scan A 2d44098568a1
app-status is a command published in the GitHub repository vmobifystudio/app-dev-team (4 stars, last pushed 22d ago), licensed MIT. It adds 19 tokens to every session and 2,232 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
factory-report
Linear status report across configured repos — queue depth, triage backlog, ready-to-dispatch, blocked/held.
analyze-cluster-postmortem
Postmortem analysis of cluster failures → OPTIMIZE PROMPTS to work for EVERY use case.
ab
Show Kanban board or list view (shortcut for board).
factory-ticket
Implement exactly one already-claimed Linear ticket in the current worktree.
factory-next
Recommend and optionally run the next factory stage for this repo.
sprint-status
Show status across active parallel sessions.