What problem does it solve?
This Skill helps you author integration test plans that meaningfully validate real multi-component behavior by combining constructive coverage with an adversarial pass that targets failures already present in the current implementation.
Core Features & Use Cases
- Adversarial-first reasoning: Builds an adversarial plan using prior bug history, seam checks, and red-team hypotheses to surface what is already broken.
- Project-accurate guardrails: Enforces a strict one-plan-per-project/repo gate so the plan targets the correct implementation surface before test design begins.
- Operationally-ready deliverable: Produces a structured flicknote-ready plan with constructive and adversarial sections, including tables for gamma/beta/alpha passes.
Quick Start
Use sp-write-test-plan when you are about to design integration tests for a multi-component feature and need a single, project-scoped plan that includes adversarial checks for known fragility.