GitHub released an AI workflow 78K developers already use
GitHub's Spec Kit turns plain-English blueprints into reliable AI-built software. 78K stars, 35+ coding agents supported, and a fresh v0.3.2 release.
If you've ever asked an AI to build an app and gotten a jumbled mess back, GitHub has a fix — and 78,600 developers are already using it.
Spec Kit is GitHub's official framework for Specification-Driven Development — a method that replaces vague AI prompts with structured blueprints. Instead of typing "build me a to-do app" and hoping for the best, you write a clear spec (a plain-English description of exactly what you want), and Spec Kit ensures your AI coding agent follows it step by step.
Why AI Agents Need a Blueprint
The explosion of "vibe coding" — telling AI what to build in casual language — has a dirty secret: the results are often unreliable. AI coding agents make assumptions, skip requirements, and produce code that looks right but breaks in production.
Spec Kit solves this by treating your description as a living blueprint, not a throwaway prompt. Think of it like hiring a contractor: you wouldn't say "build me a house" and walk away. You'd hand them architectural plans. Spec Kit is those plans for AI.
Five Slash Commands That Do the Heavy Lifting
The entire workflow runs through five simple commands you type into your AI coding agent:
/speckit.constitution — Set the ground rules for your project (coding style, tech stack, non-negotiables)
/speckit.specify — Describe what you want built and why, in plain English
/speckit.plan — AI creates a technical implementation strategy based on your spec
/speckit.tasks — Breaks the plan into bite-sized, actionable steps
/speckit.implement — AI executes every task, building the feature according to plan
There are also optional commands like /speckit.clarify (ask AI to fill gaps in your spec), /speckit.analyze (check everything is consistent), and /speckit.checklist (create quality checks).
Works With 35+ AI Coding Agents
Spec Kit isn't locked to one tool. It supports 35+ AI coding agents including:
Claude Code — Anthropic's terminal-based coding agent
GitHub Copilot — GitHub's own AI pair programmer
Cursor — The AI-first code editor
Gemini CLI, Windsurf, Codex CLI, Qwen Code — and 28 more
You can even bring your own agent using a "Generic" mode. If your AI agent accepts slash commands, Spec Kit works with it.
Three Ways People Use It
Greenfield (starting from scratch) — Describe a brand-new app, and Spec Kit guides AI through every step from architecture to finished product.
Brownfield (improving existing projects) — Already have an app? Spec Kit helps AI understand your codebase before making changes, reducing the chance of breaking things.
Creative exploration — Want to try multiple approaches? Spec Kit supports parallel implementation patterns so AI can prototype different solutions simultaneously.
Get Started in 60 Seconds
Install Spec Kit with a single command:
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git
Then bootstrap a new project:
specify init my-new-app
Open it in your AI coding agent (Claude Code, Cursor, Copilot — whatever you prefer) and type /speckit.specify to start describing what you want to build.
Fresh Update: v0.3.2 Dropped Yesterday
The latest release (v0.3.2, March 19) added:
- A new conduct extension for team coding standards
- Verify-tasks extension to automatically check completed work
- Preset toggles so you can mix and match configurations
- Hook events (before/after workflows) for custom automation
- Support for the iFlow CLI agent
The project has been shipping weekly updates — six releases in March alone.
Who Should Try This
If you're vibe coding and frustrated that AI keeps going off-script, Spec Kit gives your agent guardrails. If you're managing a team using AI coding agents, it ensures everyone follows the same standards. If you're new to AI-assisted development, the five-command workflow is a gentle on-ramp that teaches you how to communicate with AI effectively.
The project is free, open-source under the MIT license, and backed by GitHub — the platform where 100+ million developers already work.
Related Content — Get Started with Easy Claude Code | Free Learning Guides | More AI News
Stay updated on AI news
Simple explanations of the latest AI developments