CLI-first orchestration for AI-assisted development. Feature contracts, persona-led workflows, and governance gates that keep AI work predictable and auditable.
# Install globally
npm install -g grabby
# Initialize in your project
grabby init
# Start a feature
grabby task "add user authentication"
Grabby transforms natural-language requests into structured feature contracts, then moves them through validation, planning, approval, execution, and audit. It works with any LLM - ChatGPT, Claude, Gemini, Copilot - as a provider-agnostic orchestration layer.
Instead of prompt-driven guesswork, you get bounded scope, clear governance, and full traceability for every feature.
Every feature follows a deterministic path:
Define scope, allowed directories, file changes, and done criteria before any code is written.
Specialized agents for each phase: Archie shapes contracts, Val validates, Sage plans, Dev executes, Iris audits.
Enforce coding standards, restricted paths, security rules, and test coverage. Execution fails if scope is violated.
Complete guides for setup, daily workflow, and governance.
For developers, leads, and teams enforcing standardized AI-assisted delivery.