What problem does it solve? Starting TDD without a fixed test design leads to missed edge cases and inconsistent coverage. This Skill produces a complete, implementation-free test case outline so test perspectives are locked in before any code is written. ## Core Features & Use Cases - Outline-only generation: Outputs only Vitest describe and it.todo blocks with intent comments, never Arrange/Act/Assert logic or mock implementations. - Structured coverage categories: Enforces normal cases, error cases, boundary values, spec constraints, parameter changes, and date/time boundaries. - React Hook support: Adds dedicated perspectives for initial state, state transitions, async completion, error recovery, unmount cleanup, and Strict Mode re-execution. - Use Case: Before implementing a template usage ranking feature (top 20, default past 7 days, /dashboard display), generate the full test outline to confirm spec ambiguities like tie-breaking rules and empty-data behavior with stakeholders. ## Quick Start Ask the AI to apply the test-case-outline-generation skill and output test cases for your target function or React Hook using only describe and it.todo.