test-strategy
Installation
SKILL.md
Skill: Test Strategy
What This Skill Does
Creates a test strategy document that answers: what should we test, how, and in what priority? Analyzes the codebase to produce a structured testing plan rather than ad-hoc test writing.
When to Use
- Before starting a testing initiative
- When the user says "we need better test coverage"
- As input for
add-tests(which tests to generate first) - When onboarding a project with poor test coverage
Execution Model
- Phase 1: primary agent analyzes codebase structure, existing tests, and coverage.
- Phase 2: primary spawns
doc-explorerto write the strategy document todocs/test-strategy.md.