What problem does it solve? PRDs often drift from the architecture they claim to implement, containing vague requirements, unmeasurable acceptance criteria, and contradictions that only surface as bugs during coding. This Skill catches those issues before implementation starts. ## Core Features & Use Cases - Six-Lens Review Methodology: Analyzes PRDs for architectural mismatches, vague areas, incorrect requirement translation, weak acceptance criteria, factual errors, and design footguns. - Severity-Classified Findings: Categorizes every issue as Critical, Moderate, or Minor with justification and concrete fix recommendations in a structured report format. - Interactive Refinement & Backporting: Handles user challenges with tradeoffs tables and ensures architecture documents are updated to reflect PRD changes. - Use Case: Before starting implementation on a new feature PRD, run this review to verify every requirement is measurable, consistent with the architecture, and free of contradictions. ## Quick Start Review the attached PRD against our architecture document and list all critical issues before we begin implementation.