Iris from Gingiris commited on
Commit
533e7fd
·
0 Parent(s):

Initial commit: User Interview Playbook

Browse files
Files changed (6) hide show
  1. LICENSE +21 -0
  2. README.md +360 -0
  3. assets/.gitkeep +1 -0
  4. assets/logo.png +0 -0
  5. assets/star.png +0 -0
  6. references/templates.md +211 -0
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Gingiris
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md ADDED
@@ -0,0 +1,360 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div align="center">
2
+
3
+ <img src="assets/logo.png" alt="Gingiris Logo" width="120" />
4
+
5
+ # User Interview Playbook
6
+
7
+ ### 用户访谈实战指南 — 从准备到执行的完整方法论
8
+
9
+ [![GitHub stars](https://img.shields.io/github/stars/Gingiris/gingiris-user-interview?style=social)](https://github.com/Gingiris/gingiris-user-interview/stargazers)
10
+ [![GitHub forks](https://img.shields.io/github/forks/Gingiris/gingiris-user-interview?style=social)](https://github.com/Gingiris/gingiris-user-interview/network/members)
11
+ [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
12
+ [![Website](https://img.shields.io/badge/Website-gingiris.com-blue)](https://www.gingiris.com)
13
+ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Gingiris/gingiris-user-interview/pulls)
14
+
15
+ **[中文](#中文版) | [English](#english)**
16
+
17
+ </div>
18
+
19
+ ---
20
+
21
+ > 💡 **为什么 Star 这个项目?**
22
+ > - **实战验证**: HeyGen 半年 937 场访谈找到 PMF,这是同样的方法论
23
+ > - **完整框架**: 从用户筛选到复盘的全流程模板
24
+ > - **即拿即用**: 访谈问题库、复盘模板、用户分级标准
25
+
26
+ ---
27
+
28
+ > 💡 **需要 1v1 咨询?** 30分钟/$100 — [联系 @Iris_carrot (Telegram)](https://t.me/Iris_carrot)
29
+
30
+ ---
31
+
32
+ ## ⭐ Star This Repo
33
+
34
+ <img width="100%" src="assets/star.png" alt="Star this repo" />
35
+
36
+ 如果这个指南对你有帮助,点个 Star ⭐ 让更多人发现它!
37
+
38
+ ---
39
+
40
+ ## Why User Interview?
41
+
42
+ > "产品的 founder,在刚开始的前半年都会密集的做大量的用户访谈。像 HeyGen 就是半年,founder 自己做了 937 场;Wisperflow 和 Higgsfield 都做了 500 场以上——就是不断做访谈,不断改。"
43
+ >
44
+ > — **生姜iris**
45
+
46
+ | 价值 | 说明 |
47
+ |------|------|
48
+ | 🎯 验证需求 | 确认用户是否真的需要这个功能/产品 |
49
+ | 🔍 发现痛点 | 找到用户使用过程中的卡点和问题 |
50
+ | 📖 获取案例 | 收集真实用户故事,用于营销和融资 |
51
+ | 🤝 建立关系 | 与高价值用户建立深度连接,转化为大使 |
52
+ | 🚀 指导迭代 | 将用户反馈转化为产品 roadmap |
53
+
54
+ ### 关键指标 Benchmark
55
+
56
+ | 指标 | 目标 |
57
+ |------|------|
58
+ | 注册到付费率 | 5%-8% |
59
+ | 访谈频率 | 每周至少 3-5 场 |
60
+ | 有效反馈收集 | 每场访谈后至少产出 3 个可执行的 feature request |
61
+
62
+ ---
63
+
64
+ ## 中文版
65
+
66
+ > 作者: 生姜iris | 版本: v1.0 (2026年3月)
67
+
68
+ ### 📋 目录
69
+
70
+ 1. [访谈前准备](#一访谈前准备)
71
+ 2. [访谈执行](#二访谈执行)
72
+ 3. [核心问题框架](#三核心问题框架)
73
+ 4. [访谈收尾与后续](#四访谈收尾与后续)
74
+ 5. [用户分级标准](#五用户分级标准)
75
+ 6. [模板与工具](#六模板与工具)
76
+
77
+ ---
78
+
79
+ ### 一、访谈前准备
80
+
81
+ #### Step 1:确定访谈目标
82
+
83
+ - 本次访谈的核心问题是什么?
84
+ - 想验证什么假设?
85
+ - 想了解哪个用户群体?
86
+
87
+ #### Step 2:筛选访谈用户
88
+
89
+ | 优先级 | 用户类型 | 说明 |
90
+ |--------|----------|------|
91
+ | 🔴 P0 | 付费用户 | 已经付费的用户,最有价值 |
92
+ | 🔴 P0 | 高频活跃用户 | 每天使用,深度了解产品 |
93
+ | 🟠 P1 | 竞品用户 | 使用竞品的潜在用户 |
94
+ | 🟠 P1 | 流失用户 | 曾经使用但已离开的用户 |
95
+ | 🟡 P2 | 注册未付费用户 | 有兴趣但未转化 |
96
+
97
+ #### Step 3:预约用户
98
+
99
+ **邀约话术:**
100
+ ```
101
+ Hi [名字],我是 [公司] 的 [姓名]。我们注意到你最近在使用我们的 [产品],
102
+ 想邀请你进行一个 30 分钟的访谈,了解你的使用体验和反馈。
103
+ 整个访谈过程会录屏,用于内部复盘,不会对外公开。请问你有时间吗?
104
+ ```
105
+
106
+ **跟进策略:**
107
+ - 第 1 天:首次邀请
108
+ - 第 3 天:第一次跟进
109
+ - 第 7 天:第二次跟进
110
+ - 第 10 天:最后一次跟进
111
+ - **全方位攻击**:LinkedIn、邮件、Telegram、Discord 等所有能找到用户的地方
112
+
113
+ ---
114
+
115
+ ### 二、访谈执行
116
+
117
+ #### 访谈设置
118
+
119
+ | 项目 | 要求 |
120
+ |------|------|
121
+ | 时长 | 30-45 分钟 |
122
+ | 形式 | 视频会议(Zoom/飞书/腾讯会议)|
123
+ | 录屏 | **必须录屏**,包含共享屏幕 |
124
+ | 人数 | 1 人主持,1 人记录 |
125
+
126
+ #### 访谈开场(5分钟)
127
+
128
+ ```markdown
129
+ 1. 寒暄 + 自我介绍
130
+ "你好,感谢你抽出时间参加我们的访谈。我是 [姓名],负责 [公司] 的产品运营。"
131
+
132
+ 2. 说明目的
133
+ "今天主要是想了解你使用我们产品的体验,听听你的反馈和建议。"
134
+
135
+ 3. 获取录屏同意
136
+ "今天我们会录屏,用于内部复盘学习,不会对外公开。你同意录屏吗?"
137
+
138
+ 4. 了解用户背景
139
+ "在开始之前,能否先简单介绍一下你自己?"
140
+ ```
141
+
142
+ ---
143
+
144
+ ### 三、核心问题框架
145
+
146
+ #### 3.1 背景了解(必问)
147
+
148
+ | 问题 | 目的 |
149
+ |------|------|
150
+ | 你是做什么工作的? | 了解用户职业画像 |
151
+ | 你是怎么了解到我们的? | 了解获客渠道 |
152
+ | 你使用我们的产品多长时间了? | 判断用户成���度 |
153
+ | 你平时主要使用产品的哪些功能? | 了解核心使用场景 |
154
+ | 你会使用哪些竞品? | 了解市场竞争格局 |
155
+
156
+ #### 3.2 深度挖掘(核心)
157
+
158
+ **当前 Workflow 探索:**
159
+ 1. 你现在用我们的产品,主要是为了解决什么问题?
160
+ 2. 你平时使用我们产品最频繁做什么?
161
+ 3. 你之前是用什么方式解决这个问题的?
162
+ 4. 相比之前的方式,我们产品给你带来了什么变化?
163
+
164
+ **竞品对比:**
165
+ 1. 你还在使用哪些类似的产品?
166
+ 2. 这些产品你分别用在什么场景?
167
+ 3. 我们的产品和竞品相比,有什么区别?
168
+ 4. 竞品有哪些比我们好的地方?
169
+
170
+ **痛点挖掘:**
171
+ 1. 使用过程中有什么让你不爽的地方?
172
+ 2. 有没有遇到什么 bug 或问题?
173
+ 3. 有没有某个功能特别难用?
174
+ 4. **如果有魔法棒,你最想改进什么?**
175
+
176
+ **付费意愿:**
177
+ 1. 你之前为哪些工具付过费?
178
+ 2. 是什么促使你付费?
179
+ 3. 你愿意为我们产品付多少钱?
180
+ 4. 什么情况下你会升级到付费版?
181
+
182
+ #### 3.3 共享屏幕(关键!)
183
+
184
+ > "访谈时让用户共享屏幕,看他是怎么用的,然后看他卡在哪了。"—— 生姜Iris
185
+
186
+ **观察要点:**
187
+ - 用户是如何操作的?
188
+ - 在哪里卡住了?
189
+ - 哪些功能用了,哪些没用?
190
+ - 使用过程中的情绪变化?
191
+
192
+ **引导话术:**
193
+ ```
194
+ "能否请你演示一下平时是怎么使用我们产品的?
195
+ 不用刻意展示,想到什么就用什么就好。"
196
+ ```
197
+
198
+ ---
199
+
200
+ ### 四、访谈收尾与后续
201
+
202
+ #### 访谈结尾(5分钟)
203
+
204
+ ```markdown
205
+ 1. 大使邀请
206
+ "我们有一个用户大使计划,如果你感兴趣的话,可以加入我们社区,
207
+ 参与产品反馈、新功能内测等,你有兴趣吗?"
208
+
209
+ 2. 转介绍
210
+ "你身边有没有朋友也在做类似的事情?能否推荐给我们?"
211
+
212
+ 3. 感谢
213
+ "非常感谢你的时间,你的反馈对我们帮助很大!"
214
+ ```
215
+
216
+ #### 访谈后复盘(必须!)
217
+
218
+ 详见 [复盘模板](references/templates.md#访谈复盘模板)
219
+
220
+ ---
221
+
222
+ ### 五、用户分级标准
223
+
224
+ #### 分级维度
225
+
226
+ | 维度 | 说明 |
227
+ |------|------|
228
+ | 使用频率 | 每天/每周/每月 |
229
+ | 使用深度 | 核心功能/高级功能/API |
230
+ | 付费情况 | 未付费/免费版/付费版/企业版 |
231
+ | 互动意愿 | 偶尔/经常/主动 |
232
+ | 社交影响力 | 普通用户/KOL/社区活跃者 |
233
+
234
+ #### 用户分级
235
+
236
+ | 等级 | 特征 | 运营策略 |
237
+ |------|------|----------|
238
+ | 🔴 S级 | 高频使用 + 付费 + 愿意宣传 | 大使计划优先邀请,CEO/产品直接对接 |
239
+ | 🟠 A级 | 高频使用 + 有付费潜力 | 产品内测优先权,定期回访 |
240
+ | 🟡 B级 | 偶尔使用 + 无明确付费意向 | 引导使用核心功能,推动转化 |
241
+ | ⚪ C级 | 低活跃 + 无付费意向 | 减少投入,关注自然留存 |
242
+
243
+ ---
244
+
245
+ ### 六、模板与工具
246
+
247
+ #### 📝 模板
248
+
249
+ - [访谈复盘模板](references/templates.md#访谈复盘模板)
250
+ - [用户画像表](references/templates.md#用户画像表)
251
+ - [Feature Request 汇总表](references/templates.md#feature-request-汇总表)
252
+
253
+ #### 🛠️ 推荐工具
254
+
255
+ | 类型 | 工具 | 用途 |
256
+ |------|------|------|
257
+ | 问卷 | Typeform | 用户调研问卷 |
258
+ | 记录 | 飞书妙记 | 会议录音转写 |
259
+ | 管理 | Airtable | 用户数据库 |
260
+ | 预约 | Calendly | 预约日程 |
261
+ | 联系 | LinkedIn | 海外用户联系 |
262
+
263
+ ---
264
+
265
+ ### 常见问题 FAQ
266
+
267
+ <details>
268
+ <summary><strong>Q1: 用户不愿意参加访谈怎么办?</strong></summary>
269
+
270
+ - 提供小礼物或付费(如 $50 礼品卡)
271
+ - 强调访谈对产品改进的重要性
272
+ - 从现有高活跃用户中筛选
273
+ </details>
274
+
275
+ <details>
276
+ <summary><strong>Q2: 访谈时用户很紧张说不出话怎么办?</strong></summary>
277
+
278
+ - 先从轻松的话题开始
279
+ - 分享一些行业八卦
280
+ - 让用户先演示使用产品,降低压力
281
+ </details>
282
+
283
+ <details>
284
+ <summary><strong>Q3: 用户说的需求很多怎么筛选?</strong></summary>
285
+
286
+ - 问"如果只能实现一个,你选哪个?"
287
+ - 看需求是否与核心用户场景匹配
288
+ - 与产品 roadmap 对比
289
+ </details>
290
+
291
+ <details>
292
+ <summary><strong>Q4: 如何判断用户是否在敷衍?</strong></summary>
293
+
294
+ - 观察共享屏幕时的操作流畅度
295
+ - 追问细节:"能具体说说吗?"
296
+ - **付费意愿是最真实的反馈**
297
+ </details>
298
+
299
+ ---
300
+
301
+ ## English
302
+
303
+ > Author: Iris (生姜iris) | Version: v1.0 (March 2026)
304
+
305
+ ### Core Principles
306
+
307
+ - **Interview Early, Interview Often** — 3-5 user interviews per week minimum
308
+ - **Show, Don't Tell** — Always ask users to share their screen
309
+ - **Pay to Play** — Paid users provide the most honest feedback
310
+ - **Close the Loop** — Every interview should produce 3+ actionable insights
311
+
312
+ ### Quick Navigation
313
+
314
+ | Topic | Link |
315
+ |:---|:---|
316
+ | Preparation | [references/en/preparation.md](references/en/preparation.md) |
317
+ | Execution | [references/en/execution.md](references/en/execution.md) |
318
+ | Question Framework | [references/en/questions.md](references/en/questions.md) |
319
+ | Templates | [references/en/templates.md](references/en/templates.md) |
320
+
321
+ ---
322
+
323
+ ## 📚 Get the Complete Playbook
324
+
325
+ Want all playbooks in one comprehensive package? Get the **Open-Source Project Integrated Marketing Action Manual**:
326
+
327
+ [![Get the Playbook](https://img.shields.io/badge/Get_the_Playbook-Gumroad-ff90e8?style=for-the-badge&logo=gumroad)](https://gingiris.gumroad.com/l/vhmkew)
328
+
329
+ ---
330
+
331
+ ## About the Author
332
+
333
+ **Iris (生姜iris)** — Former cofounder & COO of AFFiNE, led global go-to-market from 0 to millions of users.
334
+
335
+ - 💬 Telegram: [@Iris_carrot](https://t.me/Iris_carrot)
336
+ - 📱 即刻: 生姜iris
337
+ - 📧 公众号: 云宝的桃花坞
338
+
339
+ ### Consulting
340
+
341
+ | Service | Price |
342
+ |:---|:---|
343
+ | 30-min Session | ¥800 / $100 |
344
+ | 60-min Session | ¥1,500 |
345
+ | Monthly Retainer (≤5h) | ¥7,000 |
346
+
347
+ ---
348
+
349
+ ## Related Playbooks
350
+
351
+ - [gingiris-launch](https://github.com/Gingiris/gingiris-launch) — AI Product Global Launch Playbook
352
+ - [gingiris-opensource](https://github.com/Gingiris/gingiris-opensource) — Open Source Launch Marketing
353
+ - [gingiris-b2b-growth](https://github.com/Gingiris/gingiris-b2b-growth) — B2B SaaS Growth Playbook
354
+ - [gingiris-aso-growth](https://github.com/Gingiris/gingiris-aso-growth) — Mobile App ASO & Growth
355
+
356
+ ---
357
+
358
+ ## License
359
+
360
+ MIT License - Feel free to use and adapt!
assets/.gitkeep ADDED
@@ -0,0 +1 @@
 
 
1
+ Logo placeholder
assets/logo.png ADDED
assets/star.png ADDED
references/templates.md ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 用户访谈模板库
2
+
3
+ ## 访谈复盘模板
4
+
5
+ ```markdown
6
+ ## 访谈基本信息
7
+ - 访谈日期:
8
+ - 用户名称:
9
+ - 用户画像:
10
+ - 访谈时长:
11
+
12
+ ## 用户价值评估
13
+ - [ ] 高价值用户(高频使用,有付费意愿,愿意义务宣传)
14
+ - [ ] 中价值用户(偶尔使用,有一定兴趣)
15
+ - [ ] 低价值用户(使用频率低,暂无明确付费意向)
16
+
17
+ ## 核心发现
18
+
19
+ ### 1. 需求验证
20
+ - 确认的需求:
21
+ - 未确认的需求:
22
+ - 新发现的需求:
23
+
24
+ ### 2. 痛点与问题
25
+ - 最大的痛点:
26
+ - 发现的 Bug:
27
+ - 体验问题:
28
+
29
+ ### 3. 竞品信息
30
+ - 用户使用的竞品:
31
+ - 竞品优势:
32
+ - 竞品劣势:
33
+
34
+ ### 4. 付费相关
35
+ - 付费意愿:
36
+ - 价格敏感度:
37
+ - 付费场景:
38
+
39
+ ## Feature Request 列表
40
+ | 功能 | 优先级 | 来源用户 |
41
+ |------|--------|---------|
42
+ | | | |
43
+
44
+ ## 后续行动
45
+ - [ ] 跟进时间:
46
+ - [ ] 是否需要产品经理介入:
47
+ - [ ] 是否需要安排演示:
48
+
49
+ ## 访谈精彩片段
50
+ - 关键引语:
51
+ - 用户故事:
52
+ ```
53
+
54
+ ---
55
+
56
+ ## 用户画像表
57
+
58
+ ### 基础信息表
59
+
60
+ | 字段 | 说明 |
61
+ |------|------|
62
+ | 用户ID | 系统生成 |
63
+ | 姓名 | |
64
+ | 邮箱 | 用于联系 |
65
+ | 国家/地区 | |
66
+ | 公司 | |
67
+ | 行业 | 如:游戏、教育、金融 |
68
+ | 职位 | 如:开发者、设计师 |
69
+ | LinkedIn | 社交媒体 |
70
+ | Twitter | 社交媒体 |
71
+
72
+ ### 用户行为表
73
+
74
+ | 字段 | 说明 |
75
+ |------|------|
76
+ | 注册时间 | |
77
+ | 首次使用时间 | |
78
+ | 最近使用时间 | |
79
+ | 月活跃天数 | |
80
+ | 使用功能列表 | |
81
+ | 付费状态 | Free/Pro/Enterprise |
82
+ | 付费金额 | |
83
+ | 付费时间 | |
84
+
85
+ ### 用户访谈记录表
86
+
87
+ | 字段 | 说明 |
88
+ |------|------|
89
+ | 访谈日期 | |
90
+ | 访谈时长 | |
91
+ | 访谈形式 | 线上/线下 |
92
+ | 访谈人 | |
93
+ | 录音/录像 | 是/否 |
94
+ | 核心需求 | |
95
+ | 核心痛点 | |
96
+ | 竞品使用情况 | |
97
+ | 付费意愿 | |
98
+ | 大使意愿 | |
99
+ | 后续跟进 | |
100
+
101
+ ---
102
+
103
+ ## Feature Request 汇总表
104
+
105
+ 每完成 5-10 场访谈,进行一次汇总分析:
106
+
107
+ ```markdown
108
+ ## 汇总分析报告
109
+
110
+ ### 1. 核心发现
111
+ - 共同需求:
112
+ - 共同痛点:
113
+ - 关键洞察:
114
+
115
+ ### 2. 功能优先级建议
116
+ | 功能 | 需求人数 | 痛点程度 | 优先级 |
117
+ |------|---------|---------|--------|
118
+ | | | | |
119
+
120
+ ### 3. 用户画像更新
121
+ - 目标用户画像:
122
+ - 需求场景:
123
+
124
+ ### 4. 产品方向建议
125
+ ```
126
+
127
+ ### 产出物清单
128
+
129
+ | 产出物 | 用途 |
130
+ |--------|------|
131
+ | 访谈记录 | 内部学习传承 |
132
+ | Feature Request List | 导入 Linear/项目管理 |
133
+ | 用户故事 | 营销材料、融资展示 |
134
+ | 最佳/最差体验报告 | 产品迭代依据 |
135
+ | 用户画像更新 | 市场定位调整 |
136
+
137
+ ---
138
+
139
+ ## 邀约话术模板
140
+
141
+ ### 首次邀请
142
+
143
+ ```
144
+ Hi [名字],
145
+
146
+ 我是 [公司] 的 [姓名]。我们注意到你最近在使用我们的 [产品],想邀请你进行一个 30 分钟的访谈,了解你的使用体验和反馈。
147
+
148
+ 整个访谈过程会录屏,用于内部复盘,不会对外公开。
149
+
150
+ 作为感谢,我们会提供 [礼品卡/内测资格/其他福利]。
151
+
152
+ 请问你这周有时间吗?
153
+
154
+ Best,
155
+ [姓名]
156
+ ```
157
+
158
+ ### 跟进邮件
159
+
160
+ ```
161
+ Hi [名字],
162
+
163
+ 上周发的邀请不知道你有没有看到?我们非常重视用户的反馈,希望能有机会听听你的使用体验。
164
+
165
+ 只需要 30 分钟,你的反馈会直接影响我们的产品方向。
166
+
167
+ 方便的话,可以直接回复这封邮件,或者用这个链接预约时间:[Calendly 链接]
168
+
169
+ 期待你的回复!
170
+
171
+ Best,
172
+ [姓名]
173
+ ```
174
+
175
+ ---
176
+
177
+ ## 访谈开场脚本
178
+
179
+ ```markdown
180
+ 1. 寒暄 + 自我介绍
181
+ "你好,感谢你抽出时间参加我们的访谈。我是 [姓名],负责 [公司] 的产品运营。"
182
+
183
+ 2. 说明目的
184
+ "今天主要是想了解你使用我们产品的体验,听听你的反馈和建议,帮助我们把产品做得更好。"
185
+
186
+ 3. 获取录屏同意
187
+ "今天我们会录屏,用于内部复盘学习,不会对外公开,你可以选择不开摄像头,没关系的。你同意录屏吗?"
188
+
189
+ 4. 了解用户背景
190
+ "在开始之前,能否先简单介绍一下你自己?比如你的职业、使用我们产品的场景等?"
191
+ ```
192
+
193
+ ---
194
+
195
+ ## 访谈结尾脚本
196
+
197
+ ```markdown
198
+ 1. 大使邀请
199
+ "我们有一个用户大使计划,如果你感兴趣的话,可以加入我们社区,
200
+ 参与产品反馈、新功能内测等,你有兴趣吗?"
201
+
202
+ 2. 转介绍
203
+ "你身边有没有朋友也在做类似的事情?能否推荐给我们?"
204
+
205
+ 3. 感谢
206
+ "非常感谢你的时间,你的反馈对我们帮助很大!"
207
+ ```
208
+
209
+ ---
210
+
211
+ *本模板由生姜小助手整理,如有问题欢迎提 Issue!🦞*