원클릭으로
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>