/plan-status
/plan-status — Read-only plan-suite progress reporter — emits status without modifying any files.
Role: Reporter Pipeline position: read-only
Read-only plan-suite progress reporter — emits status without modifying any files.
Canonical invocation
/plan-statusWith arguments:
/plan-status [path/to/plan-suite/] [--verbose]Inputs
Any plan suite at any lifecycle state — reads PROGRESS.md, PLAN-NOTES.md, MASTER-PLAN.md, and the phases/ reports.
Outputs
A strategic status report written to the operator's output stream. This command is read-only — it creates and modifies no files.
Downstream
Used standalone for progress inspection — orthogonal to the canonical sequence, invocable read-only at any point.
Workflow phases
The command is read-only — it reads the suite's tracking files and reports; it writes nothing:
- Load context — Read
PROGRESS.md,PLAN-NOTES.md,MASTER-PLAN.md, and scanphases/for existing reports. - Assess status — Survey the task / phase / artifact dimensions and read the Resumption Contract.
- Emit the status report — Present completion status, the phase tracker, and strategic analysis directly to the operator.
- Spot-check — With
--verbose, grade suite health and cite spot-check evidence (markdown links, line ranges, commit SHAs) against existing files without modifying any.
Failure modes
| Symptom | Cause | Recovery |
|---|---|---|
| Required tracking file missing | Plan suite incomplete | Surface the gap as a finding; run /plan-generate to create the suite |
| Malformed tracking file | Section truncated or unparseable | Name the absence / contradiction in the report; repair routes to the writeful commands |
| Field absent or contradictory across files | Tracking drift | Report the contradiction explicitly; do not synthesize the missing value |
Examples
# Report on the most recent plan suite
/plan-status
# Verbose health-grade against a named plan suite
/plan-status path/to/plan-suite/ --verboseCross-references
/plan-audit
/plan-audit — Closed-loop guardian of the /plan pipeline — wraps spec → generate → review and actively remediates findings until the suite is a reviewed, zero-finding whole.
/research-ideate
/research-ideate — Formulates the problem space from a domain seed: opportunity-and-gap scanning, invalidated-prior-hypothesis scanning, and ranked candidate research-question generation — the head stage of the /research pipeline, feeding /research-spec.