kiro-debug
Investigate implementation failures using root-cause-first debugging. Use when an implementer is blocked, verification fails, or repeated remediation does not…
Analyze implementation gap between requirements and existing codebase
$ npx -y skills add gotalab/cc-sdd --skill kiro-validate-gap --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/kiro-validate-gapContext preview
The summary Claude sees to decide when to auto-load this skill.
Analyze implementation gap between requirements and existing codebase
name: kiro-validate-gap description: Analyze implementation gap between requirements and existing codebase metadata: shared-rules: "gap-analysis.md"
<background_information>
</background_information>
<instructions>
Analyze implementation gap for feature **$1** based on approved requirements and existing codebase.
1. **Load Context**:
2. **Read Analysis Guidelines**:
The following research areas are independent and can be executed in parallel: 1. **Codebase analysis**: Existing implementations, architecture patterns, integration points, extension possibilities 2. **External dependency research**: Dependency compatibility, version constraints, known integration challenges (when needed) 3. **Context loading**: Requirements, core steering, task-relevant extra steering, relevant local agent skills/playbooks, and gap-analysis rules
If multi-agent is enabled, spawn sub-agents for each area above. Otherwise execute sequentially.
After all parallel research completes, synthesize findings for gap analysis.
3. **Execute Gap Analysis**:
4. **Generate Analysis Document**:
5. **Write Gap Analysis to Disk**:
**Write the gap analysis to disk so it survives session boundaries and can be referenced during design phase.**
</instructions>
Provide output in the language specified in spec.json with:
1. **Analysis Summary**: Brief overview (3-5 bullets) of scope, challenges, and recommendations 2. **Document Status**: Confirm analysis approach used 3. **Next Steps**: Guide user on proceeding to design phase
**Format Requirements**:
**If Gap Analysis Complete**:
**Note**: Gap analysis is optional but recommended for brownfield projects to inform design decisions.
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