← ClaudeAtlas

pre-mortemlisted

Find what will kill a plan before it's committed to — by assuming it already failed and working backwards to the causes. Based on Gary Klein's pre-mortem technique. Unlike generic "what are the risks?" brainstorming, this skill imagines a specific, vivid failure six months out, reasons back to the most likely causes, ranks them by likelihood × impact, and prescribes the single highest-leverage fix. Use it on project plans, launches, strategies, architectures, migrations, investments, and big decisions. Trigger on phrases like "poke holes in this", "what could go wrong?", "stress-test my plan", "pre-mortem", "red-team this", "why might this fail?", or any request to surface the failure modes of a plan before acting on it.
3243dwon/clear-eye · ★ 1 · AI & Automation · score 72
Install: claude install-skill 3243dwon/clear-eye
# Pre-Mortem A post-mortem asks why something died. A **pre-mortem** runs it *before* you commit: imagine the plan has already failed, then reason backward to why. Prospective hindsight makes people name risks they'd otherwise stay politely quiet about. ## Core principle > Don't ask "what are the risks?" (vague, easy to wave away). > Say "It's six months later and this failed badly. What happened?" — then explain the failure as if it already occurred. ## The process 1. **Fix the plan and a horizon.** What's being attempted, and by when do we judge it? 2. **Declare failure.** Vividly: "It's [horizon]. The plan failed. It was a disaster." Sit in that world. 3. **Generate causes.** List the reasons it failed — concrete, specific, in past tense ("the migration corrupted prod data because the dry-run skipped foreign keys"), not abstractions ("poor execution"). 4. **Rank by likelihood × impact.** Score each cause on both; sort. The top of that list is where attention belongs. 5. **Prescribe the one fix that matters most.** For the top risks, the single highest-leverage mitigation — and a cheap early-warning signal that tells you it's materializing. ## Output format 1. **The failure scenario** — 2–3 vivid sentences, past tense. 2. **Ranked failure causes** — a table or list: cause · likelihood (H/M/L) · impact (H/M/L). Lead with high×high. 3. **The one fix** — the single most leverage-rich mitigation. If you do nothing else, do this. 4. **Early-warning signals** — the cheap c