What problem does it solve?
This Skill prevents brittle or misleading test suites by turning feature requirements into a behavior-proof testing plan before you write tests.
Core Features & Use Cases
- Test pyramid sizing: Sets unit/integration/e2e ratios by count and caps e2e by runtime.
- Fixture isolation policy: Selects an explicit isolation mode and bans shared mutable state across tests.
- Canonical scenario matrix: Produces a complete scenario set (happy, negative, boundary/null, degraded, concurrency/idempotency, time/locale/encoding, regression) with explicit statuses.
- Browser/visual/effect proof overlay: Adds runtime evidence lanes, visual diff gates, motion/media fallbacks, performance budgets, and safety checks when advanced surfaces are involved.
- Goal-to-scenario mapping: Ensures every required Goal ID is mapped to the needed scenario rows or has explicit N/A rationales, otherwise forces replan.
Quick Start
Ask your AI to produce a test strategy for the new feature and include the required scenario matrix, fixture isolation policy, flake budget, and browser/visual/effect proof lanes if relevant.