What problem does it solve?
Conclusions and fixes often ship with motivated reasoning: the same mind that made the mistake reviews it and finds nothing. This Skill forces a role switch from author to adversarial reviewer, systematically attacking your own conclusion before handoff.
Core Features & Use Cases
- Standard Attack Suite: Runs five ordered checks — alternative causes or falsifiers, neighboring cases, blast radius of changed code, environment gaps between test harness and production, and hypothesis lock.
- Architecture-Impact Attack: Builds a complexity ledger for changes that move owners, cross package boundaries, or introduce persistence, plus subtraction and split-brain attacks on new mechanisms and duplicate concept owners.
- Fake-Competence Scan: Detects thoroughness theater, green-tests-as-proof, defensive over-engineering, silent error recovery, and uniform hedging in the deliverable.
- Use Case: Before handing off a bug fix, run the attack to discover that the fix only works for the reproduced case but breaks the concurrent caller, then fix the neighboring case before review.
Quick Start
Attack my conclusion that the session resume bug is fixed by the cache invalidation change before I hand it off.