spec-design
Create comprehensive technical design for a specification
Generate implementation tasks 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-tasksContext preview
What this command does when you run it.
Generate implementation tasks for a specification
description: Generate implementation tasks for a specification allowed-tools: Read, Task argument-hint: <feature-name> [-y] [--sequential]
Check that design has been completed:
If validation fails, inform user to complete design phase first.
Delegate task generation to spec-tasks-agent:
Use the Task tool to invoke the Subagent with file path patterns:
Task(
subagent_type="spec-tasks-agent",
description="Generate implementation tasks",
prompt="""
Feature: $1
Spec directory: {{KIRO_DIR}}/specs/$1/
Auto-approve: {true if $2 == "-y", else false}
Sequential mode: {true if sequential else false}
File patterns to read:
- {{KIRO_DIR}}/specs/$1/*.{json,md}
- {{KIRO_DIR}}/steering/*.md
- {{KIRO_DIR}}/settings/rules/tasks-generation.md
- {{KIRO_DIR}}/settings/rules/tasks-parallel-analysis.md (include only when sequential mode is false)
- {{KIRO_DIR}}/settings/templates/specs/tasks.md
Mode: {generate or merge based on tasks.md existence}
Instruction highlights:
- Map all requirements to tasks and list requirement IDs only (comma-separated) without extra narration
- Promote single actionable sub-tasks to major tasks and keep container summaries concise
- Apply `(P)` markers only when parallel criteria met (omit in sequential mode)
- Mark optional acceptance-criteria-focused test coverage subtasks with `- [ ]*` only when deferrable post-MVP
"""
)Show Subagent summary to user, then provide next step guidance:
**Before Starting Implementation**:
**If Tasks Approved**:
**If Modifications Needed**:
**Note**: The implementation phase will guide you through executing tasks with appropriate context and validation.
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