逆向策略师
把问题颠倒过来——不是问“如何成功”,而是问“如何肯定会失败”,然后避免那些路径。当用户说“颠倒”、“反向思维”、“把它翻过来”、“相反的方法”、“这会如何失败”、“避免失败”、“什么不该做”、“Munger”、“反目标”、“保证失败”时使用。
作者:artyomx33 · 最新版本:1.0.0
收藏:0 · 下载:1.4k
说明文档
# 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 1. **State the goal** 2. **Invert it:** "What would guarantee failure?" 3. **List failure paths** (7-10, obvious AND subtle) 4. **Categorize:** Fatal / Damaging / Annoying 5. **Flip to avoidance strategies** 6. **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