Show specification status
kiro-spec-statusskillsetup L1★3,457
gotalab/cc-sdd ↗What it does
Show specification phase status and completion
Best for
Tracking specification workflow progress when you need to know where a spec is in requirements/design/tasks phases and what work remains.
Inputs
- · spec_name (required parameter)
- · {{KIRO_DIR}}/specs/$1/spec.json metadata file
- · {{KIRO_DIR}}/specs/$1/brief.md optional file
Outputs
- · Phase progress report (Requirements/Design/Tasks completion %)
- · Boundary context and revalidation watchlist
- · Next actions and blockers
Requires
- · File system read access to spec directory
- · KIRO_DIR environment variable
Preconditions
- · Spec directory exists in {{KIRO_DIR}}/specs/
- · spec.json file present in spec folder
Failure modes
- · Spec not found: list available specs
- · Incomplete spec: identify missing files and suggest next phase
Trust signals
- · Reads actual spec.json for canonical phase status
- · Counts completion from markdown checkboxes (checked vs unchecked tasks)
- · Extracts boundary context from design.md when present