feat: Add /speckit.status command for project progress visibility #1512
+988
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new
/speckit.statuscommand that provides visibility into project and feature progress across the spec-driven development workflow.The Gap It Fills
Currently, users have no quick way to understand:
While
/speckit.analyzechecks artifact quality and consistency,/speckit.statusshows progress and state.Key Features
--all,--verbose,--json, and--feature <name>flagsExample Output
Files Added
templates/commands/status.md- Command template with execution stepsscripts/bash/get-project-status.sh- Discovery script (Bash)scripts/powershell/Get-ProjectStatus.ps1- Discovery script (PowerShell)Documentation Updated
README.md- Added to Optional Commands table, updated script listingsspec-driven.md- Added command description sectionTest Plan
get-project-status.sh --jsonreturns valid JSON--featureflag with name, number prefix, and pathAI Disclosure
This PR was developed with Claude Code (Claude Opus 4.5) assistance for:
The design decisions were made collaboratively through discussion, and all code has been reviewed.
🤖 Generated with Claude Code