gx: Command for Claude Code

.claude/commands/plan-status.md

plan-status is a command for Claude Code from joshuaboys/gx. It costs 0 tokens per session (322 once invoked), scanned A, a copy of plan-status, MIT.

A command for checking the status of APS planning documents, including plans, modules, work items, action plans, and validation results.

In plain words
What is it for?
Use it to review project planning, check dependencies and lint results, identify the next work items, and decide whether to start or update planned work.
Why use it?
It gives a concise view of what is complete, ready, in progress, blocked, or affected by planning errors.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is joshuaboys/gx's own configuration. It tells Claude Code how to work on gx itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything gx configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/joshuaboys/gx/main/.claude/commands/plan-status.md
Clone the repo
git clone --depth 1 https://github.com/joshuaboys/gx

Made for: Claude Code.

Wrote 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.

agentmods badge for plan-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/joshuaboys/gx/plan-status.svg)](https://agentmods.dev/commands/joshuaboys/gx/plan-status)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 322 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash 669b61861e07, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

Origin

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.

.claude/commands/plan-status.md · 58 lines

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

  1. Read plans/index.aps.md — overall plan status
  2. Read all files in plans/modules/ — module statuses
  3. Check for work items and their statuses across all modules
  4. Read any action plans in plans/execution/
  5. Run ./bin/aps lint if 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:

  1. Start working on a Ready item
  2. Update any statuses
  3. Add new work items
  4. 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
Changes

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.

  1. 8d ago First seen · 58 lines · 0 tokens per session scan A 669b61861e07

Subscribe to this mod's changes

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.