kiro-debug
Investigate implementation failures using root-cause-first debugging. Use when an implementer is blocked, verification fails, or repeated remediation does not…
Interactive technical design quality review and validation
$ npx -y skills add gotalab/cc-sdd --skill kiro-validate-design --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/kiro-validate-designContext preview
The summary Claude sees to decide when to auto-load this skill.
Interactive technical design quality review and validation
name: kiro-validate-design description: Interactive technical design quality review and validation metadata: shared-rules: "design-review.md"
<background_information>
</background_information>
<instructions>
Interactive design quality review for feature **$1** based on approved requirements and design document.
1. **Gather Context**:
The following research areas are independent and can be executed in parallel: 1. **Context & rules loading**: Spec documents, core steering, task-relevant extra steering, relevant local agent skills/playbooks, and `rules/design-review.md` from this skill's directory for review criteria 2. **Codebase pattern survey**: Gather existing architecture patterns, naming conventions, and component structure from the codebase to use as reference during review
If multi-agent is enabled, spawn sub-agents for each area above. Otherwise execute sequentially.
After all parallel research completes, synthesize findings for review.
2. **Execute Design Review**:
3. **Decision and Next Steps**:
</instructions>
Provide output in the language specified in spec.json with:
1. **Review Summary**: Brief overview (2-3 sentences) of design quality and readiness 2. **Critical Issues**: Maximum 3, following design-review.md format 3. **Design Strengths**: 1-2 positive aspects 4. **Final Assessment**: GO/NO-GO decision with rationale and next steps
**Format Requirements**:
**If Design Passes Validation (GO Decision)**:
**If Design Needs Revision (NO-GO Decision)**:
**Note**: Design validation is recommended but optional. Quality review helps catch issues early.
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