What problem does it solve? Manual acceptance testing of a written test plan is slow and inconsistent: someone must open the browser, click through each acceptance criterion, capture screenshots, and record results. This Skill automates that execution loop, turning a manual_test_plan.md file into a structured, evidence-backed pass/fail report. ## Core Features & Use Cases - Step-by-step AC execution: Parses each AC block (GIVEN/WHEN/THEN plus numbered Manual Steps) and dispatches every step to Playwright MCP (navigate, click, fill, select, upload) or HTTP drivers (GET/POST/PUT/PATCH/DELETE). - Evidence capture per step: Saves PNG screenshots, visible-text snapshots, API response bodies, and browser console logs into a session-scoped evidence directory, plus a SHA256 evidence manifest with workspace-level thumbnails. - Structured reporting: Produces a per-AC verdict table (PASS/PARTIAL/FAIL/SKIP), smoke test results (build, lint, login, navigation, logs), human-review items, and an overall ship-readiness verdict. - Use Case: After che-act writes manual_test_plan.md for a checkout feature, run this Skill against the worktree to click through all five ACs in a real browser, capture screenshots of each step, and receive a report showing AC-3 failed because the success URL never loaded. ## Quick Start Execute the manual test plan for worktree /path/to/worktree with task-id T123 and generate the evidence-backed report.