spec-design
Create comprehensive technical design for a specification
<meta> description: Show specification status and progress argument-hint: <feature-name> arguments: feature-name: $1 </meta>
$ npx -y skills add gotalab/cc-sdd --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/kiro-spec-statusContext preview
What this command does when you run it.
<meta> description: Show specification status and progress argument-hint: <feature-name> arguments: feature-name: $1 </meta>
<meta> description: Show specification status and progress argument-hint: <feature-name> arguments: feature-name: $1 </meta>
<background_information>
</background_information>
<instructions>
Generate status report for feature **$1** showing progress across all phases.
**Parse each phase**:
Create report in the language specified in spec.json covering: 1. **Current Phase & Progress**: Where the spec is in the workflow 2. **Completion Status**: Percentage complete for each phase 3. **Task Breakdown**: If tasks exist, show completed/remaining counts 4. **Next Actions**: What needs to be done next 5. **Blockers**: Any issues preventing progress
</instructions>
Provide status report in the language specified in spec.json:
**Report Structure**: 1. **Feature Overview**: Name, phase, last updated 2. **Phase Status**: Requirements, Design, Tasks with completion % 3. **Task Progress**: If tasks exist, show X/Y completed 4. **Next Action**: Specific command to run next 5. **Issues**: Any blockers or missing elements
**Format**: Clear, scannable format with emojis (✅/⏳/❌) for status
**Spec Not Found**:
**Incomplete Spec**:
To see all available specs:
Repo: gotalab/cc-sdd
Create comprehensive technical design for a specification
Execute spec tasks using TDD methodology
Initialize a new specification with detailed project description
Quick spec generation with interactive or automatic mode
Generate comprehensive requirements for a specification
Show specification status and progress