Configs2026年4月6日·1 分钟阅读

Spec Kit — Spec-Driven Dev Toolkit from GitHub, 85K Stars

GitHub's open-source spec-driven development toolkit. Turn product specs into executable AI agent workflows via the specify CLI instead of vibe coding.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

  1. 安装 CLI: uv tool install specify-cli --from git+https://github.com/github/spec-kit.git
  2. 初始化项目: specify init my-project
  3. 编写规格说明,规划任务,用 AI Agent 执行

简介

Spec Kit 是 GitHub 官方开源的规格驱动开发工具包,拥有 85,500+ stars。它让你编写产品规格说明,然后将其转化为 AI Agent 可执行的工作流,取代无序的 vibe coding。支持 Claude、GitHub Copilot、Gemini 等 AI 编码工具,拥有 40+ 社区扩展。


Spec Kit — 从规格到可运行代码

工作流程

  1. 宪法 — 在 /speckit.constitution 中定义项目原则
  2. 规格 — 编写详细的产品规格说明
  3. 规划 — AI 从规格生成实施计划
  4. 任务 — 计划拆分为可执行任务
  5. 实现 — AI Agent 按照规格执行任务

🙏

来源与感谢

Created by GitHub. Licensed under MIT.

spec-kit — ⭐ 85,500+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产