Prompt file imported from loiane/specs-driven-development-spring-angular (
.github/prompts/status.prompt.md). Copyright stays with the author.
/status
Phase: meta — read-only Owning agent: none (pure reporting)
Purpose
Show the user where every active feature stands. No writes, no side effects.
Inputs
- Optional
<feature-id>; without it, summarize all features under.specs/.
Reads
.specs/*/01-spec.md,02-spec-review.md,03-epic-design.md,03a-epic-roadmap.md,03-design.md,04-tasks.md,.tdd-state.json,07-validation-report.md.target/harness-summary.jsonif present.
Writes
Nothing.
Process
For each feature (or the supplied one), produce a one-row-per-feature table:
feature_idphase— derived from which artifacts exist + verdicts (specify, spec-review, plan-epic, plan, build, test, validate, review, done).acs_total,acs_with_teststasks_done / tasks_totallast_validate_verdictand timestampactive_taskfrom.tdd-state.json(if any) and its currentphase
Then print a single sentence: "Recommended next action: …".
Refuse if
Never. This command never refuses; if data is missing it shows —.
Done when
Status table is printed and a recommended next command is suggested.