kiro-debug
Investigate implementation failures using root-cause-first debugging. Use when an implementer is blocked, verification fails, or repeated remediation does not…
Show specification status and progress
$ npx -y skills add gotalab/cc-sdd --skill kiro-spec-status --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/kiro-spec-statusContext preview
The summary Claude sees to decide when to auto-load this skill.
Show specification status and progress
name: kiro-spec-status description: Show specification status and progress
<background_information>
</background_information>
<instructions>
**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. **Boundary Context**: Upstream/downstream, out-of-boundary, and allowed dependency notes when available 5. **Revalidation Watchlist**: Downstream or adjacent work likely affected by changes to this spec 6. **Next Actions**: What needs to be done next 7. **Blockers**: Any issues preventing progress
</instructions>
**Spec Not Found**:
**Incomplete Spec**:
To see all available specs:
Repo: gotalab/cc-sdd
Investigate implementation failures using root-cause-first debugging. Use when an implementer is blocked, verification fails, or repeated remediation does not…
Entry point for new work. Determines the best action path or work decomposition (update existing spec, create new spec, mixed decomposition, or no spec needed)…
Implement approved tasks using TDD with subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.
Review a task implementation against approved specs, task boundaries, and verification evidence. Use after an implementer finishes a task, after remediation,…
Create complete specs (requirements, design, tasks) for all features in roadmap.md using parallel sub-agent dispatch by dependency wave.
Create comprehensive technical design for a specification