> 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/strategy/vision-and-goals/product-trio.md).

# Product Trio

"The Product Trio" is a term often used in product management to refer to the three key roles responsible for the success of a product. The primary focus of the product trio is on the strategic direction of the product. The three roles work together to define the product vision, set goals, and make strategic decisions about the product's future.

1. **Product Manager**\
   This role is responsible for the strategy of the product. They define the product vision, set the product roadmap, and prioritise features. They work closely with customers, the market, and the engineering team to ensure the product meets market needs and business objectives.
2. **Design Lead**\
   This role is responsible for the user experience of the product. They are concerned with the design of the user interface, user flows, and overall user experience. They work to ensure that the product is easy to use, intuitive, and delightful for the user.
3. **Tech Lead**\
   This role is responsible for the technical implementation of the product. They are concerned with the writing of the code, the infrastructure build, and ensuring the product is reliable, scalable, and secure. They work closely with the product manager and product designer to bring the product to life.

#### Further Reading

{% embed url="<https://jezz-santos.medium.com/the-product-trio-a-101-e542aa659247>" %}

{% embed url="<https://medium.com/ingeniouslysimple/product-trios-a-collaborative-decision-making-leadership-group-91ea95453841>" %}

{% embed url="<https://www.20tab.com/20blog/product-trio>" %}

{% embed url="<https://www.mews.com/en/blog/product-trio-feature-development>" %}

{% embed url="<https://www.producttalk.org/2021/05/product-trio/>" %}

{% embed url="<https://medium.com/design-bootcamp/when-product-engineering-and-design-dont-sync-d8f224df320f>" %}


---

# 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/strategy/vision-and-goals/product-trio.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.
