What problem does it solve?
It turns enhancement issues into enterprise-ready code changes by gathering missing requirements, designing an approach with measurable evals, implementing it autonomously, verifying it independently, and only then preparing a PR with explicit approval checkpoints.
Core Features & Use Cases
- Targeted enhancement Q&A: clarifies what to build, where it connects, key constraints, and what success means, before design starts.
- Right-sized scope gating: automatically redirects to fix-it when too small or /prepare when too large, based on measurable signals.
- Deterministic implementation with isolated roles: a dedicated implementer builds from a stripped context package, and a separate tester verifies using only a black-box test context.
- Judge confidence & PR checkpoints: includes judge-rated confidence and a mandatory PR checkpoint before shipping, with an optional mid-checkpoint for plan approval.
Quick Start
Use the enhance play to improve an existing open enhancement issue by running: enhance --issue <issue-number> --approve-plan.