Technique Selector
Select the best-fit technique. Do not generate the final test cases here.
Read First
./references/technique-selection-matrix.md./references/test-design-shared-conventions.md
Decision Process
- Identify the dominant problem shape:
- ordered ranges or limits
- equivalence classes
- discrete rules and outcomes
- interacting parameters
- states and transitions
- actor-system flows
- acceptance criteria at behavior level
- Check whether the user already mandated a technique.
- If the scenario is too vague to distinguish between two plausible techniques, ask a focused clarification question instead of guessing.
- Prefer the technique that best matches the main defect risk, not the technique that produces the largest number of tests.
Required Output
Return a compact recommendation with exactly these sections:
Primary techniqueWhy it fitsSecondary optionWhy not the othersMissing information, only if the analysis is blocked or materially uncertain
Guardrails
- Recommend one primary technique.
- Name a secondary option only when it is genuinely plausible.
- If the artifact mixes several shapes, choose the one that should drive the first pass and mention any residual gap briefly.
- Do not produce tables, test steps, or detailed scenarios in this skill.