Claude Skill
gotalab/cc-sdd
最小化的SDD框架,利用Claude Skill将已批准的规格转化为长期自主运行的实现,支持Claude Code、Codex、Cursor、Copilot等多种AI编程助手。
概览
仓库信息
安装这个 Skill
npx cc-sdd@latestRegistry 信息
npx cc-sdd@latestnpx cc-sdd@latest --codex-skills --lang ja # Codex, Japanesenpx cc-sdd@latest --cursor-skills --lang zh-TW # Cursor IDE, Traditional Chinesenpx cc-sdd@latest # Claude Code Skills (default)npx cc-sdd@latest --claude-skills # Claude Code Skills
项目简介
一个最小化、可适配的软件设计文档(SDD)框架,可将已批准的规格转化为长期自主运行的实现。它集成了针对Claude Code、Codex、Cursor、Copilot、Windsurf、OpenCode、Gemini CLI及Antigravity等流行AI编程助手的Claude Skill代理能力。
Turn approved specs into long-running autonomous implementation. A minimal, adaptable SDD harness with Agent Skills for Claude Code, Codex, Cursor, Copilot, Windsurf, OpenCode, Gemini CLI, and Antigravity.
要点
- 最小化且可适配的SDD框架
- 将规格转化为自主实现
- 集成Claude Skill以支持多种AI编程助手
- 支持长期运行
- 用于引导和子代理的代理能力
- 基于规格驱动的开发方法
使用场景
- 从规格自动生成代码
- 长期自主的软件开发
- AI辅助的软件设计文档编写
- 多代理编码工作流
- 规格驱动的开发流水线
- 与多种AI编码工具集成
README 摘要
# cc-sdd: Long-running spec-driven implementation for AI coding agents <!-- npm badges --> [](https://www.npmjs.com/package/cc-sdd?activeTab=readme) [](https://packagephobia.com/result?p=cc-sdd) [](./LICENSE) <div align="center" style="font-size: 1.1rem; margin-bottom: 1rem;"><sub> Package README: <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> ## Turn approved specs into long-running autonomous implementation One command installs an agentic SDLC workflow as Agent Skills: discovery, requirements, design, tasks, and autonomous implementation with per-task independent review. Works across 8 AI coding agents, with the same 17-skill set on each. 👻 **Kiro-inspired.** Similar spec-driven, agentic SDLC style as Kiro IDE. Existing Kiro specs remain compatible and portable. ## What's new in v3.0 cc-sdd v3.0 is a rework around Agent Skills and long-running autonomous implementation. - **`/kiro-discovery` as the new entry point.** Discovery routes new work into one of: extend an existing spec, implement directly with no spec, create one new spec, decompose into multiple specs, or mixed decomposition. It writes `brief.md` and, when needed, `roadmap.md`, so you can resume a workstream without re-explaining scope. - **`/kiro-impl` for long-running autonomous implementation.** Each task gets a fresh implementer running TDD (RED → GREEN) behind a feature flag, an independent reviewer, and an auto-debug pass that investigates root causes in a clean context when the implementer is blocked