spec-design
Create comprehensive technical design for a specification
Generate comprehensive requirements for a specification
$ npx -y skills add gotalab/cc-sdd --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/spec-requirementsContext preview
What this command does when you run it.
Generate comprehensive requirements for a specification
description: Generate comprehensive requirements for a specification allowed-tools: Read, Task argument-hint: <feature-name>
Check that spec has been initialized:
If validation fails, inform user to run `/kiro:spec-init` first.
Delegate requirements generation to spec-requirements-agent:
Use the Task tool to invoke the Subagent with file path patterns:
Task(
subagent_type="spec-requirements-agent",
description="Generate EARS requirements",
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/ears-format.md
- {{KIRO_DIR}}/settings/templates/specs/requirements.md
Mode: generate
"""
)Show Subagent summary to user, then provide next step guidance:
**If Requirements Approved**:
**If Modifications Needed**:
**Note**: Approval is mandatory before proceeding to design phase.
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
Show specification status and progress
Generate implementation tasks for a specification