What problem does it solve?
It solves the problem of incomplete, fragile implementations that need repeated repair and re-review before separate signoff agents can confirm end-to-end correctness.
Core Features & Use Cases
- Repairable implementation loop with fresh context: Iterates through preflight, implementation, deterministic reconcile, repair after findings, and fresh-context signoff until both independent reviewers agree.
- Strict dual-reviewer verdict contract: Enforces a parseable verdict schema (COMPREHENSIVELY_SATISFIED | FINDINGS | BLOCKED) with required evidence fields and scope-matrix verification for multi-repo/provider/package work.
- Deterministic gates and evidence artifacts: Uses preflight, implementation-reconcile, durable reports, and final SIGNOFF.md artifacts to maintain a truthful evidence trail suitable for PR signoff.
- Blocked-state handling: Writes BLOCKED_NO_COMMIT.md only for true external blockers and avoids infinite loops.
Quick Start
Use this pattern to run a review-fix-signoff loop that repeatedly repairs and re-validates a workflow implementation until Claude and Codex both issue a dual pass verdict on the same final repo state.