一键导入
consider-inversion
Solve problems backwards - what would guarantee failure?
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Solve problems backwards - what would guarantee failure?
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Save current session state mid-session — faster than /whats-next, designed for crash recovery
Apply engineering principles to code or design — DRY, KISS, SRP, YAGNI, phased delivery
Surface assumptions collaboratively before proceeding — beginner's mind, invoked depth
Analyze the current conversation and create a handoff document for continuing this work in a fresh context
Gather requirements through adaptive questioning before executing any task
Evaluate decisions across three time horizons
| name | consider-inversion |
| description | Solve problems backwards - what would guarantee failure? |
| argument-hint | [goal or leave blank for current context] |
Instead of asking "How do I succeed?", ask "What would guarantee failure?" then avoid those things.
1. State the goal or desired outcome 2. Invert: "What would guarantee I fail at this?" 3. List all failure modes (be thorough and honest) 4. For each failure mode, identify the avoidance strategy 5. Build success plan by systematically avoiding failure<output_format> Goal: [what success looks like]
Guaranteed Failure Modes:
Anti-Goals (Never Do):
Success By Avoidance: By simply not doing [X, Y, Z], success becomes much more likely because...
Remaining Risk: [What's left after avoiding obvious failures] </output_format>
<success_criteria>