What problem does it solve?
This section standardizes and automates the end-to-end execution of backlog items, ensuring scoped work, consistent decomposition, and rigorous commit discipline to avoid drifting work and merge conflicts.
Core Features & Use Cases
- Scope and plan alignment: reads plans from brain/plans and backlog descriptions to bound work.
- Decomposition and isolation: breaks work into discrete changes that can be implemented independently in dedicated worktrees.
- Verification and governance: enforces unit tests, static analysis, and lint checks before merging changes.
- Use case: autonomously execute a feature or fix by following a plan, creating a worktree, implementing changes, verifying quality, and merging to main with a clear commit per change.
Quick Start
Create a plan-driven worktree, decompose the scope into individual changes, implement, verify, and merge back to main.