Premortem
The opposite of a postmortem. Imagine the plan already failed and work backward to find why, before you start.
- Method: Gary Klein, Harvard Business Review, 2007.
- Kahneman praised it in Thinking, Fast and Slow as a way to counter overconfidence.
- Widely adopted in corporate strategy and project planning.
- Mechanism: "what could go wrong?" produces hedged, polite answers. "This already failed, explain why" puts the brain into narrative mode and generates specific, honest causes. Wharton/Cornell call this "prospective hindsight."
Why it matters for AI assistance: Claude defaults to agreeable. Asking "is this a good plan?" gets reasons it's good. The premortem reframe forces honest failure analysis instead of polite risk assessment.
When NOT to apply
- Vague ideas with no concrete plan yet (help plan first, then premortem)
- Questions with one right answer (just answer)
- Creative feedback on a draft (that's editing)
- Decisions already made and irreversible (premortem only helps when course correction is possible)
- Requests for multi-perspective decision support (use LLM Council instead — different mechanism, different output)
- Simple feedback or factual questions
Step 1 — Gather minimum context
A premortem is only as good as its input. You need three things:
- What is it? — describe the plan in one sentence
- Who is it for? — audience, customer, team, stakeholders
- What does success look like? — failure is the inverse
Scan first, ask second:
- Read the current conversation for context already provided
- Glob + Read the workspace for
CLAUDE.md, anymemory/folder, project briefs (~30 seconds max) - If all three are clear, proceed
- If not, ask for the most important missing piece. One question at a time. Conversational, not a form.
Step 2 — Set the premortem frame
Tell the user, naming the actual plan (not a placeholder):
"OK, premortem time. It's 6 months from now. The [actual plan: workshop / launch / hire / pricing change / etc.] has failed. It's done. Let's look back and figure out why."
The "this has already failed" framing is the active mechanism. Without it, the analysis collapses back into polite risk assessment.
Step 3 — Generate failure reasons
Run a single comprehensive pass. No prescribed categories, no lenses.
"This plan has failed 6 months from now. Generate every genuine reason it could have died. Be specific. Ground each reason in the actual details of the plan. Don't pad with weak reasons. Don't stop early if there are more."
Each reason should be specific to this plan, grounded in details the user provided, and a real threat (not minor inconvenience or extreme edge case). Use whatever count is real for this plan — could be 4, could be 9. Don't force a number.
Step 4 — Spawn deep-dive agents in parallel
Write the plan context once to a scratch file (premortem-context.md: what it is, who it's for, what success looks like, relevant workspace notes). Agents read that file; do not paste the context into each prompt — N agents each carrying the full context is the largest cost in the run.
For each failure reason, spawn one sub-agent with model: "sonnet" set explicitly. Never inherit the parent model: the deep-dives are narrative writing from a fixed brief, synthesis stays with you. All in parallel — sequential spawning lets earlier outputs influence later ones.
Spawn one extra sonnet agent alongside them, the assumption excavator: read the context file, return at least 5 unstated assumptions the plan takes for granted, each rated load-bearing (if wrong, does the plan collapse?) and testable (can it be checked inside 6 months?). It finds things the failure stories miss.
Pass each deep-dive agent the prompt body below as its task. Substitute the angle-bracket values with actual content before sending — do not pass the brackets through.
You are an investigator in a premortem analysis. You've been assigned one specific failure reason to analyse in depth.
THE PLAN: read <path to premortem-context.md>
PREMORTEM FRAME: It is 6 months from now. This plan has failed.
YOUR ASSIGNED FAILURE REASON: <the specific failure reason from step 3>
Your job: go deep on this one failure. Write the story of how it played out. Use details from the plan. Make it feel like a case study of something that actually happened.
Output three sections:
- The failure story — 2-3 paragraph narrative. Specific moments where things went wrong and why.
- The underlying assumption — the one thing the user took for granted that made this failure possible. One sentence.
- Early warning signs — 1-2 concrete, observable signals the user could watch for. Things you can see or measure, not vague feelings.
- Rating — probability (high/medium/low) and impact (high/medium/low), one line.
Keep total under 300 words. No preamble, no recap of the plan. Direct. No hedging. No sugarcoating.
Step 5 — Synthesise
Read every deep-dive and the excavator's list. Produce:
- Most likely failure — highest probability rating; break ties on the story's specificity. The one to focus on first.
- Most dangerous failure — highest impact rating, even if less likely. The one worth insuring against.
- Hidden assumption — the single most load-bearing assumption across the excavator's list and the deep-dives' underlying assumptions. Often where the real value of the premortem lives.
- Revised plan — concrete changes that make the plan more resilient. Each maps to a specific failure scenario. Not "consider testing your pricing" — "run a $47 pilot with 20 people before committing to $297 publicly."
- Pre-launch checklist — 3-5 specific things to verify, test, or put in place. Each prevents or detects one identified failure mode.
Before writing, check:
- Every failure scenario has at least one matching change in the revised plan
- Every checklist item names the failure it prevents or detects
- Hidden assumption is one sentence, not hedged
- Most likely and most dangerous are different scenarios (if they coincide, say so and name the runner-up)
Fix any gap before output.
Step 6 — Output
Generate a single self-contained HTML file: premortem-report-[timestamp].html. Synthesis at the top (it's what gets read first), one card per failure reason below showing the story / assumption / warning signs. Save and open. If the environment can't write or open files, present the full report inline instead.
In the chat, give a 3-sentence summary: most likely failure, hidden assumption, single most important revision. The HTML has the full detail.
Example
User: "premortem this — I'm launching a $297 live workshop on Claude Cowork for marketing teams. 50 seats. Targeting marketing managers at 10-50 person companies."
Failure reasons surface:
- Marketing managers at this company size need approval to spend $297 — friction not budgeted
- Tool-specific pitch in a market still asking whether AI is relevant
- Real buyers may be solopreneurs, not team managers
- Demo environments with realistic marketing data and multi-seat setups need 5 weeks of prep, not 2
- Solopreneur attendees produce reviews that don't resonate with target buyer
- Max revenue $14,850 may not justify prep time vs. other opportunities
Synthesis: Audience mismatch is most likely. Solopreneur testimonials drifting the cohort away from the actual target buyer is most dangerous. Hidden assumption: "marketing managers at 10-50 person companies" is reachable, but those people don't self-identify that way and don't hang out in shared places. Revised plan: $47 pilot for 20 people first, identify who actually buys, then build the full workshop for whoever shows up.