> For the complete documentation index, see [llms.txt](https://www.designreference.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.designreference.xyz/cognitive-tools/universal/decision-making/pre-mortem.md).

# Pre-Mortem

<figure><img src="/files/5ZdARtHcTHichOq20oBF" alt=""><figcaption><p>Image by <a href="https://www.antmurphy.me/newsletter/2023/4/13/pre-mortems">Ant Murphy</a></p></figcaption></figure>

The Pre-Mortem is a foresight strategy, typically employed in planning phases for projects in software design, product development, and other fields, designed to anticipate and neutralise potential failures before the work even begins.&#x20;

Unlike a post-mortem, which is a retrospective analysis performed after a project has already failed, the pre-mortem proactively leverages "prospective hindsight" to enhance decision-making and reduce overconfidence.

The technique operates by assembling the project team, key stakeholders, and relevant subject matter experts and asking them to engage in a mental exercise, imagining that the project, product launch, or design initiative has failed spectacularly in the future, often six or twelve months out. This shared vision of failure is crucial, creating a safe space for dissent and encouraging individuals to identify potential causes of the disaster that they might otherwise be reluctant to mention.&#x20;

Participants are then asked to individually and privately generate a list of all plausible reasons, technical, organisational, market-related, or otherwise, that could have led to this failure.&#x20;

The collected reasons for the hypothetical failure are then discussed openly, grouped by themes, and prioritised based on their likelihood and potential impact. Following this brainstorming and prioritisation, the final step involves integrating these findings back into the current project plan.&#x20;

This translates the identified risks into concrete mitigation strategies and contingency plans, with assigned ownership and deadlines, effectively strengthening the overall design and development approach before the first line of code is written or the first feature is finalised.

#### Further Viewing

{% embed url="<https://www.youtube.com/watch?v=x97IzhB5bPo>" %}

#### Further Reading

{% embed url="<https://www.psychologytoday.com/ie/blog/seeing-what-others-dont/202101/the-pre-mortem-method>" %}

{% embed url="<https://hbr.org/2007/09/performing-a-project-premortem>" %}

{% embed url="<https://www.atlassian.com/team-playbook/plays/pre-mortem>" %}

{% embed url="<https://asana.com/resources/premortem>" %}

{% embed url="<https://medium.com/paypal-tech/pre-mortem-technically-working-backwards-1724eafbba02>" %}

{% embed url="<https://my.chartered.college/research-hub/introduction-to-research-premortems-and-avoiding-the-avoidable/>" %}

{% embed url="<https://www.antmurphy.me/newsletter/2023/4/13/pre-mortems>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.designreference.xyz/cognitive-tools/universal/decision-making/pre-mortem.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
