Claude Skill

gotalab/cc-sdd

最小化的SDD框架,利用Claude Skill将已批准的规格转化为长期自主运行的实现,支持Claude Code、Codex、Cursor、Copilot等多种AI编程助手。

概览

Stars3,485
Forks258
语言TypeScript
最后更新2026-05-20
最近同步2026-06-17
前往 GitHub

仓库信息

拥有者gotalab
仓库cc-sdd
完整名称gotalab/cc-sdd
Repo ID1,021,219,064

安装这个 Skill

npx cc-sdd@latest

Registry 信息

类型cursor_rule
质量分75/100
验证状态readme_parsed
最近验证2026-05-30
平台
ClaudeCodexCursor
能力
pdfterminalworkflowagent-skillsclaude-codecodexcursorgemini-cligithub-copilotkiro
识别文件
README.mddocs
安装方式
  • npx cc-sdd@latest
  • npx cc-sdd@latest --codex-skills --lang ja # Codex, Japanese
  • npx cc-sdd@latest --cursor-skills --lang zh-TW # Cursor IDE, Traditional Chinese
  • npx 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 --> [![npm version](https://img.shields.io/npm/v/cc-sdd?logo=npm)](https://www.npmjs.com/package/cc-sdd?activeTab=readme) [![install size](https://packagephobia.com/badge?p=cc-sdd)](https://packagephobia.com/result?p=cc-sdd) [![license: MIT](https://img.shields.io/badge/license-MIT-green.svg)](./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

话题

探索更多

数据来自 GitHub,同步时间:2026-06-17