The "Define" stage is the second crucial phase in the Design Thinking process, following "Empathize." It involves synthesizing the vast amount of information and insights gathered from user research to distill a clear, actionable problem statement. This stage transforms scattered observations into a focused lens, ensuring the subsequent design efforts address a genuine user need.
After immersing ourselves in the users' world during the Empathize stage, we're often left with a wealth of observations, interview transcripts, and empathy maps. The challenge is to make sense of this data. The Define stage addresses this by:
Without a well-defined problem statement, design efforts can become diffuse, leading to solutions that don't truly address user needs or align with business goals.
A problem statement is a concise, user-centered declaration that clearly articulates the challenge you aim to solve. It serves as a compass throughout the design process.
A common format for a problem statement, often referred to as a Point of View (POV) Statement, is:
[User] needs to [User's Need] because [Insight].
Let's illustrate with an example from healthcare: "Patients need a way to keep track of multiple medications and receive timely reminders because they often miss doses due to lack of timely reminders."
Here's a simple flow illustrating this:
+---------------------+ +-----------------+ +-------------------------+ | Empathize Stage | | Define Stage | | Ideate Stage | | (Raw Data) | | (Synthesis) | | (Solutions) | +---------------------+ +-----------------+ +-------------------------+ | | | V V V +---------------------+ +-----------------+ +-------------------------+ | Observations | | Affinity | | Brainstorming | | Interviews |--->| Diagrams |--->| "How Might We" | | Empathy Maps | | Problem | | Questions | | Pain Points | | Statement | | | | User Desires | | | | | +---------------------+ +-----------------+ +-------------------------+
Several techniques aid in transforming raw data into a clear problem statement:
While crafting a problem statement is a human-centric, qualitative process, its structured nature allows for programmatic representation. In an engineering context, you might model such a statement to ensure its components are clear or to integrate it into project management or documentation systems.
Consider a simple C++ structure to represent the core elements of a Design Thinking problem statement:
This C++ example demonstrates how the structured elements of a problem statement (User, Need, Insight) can be defined and processed within a program. It highlights that even qualitative concepts can have underlying structures that engineers might represent and manipulate in software. For instance, such a structure could be used in a system for tracking design challenges or generating design briefs automatically.
[User] needs [User's Need] because [Insight].The second stage of Design Thinking where insights gathered during Empathize are synthesized to articulate a clear problem.
A concise, user-centered articulation of a core problem to be solved, typically focusing on the user, their need, and the underlying insight.
A structured format for a problem statement that clearly identifies a specific user, their need, and the reason (insight) behind that need.
A technique used to organize large amounts of qualitative data (like user observations and interview notes) into logical groups or themes based on natural relationships.
Open-ended questions that reframe a problem statement into actionable opportunities for ideation, encouraging creative solutions.
Test your understanding with 5 questions
What is the primary goal of the 'Define' stage in Design Thinking?
A well-crafted problem statement should primarily be:
Which of the following is a key technique used during the 'Define' stage to organize insights into themes?
What is a potential limitation of defining a problem statement that is too narrow?
How do the 'Empathize' and 'Define' stages of Design Thinking relate to each other?
6 Modules
6 Modules