Show current spec completion status and recommended next actions
Displays project specification completion status and recommends next actions based on SPEC.md and task files.
/plugin marketplace add Someblueman/spec-flow/plugin install someblueman-spec-flow@Someblueman/spec-flowDisplay project specification status and recommend next actions.
$ARGUMENTS can include:
--detailed - Show per-task status, not just milestones--json - Output as JSON for programmatic useCheck if .claude/spec/SPEC.md exists
/spec-flow:initParse SPEC.md for:
For each task file in .claude/spec/tasks/:
Calculate overall progress:
Generate recommendations:
Show output in format below
# Project Status: [name]
## Overall: 45% complete
| Milestone | Progress | Blocked |
|-----------|----------|---------|
| MVP | 60% | No |
| v1.0 | 0% | Yes |
## Current Focus
**In Progress**: Session validation middleware
File: .claude/spec/tasks/auth.md
Acceptance: 2/4 complete
## Blocked Tasks
1. API rate limiting - Waiting on auth completion
## Next Actions
1. Complete: Session validation middleware (auth.md task 2)
2. Unblock: API rate limiting - requires auth completion
3. Start: User dashboard (next milestone)
## Recent Activity
- 2026-01-05: Completed OAuth provider setup
- 2026-01-04: Started authentication milestone
/spec-flow:status
/spec-flow:status --detailed
/spec-flow:status --json