Borrowing it
Nothing to install: this file belongs to joshuaboys/gx. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/joshuaboys/gx/main/.claude/commands/plan-status.mdgit clone --depth 1 https://github.com/joshuaboys/gxWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/joshuaboys/gx/plan-status)<a href="https://agentmods.dev/commands/joshuaboys/gx/plan-status"><img src="https://agentmods.dev/badge/commands/joshuaboys/gx/plan-status.svg" alt="Measured on agentmods" height="20"></a>What 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.1 | $0.00000 | $0.00322 |
| Opus 5 | $0.00000 | $0.00161 |
| Sonnet 5 | $0.00000 | $0.00064 |
| Haiku 4.5 | $0.00000 | $0.00032 |
Grade A, and why
plan-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 8d ago.
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.
This is a copy
100% identical to plan-status — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
/plan-status
Review the current state of APS planning in this project.
Instructions
Scan all APS artefacts and give a concise status report.
What to check
- Read
plans/index.aps.md— overall plan status - Read all files in
plans/modules/— module statuses - Check for work items and their statuses across all modules
- Read any action plans in
plans/execution/ - Run
./bin/aps lintif available to check for validation errors
Report format
Provide a summary like this:
## APS Status
**Plan:** [Plan title from index]
**Modules:** N total (N complete, N ready, N draft)
### Ready / In Progress
- AUTH-001: [title] — [status]
- AUTH-002: [title] — [status]
### Blocked
- SESSION-001: [title] — Blocked: [reason]
### Recently Completed
- CORE-001: [title]
### Validation
- [N errors, N warnings from aps lint]
### Suggested Next
- [What to work on next based on dependencies and status]
After reporting
Ask the user if they want to:
- Start working on a Ready item
- Update any statuses
- Add new work items
- Create an action plan for a complex item
Reminders
- Re-read the relevant module spec before starting any work
- Check dependencies — don't start blocked items
- Update statuses immediately as work progresses
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.
- 8d ago First seen · 58 lines · 0 tokens per session scan A 669b61861e07
plan-status is a command published in the GitHub repository joshuaboys/gx (10 stars, last pushed 26d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 322 tokens. A static security scan graded it A with 0 findings. It is 100% identical to plan-status, differing in 0 lines, and is treated as a copy.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.