Cette page est affichée en anglais. Une traduction française est en cours.
SkillsMay 12, 2026·2 min de lecture

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.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Asset
Commande CLI universelle
npx tokrepo install ac828a50-4395-4efc-9bb2-1e35ae1499f0
Introduction

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.

🙏

Source et remerciements

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires