Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jmanhype/speckit

v1.0.0 - Initial Release

30 Nov 00:39

Choose a tag to compare

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

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

Documentation

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 template
  • AGENTS.md - Beads integration workflow for AI agents
  • install.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

License

MIT License - See LICENSE


Full Changelog: https://github.com/jmanhype/speckit/commits/v1.0.0