Releases: jmanhype/speckit
Releases Β· jmanhype/speckit
v1.0.0 - Initial Release
Spec Kit v1.0.0 - Initial Release π
Specification-Driven Development with Beads Integration
Overview
Spec Kit is a comprehensive workflow system for AI-assisted software development that combines structured specifications with persistent task memory.
The Killer Combo π
- Spec Kit = Structure (WHAT/WHY/HOW)
- Beads = Memory (persistent task graph)
- Together = Structured development + long-term memory
Features
Core Workflow
constitution β specify β clarify β plan β checklist β tasks β analyze β implement
- 11 slash commands for Claude Code integration
- 5 bash automation scripts for workflow automation
- 5 document templates (spec, plan, tasks, checklist, agent file)
- Quality gates at each phase
- User story prioritization (P1, P2, P3)
Beads Integration
- β Persistent memory across sessions
- β Dependency tracking with task graph
- β Discovery tracking during implementation
- β
Smart prioritization with
bd ready - β Survives context limit compaction
Installation
Quick Start:
curl -sSL https://raw.githubusercontent.com/jmanhype/speckit/main/install.sh | bashWith Beads:
# Install Beads
brew tap steveyegge/beads
brew install bd
# Install Spec Kit
curl -sSL https://raw.githubusercontent.com/jmanhype/speckit/main/install.sh | bash
bd initDocumentation
- π Quick Start Guide
- π Full Documentation
- π€ AI Agent Workflow
- π GitHub Pages
Use Cases
- β Greenfield Projects - Start with structure from day one
- β Brownfield Projects - Add specs to existing code
- β AI-Assisted Development - Claude Code, Copilot, Cursor, Amp
- β Team Collaboration - Shared workflow and documentation
What's Included
.claude/commands/- 11 Spec Kit slash commands.specify/- Templates, scripts, constitution templateAGENTS.md- Beads integration workflow for AI agentsinstall.sh- Automatic installation (detects green/brownfield)install-local.sh- Local installation script- Complete documentation (README, QUICKSTART, CONTRIBUTING, CHANGELOG)
Template Repository
This repository is configured as a GitHub template. Click "Use this template" to create a new project with Spec Kit pre-configured.
Community
- π Report Issues
- π‘ Discussions
- π€ Contributing
Resources
- Beads Project: steveyegge/beads
- Claude Code: claude.com/code
License
MIT License - See LICENSE
Full Changelog: https://github.com/jmanhype/speckit/commits/v1.0.0