spec-design
Create comprehensive technical design for a specification
Validate implementation against requirements, design, and tasks
$ npx -y skills add gotalab/cc-sdd --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/validate-implContext preview
What this command does when you run it.
Validate implementation against requirements, design, and tasks
description: Validate implementation against requirements, design, and tasks allowed-tools: Read, Task argument-hint: [feature-name] [task-numbers]
**Perform detection before invoking Subagent**:
**If no arguments** (`$1` empty):
**If feature only** (`$1` present, `$2` empty):
**If both provided** (`$1` and `$2` present):
Delegate validation to validate-impl-agent:
Use the Task tool to invoke the Subagent with file path patterns:
Task(
subagent_type="validate-impl-agent",
description="Validate implementation",
prompt="""
Feature: {$1 or auto-detected}
Target tasks: {$2 or auto-detected}
Mode: {auto-detect, feature-all, or explicit}
File patterns to read:
- {{KIRO_DIR}}/specs/{feature}/*.{json,md}
- {{KIRO_DIR}}/steering/*.md
Validation scope: {based on detection results}
"""
)Show Subagent summary to user, then provide next step guidance:
**If GO Decision**:
**If NO-GO Decision**:
**Note**: Validation is recommended after implementation to ensure spec alignment and quality.
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