ClaudePremium
Test plan from a spec
Derives a test list from a written specification, including the cases the spec leaves ambiguous.
What it produces
A checklist of behavioural tests plus a separate list of ambiguities the spec never resolves.
Reviews a diff for correctness first, then for simplification, in that order.
Findings ordered by severity, each with the failing input and the smallest fix.
Review this diff. First pass: correctness only — logic errors, edge cases, race conditions...
Derives a test list from a written specification, including the cases the spec leaves ambiguous.
What it produces
A checklist of behavioural tests plus a separate list of ambiguities the spec never resolves.