What problem does it solve? Agent-generated E2E tests often pass today but break on the first refactor or fail to catch real regressions. This Skill drives an approved plan's browser-level phases one risk at a time, producing Playwright tests that are reviewed against known anti-patterns and verified to actually fail when the protected risk materializes. ## Core Features & Use Cases - Risk-driven test generation: Picks browser-level risks from a test plan, maps the user flow against the running app via accessibility snapshots, and generates one focused Playwright spec per risk. - Quality levers and review: Bootstraps a seed test and E2E rules file, then reviews every generated test against five agent anti-patterns (hallucinated assertion, brittle selector, shared state, wait-for-time, no cleanup). - Deliberate-break verification: Confirms each test goes red when the protected behavior is broken, then reverts the break before committing. - Use Case: A team has an approved implementation plan with phases touching auth, routing, API, and database. Run this Skill to add one hardened E2E test per cross-boundary risk, with per-phase commits and progress tracked in the plan. ## Quick Start Run /10x-e2e with a change-id like "save-session phase 6" to drive that plan's browser-level E2E phases against the running app.