Source: https://aisolo.beehiiv.com/subscribe
Tweet: https://x.com/itsolelehmann/status/2050548948419645488?s=52
Found via: @telegram on 2026-05-03
Type: Prompt technique
Value Score: 4/5
Why not 5: Would need to be a packaged, installable skill with eval loop rather than a framing technique to manually adopt
Depth: standard
Verdict: A single prompt flip that fixes optimism bias in AI-assisted planning — directly applicable to Eli's Claude Code workflow and OpenClaw planning.
A prompting technique drawn from Daniel Kahneman's premortem method: instead of asking Claude to validate a plan ("is this good?"), you frame the plan as already failed six months in the future ("it's dead — tell me how it died"). This disables Claude's optimism bias and forces it to generate failure narratives, hidden assumptions, and early warning signs. The author pairs this with a four-part synthesis: most likely failure, most dangerous failure, biggest hidden assumption, and a revised plan.
Single technique. One prompt-framing trick plus a synthesis rubric. Nothing to adopt whole; the value is in applying the frame to existing planning workflows.
/premortem slash command in Claude Code. Before Eli commits to a new project plan or feature, run: "It is 6 months from now and this plan has completely failed. Write the post-mortem." This directly counteracts his documented "planning over shipping" failure mode and the infinite-research/FOMO scatter pattern./brainstorm → /plan → /build) lack a pessimistic pre-commit gate. The premortem frame fits between /plan and /build as a /premortem skill.Not explicitly. Eli has:
/review and /qa skills — these run during or after build, not before commit.The premortem is complementary: it is a pre-decisional pessimistic frame applied to Eli's own plans, run before resources are committed. None of his existing workflows assume failure from the future and work backward.
/premortem Claude Code skill (or add to existing /plan skill) with the exact frame: "It is [date + 6 months] and this project has completely failed. Write the realistic post-mortem. Then identify: (1) the most likely failure mode, (2) the most dangerous failure mode, (3) the single biggest hidden assumption, (4) a revised plan that closes the gaps." Store it at ~/.claude/skills/premortem/SKILL.md.borghei/Claude-Skills, parcadei/Continuous-Claude-v3) implement parallel-agent premortems where multiple Claude instances assume different root-cause failures and synthesize. Not needed now, but worth evaluating if Eli's planning complexity grows beyond solo premortems.Do not adopt whole — there is no system here. Steal the prompt frame and synthesis rubric; the single best move is adding a /premortem skill to Claude Code and wiring it into OpenClaw's project-intake flow.