SkillsMay 12, 2026·2 min read

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.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 98/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Universal CLI install command
npx tokrepo install ac828a50-4395-4efc-9bb2-1e35ae1499f0
Intro

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 & Thanks

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets