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 1 minute ago
Added to GitGenius on August 3rd, 2026
Created on August 21st, 2025
Open Issues & Pull Requests: 319 (+0)
GitHub issues: Enabled
Number of forks: 11,226
Total Stargazers: 125,781 (+7)
Total Subscribers: 648 (+0)

Issue Activity (beta)

Open issues: 153
New in 7 days: 19
Closed in 7 days: 18
Avg open age: 172 days
Stale 30+ days: 81
Stale 90+ days: 41

Recent activity

Opened in 7 days: 16
Closed in 7 days: 16
Comments in 7 days: 42
Events in 7 days: 143

Top labels

  • stale (408)
  • enhancement (245)
  • validation-passed (94)
  • extension-submission (85)
  • bug-assess (39)
  • needs-verification (33)
  • preset-submission (33)
  • needs-author-response (31)

Repository Insights (GitGenius)

Median issue/PR response: 2.1 hours
Mean response time: 3.4 days
90th percentile: 4.9 days
Tracked items: 1,385

Most active contributors

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.

According to GitGenius activity tracking, the repository has demonstrated steady growth with 125,307 stargazers as of the most recent measurement. The project maintains active community engagement with a median issue and pull request response latency of 2.1 hours and a mean latency of 82.8 hours across 1,381 tracked items. The most active contributors include mnriem with 1,463 events and localden with 854 events. The most frequently applied issue labels are stale with 342 occurrences, enhancement with 245, and validation-passed with 92, indicating ongoing maintenance and feature development activity.

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.

spec-kit
by
githubgithub/spec-kit

Repository Details

Fetching additional details & charts...