Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 12, 2026·2 min de lectura

cc-sdd — Spec-Driven Implementation Skills for Agents

One-command installer that adds spec-driven SDLC skills (Kiro-style) and long-running implementation flows across multiple coding agents.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando CLI universal
npx tokrepo install ac828a50-4395-4efc-9bb2-1e35ae1499f0
Introducción

One-command installer that adds spec-driven SDLC skills (Kiro-style) and long-running implementation flows across multiple coding agents.

  • Best for: teams who want long-running, reviewable, spec-driven delivery with repeatable phases and fewer context resets
  • Works with: Node.js + npx, multiple coding agents; writes skills/workflow assets into your repo
  • Setup time: 20–45 minutes

Practical Notes

  • Quant: the README calls out 17 skills across 8 agents and 13 languages—start with 1 agent + 1 language in production, then expand.
  • Quant: measure cycle time per phase (discovery→requirements→design→tasks→impl) on 3 similar features before and after adoption.

Make specs a contract, not a monolith

Spec-driven delivery works when you treat outputs as contracts:

  • Requirements define acceptance criteria.
  • Design defines boundaries.
  • Tasks define interfaces and dependencies.

A rollout recipe

  1. Pick one feature that is “medium sized”.
  2. Run discovery, then stop and review brief.md / roadmap.md.
  3. Only then run the implementation flow.

Guardrails that matter

  • Keep feature flags for autonomous changes.
  • Require an independent review pass.
  • Use a failure log: every agent failure must become a checklist item or test.

FAQ

Q: Will this slow down small changes? A: Use it selectively: spec-driven shines on medium/large work; tiny fixes can skip full phases.

Q: What is the biggest win? A: Less context thrash: phases are explicit and artifacts are resumable.

Q: How do I keep quality high? A: Gate each phase: humans approve the contract before the next phase runs.

🙏

Fuente y agradecimientos

Source: https://github.com/gotalab/cc-sdd > License: MIT > GitHub stars: 3,324 · forks: 245

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados