What problem does it solve? It removes the chaos of ad-hoc AI coding by enforcing a disciplined workflow: design and implementation plans are reviewed and merged via PR before any code is written, then tests and implementation are built locally with automated review rounds. ## Core Features & Use Cases - Design-first gating: Opens a draft development PR and a stacked design PR, and refuses to write code until the human confirms the design PR is merged. - Repo-portable conventions: Detects the project's default branch, branch naming, test runner, CI command, and commit style instead of assuming them. - TDD with bounded review loops: Writes failing tests first, then implements, running automated review-fix cycles with configurable iteration limits and resumable checkpoints. - Use Case: You describe a new feature in one sentence; the agent produces a reviewed design PR, then locally builds tests and implementation with review rounds, leaving the final push to you. ## Quick Start Run /dev-agent followed by your requirements text to start a gated design-first development workflow in the current repository.