What problem does it solve?
This skill provides a repeatable, instructions-first process to coordinate AI-driven code work so teams avoid unreviewed, no-op, or poorly scoped changes and ensure production-quality commits and PRs.
Core Features & Use Cases
- Instructions-first workflow: create a self-contained instructions document that embeds the relevant source, types, API contracts, and tasks before any code is written.
- Branching, worktrees & multi-agent execution: standardizes branch naming, creates isolated worktrees per agent, and dispatches worker and reviewer agents with explicit skills.
- Rigorous review loop and no-op detection: enforces a reviewer checklist, mandates zero-issue reviewer PASS, prevents committing no-op changes, and orchestrates PR creation without merging.
- Use Case: run this workflow to implement a new feature across parallel worker agents, iterate through reviewer fixes until PASS, then push and open PRs for final human merge.
Quick Start
Create a self-contained instructions document, get Eric's approval, then run the multi-agent plan to implement, review, and prepare PRs.