> 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/six-thinking-hats.md).

# Six Thinking Hats

<figure><img src="/files/HSn5wjlgnftEz4qAyxbT" alt="" width="563"><figcaption><p>Image by <a href="https://mycoachingtoolkit.com/how-to-use-the-bono-six-thinking-hats-technique-in-your-coaching-practice/">My Coaching Toolkit</a></p></figcaption></figure>

The Six Thinking Hats is a powerful, parallel thinking technique, developed by Dr Edward de Bono, designed to improve the effectiveness of group discussion and individual thought by separating out different modes of thinking.&#x20;

The method provides a means for groups to switch their thinking focus deliberately and simultaneously, ensuring that all aspects of a problem or idea are explored without the interference of emotional reactions or premature judgment.

The technique works by assigning a different coloured, metaphorical hat to each of six distinct thinking styles, which participants are asked to adopt in sequence.&#x20;

* The **White Hat** calls for a focus purely on objective facts, figures, and existing data, remaining neutral and impartial.&#x20;
* The **Red Hat** allows for the expression of feelings, intuition, and emotions without the need for justification or logic.&#x20;
* The **Black Hat** represents caution and critical judgment, identifying potential risks, problems, and why an idea may not work.&#x20;
* The **Yellow Hat** is optimistic, focusing on the positive aspects, benefits, and value of an idea, highlighting feasibility and opportunity.&#x20;
* The **Green Hat** is creative, encouraging the generation of new ideas, alternatives, and possibilities, promoting deliberate change.&#x20;
* Finally, the **Blue Hat** serves as the control and process management, defining the thinking sequence, managing the discussion, and summarising the group's findings.

By imposing a structure where everyone "wears" the same colour hat at the same time, the method ensures comprehensive exploration and prevents the chaos often caused by individuals thinking in different modes simultaneously.

#### Further Reading

{% embed url="<https://www.debonogroup.com/services/core-programs/six-thinking-hats/>" %}

{% embed url="<https://www.mindtools.com/ajlpp1e/six-thinking-hats>" %}

{% embed url="<https://www.bitesizelearning.co.uk/resources/six-thinking-hats-technique>" %}

{% embed url="<https://untools.co/six-thinking-hats/>" %}

{% embed url="<https://www.groupmap.com/portfolio/six-thinking-hats>" %}


---

# 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/six-thinking-hats.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.
