test-designer
SolidDesigns the verification suite from approved, baselined requirements only — never from code. Prevents success bias. Use when building test cases in parallel with the Build Agent after Gate 1 approval and baseline capture.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- Agile-V
- Repository
- Agile-V/agile_v_skills
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- CC-BY-SA-4.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
red-team-verifier
The Verification Agent — challenges Build Agent artifacts via independent verification. Executes tests against artifacts. Use to audit code, schematics, or firmware against requirements.
test-design
Design or write reproducible tests matched to behavioral risk before implementation. Use for product behavior and for engineering tooling and infrastructure only when native checks are insufficient and concrete complexity or failure risk warrants proportionate dedicated tests.
test-design-techniques
When the user wants to design test cases systematically — boundary value analysis, equivalence partitioning, pairwise / combinatorial, state-transition, decision tables, classification trees, error guessing. Use when the user mentions "test design," "boundary tests," "equivalence partitioning," "pairwise testing," "all-pairs," "state-transition testing," "decision table," "test case design," "what cases should we cover," or "we have 50 inputs how do we cover them." For higher-level strategy see test-strategy. For the data side see test-data-management.