spec-design
Create comprehensive technical design for a specification
Analyze implementation gap between requirements and existing codebase
$ npx -y skills add gotalab/cc-sdd --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/validate-gapContext preview
What this command does when you run it.
Analyze implementation gap between requirements and existing codebase
description: Analyze implementation gap between requirements and existing codebase allowed-tools: Read, Task argument-hint: <feature-name>
Check that requirements have been completed:
If validation fails, inform user to complete requirements phase first.
Delegate gap analysis to validate-gap-agent:
Use the Task tool to invoke the Subagent with file path patterns:
Task(
subagent_type="validate-gap-agent",
description="Analyze implementation gap",
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}}/steering/*.md
- {{KIRO_DIR}}/settings/rules/gap-analysis.md
"""
)Show Subagent summary to user, then provide next step guidance:
**If Gap Analysis Complete**:
**Note**: Gap analysis is optional but recommended for brownfield projects to inform design decisions.
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