What problem does it solve? It prevents incomplete, out-of-scope, or unverified code changes from being accepted by performing adversarial task-level review against approved requirements, design, and mechanical evidence. ## Core Features & Use Cases - Mechanical Verification: Runs the project's test suite, greps for placeholder markers and hardcoded secrets, and checks boundary compliance before judging code. - Spec and Design Alignment: Confirms the implementation satisfies referenced requirement and design sections without silent substitutions or scope drift. - Structured Verdicts: Returns APPROVED or REJECTED with findings, severity levels, and mandatory remediation steps. - Use Case: After an implementer marks a task READY_FOR_REVIEW, run this review to inspect the git diff, verify RED phase evidence, and reject changes that spill outside the task's declared boundary. ## Quick Start Review task 3.2 from the current spec against its requirements, design sections, and boundary constraints, then give me the verdict.