inversion
Installation
SKILL.md
Inversion
Run only when explicitly invoked. Produce a semantic failure analysis, not an action or code change.
- State the desired outcome and its observable success condition.
- Ask what would reliably guarantee failure.
- Enumerate causal failure mechanisms rather than vague bad outcomes.
- Rank them by likelihood, severity, and controllability.
- Negate the strongest mechanisms into concrete safeguards.
- Identify safeguards that conflict or introduce new failure modes.
- Return the smallest set of guards that materially changes the risk.
Do not assume that avoiding failure guarantees success; name what remains necessary but unproven.