github/spec-kit

💫 Toolkit to help you get started with Spec-Driven Development

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 12 minutes ago
Added to GitGenius on August 3rd, 2026
Created on August 21st, 2025
Open Issues & Pull Requests: 298 (-1)
GitHub issues: Enabled
Number of forks: 12,387
Total Stargazers: 138,226 (+8)
Total Subscribers: 707 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.3 hours
Mean response time: 6.5 days
90th percentile: 10.0 days
Tracked items: 1,476

How this project is maintained

About 13% of issues opened in the past year have never received a reply. 92% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. 90% of issues opened in the past year have since been closed. Three people close 81% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 140
New in 7 days: 26
Closed in 7 days: 30
Avg open age: 92 days
Stale 30+ days: 23
Stale 90+ days: 0

Recent activity

Opened in 7 days: 18
Closed in 7 days: 29
Comments in 7 days: 43
Events in 7 days: 152

Top labels

  • stale (487)
  • enhancement (303)
  • validation-passed (174)
  • extension-submission (148)
  • bug-assess (62)
  • preset-submission (55)
  • agentic-workflows (36)
  • triage-nice-to-have (36)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

Spec Kit is an open source toolkit designed to enable Spec-Driven Development, a methodology that prioritizes defining specifications before implementation. The toolkit helps teams work with AI coding agents to build software by establishing clear requirements and technical plans upfront, then using those specifications to guide automated code generation. The project is written in Python and maintained by GitHub, with comprehensive documentation available through its GitHub Pages site.

The core philosophy of Spec-Driven Development, as presented in the repository, inverts traditional software development practices by making specifications executable and primary rather than treating them as secondary scaffolding. Instead of code being the main artifact, specifications become the foundation from which working implementations are directly generated. This approach is designed to work with any AI coding agent, whether CLI-based tools or IDE-integrated assistants.

Spec Kit provides a structured workflow through a series of slash commands that guide users through the development process. The essential commands include `/speckit.constitution` for establishing project principles, `/speckit.specify` for defining requirements, `/speckit.plan` for creating technical implementation plans, `/speckit.tasks` for breaking work into actionable items, and `/speckit.implement` for executing the planned work. Additional optional commands like `/speckit.clarify`, `/speckit.analyze`, and `/speckit.checklist` provide enhanced validation and quality assurance capabilities.

The toolkit supports integration with over 30 AI coding agents, accommodating both traditional slash-command interfaces and skills-based modes depending on agent capabilities. Users can install the Specify CLI through multiple methods, with the primary installation requiring the uv package manager. The project includes self-management capabilities for checking updates and upgrading the CLI.

Customization is a central feature of Spec Kit, enabled through two complementary systems: extensions and presets. Extensions allow teams to add new capabilities and commands, while presets enable customization of core templates and terminology. Project-local overrides provide a way to make one-off adjustments specific to individual projects. The repository maintains a community-driven ecosystem where users can contribute and share extensions, presets, bundles, and walkthroughs through the official documentation site.

The repository overlaps with other GitHub projects including gh-aw, solo-io/gloo, and microsoft/vscode through shared contributors, suggesting integration points and complementary tooling within the broader development ecosystem. The toolkit is positioned as an extensible, community-driven solution designed to scale across entire organizations, with role-based setup bundles available to accommodate different team structures and workflows.