Skip to main content
ClaudeWave

Turn approved specs into long-running autonomous implementation. A minimal, adaptable SDD harness with Agent Skills for Claude Code, Codex, Cursor, Copilot, Windsurf, OpenCode, Gemini CLI, and Antigravity.

Subagents3.5k estrellas258 forksTypeScriptMITActualizado 23d ago
Nota editorial

cc-sdd is a spec-driven development harness that installs 17 Agent Skills into AI coding environments via a single `npx cc-sdd@latest` command. It structures software delivery around a defined phase sequence: discovery, requirements, design, task breakdown, and autonomous implementation. The entry point skill, `/kiro-discovery`, analyzes an idea and routes it into the appropriate workflow, writing `brief.md` and optionally `roadmap.md` so work can resume without re-explaining scope. The `/kiro-impl` skill then drives long-running autonomous implementation where each task receives a dedicated implementer subagent running test-driven development (RED to GREEN) behind a feature flag, an independent reviewer subagent, and an auto-debug pass when the implementer is blocked or rejected twice. The tool targets Claude Code as its stable primary integration, with Codex also stable and six others including Cursor, Copilot, and Gemini CLI in beta. A standout structural detail is that `design.md` includes a File Structure Plan that enforces explicit task boundaries via `_Boundary:_` and `_Depends:_` annotations. Development teams and solo engineers adopting AI-assisted workflows benefit most, particularly those managing multi-spec initiatives or parallel workstreams.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/gotalab/cc-sdd && cp cc-sdd/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

18 items en este repositorio

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 migration of an existing supported agent to skills-based templates.

Instalar

Investigate implementation failures using root-cause-first debugging. Use when an implementer is blocked, verification fails, or repeated remediation does not converge.

Instalar

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 dialogue.

Instalar

Implement approved tasks using TDD with subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.

Instalar

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.

Instalar

Create complete specs (requirements, design, tasks) for all features in roadmap.md using parallel sub-agent dispatch by dependency wave.

Instalar

Create comprehensive technical design for a specification

Instalar

Initialize a new specification with detailed project description

Instalar

Quick spec generation with interactive or automatic mode

Instalar

Generate comprehensive requirements for a specification

Instalar

Show specification status and progress

Instalar

Generate implementation tasks for a specification

Instalar

Create custom steering documents for specialized project contexts

Instalar

Manage {{KIRO_DIR}}/steering/ as persistent project knowledge

Instalar

Interactive technical design quality review and validation

Instalar

Analyze implementation gap between requirements and existing codebase

Instalar

Validate feature-level integration after all tasks are implemented. Checks cross-task consistency, full test suite, and overall spec coverage.

Instalar

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.

Instalar
Casos de uso

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.
agent-skillsclaude-codecodexcursorgemini-cligithub-copilotkiroopencodesddspec-driven-developmentsteeringsubagents

Lo que la gente pregunta sobre cc-sdd

¿Qué es gotalab/cc-sdd?

+

gotalab/cc-sdd es subagents para el ecosistema de Claude AI. Turn approved specs into long-running autonomous implementation. A minimal, adaptable SDD harness with Agent Skills for Claude Code, Codex, Cursor, Copilot, Windsurf, OpenCode, Gemini CLI, and Antigravity. Tiene 3.5k estrellas en GitHub y se actualizó por última vez 23d ago.

¿Cómo se instala cc-sdd?

+

Puedes instalar cc-sdd clonando el repositorio (https://github.com/gotalab/cc-sdd) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar gotalab/cc-sdd?

+

Nuestro agente de seguridad ha analizado gotalab/cc-sdd y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene gotalab/cc-sdd?

+

gotalab/cc-sdd es mantenido por gotalab. La última actividad registrada en GitHub es de 23d ago, con 20 issues abiertos.

¿Hay alternativas a cc-sdd?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega cc-sdd en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: gotalab/cc-sdd
[![Featured on ClaudeWave](https://claudewave.com/api/badge/gotalab-cc-sdd)](https://claudewave.com/repo/gotalab-cc-sdd)
<a href="https://claudewave.com/repo/gotalab-cc-sdd"><img src="https://claudewave.com/api/badge/gotalab-cc-sdd" alt="Featured on ClaudeWave: gotalab/cc-sdd" width="320" height="64" /></a>

Más Subagents