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-kittySpec Kitty is an open-source CLI workflow for spec-driven development with AI coding agents.
It helps teams turn product intent into implementation with a repeatable path:
spec -> plan -> tasks -> implement -> review -> merge.
AI coding workflows often break down on larger features:
Spec Kitty addresses this with repository-native artifacts, work package workflows, and git worktree isolation.
Try it now: pip install spec-kitty-cli && spec-kitty init my-project --ai claude
| Capability | What Spec Kitty provides |
|------------|--------------------------|
| Spec-driven artifacts | Generates and maintains spec.md, plan.md, and tasks.md in kitty-specs/<feature>/ |
| Work package execution | Uses lane-based work package prompts (planned, , , ) |
| | Creates isolated git worktrees under for work package execution |
| | Local dashboard for kanban and feature progress () |
| | Built-in acceptance checks and merge helpers (, ) |
| | Template and command generation for 12 AI agent integrations |
No comments yet. Be the first to share your thoughts!
doingfor_reviewdone.worktrees/spec-kitty dashboardspec-kitty acceptspec-kitty mergegraph LR
A[📝 Specify<br/>WHAT to build] --> B[🎯 Plan<br/>HOW to build]
B --> C[📋 Tasks<br/>Work packages]
C --> D[⚡ Implement<br/>Agent workflows]
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
[](https://github...