> 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/leadership/process/double-diamond.md).

# Double Diamond

<figure><img src="/files/d8O1sF2OjQ32ByyiyiRN" alt=""><figcaption><p>Image by <a href="https://www.productboard.com/blog/double-diamond-framework-product-management/?">ProductBoard</a></p></figcaption></figure>

A design process framework divided into two phases, exploring and defining problems, then ideating and delivering solutions.

The Double Diamond is a design thinking methodology developed by the Design Council, a British organisation. It's a problem-solving framework that helps teams navigate through the stages of identifying and defining a problem, exploring possible solutions, and ultimately delivering effective solutions.&#x20;

The Double Diamond approach emphasises iteration and flexibility, encouraging teams to revisit and refine their understanding of the problem and potential solutions throughout the process.

The Double Diamond model consists of four key phases, which are often represented as two diamonds:

1. **Discover**\
   In the first diamond, teams focus on understanding the problem space. This involves research, observation, and empathising with users to gain insights into their needs and challenges.
2. **Define**\
   Following the first diamond, the team synthesises the insights gathered and defines the specific problem or challenge they aim to address. This phase is about framing the problem in a way that guides the ideation process.
3. **Develop**\
   Moving into the second diamond, teams generate a wide range of ideas and potential solutions to the defined problem. This phase encourages creativity and divergent thinking to explore different possibilities.
4. **Deliver**\
   Finally, in the last phase, teams refine and prototype the most promising solutions identified during the development phase. Prototypes are tested and iterated upon based on feedback, leading to the delivery of a solution that effectively addresses the initial problem.

#### Further Reading

{% embed url="<https://www.productboard.com/blog/double-diamond-framework-product-management/>?" %}

{% embed url="<https://david-theil.medium.com/the-double-diamond-a-model-for-divergent-and-convergent-thinking-4c902a546796>" %}

{% embed url="<https://bootcamp.uxdesign.cc/design-process-step-by-step-double-diamond-model-explained-e8da543848cc>" %}


---

# 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:

```
GET https://www.designreference.xyz/leadership/process/double-diamond.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
