User Research Methods
Overview
User research uncovers what people need, want, and do — through direct observation and conversation, not assumptions. This skill covers four core methods: depth interviews, focus groups, surveys, and field observation, plus when to use each.
Framework
IRON LAW: Method Follows Question
Choose the method based on what you need to learn, not what's convenient.
"Why" questions → Interviews/Observation (qualitative)
"How many" questions → Surveys (quantitative)
"What do they really do" → Observation (behavioral)
Running a survey to answer "why" produces misleading data.
Method Selection
| Method |
Best For |
Sample |
Depth |
Cost |
| Depth Interview |
Understanding motivations, pain points, mental models |
8-15 people |
Very high |
Medium |
| Focus Group |
Exploring reactions, generating ideas, social dynamics |
6-10 per group, 2-3 groups |
Medium |
Medium |
| Survey |
Measuring prevalence, preferences, demographics at scale |
100+ responses |
Low |
Low-Med |
| Field Observation |
Understanding actual behavior in context (not self-reported) |
5-10 sessions |
Very high |
High |
Depth Interview Guide
- Warm-up: Build rapport (2 min) — "Tell me about your role/day"
- Context: Understand their world (5 min) — "Walk me through the last time you..."
- Core questions: Explore the topic (20 min) — Open-ended, no leading questions
- Probing: Go deeper on interesting threads — "Tell me more about that", "Why?"
- Wrap-up: Summarize and confirm (3 min) — "Did I understand correctly that...?"
Rules:
- Ask about past behavior, not hypothetical future ("What did you do?" not "What would you do?")
- Never ask "Would you use this?" — people are terrible at predicting their own behavior
- Silence is a tool — let them fill the gap
Survey Design
- Start with screening questions (qualify respondents)
- Move from general to specific
- Put sensitive/demographic questions last
- Limit to 15-20 questions (5-7 min completion)
- Use validated scales where possible (Likert, NPS, SUS)
Question types to avoid:
- Double-barreled: "Is the product fast and reliable?" (which one?)
- Leading: "Don't you think our app is easy to use?"
- Hypothetical: "Would you pay $10/month for this feature?"
Analysis
Qualitative (interviews, observation):
- Affinity mapping: Group observations into themes
- Look for patterns across 5+ participants
- Quote verbatim — don't paraphrase
Quantitative (surveys):
- Descriptive stats first (means, distributions)
- Cross-tabulate by segments
- Statistical significance for comparisons (p < 0.05)
Output Format
# User Research Plan: {Project}
## Research Questions
1. {what we need to learn}
## Method
- Type: {interview / focus group / survey / observation}
- Rationale: {why this method for this question}
- Sample: {who, how many, recruitment criteria}
- Timeline: {duration}
## Discussion Guide / Survey Instrument
{Key questions or survey structure}
## Analysis Plan
{How findings will be synthesized}
Examples
Correct Application
Scenario: Understanding why users abandon a food delivery app at checkout
- Method: Depth interviews (need to understand "why", not "how many")
- Sample: 10 users who abandoned in the last 30 days (recruit via in-app data)
- Key question: "Walk me through your last order that you didn't complete. What happened?" (behavioral, past-tense, open-ended ✓)
Incorrect Application
- Survey asking "Would you complete your order if we removed the delivery fee?" → Hypothetical. Users will say yes but behavior may not change. Should observe actual behavior or test with a real experiment.
Gotchas
- 5 users find 85% of usability problems (Nielsen): For usability testing, diminishing returns after 5. For understanding motivations, need 8-15.
- Self-reported behavior ≠ actual behavior: People overestimate how healthy they eat, how often they exercise, and how much they'd pay. Observation and behavioral data > self-report.
- Recruitment bias: If you recruit "users of our app", you miss non-users and churned users. Define the population carefully.
- Interviewer bias: The interviewer's reactions (nodding, "great!") influence responses. Stay neutral.
- Surveys measure what you ask, not what matters: If you didn't think to ask about a pain point, the survey won't reveal it. Use qualitative research first to discover the right questions.
References
- For interview script templates, see
references/interview-templates.md
- For survey design best practices, see
references/survey-design.md
1---2name: soc-user-research3description: Design and conduct user research using interviews, focus groups, surveys, and field observation. Use this skill when the user needs to understand customer needs, validate product assumptions, gather qualitative insights, or design a research study — even if they say 'we need to talk to users', 'how do we validate this idea', or 'what do our customers actually think'.4---5
6# User Research Methods
7
8## Overview
9
10User research uncovers what people need, want, and do — through direct observation and conversation, not assumptions. This skill covers four core methods: depth interviews, focus groups, surveys, and field observation, plus when to use each.
11
12## Framework
13
14```
15IRON LAW: Method Follows Question
16
17Choose the method based on what you need to learn, not what's convenient.
18"Why" questions → Interviews/Observation (qualitative)
19"How many" questions → Surveys (quantitative)
20"What do they really do" → Observation (behavioral)
21
22Running a survey to answer "why" produces misleading data.
23```
24
25### Method Selection
26
27| Method | Best For | Sample | Depth | Cost |
28|--------|---------|--------|-------|------|
29| **Depth Interview** | Understanding motivations, pain points, mental models | 8-15 people | Very high | Medium |
30| **Focus Group** | Exploring reactions, generating ideas, social dynamics | 6-10 per group, 2-3 groups | Medium | Medium |
31| **Survey** | Measuring prevalence, preferences, demographics at scale | 100+ responses | Low | Low-Med |
32| **Field Observation** | Understanding actual behavior in context (not self-reported) | 5-10 sessions | Very high | High |
33
34### Depth Interview Guide
35
361. **Warm-up**: Build rapport (2 min) — "Tell me about your role/day"
372. **Context**: Understand their world (5 min) — "Walk me through the last time you..."
383. **Core questions**: Explore the topic (20 min) — Open-ended, no leading questions
394. **Probing**: Go deeper on interesting threads — "Tell me more about that", "Why?"
405. **Wrap-up**: Summarize and confirm (3 min) — "Did I understand correctly that...?"
41
42**Rules**:
43- Ask about past behavior, not hypothetical future ("What did you do?" not "What would you do?")
44- Never ask "Would you use this?" — people are terrible at predicting their own behavior
45- Silence is a tool — let them fill the gap
46
47### Survey Design
48
491. Start with screening questions (qualify respondents)
502. Move from general to specific
513. Put sensitive/demographic questions last
524. Limit to 15-20 questions (5-7 min completion)
535. Use validated scales where possible (Likert, NPS, SUS)
54
55**Question types to avoid**:
56- Double-barreled: "Is the product fast and reliable?" (which one?)
57- Leading: "Don't you think our app is easy to use?"
58- Hypothetical: "Would you pay $10/month for this feature?"
59
60### Analysis
61
62**Qualitative** (interviews, observation):
63- Affinity mapping: Group observations into themes
64- Look for patterns across 5+ participants
65- Quote verbatim — don't paraphrase
66
67**Quantitative** (surveys):
68- Descriptive stats first (means, distributions)
69- Cross-tabulate by segments
70- Statistical significance for comparisons (p < 0.05)
71
72## Output Format
73
74```markdown
75# User Research Plan: {Project}
76
77## Research Questions
781. {what we need to learn}
79
80## Method
81- Type: {interview / focus group / survey / observation}
82- Rationale: {why this method for this question}
83- Sample: {who, how many, recruitment criteria}
84- Timeline: {duration}
85
86## Discussion Guide / Survey Instrument
87{Key questions or survey structure}
88
89## Analysis Plan
90{How findings will be synthesized}
91```
92
93## Examples
94
95### Correct Application
96**Scenario:** Understanding why users abandon a food delivery app at checkout
97- **Method**: Depth interviews (need to understand "why", not "how many")
98- **Sample**: 10 users who abandoned in the last 30 days (recruit via in-app data)
99- **Key question**: "Walk me through your last order that you didn't complete. What happened?" (behavioral, past-tense, open-ended ✓)
100
101### Incorrect Application
102- Survey asking "Would you complete your order if we removed the delivery fee?" → Hypothetical. Users will say yes but behavior may not change. Should observe actual behavior or test with a real experiment.
103
104## Gotchas
105
106- **5 users find 85% of usability problems** (Nielsen): For usability testing, diminishing returns after 5. For understanding motivations, need 8-15.
107- **Self-reported behavior ≠ actual behavior**: People overestimate how healthy they eat, how often they exercise, and how much they'd pay. Observation and behavioral data > self-report.
108- **Recruitment bias**: If you recruit "users of our app", you miss non-users and churned users. Define the population carefully.
109- **Interviewer bias**: The interviewer's reactions (nodding, "great!") influence responses. Stay neutral.
110- **Surveys measure what you ask, not what matters**: If you didn't think to ask about a pain point, the survey won't reveal it. Use qualitative research first to discover the right questions.
111
112## References
113
114- For interview script templates, see `references/interview-templates.md`
115- For survey design best practices, see `references/survey-design.md`