angle_3: SDD 工具技术与仓库活跃度矩阵
核心数据点
🟢 GitHub Spec Kit(开源 SDD 协议层,头部)
| 指标 | 数值 | 数据日期 |
|---|---|---|
| Stars | 121,000 | 2026-07-13 |
| Forks | 10,700 | 2026-07-13 |
| Watchers | 611 | 2026-07-13 |
| Commits | ~1,400 | 2026-07-13 |
| Releases | 189 | 2026-07-13 |
| 最新版本 | v0.12.13 | 2026-07-13 |
| 主语言 | Python 95.0% / Shell 2.6% / PowerShell 2.4% | — |
| License | MIT | — |
兼容 AI agent(30+):
- GitHub Copilot CLI
- Claude Code
- Codex CLI
- Gemini CLI
- Cursor
- Windsurf
- Qodo
- opencode
核心 slash 命令:
/speckit.constitution— 创建项目治理原则/speckit.specify— 定义要构建什么/speckit.plan— 创建技术实现计划/speckit.tasks— 生成可执行任务列表/speckit.implement— 执行任务
可选 slash 命令:/speckit.clarify /speckit.analyze /speckit.checklist /speckit.converge /speckit.taskstoissues
官方 SDD 定义:
“Spec-Driven Development flips the script on traditional software development. For decades, code has been king — specifications were just scaffolding we built and discarded once the ‘real work’ of coding began. Spec-Driven Development changes this: specifications become executable, directly generating working implementations rather than just guiding them.”
三阶段模型:
- 0-to-1 Greenfield
- Creative Exploration
- Iterative Enhancement(Brownfield)
发布日:2025-09-04(GitHub Blog 官方公告)
🟡 AWS Kiro(商业化 SDD IDE)
| 指标 | 数值 | 数据日期 |
|---|---|---|
| GA 日 | 2025-11-18 | — |
| Preview | 2025-07 | — |
| 平台 | macOS / Windows / Linux | — |
| 内核 | VS Code 开源内核 | — |
| 模型 | Claude Sonnet/Opus 4 | — |
Spec 模式产出三件套:
- requirements.md(用 EARS 标注)
- design.md
- tasks.md
Vibe 模式:“输入简短需求即时生成可运行代码”
定价:
- Free:1 个月试用
- Pro:$20/月
- Pro+:$40/月
- Power:$200/月
Kiro CLI:GA 版本新增,定位类比 Gemini CLI(2025-06)/ Claude Code / Codex CLI
团队协作:基于 AWS IAM Identity Center;Steering Files(markdown/自然语言,支持个人/项目/团队三层 scope)
已知公开缺陷(由开发者实测披露):
- Remote SSH 和 WSL 功能失效(GitHub issue #275 in kirodotdev/Kiro)
- 代码/文档生成速度明显慢于 Trae 等竞品
- “plan reversion bug”——已否决方案会被重新建议
关键发现
- GitHub Spec Kit 是 SDD 赛道绝对头部开源——121k stars + 189 releases + MIT + 30+ agent 兼容,几乎没有竞品在生态中立性上接近
- AWS Kiro 是商业化 SDD IDE 首选,但有 3 个公开缺陷需评估——适合 AWS 云生态内、不依赖 Remote SSH/WSL 的团队
- OpenSpec 未达 primary 证据标准——上一轮提到的开源 SDD 工具本轮未能确认活跃度,需下一轮单独深挖
来源 URL
- https://github.com/github/spec-kit(Spec Kit 官方仓库)
- https://github.blog/developer-skills/github/how-to-use-spec-kit-with-github-copilot-spec-driven-development-on-github/(GitHub Blog 公告)
- https://github.com/awslabs/kiro(AWS Kiro 仓库)
- https://blog.csdn.net/AdamsLi/article/details/155874887(CSDN Kiro 实测)
- https://new.qq.com/rain/a/20251118A0240A00(Kiro GA 中文新闻)