What problem does it solve? After finishing a multi-step task or project, it is easy to declare success without actually checking the work against the original plan. This Skill enforces a structured verification pass so nothing is marked done without meeting the planned criteria. ## Core Features & Use Cases - Plan-Based Verification: Loads the plan created by the write-plan skill and checks every checkpoint and task for completion. - Quality Checklist: Confirms output matches the original goal, has no obvious errors, and is usable by the requester. - Completion Documentation: Saves a structured completion report to memory/plans/ with metrics, blockers, and lessons learned. - Use Case: After finishing a multi-day refactoring project, run verification to confirm all checkpoints passed, present the result to the user for approval, and archive a completion report for future reference. ## Quick Start Verify that the project we just finished meets all the checkpoints in the original plan and write a completion report.