What problem does it solve? Changes that span multiple domains (code, specs, tests, security, AI instructions) are hard to review thoroughly with a single perspective, leading to missed issues, duplicated findings, and false positives. ## Core Features & Use Cases - Domain-based reviewer selection: Maps changed files to expert reviewer roles (Python Engineer, Test Engineer, Spec Architect, Security Analyst, and more) and launches them as parallel sub-agents. - Review of Reviews: The orchestrator verifies each finding against primary sources, dismisses false positives, and deduplicates issues found by multiple reviewers. - Structured output: Produces a metareview.md with a summary table, action clusters with dependency chains, and a dismissed-issues table that serves as a strict spec for the executor. - Use Case: After implementing a feature that touches Python code, API contracts, and spec documents, run a metareview to get verified, deduplicated issues grouped into actionable clusters instead of three overlapping raw review reports. ## Quick Start Enter METAREVIEW mode to review the current change across all affected domains and produce a consolidated metareview.md report.