What problem does it solve? Green tests on mocks do not prove that the live verification promised in a task specification actually happened. This Skill performs the final pre-release check: it confirms each acceptance criterion in task_spec section 9 has real evidence, that rollback is possible, and that nothing promised in the lean canvas Channels was silently forgotten. ## Core Features & Use Cases - Evidence audit: Walks task_spec section 9 line by line, matching each acceptance criterion against the test_report to distinguish proven criteria from mock-only coverage or missing live checks. - Rollback readiness check: Verifies the release can be reverted without data loss, including feature flags that disable new behavior without a full rollback. - Playtest outcome handling: Distinguishes a disproven design hypothesis (recorded as done and routed to retro) from a check that never happened (blocked). - Use Case: After code review passes on a game feature slice, run this check to confirm the owner actually performed the manual real-environment verification before tagging the release. ## Quick Start Run the launch check on the current task slice using its task_spec and test_report to confirm it is ready for release.