What problem does it solve?
Inversion flips a problem, goal, or plan to surface hidden failure modes and blindspots that forward analysis misses, then converts those insights into concrete corrective actions. It helps teams and individuals avoid accidental counterproductive behaviors and brittle strategies by revealing what would guarantee failure and how to prevent it.
Core Features & Use Cases
- Failure Inversion: Ask what would guarantee this fails, enumerate the most direct paths to failure, check whether the current plan contains them, and translate each into stop/change/watch actions.
- Opposite Goal: Define the reverse goal, list actions that would achieve it, detect accidental alignment with those actions, and recommend removals or reversals.
- Practical Limits & Outputs: Enforces a maximum of two clarifying questions before inverting and always returns forward-facing, actionable recommendations; ideal for product strategy reviews, pre-mortems, or troubleshooting stuck projects.
Quick Start
Ask the agent to invert the goal by listing what would guarantee failure and then provide one concrete forward action for each major failure path.