A Spec Kit extension that adds the /speckit.status-report.show command, giving you an at-a-glance view of project and feature progress across the spec-driven development workflow.
- Pipeline view β all features with their workflow stage (Specify β Plan β Tasks β Implement)
- Artifact status β which documents exist for the current feature
- Task progress β completion counts and percentages for features in implementation
- Checklist tracking β progress on any quality checklists
- Next action β recommends the exact command to run next
- JSON output β machine-readable format for tooling integration
- Cross-platform: Bash (macOS/Linux) and PowerShell (Windows)
directly from GitHub:
specify extension add --from https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.3.4.zip EXTENSION/speckit.status-report.show [feature] [flags]
| Flag | Description |
|---|---|
| (none) | Show overview + current branch's feature detail |
--all |
Overview only, no feature detail |
--verbose |
Add task phase breakdown and checklist details |
--feature <name> |
Target a specific feature by name, number, or path |
--json |
Machine-readable JSON output |
/speckit.status-report.show
/speckit.status-report.show --all
/speckit.status-report.show --verbose
/speckit.status-report.show 002
/speckit.status-report.show 002-dashboard
/speckit.status-report.show --feature 002-dashboard --json
Default view:
Spec-Driven Development Status
Project: my-app
Branch: 002-dashboard
Constitution: β Defined (v1.0.0)
Features
+-----------------+---------+------+-------+------------------+
| Feature | Specify | Plan | Tasks | Implement |
+-----------------+---------+------+-------+------------------+
| 001-onboarding | β | β | β | β Complete |
| 002-dashboard < | β | β | β | β 12/18 (67%) |
+-----------------+---------+------+-------+------------------+
Legend: β complete β in progress β ready - not started
002-dashboard
Artifacts:
β spec.md β plan.md β tasks.md
β research.md - data-model.md - quickstart.md
- contracts/ - checklists/
Next: /speckit.implement
Continue implementation (12/18 tasks complete)
- Spec Kit
>=0.1.0 - Bash (macOS/Linux) or PowerShell (Windows)
- Git (optional β used for branch detection)
MIT β see LICENSE
See CHANGELOG.md