Spec Kit 解决了 Vibe Coding 中“先写代码后补需求”的痛点,做 AI 编程的开发者可以直接用它来避免返工和遗漏边界情况。
GitHub 发布了开源工具包 Spec Kit,旨在解决 AI 编程(Vibe Coding)的最大弱点:AI 常在产品规则不明确时就开始编码。该工具将流程从“让 AI 直接构建”转变为“先写产品规格,再让 AI 根据规格构建”。Spec Kit 推动先定义产品需求、澄清缺口、制定技术计划、分解任务,然后让智能体根据这些书面工件执行。它支持 Copilot、Claude Code、Codex 等 30 多种智能体集成,使规格成为可执行的开发契约,而非一次性文档。该项目已获得 109K+ 星标。
GitHub released Spec Kit, an open-source toolkit t…
GitHub released Spec Kit, an open-source toolkit to fix vibe coding’s biggest weakness: the AI often starts coding before the product rules are clear.
109K+ stars ⭐️
It turns vibe coding from “ask the AI to build it” into “write the product spec first, then make the AI build from that spec.”
Most AI coding today starts with a loose prompt, then jumps straight into code, which often produces working demos but weak requirements, missing edge cases, and messy rework.
Spec Kit pushes the process the other way: first define what the product must do, then clarify gaps, then create a technical plan, then break that plan into tasks, then let the agent implement against those written artifacts.
So here the spec is no longer disposable documentation; it becomes an executable development contract that guides Copilot, Claude Code, Codex, Gemini, Cursor, Qwen, and 30+ other agent integrations.