What problem does it solve? Development teams often mark work as complete based on claims rather than proof, leading to stub code, unwired components, and unmet requirements slipping through. This Skill verifies that implemented work actually achieves the stated phase goal by checking artifacts, wiring, and observable behaviors. ## Core Features & Use Cases - Three-Level Artifact Verification: Checks that files exist, contain substantive implementations (not stubs or placeholders), and are properly wired into the codebase. - Stub and Anti-Pattern Detection: Scans for TODO comments, placeholder text, empty handlers, and disconnected fetch calls across React components and API routes. - Structured Gap Reporting: Produces a VERIFICATION.md with pass/fail status per truth, artifact, and key link, plus structured YAML gaps consumable by planning workflows. - Use Case: After a coding agent finishes a chat feature phase, run verification to confirm Chat.tsx actually fetches from /api/chat, renders messages from state, and contains no placeholder UI before marking the phase complete. ## Quick Start Verify phase 3 of my project against its PLAN and ROADMAP goals and generate a VERIFICATION.md report.