spec-design
Create comprehensive technical design for a specification
Manage {{KIRO_DIR}}/steering/ as persistent project knowledge
$ npx -y skills add gotalab/cc-sdd --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/steeringContext preview
What this command does when you run it.
Manage {{KIRO_DIR}}/steering/ as persistent project knowledge
description: Manage {{KIRO_DIR}}/steering/ as persistent project knowledge
allowed-tools: Read, Task, Glob**Perform detection before invoking Subagent**:
Check `{{KIRO_DIR}}/steering/` status:
Use Glob to check for existing steering files.
Delegate steering management to steering-agent:
Use the Task tool to invoke the Subagent with file path patterns:
Task(
subagent_type="steering-agent",
description="Manage steering files",
prompt="""
Mode: {bootstrap or sync based on detection}
File patterns to read:
- {{KIRO_DIR}}/steering/*.md (if sync mode)
- {{KIRO_DIR}}/settings/templates/steering/*.md
- {{KIRO_DIR}}/settings/rules/steering-principles.md
JIT Strategy: Fetch codebase files when needed, not upfront
"""
)Show Subagent summary to user:
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