spec-design
Create comprehensive technical design for a specification
Execute spec tasks using TDD methodology
$ npx -y skills add gotalab/cc-sdd --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/spec-implContext preview
What this command does when you run it.
Execute spec tasks using TDD methodology
description: Execute spec tasks using TDD methodology allowed-tools: Read, Task argument-hint: <feature-name> [task-numbers]
Check that tasks have been generated:
If validation fails, inform user to complete tasks generation first.
**Parse task numbers from `$2`** (perform this in Slash Command before invoking Subagent):
Delegate TDD implementation to spec-tdd-impl-agent:
Use the Task tool to invoke the Subagent with file path patterns:
Task(
subagent_type="spec-tdd-impl-agent",
description="Execute TDD implementation",
prompt="""
Feature: $1
Spec directory: {{KIRO_DIR}}/specs/$1/
Target tasks: {parsed task numbers or "all pending"}
File patterns to read:
- {{KIRO_DIR}}/specs/$1/*.{json,md}
- {{KIRO_DIR}}/steering/*.md
TDD Mode: strict (test-first)
"""
)Show Subagent summary to user, then provide next step guidance:
**Execute specific task(s)**:
**Execute all pending**:
**Before Starting Implementation**:
Repo: gotalab/cc-sdd
Create comprehensive technical design for a specification
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
Generate implementation tasks for a specification