@@ -353,6 +353,42 @@ If it didn't, that's okay. Go back to Step 4 with a new hypothesis. Onboarding o
353353</CalloutBox >
354354
355355---
356+ <details >
357+ <summary ><strong >Quick reference checklist</strong ></summary >
358+
359+ <h3 >Ingredients</h3 >
360+ <ul style = " list-style: none; padding-left: 0;" >
361+ <li ><input type = " checkbox" /> Product analytics tool</li >
362+ <li ><input type = " checkbox" /> Session replay tool</li >
363+ <li ><input type = " checkbox" /> Surveys (optional)</li >
364+ <li ><input type = " checkbox" /> Feature flags (optional)</li >
365+ <li ><input type = " checkbox" /> Experiments (optional)</li >
366+ </ul >
367+
368+ <h3 >Steps</h3 >
369+ <ul style = " list-style: none; padding-left: 0;" >
370+ <li ><input type = " checkbox" /> <strong >1.</strong > Define your activation event</li >
371+ <li ><input type = " checkbox" /> <strong >2.</strong > Build a 3–5 step funnel</li >
372+ <li ><input type = " checkbox" /> <strong >3.</strong > Let data collect for ~ 1 week</li >
373+ <li ><input type = " checkbox" /> <strong >4.</strong > Find the biggest drop-off</li >
374+ <li ><input type = " checkbox" /> <strong >5.</strong > Watch 10–15 session replays</li >
375+ <li ><input type = " checkbox" /> <strong >6.</strong > Fold in survey data</li >
376+ <li ><input type = " checkbox" /> <strong >7.</strong > Form hypothesis, ship one fix</li >
377+ <li ><input type = " checkbox" /> <strong >8.</strong > Roll out with feature flags</li >
378+ <li ><input type = " checkbox" /> <strong >9.</strong > Measure and iterate</li >
379+ </ul >
380+
381+ <h3 >You've nailed it when...</h3 >
382+ <ul style = " list-style: none; padding-left: 0;" >
383+ <li ><input type = " checkbox" /> You know your activation event</li >
384+ <li ><input type = " checkbox" /> You can see where users drop off</li >
385+ <li ><input type = " checkbox" /> You understand why they're dropping off</li >
386+ <li ><input type = " checkbox" /> You've shipped a fix</li >
387+ <li ><input type = " checkbox" /> You've measured whether it worked</li >
388+ <li ><input type = " checkbox" /> You have your next hypothesis ready</li >
389+ </ul >
390+
391+ </details >
356392
357393### Why this recipe works especially well with PostHog
358394
0 commit comments