What problem does it solve? After a code review rejects a slice with BLOCKER or MAJOR findings, someone must prove each named fix actually landed before the slice's status card can move. Recheck-v2 closes that gap with a closed-checklist re-inspection: a fresh, independent verifier checks only the recorded findings, and every disposition is evidence-backed and receipted. ## Core Features & Use Cases - Closed-checklist verification: Scope is limited to the open BLOCKER and MAJOR entries in a build doc's punch list plus user-named items; the list only shrinks, never grows through open-ended hunting. - Independent fresh-context verifier: A new verifier (subagent, codex exec run, or OpenCode session) receives only the checklist brief, never the fixer's account, and reports per-item dispositions with evidence. - Transactional, receipted recording: All writes (reopening lines, punch-list block, waivers, status lines) happen in one write-ahead-receipted transaction with source-identity checks and boundary-violation detection. - Use Case: After fixing the majors from a signoff review of Slice A, ask for a recheck; the skill verifies each fix against its failure scenario, records dispositions, and flips the slice's card from rejected to signed off when everything clears. ## Quick Start Ask the assistant to recheck slice A of your build doc and flip the card if the named fixes landed.