What problem does it solve?
Provides repeatable patterns to break multi-step software work into specialist agent stages and ensure clear, evidence-backed handoffs so work proceeds without author-bias, lost context, or unchecked failures.
Core Features & Use Cases
- Pipeline patterns: Defines feature, bug-fix, and refactor pipelines with explicit stage roles (planner/implementer/cleanup/reviewer).
- Structured handoffs: Offers a handoff template and guidance for bundling file paths, diffs, tests, decisions, and open questions so the next agent can act deterministically.
- Operational principles: Enforces author-bias elimination, fail-fast stopping, minimal scope per agent, and a cleanup pass before review.
- Use Case: Use to coordinate planning, implementation, cleanup, and a separate code review when delivering a feature or regression fix.
Quick Start
Plan and run a feature pipeline: have an audit-planner produce acceptance criteria and risks, invoke an implementer to apply changes, run a cleanup pass, then hand off a structured document and evidence bundle to a separate code-reviewer.