What problem does it solve?
Software teams need an independent verifier between implementation and completion to catch defects, prevent rubber-stamping, and maintain clear ownership boundaries across review rounds.
Core Features & Use Cases
- Independent Verification: Inspect deliverables against acceptance criteria using artifact, execution, and contract lenses that vary by review round.
- Structured Verdicts: Route outcomes through approve, request changes, or escalate transitions with concrete evidence recorded in metadata.
- Use Case: An implementer submits a feature branch for review. The reviewer checks out the code, runs the test suite, audits against the original spec, and either approves with documented checks or returns specific actionable defects to the implementer.
Quick Start
Review the current Kanban task in the review lane, inspect the deliverable against acceptance criteria, and submit exactly one verdict using kanban_complete, kanban_request_changes, or kanban_block.