spec-kitty
Spec-driven development workflow for AI coding agents
All Skills in This Repository (56)
Pure Emerald Level Indicatorsrelease
Automate spec-kitty-cli releases to PyPI with version bumps and changelog updates.
spk-team-sync
Operates Spec Kitty hosted sync, offline queue, diagnostics, and recovery flows.
spk-run-review-wp
Review Spec Kitty work packages and approve or reject with structured feedback.
spk-doctrine-profile-load
Loads Spec Kitty agent profiles with governance context for interactive sessions.
spk-run-verdict-capture
Records work-package review verdicts through the deterministic event-log seam in Spec Kitty.
spec-kitty
Dispatch governed AI coding invocations with open-work-close Op lifecycle tracking.
spk-admin-setup-doctor
Diagnose and repair Spec Kitty installation, commands, and agent configuration issues.
spk-doctrine-charter
Runs Spec Kitty charter interviews, generation, context loading, and synchronization workflows.
spk-mission-documentation
Guides documentation missions in Spec Kitty to keep docs aligned with shipped behavior.
spec-kitty-glossary-context
Curate canonical terminology and detect semantic drift across Spec Kitty mission artifacts.
spk-gate-mission-review
Reviews merged Spec Kitty missions for spec-to-code fidelity, requirement coverage, and drift.
spec-kitty-bulk-edit-classification
Detects bulk-edit missions and generates validated occurrence-classification maps for safe codebase-wide renames.
Frequently Asked Questions
FAQPage SchemaHow to install Spec Kitty?โผ
Run `npx skills add Priivacy-ai/spec-kitty --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development with AI agents?โผ
It means writing a clear specification and plan before any code, then letting AI agents implement small work packages against those specs. Spec Kitty stores every spec, review, and merge decision in your Git repo so nothing gets lost.
Which AI coding agents does Spec Kitty support?โผ
It works with Claude Code, Codex, Cursor, Gemini, GitHub Copilot, Windsurf, OpenCode, Qwen, and over a dozen other agents through slash commands or Agent Skills.
Can multiple AI agents work in parallel with Spec Kitty?โผ
Yes. Each work package runs in its own isolated git worktree, so several agents can implement and review code in parallel without branch conflicts.
Do I need coding experience to use Spec Kitty?โผ
Basic Git familiarity helps, but the workflow is guided: you describe what you want, and the agent walks through specify, plan, tasks, implement, review, and merge steps for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core