What problem does it solve? Agents often claim work is done when it is not. This Skill independently re-checks whether a goal's contract is actually satisfied before allowing closure, blocking premature completion claims. ## Core Features & Use Cases - Mechanical Check Execution: Runs every command declared in the contract's verification_commands list and captures raw output as evidence. - Isolated Verifier Subagent: Dispatches a separate context to judge each acceptance criterion for satisfaction, evidence, and confidence without executor contamination. - Three-State Verdicts: Emits COMPLETE, INCOMPLETE, or UNVERIFIED based on mandatory criteria, evidence freshness, and the declared confidence threshold. - Use Case: Before closing a performance goal, run verification to confirm the p95 latency criterion is met with fresh benchmark evidence at confidence above the strict-mode 0.8 threshold. ## Quick Start Ask the agent to verify the active goal against its contract before closing it.