> 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/prioritisation/6-box-framework.md).

# 6 Box Framework

<figure><img src="/files/K4XjD6shyWzb7bbW56cp" alt=""><figcaption><p>The 6-box Framework for Managers, Credit: <a href="https://medium.com/u/88b9a91000f9?source=post_page-----e6434efe06a3--------------------------------">Gaurav Jain</a></p></figcaption></figure>

The [6 Box Framework for Managers](https://medium.com/illumination/mind-boxing-how-leaders-should-spend-their-time-the-6-box-framework-e6434efe06a3) provides a structured approach for leaders to prioritise their time and maximise their impact for greater success. It focuses on three primary areas or verticals (People, Process, Product) and two layers (Tactics and Strategy).

#### The Three Verticals

* People: Building a trusting environment, fostering growth, and ensuring accountability.
* Process: Optimising efficiency, effectiveness, and decision-making.
* Product: Delivering value to customers, innovating, and staying competitive.

#### The Two Layers

* Tactics: Focusing on day-to-day operations, problem-solving, and execution.
* Strategy: Planning for the future, setting long-term goals, and anticipating trends.

#### Applying the Framework

1. Allocate Time: Determine how much time to spend on each box based on your goals and priorities.
2. Align Calendar: Ensure your tasks and meetings align with your time allocation.
3. Regular Review: Periodically reassess your allocation as priorities change.

#### Benefits

* Improve focus and efficiency.
* Enhance decision-making.
* Strengthen relationships with team members.
* Drive better results for the organisation.

#### Further Reading

{% embed url="<https://medium.com/illumination/mind-boxing-how-leaders-should-spend-their-time-the-6-box-framework-e6434efe06a3>" %}


---

# 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/prioritisation/6-box-framework.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.
