What problem does it solve? Code review passing and test suites being green do not prove a feature actually achieves its goal. This Skill closes that acceptance gap by verifying an entire feature or module against a locked, user-confirmed metrics checklist, producing a commit-anchored acceptance report without modifying any product code. ## Core Features & Use Cases - Metrics-Driven Acceptance: Derives a core goal and a checklist of judgeable acceptance metrics across six types (functionality, scenarios, boundaries, experience, contracts, non-functional), locked only after user confirmation. - Three-Layer Evidence: Reuses existing test suites (L1), writes temporary scenario tests simulating real usage paths (L2), and delegates real end-to-end journeys to e2e-testing (L3), with experience conclusions backed by traceable observation records. - Re-acceptance Support: Second-round verification reuses locked metrics, reruns everything against a fresh code baseline, and produces a round-over-round comparison without diffing intermediate commits. - Use Case: After finishing a user login module, ask the AI to accept it: it derives metrics like "wrong credentials return 401 with friendly feedback", runs existing tests plus new scenario scripts and an e2e journey, then reports pass/conditional-pass/fail anchored to branch and commit. ## Quick Start Ask the AI to run acceptance verification on the completed user login module and produce an acceptance report.