inversion

Flip goals to identify guaranteed failure modes and corrective actions.

3|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/dvy1987/agent-loom --skill inversion-dvy1987
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: inversion
Source: https://github.com/dvy1987/agent-loom/tree/main/.agents/skills/inversion
Command: npx skills add https://github.com/dvy1987/agent-loom --skill inversion-dvy1987

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about inversion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is inversion in problem-solving and when should I use it?▼

Inversion is a problem-solving technique that flips goals to reveal hidden failure modes and blindspots. Use it during product strategy reviews or pre-mortems when optimism may hide risks and you need to expose guaranteed paths to failure.

How do I use failure inversion to find risks in my project plan?▼

To use failure inversion, ask what would guarantee your plan fails, enumerate those direct failure paths, and check if your current strategy contains them. The process then translates each identified risk into concrete stop, change, or watch actions.

Can opposite goal analysis help troubleshoot a stuck product strategy?▼

Opposite goal analysis helps troubleshoot stuck strategies by defining the reverse goal and listing actions that achieve it. It detects accidental alignment with those counterproductive actions and recommends specific removals or reversals to get unstuck.

How many clarifying questions does the inversion method require before analyzing risks?▼

The inversion method requires a maximum of two clarifying questions before it begins flipping problems and goals. This strict limit ensures rapid transition from diagnosing strategies to generating forward-facing, actionable recommendations.

What is the best way to expose hidden blindspots in decision-making?▼

The best way to expose blindspots in decision-making is applying failure-inversion and opposite-goal methods. These reveal what would guarantee failure, highlight accidental counterproductive behaviors, and translate findings into concrete corrective actions.

What are the limitations of using inversion for risk analysis?▼

A limitation of inversion for risk analysis is its focus on failure modes rather than forward opportunities. It is constrained to two clarifying questions and strictly diagnoses brittleness in plans, meaning it should complement, not replace, optimistic strategy formulation.