Unit Test Planner
Use when
- test scope is unclear
- a bug fix needs regression coverage
- new behavior spans more than one layer
Workflow
- Identify behaviors worth protecting.
- Assign them to the cheapest useful test layer.
- Output a minimal test plan with priority and rationale.
Load only when needed
- Layered test strategy
- Test plan template