一键导入
pre-mortem
Prospective hindsight — imagine the project already failed, then diagnose why. Surfaces hidden risks before commitment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Prospective hindsight — imagine the project already failed, then diagnose why. Surfaces hidden risks before commitment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
End a session — extract learnings, write handoff, store patterns, detect doc drift. Use when ending a work session or when the user says done/bye/closing.
Build anything — features, bug fixes, refactors, spikes, migrations. Auto-detects strategy, integrates with backlog, enforces TDD. The unified dev command.
Align a project to brana practices — assess gaps, plan, implement, verify. Auto-detects type. Use when setting up a new project or realigning an existing one.
Scan and diagnose a project, or scaffold a new client from scratch. Works for code and venture clients. Auto-detects project type.
Manage the backlog — plan, track, navigate phases and streams. Use when planning phases, viewing roadmaps, or restructuring work.
Structured bug fix — reproduce (failing test), diagnose, fix (minimal change), verify, commit. Enforces test-first. Use when a bug needs a methodical fix.
| name | pre-mortem |
| description | Prospective hindsight — imagine the project already failed, then diagnose why. Surfaces hidden risks before commitment. |
| group | thinking |
| keywords | ["pre-mortem","risk","failure","retrospective","prospective","planning","stress-test"] |
| task_strategies | ["spike","investigation"] |
| stream_affinity | ["roadmap","research"] |
| allowed-tools | ["Read","Glob","Grep","AskUserQuestion"] |
| status | experimental |
| source | Gary Klein — Sources of Power (1999); Klein et al. — Performing a Project Premortem (HBR 2007) |
| acquired | 2026-06-15 |
Imagine the project already failed. Now find out why.
Gary Klein's prospective hindsight technique — forces the brain into a different mode than optimistic planning. Retrospective analysis of a hypothetical failure produces 2× more failure causes than prospective analysis.
State the project, plan, or decision clearly. Then say:
"It is [6 months / 1 year] from now. We went ahead with this plan. It failed completely. What happened?"
If the subject is unclear, ask:
AskUserQuestion: "What plan or decision are we stress-testing?"
Spend 5–10 minutes generating every plausible failure cause without filtering. Use these lenses:
| Lens | Prompt |
|---|---|
| Technical | What broke, crashed, couldn't scale, or had a hidden bug? |
| Human/team | Who burned out, left, got blocked, or misunderstood? |
| Assumptions | Which assumption turned out to be completely wrong? |
| Dependencies | What external system, vendor, or partner let us down? |
| Market/context | What changed in the world that made this irrelevant? |
| Execution | What did we fail to actually do? Where did we slip? |
| Second-order | What succeeded but caused something else to fail? |
Output: a raw list, no evaluation yet.
Score each cause:
Sort descending by impact × probability. Top 5 are the critical risks.
Write a one-paragraph "obituary" for the project as if a journalist wrote it. Forces narrative coherence — reveals the single storyline that connects the top failure causes.
For each top-ranked cause:
Output format:
Risk: [cause]
Signal: [early warning]
Prevention: [plan change]
Owner: [role/person]
After working through the top risks:
**Pre-Mortem verdict for [project/decision]**
Critical risks: [top 2-3]
Plan changes recommended: [list]
Go/No-go: [proceed / modify / stop]
/brana:inversion for maximum coverage (inversion finds what to avoid; pre-mortem finds what will go wrong)