What problem does it solve? Planning end-to-end test coverage for a web application requires analyzing user flows, choosing a framework, designing maintainable test architecture, and wiring CI/CD integration, which is time-consuming to do from scratch. ## Core Features & Use Cases - Framework Detection and Recommendation: Auto-detects existing Playwright or Cypress setups from package.json, or recommends one based on the project. - Critical Flow Analysis: Scans routes, components, and authentication code to map and prioritize user journeys into P0 smoke, P1 regression, and P2 extended tiers. - Complete Strategy Document: Produces Page Object Model designs, selector strategy, test data management, CI/CD pipeline configuration, and anti-pattern guidance. - Use Case: Ask for a smoke test suite for every pull request and receive a minimal critical-path suite targeting sub-5-minute execution with example test code. ## Quick Start Analyze this application and create a comprehensive E2E testing strategy with Playwright covering all critical user flows.