3.5kā
by artyomx33
inversion-strategist ā OpenClaw Skill
inversion-strategist is an OpenClaw Skills integration for coding workflows. Flip problems upside down - instead of "how to succeed", ask "how to definitely fail" then avoid those paths. Use when user says "invert", "inversion", "flip it", "opposite approach", "how would this fail", "avoid failure", "what NOT to do", "Munger", "anti-goals", "guarantee failure".
Skill Snapshot
| name | inversion-strategist |
| description | Flip problems upside down - instead of "how to succeed", ask "how to definitely fail" then avoid those paths. Use when user says "invert", "inversion", "flip it", "opposite approach", "how would this fail", "avoid failure", "what NOT to do", "Munger", "anti-goals", "guarantee failure". OpenClaw Skills integration. |
| owner | artyomx33 |
| repository | artyomx33/inversion-strategist |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @artyomx33/inversion-strategist |
| last updated | Feb 7, 2026 |
Maintainer

name: inversion-strategist description: Flip problems upside down - instead of "how to succeed", ask "how to definitely fail" then avoid those paths. Use when user says "invert", "inversion", "flip it", "opposite approach", "how would this fail", "avoid failure", "what NOT to do", "Munger", "anti-goals", "guarantee failure".
Inversion Strategist
The Core Principle
"Invert, always invert." - Carl Jacobi
Instead of: "How do I achieve X?" Ask: "What would GUARANTEE I DON'T achieve X?" Then: Systematically avoid those things.
The Process
- State the goal
- Invert it: "What would guarantee failure?"
- List failure paths (7-10, obvious AND subtle)
- Categorize: Fatal / Damaging / Annoying
- Flip to avoidance strategies
- Build anti-checklist
Output Format
GOAL: [What you want]
INVERTED: "How would I guarantee failure at [goal]?"
FAILURE PATHS:
š“ FATAL:
⢠[Path] ā AVOID BY: [Strategy]
š” DAMAGING:
⢠[Path] ā AVOID BY: [Strategy]
š¢ ANNOYING:
⢠[Path] ā AVOID BY: [Strategy]
ANTI-CHECKLIST:
ā” Never [behavior]
ā” Never [behavior]
PRO-CHECKLIST:
ā” Always [opposite of failure]
ā” Always [opposite of failure]
Charlie Munger Wisdom
"It is remarkable how much long-term advantage people like us have gotten by trying to be consistently not stupid, instead of trying to be very intelligent."
"Tell me where I'm going to die, and I'll never go there."
Integration
Compounds with:
- first-principles-decomposer ā Rebuild from fundamentals after inverting
- pre-mortem-analyst ā Inversion finds paths; pre-mortem stress-tests timeline
- six-thinking-hats ā Black Hat is inversion-lite; combine for thorough analysis
See references/examples.md for Artem-specific inversions
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install inversion-strategist?
Run openclaw add @artyomx33/inversion-strategist in your terminal. This installs inversion-strategist into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/artyomx33/inversion-strategist. Review commits and README documentation before installing.
