by Priivacy-ai
Spec-Driven Development for serious software developers. Spec Coding with with Claude, Cursor, Gemini, Codex. Kanban dashboard, git worktrees, auto-merge and more.
# Add to your Claude Code skills
git clone https://github.com/Priivacy-ai/spec-kittyThe Problem: AI coding agents lose context, forget requirements, and generate code that doesn't match your specs. Teams waste 40% of development time re-prompting and fixing drift.
The Solution: Spec Kitty enforces spec-driven development (SDD) with executable specifications, live kanban tracking, and git worktree isolation. Build features 40% faster with 12 AI agents working in parallelβwithout context loss or merge conflicts.
Try it now: pip install spec-kitty-cli && spec-kitty init myproject --ai claude
| Feature | Spec Kitty | Other SDD Tools | Manual AI Coding | |---------|------------|-----------------|------------------| | 12 AI agents supported | β Claude, Cursor, Gemini, Copilot, + 8 more | β οΈ Usually 1-2 agents | β οΈ Agent-specific setup | | Live kanban dashboard | β Real-time progress tracking | β Manual status checks | β No visibility | | Parallel development (40% faster) | β Workspace-per-WP model | β οΈ Branch-based (conflicts) | β Serial work | | Conflict forecasting | β Pre-flight validation + auto-merge | β Manual resolution | β Merge hell | | Constitution framework | β Project governance built-in | β οΈ Ad-hoc guidelines | β No standards | | Dependency tracking | β WP frontmatter + smart sequencing | β Manual coordination | β Chaos |
<p align="center"> <a href="#-getting-started-complete-workflow">Quick Start</a> β’ <a href="docs/claude-code-integration.md"><strong>Claude Code Guide</strong></a> β’ <a href="#-real-time-dashboard">Live Dashboard</a> β’ <a href="#-supported-ai-agents">12 AI Agents</a> β’ <a href="https://github.com/Priivacy-ai/spec-kitty/blob/main/spec-driven.md">Full Docs</a> </p> <div align="center">graph LR
A[π Specify<br/>WHAT to build] --> B[π― Plan<br/>HOW to build]
B --> C[π Tasks<br/>Work packages]
C --> D[β‘ Implement<br/>12 AI agents]
D --> E[π Review<br/>Quality gates]
E --> F[π Merge<br/>Ship it]
style A fill:#e1f5ff
style B fill:#e1f5ff
style C fill:#fff3e0
style D fill:#f3e5f5
style E fill:#e8f5e9
style F fill:#fce4ec
Branch Status: [![main branch](https://img.shields.io/badge/mainβ1.x-Maintenance%20Only-yellow?sty...