> 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/meetings/workshops.md).

# Workshops

1. **Discovery & Research Workshops**
   1. User Research Planning
   2. Persona Development
   3. Empathy Mapping
   4. Journey Mapping
   5. Jobs-to-be-Done (JTBD) Exploration
2. **Problem Definition Workshops**
   1. Problem Framing
   2. Assumption Mapping
   3. How Might We (HMW) Statements
3. **Ideation & Brainstorming Workshops**
   1. Crazy Eights / Rapid Sketching
   2. Brainwriting / Brainstorming
   3. Dot Voting
4. **Design Sprint Workshops**
   1. Google Ventures (GV) Design Sprint
   2. Mini-Sprints
5. **Product Strategy & Vision Workshops**
   1. Vision and Goal Setting
   2. Roadmapping
   3. Feature Prioritisation (MoSCoW, RICE, etc.)
6. **Design Thinking Workshops**
   1. Full Design Thinking Process
   2. Prototyping and Testing
   3. Ideation and Divergent/Convergent Thinking
7. **Experience & Interaction Design Workshops**
   1. Wireframing and Low-Fidelity Prototyping
   2. Interaction Design
   3. Usability Testing Prep
8. **Alignment & Decision-Making Workshops**
   1. Design Critique
   2. Stakeholder Alignment
   3. Decision Jams
9. **Technical Feasibility & Handoff Workshops**
   1. Design-to-Development Handoff
   2. Feasibility Workshops
   3. Design System Workshops
10. **Retrospective & Reflection Workshops**
    1. Post-Launch Retrospectives
    2. Project Retrospectives
    3. User Feedback Synthesis

#### Further Reading

{% embed url="<https://uxdesign.cc/the-old-design-workshop-is-dead-long-live-design-workshops-98f4ee58d9a7>" %}

#### Further Viewing

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

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

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


---

# 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/leadership/meetings/workshops.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.
