spec-design
Create comprehensive technical design for a specification
Create custom steering documents for specialized project contexts
$ npx -y skills add gotalab/cc-sdd --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/steering-customContext preview
What this command does when you run it.
Create custom steering documents for specialized project contexts
description: Create custom steering documents for specialized project contexts allowed-tools: Task
This command starts an interactive process with the Subagent: 1. Subagent asks user for domain/topic 2. Subagent checks for available templates 3. Subagent analyzes codebase for relevant patterns 4. Subagent generates custom steering file
Delegate custom steering creation to steering-custom-agent:
Use the Task tool to invoke the Subagent with file path patterns:
Task(
subagent_type="steering-custom-agent",
description="Create custom steering",
prompt="""
Interactive Mode: Ask user for domain/topic
File patterns to read:
- {{KIRO_DIR}}/settings/templates/steering-custom/*.md
- {{KIRO_DIR}}/settings/rules/steering-principles.md
JIT Strategy: Analyze codebase for relevant patterns as needed
"""
)Show Subagent summary to user:
Available templates in `{{KIRO_DIR}}/settings/templates/steering-custom/`:
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