Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
gotalab
/
cc-sdd
home
/
skills
/
gotalab
/
cc-sdd
gotalab/cc-sdd
18 skills
View on GitHub
$
npx skills add gotalab/cc-sdd
Skill
Installs
cc-sdd-new-agent
Add or extend coding-agent support in cc-sdd by executing the SOP in docs/cc-sdd/sop-new-agent.md end-to-end. Use when introducing a new agent, adding a subagent-capable variant, or evaluating migrati
—
kiro-debug
Investigate implementation failures using root-cause-first debugging. Use when an implementer is blocked, verification fails, or repeated remediation does not converge.
—
kiro-discovery
Entry point for new work. Determines the best action path or work decomposition (update existing spec, create new spec, mixed decomposition, or no spec needed) and refines ideas through structured dia
—
kiro-impl
Implement approved tasks using TDD with subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.
—
kiro-review
Review a task implementation against approved specs, task boundaries, and verification evidence. Use after an implementer finishes a task, after remediation, or before accepting a task as complete.
—
kiro-spec-batch
Create complete specs (requirements, design, tasks) for all features in roadmap.md using parallel sub-agent dispatch by dependency wave.
—
kiro-spec-design
Create comprehensive technical design for a specification
—
kiro-spec-init
Initialize a new specification with detailed project description
—
kiro-spec-quick
Quick spec generation with interactive or automatic mode
—
kiro-spec-requirements
Generate comprehensive requirements for a specification
—
kiro-spec-status
Show specification status and progress
—
kiro-spec-tasks
Generate implementation tasks for a specification
—
kiro-steering
Manage {{KIRO_DIR}}/steering/ as persistent project knowledge
—
kiro-steering-custom
Create custom steering documents for specialized project contexts
—
kiro-validate-design
Interactive technical design quality review and validation
—
kiro-validate-gap
Analyze implementation gap between requirements and existing codebase
—
kiro-validate-impl
Validate feature-level integration after all tasks are implemented. Checks cross-task consistency, full test suite, and overall spec coverage.
—
kiro-verify-completion
Verify completion and success claims with fresh evidence. Use before claiming a task is complete, a fix works, tests pass, or a feature is ready for GO.
—