test-strategy
Installation
SKILL.md
Test Strategy
Purpose
Build a test suite that catches real defects, runs fast enough to be run, and does not need to be rewritten every time the code is refactored.
When to Use
- Designing a test suite for a new project.
- A suite that is slow, flaky, or fails to catch bugs.
- Deciding what to test for a specific change.
- Setting a coverage policy without making coverage the goal.