testing-strategies
Testing Strategies
Use this skill when the main question is "what validation packet do we trust, what confidence level do we actually need, and what should the team do next?"
The job is not to dump a generic pyramid/trophy manifesto or write test code. The job is to:
- normalize the current policy packet,
- name which gate is actually being decided,
- choose one primary policy mode,
- name the smallest convincing layer mix,
- separate local / PR / release / scheduled expectations,
- state exception and flake rules honestly,
- route implementation, debugging, release execution, accessibility, game launch, or performance work out immediately.
Read references/intake-packets-and-route-outs.md before handling an unfamiliar policy packet.
Read references/gate-truth-and-release-handovers.md when the ambiguity is really about branch blockers vs release-only or platform-launch proof.
Read references/validation-matrix.md when choosing the minimum convincing layer mix.
Read references/handoff-boundaries.md when deciding whether testing-strategies, backend-testing, debugging, code-review, performance-optimization, or web-accessibility should own the next step.