What problem does it solve? When AI agents produce code or artifacts, there is no structured way to verify the work against the original specification, catch deviations, and keep an auditable record of what was checked. This Skill defines a REVIEW mode that turns an agent into a disciplined reviewer. ## Core Features & Use Cases - Spec-based verification: Compares an agent's output against the component spec to distinguish real bugs from by-design behavior. - Structured review reports: Records numbered reviews with checked-item tables and issue statuses (OPEN/FIXED) directly in the topic file. - Multi-persona review: Supports different reviewer personas (Daedalus for architecture, Socrates for decisions, Loki for edge cases) and collective review by multiple agents or models. - Use Case: After an executor agent implements a feature, invoke REVIEW mode to check the artifacts against the spec, log any discrepancies in the topic file, then return to DIALOGUE mode while the executor fixes the issues. ## Quick Start Enter REVIEW mode to check the last agent's implementation of the authentication module against its spec and record the findings in the topic file.