-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
414 lines (350 loc) · 9.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Presentation</title>
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"/>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<link href="assets/slides.css" rel="stylesheet"></link>
<script src="assets/slides.js"></script>
</head>
<body>
<main class="reveal">
<article class="slides">
<section data-background="#393b44" class="slide-title">
<p>Rapid Prototyping with</p>
<h1>Product Design Sprints</h1>
</section>
<section>
<h1>Howdy</h1>
<p>I'm Joshua Ogle, designer at thoughtbot</p>
</section>
<section>
<img src="assets/thoughtbot.svg" class="logo-thoughtbot">
</section>
<section class="history">
<p>
<img src="assets/google-ventures.png" class="history-google-ventures">
<span class="divider">→</span>
<img src="assets/ralph.svg" class="history-thoughtbot">
<span class="divider">→</span>
You
</p>
</section>
<section data-background="#c52d2f">
<h3>Planning products doesn't have to be hard</h3>
</section>
<section>
<img src="assets/example-facebookhome.jpg" class="illustration">
</section>
<section>
<blockquote>
<p>It’s a well-designed implementation of an idea no one wants.</p>
<span class="author">
John Gruber
<a href="http://daringfireball.net/2013/05/facebook_home_dogfooding">
on Facebook Home
</a>
</span>
</blockquote>
</section>
<section>
<blockquote>
<p>Designing successful products means observing how real people solve problems now, exploring the context of the situation they are in, and then understanding causality, anxieties and, motivations.</p>
<span class="author">
Alan Klement -
<a href="https://blog.intercom.io/using-job-stories-design-features-ui-ux/##Designing+successful+products+means+observing+how+real+people+solve+problems+now%2C+exploring+the+context+of+the+situation+they+are+in%2C+and+then+understanding+causality%2C+anxieties+and%2C+motivations">
Designing features using job stories
</a>
</span>
</blockquote>
</section>
<section>
<h3>Rent before you buy</h3>
<p>Product owners need to make sure the idea is valid</p>
</section>
<section data-background="#c52d2f">
<h2>A 5-day sprint</h2>
<ul class="schedule-list">
<li>
<img src="assets/understand.png">
<h3 class="day">Day 1</h3>
<h2>Understand</h2>
</li>
<li>
<img src="assets/diverge.png">
<h3 class="day">Day 2</h3>
<h2>Diverge</h2>
</li>
<li>
<img src="assets/converge.png">
<h3 class="day">Day 3</h3>
<h2>Converge</h2>
</li>
<li>
<img src="assets/prototype.png">
<h3 class="day">Day 4</h3>
<h2>Prototype</h2>
</li>
<li>
<img src="assets/test.png">
<h3 class="day">Day 5</h3>
<h2>User Testing</h2>
</li>
</ul>
</section>
<section>
<h2>Roles</h2>
<p>
<strong>Facilitator</strong>,
<strong>Recorder</strong>, and
<strong>Product Owner</strong>
</p>
</section>
<section data-background="#c52d2f">
<h2 class="day">Day -1</h2>
<h1>Preparation</h1>
</section>
<section>
<h2>Homework</h2>
<ul>
<li>What is the business opportunity?</li>
<li>Who is the market?</li>
<li>Who is the competition?</li>
</ul>
</section>
<section>
<h2>Setting up your war room</h2>
<p>Whiteboard + markers, sticky notes, pencils, paper</p>
</section>
<section>
<h2>Helpful if you have them</h2>
<p>Sharpies, Circle stickers, Timer app</p>
</section>
<section>
<h3>BitTimer</h3>
<img src="assets/resources-bittimer.jpg" class="illustration">
</section>
<section>
<h2>One more thing</h2>
<p>A big idea</p>
</section>
<section>
<h2>Schedule about 5 user interviews</h2>
<p>30-45 minutes each</p>
<p>Space them out at least 30 minutes apart</p>
</section>
<section data-background="#c52d2f">
<img src="assets/understand.png">
<h2 class="day">Day 1</h2>
<h1>Understand</h1>
<p>Quickly develop context, focus direction,<br>and expose risky knowledge gaps.</p>
</section>
<section>
<p class="time">15 minutes</p>
<h3>Pitch Practice</h3>
</section>
<section>
<p class="time">2-4 hours</p>
<h3>Review Research</h3>
<ul>
<li>User Demand</li>
<li>Analytics</li>
<li>Stories</li>
</ul>
</section>
<section>
<p class="time">1 hour</p>
<h3>Problem Statement</h3>
<img src="assets/problem-statement.jpg" class="illustration">
</section>
<section>
<p class="time">15 minutes</p>
<h3>Backburner Board</h3>
<img src="assets/backburner.jpg" class="illustration">
</section>
<section>
<p class="time">15 minutes</p>
<h3>Assumption Board</h3>
</section>
<section>
<p class="time">1 hour</p>
<h3>Critical Path</h3>
<img src="assets/critical-path.jpg" class="illustration">
</section>
<section>
<p class="time">1 hour</p>
<h3>Card Sorting</h3>
<img src="assets/card-sorting.gif" class="illustration">
</section>
<section data-background="#c52d2f">
<img src="assets/diverge.png">
<h2 class="day">Day 2</h2>
<h1>Diverge</h1>
<p>Generate as many ideas as possible.<br>Draw til your hand falls off.</p>
</section>
<section>
<p class="time">15 minutes</p>
<h3>Pitch Practice</h3>
</section>
<section>
<p class="time">15 minutes</p>
<h3>Mind Mapping</h3>
<img src="assets/mind-mapping.jpg" class="illustration">
</section>
<section>
<p class="time">5 minutes per round</p>
<h3>Crazy Eights</h3>
<img src="assets/crazy-eights.jpg" class="illustration">
</section>
<section>
<p class="time">20 minutes per round</p>
<h3>Storyboard</h3>
<img src="assets/storyboard.jpg" class="illustration">
</section>
<section data-background="#c52d2f">
<img src="assets/converge.png">
<h2 class="day">Day 3</h2>
<h1>Converge</h1>
<p>Bring all of it together in the Thunderdome</p>
</section>
<section>
<p class="time">15 minutes</p>
<h3>Pitch Practice</h3>
</section>
<section>
<p class="time">1 hour</p>
<h3>Identify Conflicts</h3>
</section>
<section>
<p class="time">2 hours</p>
<h3>Create Test Table from Assumptions</h3>
<img src="assets/assumptions.jpg" class="illustration">
</section>
<section>
<p class="time">2 hours</p>
<h3>Whiteboard the final Storyboard</h3>
<img src="assets/final-storyboard.jpg" class="illustration">
</section>
<section>
<p class="time">1 hour</p>
<h3>Review Backburner Board</h3>
<img src="assets/backburner.jpg" class="illustration">
</section>
<section>
<p class="time">1 hour</p>
<h3>Create Testing Plan</h3>
</section>
<section data-background="#c52d2f">
<img src="assets/prototype.png">
<h2 class="day">Day 4</h2>
<h1>Prototype</h1>
<p>Crap. We're out of coffee.</p>
</section>
<section>
<blockquote>
<p>Prototyping is about asking reality for feedback.</p>
<span class="author">Stephen Hay</span>
</blockquote>
</section>
<section>
<h3>Write Copy & Get Data</h3>
</section>
<section>
<h3>Create Prototype</h3>
<p>Clickable Images vs Static HTML Pages</p>
</section>
<section data-background="#ececec">
<img src="assets/logo-marvel.svg"><br>
<img src="assets/example-marvel.jpg" class="illustration">
</section>
<section data-background="#ececec">
<img src="assets/logo-invision.png"><br>
<img src="assets/example-invision.png" class="illustration">
</section>
<section data-background="#ececec">
<img src="assets/logo-principle.png"><br>
<img src="assets/example-principle.png" class="illustration">
</section>
<section>
<img src="assets/logo-ionic.png"><br>
<img src="assets/resources-ionic.png" class="illustration">
</section>
<section data-background="#ececec">
<img src="assets/example-middleman.png" class="illustration">
</section>
<section data-background="#ececec">
<img src="assets/example-proteus.png" class="illustration">
</section>
<section data-background="#ececec">
<img src="assets/example-bourbon.png" class="illustration">
</section>
<section data-background="#c52d2f">
<img src="assets/test.png">
<h2 class="day">Day 5</h2>
<h1>User testing</h1>
</section>
<section>
<blockquote>
<p>Be wary of feedback that contradicts reaction. Lean in close and watch how people use it — before they think.</p>
<span class="author">
Jake Knapp -
<a href="https://medium.com/@jakek/reactions-feedback-dc1ea9a06ce0">
Reactions > Feedback
</a>
</span>
</section>
<section>
<h3>Interview & Observe</h3>
</section>
<section>
<p class="time">1 hour</p>
<h3>Review What You Learned</h3>
</section>
<section>
<p class="time">2 hours</p>
<h3>Make a Plan for Going Forward</h3>
</section>
<section data-background="#c52d2f">
<h2>Where to find out more</h2>
</section>
<section>
<a href="https://robots.thoughtbot.com/the-product-design-sprint">
"The Product Design Sprint"
<img src="assets/resources-blog.png" class="illustration">
</a>
</section>
<section>
<a href="https://trello.com/b/lMmuSlkP/public-design-sprint-template">
Design Sprint Trello Board
<img src="assets/resources-trello.png" class="illustration">
</a>
</section>
<section>
<a href="https://github.com/thoughtbot/design-sprint">
Design Sprint Github Repo
<img src="assets/resources-github.png" class="illustration">
</a>
</section>
<section class="links" data-background="#393b44">
<h3>Continue the conversation</h3>
<p>
<a href="http://github.com/joshuaogle/presentation-design-sprints">
http://github.com/joshuaogle/presentation-design-sprints
</a>
</p>
<p>
<a href="http://twitter.com/joshuaogle">
@joshuaogle
</a>
</p>
<p>
<a href="http://twitter.com/thoughtbot">
@thoughtbot
</a>
</p>
</section>
</main>
</body>
</html>