Reference catalog of the four canonical heuristic test-design models - Bach's Heuristic Test Strategy Model (HTSM) with SFDPOT product elements, Whittaker's 'How to Break Software' attack patterns, Bolton's FEW HICCUPPS consistency oracles, and the ISO/IEC 25010 quality characteristics - for use when the tester has no user story, no acceptance criteria, and no documentation. This is the zero-documentation case: it does not read from a written story, and it yields test-case ideas rather than session charters. Use as the reference layer when generating coverage for a feature with no documented input.
70
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Deep reference for the heuristic-test-design-reference SKILL.md. The four models applied end to end to a zero-documentation brief, in the sequence the spine prescribes: SFDPOT enumerates targets, Whittaker attacks each one, ISO 25010 cross-checks quality dimensions, and FEW HICCUPPS classifies the surprises.
Input: "We're shipping a new checkout next week. Test it." That's it.
SFDPOT walk:
Whittaker attacks applied to each function:
Quality cross-check (ISO 25010):
Oracle (FEW HICCUPPS) for ambiguous findings:
SUMMER2026 works but summer2026 doesn't. User expectations: case-insensitive coupons are the norm. Probably bug - file with the FEW HICCUPPS evidence and let product decide.The output is the input to test-case-from-live-feature which turns the SFDPOT + Whittaker walk into a structured test-case matrix.