spec-design
Create comprehensive technical design for a specification
Interactive technical design quality review and validation
$ npx -y skills add gotalab/cc-sdd --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/validate-designContext preview
What this command does when you run it.
Interactive technical design quality review and validation
description: Interactive technical design quality review and validation allowed-tools: Read, Task argument-hint: <feature-name>
Check that design has been completed:
If validation fails, inform user to complete design phase first.
Delegate design validation to validate-design-agent:
Use the Task tool to invoke the Subagent with file path patterns:
Task(
subagent_type="validate-design-agent",
description="Interactive design review",
prompt="""
Feature: $1
Spec directory: {{KIRO_DIR}}/specs/$1/
File patterns to read:
- {{KIRO_DIR}}/specs/$1/spec.json
- {{KIRO_DIR}}/specs/$1/requirements.md
- {{KIRO_DIR}}/specs/$1/design.md
- {{KIRO_DIR}}/steering/*.md
- {{KIRO_DIR}}/settings/rules/design-review.md
"""
)Show Subagent summary to user, then provide next step guidance:
**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
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