What problem does it solve? Planning UI end-to-end test coverage requires understanding both the codebase and the actual runtime behavior of a frontend app, which is time-consuming to do manually and often misses real user flows. ## Core Features & Use Cases - Browser-Based Exploration: Uses Playwright MCP to navigate pages, capture DOM snapshots, and simulate user flows like login, CRUD operations, and form validation. - Codebase Analysis: Reads playwright.config.ts and package.json to detect framework, routes, and existing test coverage, avoiding duplicate scenarios. - Bilingual Documentation: Generates fresh Korean and English test target documents (docs/e2e-ui/test-targets.ko.md and .md) with prioritized scenarios. - Use Case: Point it at a running Next.js app with Playwright configured, and it produces a prioritized list of Critical/High/Medium E2E test scenarios marking which are new versus already covered. ## Quick Start Run the e2e-ui-research skill against my running frontend app to explore it with Playwright and generate a prioritized E2E test plan in English and Korean.