cc-sdd
Spec-driven development workflow for AI coding agents
All Skills in This Repository (18)
Pure Emerald Level Indicatorskiro-spec-status
Parse Kiro spec files to compute phase progress and task counts.
kiro-spec-quick
Generate spec.json, requirements.md, design.md, and tasks.md from a short project description.
kiro-impl
Implement spec-defined feature tasks with TDD and subagent reviews.
kiro-validate-gap
Analyze implementation gaps between requirements and existing codebase.
kiro-spec-tasks
Generate implementation tasks from feature specs into tasks.md with dependency annotations.
kiro-spec-design
Translate feature requirements into architecture designs with traceable artifacts.
kiro-spec-init
Scaffold spec.json and requirements.md from templates in a KIRO-managed specs directory.
kiro-verify-completion
Verify TASK, FIX, TEST_OR_BUILD, and FEATURE_GO claims against current code state.
kiro-spec-requirements
Generate EARS-format requirements and update spec.json metadata.
kiro-validate-design
Review design.md, requirements.md, and spec.json for implementation readiness.
kiro-discovery
Analyze repository metadata and steering files to determine the correct action path for new work.
kiro-steering-custom
Generate domain-focused steering files from templates and codebase analysis.
Frequently Asked Questions
FAQPage SchemaHow to install cc-sdd?โผ
Run `npx skills add gotalab/cc-sdd --all -g -y` in your terminal to install the full skill suite globally.
What is spec-driven development with AI agents?โผ
It means the AI first writes requirements, design, and task documents that you approve, then implements the code against that approved contract. This keeps AI-generated code aligned with what you actually asked for.
Which AI coding agents does cc-sdd support?โผ
It supports 8 agents: Claude Code and Codex are stable, while Cursor, GitHub Copilot, Windsurf, OpenCode, Gemini CLI, and Antigravity are in beta. All get the same 17 skills.
How does cc-sdd keep AI code quality high?โผ
Every task runs test-driven development, gets an independent reviewer pass, and triggers root-cause debugging on failure. A final validation gate checks the whole feature before it is marked done.
Can I use cc-sdd on an existing codebase?โผ
Yes. The gap analysis skill compares new requirements against your current code and proposes integration approaches before any design work begins.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core