What problem does it solve? Web project test plans often lack consistent structure and traceability, making it impossible to execute tests entry-by-entry or track status reliably. This Skill enforces a standardized test plan format where every test case carries a unique ID, enabling deterministic execution and progress tracking. ## Core Features & Use Cases - Unique ID Allocation: Assigns every test case an ID in the format [TC-<MODULE>-<TYPE>-<NUMBER>] (e.g., TC-AUTH-HP-001) covering Happy Path, Sad Path, Edge Case, and UI categories. - Exhaustive Coverage Strategy: Decomposes the application by route/module and enumerates functional interactions, form validations, and visual checks for each page. - Chrome DevTools MCP Integration: Mandates UI/E2E verification through chrome-devtools-mcp, including console error monitoring, network timing, Lighthouse scores, and responsive layout checks. - Use Case: During the planning phase of a web app with login, home feed, and article pages, invoke this Skill to produce 05-test-plan.md with IDs like TC-AUTH-SP-004 for wrong-password handling, ready for sequential execution by a test executor. ## Quick Start Ask the AI to initialize the test plan with MCP coverage for your web project based on the requirements and architecture documents.