What problem does it solve? AI agents and developers often claim work is done, tests pass, or bugs are fixed without actually running the verification command in the current turn, producing broken code and eroding trust. This Skill acts as a mandatory gate that blocks any completion claim until fresh evidence exists. ## Core Features & Use Cases - Iron Law Gate: Blocks claims like "done", "fixed", or "passing" unless the verification command was run in the current turn and its output was read. - Claim-to-Verification Map: Maps common claims (tests pass, build succeeds, bug fixed, epic complete) to the exact command and output required to prove them. - Rationalization Detection: Lists red flags and common excuses ("should work", "previous run passed") that signal an unverified claim is about to be made. - Use Case: Before marking an epic complete in a ROADMAP file, run the full test suite, linter, and type-check per the project stack configuration, then only write the completion marker if all checks pass. ## Quick Start Before marking this task complete, run the test suite and linter fresh and show me the output as evidence.