cc-sdd

by gotalab

Pending

Spec-driven development (SDD) for your team's workflow. Kiro style commands that enforce structured requirements→design→tasks workflow and steering, transforming how you build with AI. Support Claude Code, Codex, Cursor, Github Copilot, Gemini CLI and Windsurf.

2,497stars
203forks
TypeScript
Added 12/27/2025
AI Agentsclaude-codecodexcursorgemini-cligithub-copilotkiroslash-commandsspecspec-driven-developmentsteeringsubagents
Installation
# Add to your Claude Code skills
git clone https://github.com/gotalab/cc-sdd
README.md

cc-sdd: Spec-driven development for your team's workflow

<!-- npm badges -->

npm version install size license: MIT

<div align="center" style="font-size: 1.1rem; margin-bottom: 1rem;"><sub> <a href="./tools/cc-sdd/README.md">English</a> | <a href="./tools/cc-sdd/README_ja.md">日本語</a> | <a href="./tools/cc-sdd/README_zh-TW.md">繁體中文</a> </sub></div>

Transform AI coding agents into production-ready spec-driven development

One command. Hours instead of weeks. Requirements → Design → Tasks → Implementation.

👻 Kiro-inspired — Similar Spec-Driven, AI-DLC style as Kiro IDE, so existing Kiro specs remain compatible and portable.

Stop losing 70% of development time to meetings, documentation ceremonies, and scattered context. cc-sdd brings structured AI-DLC (AI-Driven Development Lifecycle) and Spec-Driven Development to Claude Code, Cursor, Gemini CLI, Codex CLI, GitHub Copilot, Qwen Code, OpenCode, and Windsurf.

What you get:

  • Spec-first guarantees — Approve requirements/design upfront, then AI implements exactly as specified
  • Parallel execution ready — Tasks decomposed for concurrent implementation with dependency tracking
  • Team-aligned templates — Customize once, all agents output docs that fit your approval process
  • Project Memory — AI remembers your architecture, patterns, and standards across sessions
  • 8 agents, unified workflow — Same spec-driven process across Claude, Cursor, Gemini, Codex, Copilot, Qwen, OpenCode, Windsurf
  • Hours instead of weeks — Feature planning goes from days to hours with AI-assisted specs

🚀 Quick Start

# Run in your project root directory
cd your-project
npx cc-sdd@latest --claude --lang en ## Claude Code

# ✅ That's it! Now run: /kiro:spec-init <what-to-build>

Installation takes 30 seconds. Supports 8 agents (Claude (Commands / Subagents), Cursor, Gemini, Codex, Copilot, Qwen, OpenCode, Windsurf) × 13 languages.

📖 Next steps: All installation options | Command Reference | Spec-Driven Guide

📋 See It In Action

Example: Building a new Photo Albums Feature

/kiro:spec-init Photo albums with upload, tagging, and sharing
/kiro:spec-requirements photo-albums-en
/kiro:spec-design photo-albums-en -y
/kiro:spec-tasks photo-albums-en -y

Generated in 10 minutes:

  • requirements.md — 15 EARS-format requirements
  • design.md — Architecture with Mermaid diagrams
  • tasks.md — 12 implementation tasks with dependencies

Want...