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
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
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