gotalabgotalabCommunityยท18 Agent Skills Included

cc-sdd

Spec-driven development workflow for AI coding agents

Turns feature ideas into approved specs, designs, and task lists, then implements them autonomously with test-driven development. Removes vague prompts, skipped tests, and unreviewed AI code by enforcing requirements, design, and review gates at every phase. Works across 8 AI coding agents including Claude Code, Codex, Cursor, and Copilot with the same 17-skill set.
npx skills add gotalab/cc-sdd --all -g -y
Available:

Tells the AI agent how to run the full spec-driven workflow: route requests through discovery, follow the requirements-design-tasks-implementation phases with approval gates, and invoke the kiro skills whenever they apply.

All Skills in This Repository (18)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
gotalabgotalab

kiro-spec-status

Parse Kiro spec files to compute phase progress and task counts.

Community
Intermediate
๐Ÿ“ฆ In Repo
gotalabgotalab

kiro-spec-quick

Generate spec.json, requirements.md, design.md, and tasks.md from a short project description.

Community
Advanced
๐Ÿ“ฆ In Repo
gotalabgotalab

kiro-impl

Implement spec-defined feature tasks with TDD and subagent reviews.

Community
Advanced
๐Ÿ“ฆ In Repo
gotalabgotalab

kiro-validate-gap

Analyze implementation gaps between requirements and existing codebase.

Community
Advanced
๐Ÿ“ฆ In Repo
gotalabgotalab

kiro-spec-tasks

Generate implementation tasks from feature specs into tasks.md with dependency annotations.

Community
Advanced
๐Ÿ“ฆ In Repo
gotalabgotalab

kiro-spec-design

Translate feature requirements into architecture designs with traceable artifacts.

Community
Advanced
๐Ÿ“ฆ In Repo
gotalabgotalab

kiro-spec-init

Scaffold spec.json and requirements.md from templates in a KIRO-managed specs directory.

Community
Intermediate
๐Ÿ“ฆ In Repo
gotalabgotalab

kiro-verify-completion

Verify TASK, FIX, TEST_OR_BUILD, and FEATURE_GO claims against current code state.

Community
Advanced
๐Ÿ“ฆ In Repo
gotalabgotalab

kiro-spec-requirements

Generate EARS-format requirements and update spec.json metadata.

Community
Advanced
๐Ÿ“ฆ In Repo
gotalabgotalab

kiro-validate-design

Review design.md, requirements.md, and spec.json for implementation readiness.

Community
Intermediate
๐Ÿ“ฆ In Repo
gotalabgotalab

kiro-discovery

Analyze repository metadata and steering files to determine the correct action path for new work.

Community
Advanced
๐Ÿ“ฆ In Repo
gotalabgotalab

kiro-steering-custom

Generate domain-focused steering files from templates and codebase analysis.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’