What problem does it solve? When a session contains two or more fixes or a user lists numbered rules, running a full verify cycle after every single fix wastes time and risks silently dropping one of the user's requirements. This Skill enforces a batch-end-verify rhythm so all fixes are completed in parallel batches and verified once at the end against a verbatim MUST-ALL checklist. ## Core Features & Use Cases - MUST-ALL Checklist Extraction: Converts user-listed numbered rules ("rule 1... rule N", Q1-QN, image annotations) into a verbatim checklist where every item must be verified, never ranked or dropped. - Parallel Tool Batching: Groups independent Read/Grep/Glob calls into a single message and batches Edit operations, deferring tsc, audit, and visual verification to one final pass. - Surgical vs Substantive Triage: Classifies each fix as surgical (auto-ship), P2E engineering (autonomous with evidence), or P2H product/UX (stop and propose) before landing changes. - Use Case: A user reports five visual bugs with numbered screenshots. The Skill builds a five-item checklist, applies all edits in one batch, then runs tsc, invariant tests, and pixel-quantified visual audit once, reporting a per-rule verify trace. ## Quick Start Invoke this skill when I list multiple numbered bugs or rules and batch all fixes with a single end-of-session verification report.