Inversion Engine
Description
A Claude skill that runs structured 5-phase inversion analysis on plans, strategies, and decisions.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
inversion-engine
A Claude skill that runs structured inversion analysis on any plan, strategy, or decision -- mapping every path to failure so the path to success becomes obvious by elimination. Idea first presented by @MillieMarconnni on X.
What This Is
A custom skill for Claude (compatible with Claude.ai, Claude Code, and the Claude API) that implements a 5-phase inversion analysis framework. Instead of brainstorming about what could go wrong, the skill systematically reconstructs failure forensically, scores each failure mode quantitatively, and produces actionable deliverables.
Based on Charlie Munger's inversion method ("Tell me where I'm going to die, so I'll never go there"), extended with:
- FMEA risk scoring (Severity x Probability x Detectability = Risk Priority Number)
- Cumulative phase chaining (each phase receives all prior outputs as context)
- Adversarial red-teaming with structural countermeasure validation
- Comparative mode for evaluating competing strategies side by side
- Iterative updates without re-running the full analysis from scratch
- Deliverable generation (scored risk registers and decision briefs, not just conversation)
The 5 Phases
**Phase 1: Pre-Mortem Reconstruction** -- Assumes total failure at a defined time horizon and works backward. Identifies the sealing decision, the earliest ignored warning sign, the untested assumption, and the silent dissenter. Ranks causes by how invisible they would have been at the point of commitment.
**Phase 2: Hostile Analyst Blueprint** -- Adopts the perspective of an adversary engineering the most efficient path to slow, plausible, undetected failure. Identifies destructive habits that feel productive, vanity metrics that displace real measurement, and optimizations that weaken the core. Then inverts every item into a concrete operating directive.
**Phase 3: Assumption Stress Test** -- Audits every stated and unstated assumption in the plan. For each assumption, identifies the spec
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11