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-explorer to write the strategy document to docs/test-strategy.md.

Workflow

Installs
1
GitHub Stars
1
First Seen
Mar 3, 2026
test-strategy — flitzrrr/opencode-processing-skills