How to turn Claude into a structured adversary by assuming your plan already failed, and a ready-to-upload skill that automates the pre-mortem for any decision.
What it does
A practical guide to flipping the frame on Claude: instead of asking "is this a good plan?", you tell Claude the plan already failed and ask it to explain how. The technique, called a pre-mortem, exploits prospective hindsight to surface hidden assumptions before you commit real money or time. The a
Claude is a great collaborator and a terrible judge of your plan. Ask it "is this a good idea?" and RLHF training kicks in: it validates, it agrees, it adds mild caveats that feel like critique but aren't. This is sycophancy, and it is documented by Anthropic, OpenAI, and Meta. The article's core move is to stop asking a question Claude was trained to answer optimistically.
Prospective hindsight is the cognitive lever here. Research by Gary Klein (1989) and later cited by Nobel laureate Daniel Kahneman shows that assuming a future event has already happened makes people roughly 30% better at identifying the real causes. The pre-mortem reframes "what could go wrong?" into "what did go wrong?" Past tense. That one shift forces Claude out of validation mode and into adversarial analysis.
The article packages the technique as a SKILL.md file you upload to Claude once. From that point, Claude acts as a structured adversary on demand: it reconstructs the plan, generates specific failure modes scored by likelihood and severity, surfaces the single hidden assumption the team treated as settled, and returns a revised plan with assigned owners, early-warning metrics, and explicit kill criteria. The article also supplies five worked playbooks covering product launches, fundraises, hires, strategy decisions, and investments, plus a real example of a launch getting torn apart and rebuilt.
The technique is only as good as the input. The article is explicit: a vague plan fed to the skill produces a vague autopsy. The "weak input vs. strong input" rule it introduces separates a useless pre-mortem from one that actually changes a decision. You still have to do the thinking required to articulate the plan clearly before Claude can tear it apart usefully.
The pre-mortem is one of the highest-leverage decision tools in behavioral science, and almost nobody runs one because it is awkward to organize and quietly threatening to a team already in love with its plan. Turning it into a Claude skill removes every excuse. The SKILL.md file takes 60 seconds to upload and works on any decision indefinitely.
Field notes
Reviewed Jun 26, 2026
Best for
Builder outcomes
Watch out
Tested with
Tools to try
A pre-mortem assumes the plan has already failed, then works backward to explain how it died. Unlike a standard risk review that asks 'what could go wrong?', the past-tense framing triggers prospective hindsight: research from Gary Klein (1989) shows this makes people roughly 30% better at identifying the actual reasons for failure. The cognitive shift matters because it bypasses the emotional investment teams have in plans they've already started building.
You upload a single SKILL.md file to Claude, after which Claude is available as a structured adversarial auditor on demand. You feed it your plan, and it reconstructs the context, generates ranked failure modes by likelihood and severity, identifies the hidden assumption everyone treated as settled, and returns a revised plan with owners, early-warning metrics, and kill criteria. The article says the full cycle runs in about 60 seconds from a well-formed input.
The full Linas Beliūnas piece on Substack is marked as paid content, requiring a subscription to access the complete SKILL.md file and all five worked playbooks. The aisolo.beehiiv.com and generativeai.pub versions are separately available and cover the core technique, the cognitive science behind it, and practical prompt framing without a paywall.
The article identifies five primary playbooks: product launches, fundraising rounds, hiring decisions, strategy pivots, and investments. The common thread is irreversibility or high cost, decisions where optimism bias is most dangerous because you cannot easily unwind them. The technique is less necessary for low-stakes, easily reversible choices where moving fast outweighs the cost of a wrong turn.
Claude's RLHF training causes it to prefer agreeable responses, especially when a user signals ownership by presenting their own plan. Asking 'is this good?' reliably produces validation with cosmetic caveats. The pre-mortem prompt sidesteps this entirely by not asking for a verdict: instead it gives Claude a fact ('the plan failed') and asks for a causal narrative, which is a task Claude can perform without the sycophantic pull. Anthropic, OpenAI, and Meta have all documented this sycophancy behavior in their own research.
The article's 'weak input vs. strong input' rule is the key variable: a vague plan description produces a vague failure analysis that won't change any decision. The skill works best when the input is specific enough that Claude can reconstruct the plan's real assumptions, timelines, and constraints. The article includes a real worked example of a launch being torn apart and rebuilt, which illustrates concretely what a high-quality input and output look like.
Adam Grant@adammgrant
“To avoid repeating past mistakes, run a postmortem: debrief on what went wrong. To avoid making new mistakes, run a premortem: imagine a project has gone wrong, and explain why. Anticipating reasons for failures can help prevent them. #Thur…”
Ethan Mollick@emollick
“Do a premortem before a project: it ups your ability to identify possible failures by 30% & gives your team permission to consider what could go wrong. A premortem is when you predict where you might fail (compared to postmortems about…”
Gurwinder@g_s_bhogal
“8. Premortem: "Hindsight is 20/20." Instead of waiting for something to go wrong and then conducting a post-mortem, conduct a “pre-mortem” by imagining it went wrong then using the power of hindsight to deduce the likeliest reason it went w…”
Sahil Bloom@sahilbloom
“Conduct a pre-mortem analysis (your own "premeditatio malorum") of the different strategies and levers. For a given strategy, ask a few questions: If this were to fail, why did it fail? How might we have avoided this failure? What are the c…”
L H Joshua@lhjoshuawrites
“Every organization runs post-mortems after a failure. Almost none of them run pre-mortems before a launch, and the difference between those two practices is the difference between learning expensively and learning cheaply. A post-mortem is…”
Graeme@gkisokay
“Never forget the Pre-Mortem Prompt. I use this prompt to stress-tests every plan 30 days into the future to uncover hidden risks and weak assumptions: I'm about to implement the plan(s) below. Before committing, I want a pre-mortem: a hard-…”
A Claude skill is a folder of instructions that teaches Claude your team's way of doing a recurring task. Most are easy to build but quietly fail because Claude never reaches for them or the output is wrong. This guide shows you the few habits and the one testing loop that fix that.
A viral breakdown of AI agent loops, how Claude, ChatGPT, and Mira implement Plan-Execute-Verify cycles and when to actually build one.
Best for Builders who run the same AI task weekly or more and want compounding results instead of one-shot promptsA curated breakdown of the Claude skills ecosystem, what skills are, how they work, and the handful worth installing first.
Best for Knowledge workers who need reliable document format conversions, such as PDF, DOCX, PPTX, and XLSX, on a daily basisAn 18-step practical guide to unlocking Claude's full capability through Projects, Custom Instructions, and a personal knowledge base.
Best for Daily Claude users who want persistent, personalized context without re-explaining themselves every sessionResearch synthesis covering two 2025 papers on recursive multi-agent systems: RecursiveMAS and RAH, for developers building agentic pipelines.
Best for Developers designing or evaluating multi-agent orchestration architecturesAddy Osmani's essay on why more AI agents don't mean more shipped work, and how to architect your attention like a concurrent system.
Best for Developers building or scaling multi-agent coding workflows