What problem does it solve? Code that passes quality review but implements the wrong requirements causes costly rework. This Skill adds a first-pass review stage that verifies the implementation matches the specification exactly—nothing missing, nothing extra—before any code quality review begins. ## Core Features & Use Cases - Three-Dimension Verification: Checks for missing requirements, unnecessary extra work, and misunderstood specifications by reading actual code rather than trusting implementer reports. - Independent Validation Protocol: Instructs reviewers to compare implementation line-by-line against requirements instead of accepting completion claims. - Structured Pass/Fail Reports: Produces checklists with file and line references for gaps, over-engineering, or misinterpretations. - Use Case: After a developer finishes a multi-part feature, run this review to confirm every requirement item is implemented and no unrequested features were added, then proceed to code quality review. ## Quick Start Ask the AI to run a spec compliance review comparing the current implementation against the original task requirements before doing a code quality review.