What problem does it solve? It provides a structured, read-only review of branches, PRs, or commit ranges so defects, missing requirements, and standards violations are caught before merge without the reviewer editing code. ## Core Features & Use Cases - Two-axis review: Evaluates changes against the spec (missing requirements, scope creep, incorrect implementations) and against repo standards plus a fixed Fowler code-smell baseline. - Severity-ranked reporting: Classifies findings as Critical, Important, or Minor with file:line references, rationale, and fix guidance, ending in a merge-readiness verdict. - Subagent delegation: Dispatches independent spec and standards reviewers with crafted briefs, then aggregates results without merging the axes. - Use Case: Before merging a feature branch, run the review against origin/main to receive a report of unmet requirements, code smells like duplicated logic or feature envy, and a clear ready-to-merge assessment. ## Quick Start Review the changes on my current branch against origin/main and tell me whether it is ready to merge.