What problem does it solve? It enforces a structured verification phase for Comet-managed changes, ensuring completed work is checked against tasks, specs, and design docs before archiving, with evidence recorded and repair loops handled automatically. ## Core Features & Use Cases - Scale-based verification: Automatically assesses change size and runs either a lightweight 6-point check or a full verification against delta specs and design documents. - Automatic repair loops: Returns to the build phase for up to three repairable failures, classifying findings as CRITICAL, IMPORTANT, WARNING, or SUGGESTION, and escalating to user decisions after the retry limit. - Evidence recording and phase guard: Writes a verification report, records it in .comet.yaml, and transitions to the archive phase only after the guard passes. - Use Case: After finishing implementation of a multi-file change, run the verify phase to confirm tasks are complete, tests pass, specs match, and produce an auditable verification report before archiving. ## Quick Start Invoke /comet-verify after the build phase completes to verify the current Comet change and record its verification evidence.