Skip to content
prod 352bb92
Browse

4 · Support & onboarding

Objective — make the path to value short and the path to help obvious, because a customer who can sign up but can’t get help — or can’t reach first value — churns.

Steps at a glance:

  1. Build the support surface — A help page or FAQ, a working contact form, an in-app help icon, and a bug-reporting path — all reachable before launch.
  2. Design time to first value — Design a five-minute first-run: signup → a brief welcome with a skip option → a guided first action (a pre-filled sample) → next steps (invite a teammate, create real data).
  3. Instrument activation tracking — Instrument the funnel (verified → reached onboarding → created first item → marked onboarded → day-7 retention) so you can see where new users drop off and fix the worst step first.
  4. Prepare the Phase 12 launch-day runbook — The signoff (page 2) clears you to enter Phase 12; this page prepares the owner list, rollback trigger, watch cadence, and T-minus checklist that Phase 12 will execute.

A customer who can sign up but can’t get help — or can’t reach first value — churns. Make the path to value short and the path to help obvious before launch.

A help page or FAQ, a working contact form, an in-app help icon, and a bug-reporting path — all reachable before launch.

  1. Wire the help page, contact form, help icon, and bug-reporting path.

    • ✅ Every support entry point is reachable before launch.

Design a five-minute first-run: signup → a brief welcome with a skip option → a guided first action (a pre-filled sample) → next steps (invite a teammate, create real data).

  1. Build the five-minute first-run flow from signup through the guided first action to next steps.

    • ✅ A new user reaches a meaningful first action within roughly five minutes, with a skip option on the welcome.

Instrument the funnel (verified → reached onboarding → created first item → marked onboarded → day-7 retention) so you can see where new users drop off and fix the worst step first.

  1. Track each funnel stage so drop-off is visible by step.

    • ✅ The funnel reports verified, reached-onboarding, first-item, onboarded, and day-7 retention so the worst step is fixable first.
  2. Hold each funnel stage to a numeric target and diagnose the worst gap. Track these daily for the first seven days — a stage well below target tells you exactly which step to fix.

    StageTarget
    Signupsbaseline
    Email verified> 85%
    Reached onboarding> 82%
    Created sample item> 60%
    Marked onboarded> 45%
    Day-7 retention> 30%
    Upgrade rate> 5%

    Reading the drop-off:

    • Many verify but few create their first item (e.g. 85% → 60%) → the first-run flow is unclear; simplify it.

    • Many create but few are active on day 7 (e.g. 60% → 20%) → the core value is unclear; improve the core feature, not the funnel.

    • ✅ Each stage is measured against its target, and the lowest-performing step has a named fix queued.

4. Prepare the Phase 12 launch-day runbook

Section titled “4. Prepare the Phase 12 launch-day runbook”

The signoff (page 2) clears you to enter Phase 12; Phase 12 performs the production deploy, production-only rechecks, live-payment gate, registration opening, and post-launch watch. This page prepares the runbook so the production phase is not improvised. Keep the rollback command documented before Phase 12 opens registration — you do not want to be looking it up while payments are failing.

  1. Draft the T-minus checklist without executing production changes. The runbook must name where each action happens and which Phase 12 page executes it.

    MomentPrepared itemPhase 12 owner
    T-24hFinal technical checklist rerun, production seed-surface sweep, backup proof, production test/demo cleanup planPhase 12 preflight
    T-1hError-tracking check, uptime green, rollback command reviewed with --planPhase 12 release/deploy
    T-0Open registration, enable paid channels, watch first signup/paymentPhase 12 harden/verify/sync
    T+24hError review, early feedback, performance, backup proofPhase 12 monitor
    • ✅ Each T-minus item points to a Phase 12 page and has an owner; no production mutation is executed in Phase 11.
  2. Record the rollback command and trigger. Review the command shape now; the real rollback decision and execution stay in Phase 12.

    Terminal window
    # Dry-run the rollback so it is rehearsed, not improvised
    dep rollback production --plan # e.g. dep rollback production after plan review
    • ✅ Rollback command, rollback trigger, and decision owner are written into the runbook.
  3. Write down owners before Phase 12. Launch owner, support owner, rollback trigger, and the first 24-hour monitoring schedule must be explicit — not implied.

    • ✅ Launch owner, support owner, rollback trigger, and first 24-hour monitoring schedule are written down before traffic starts.
PeriodFrequencyWatch
First 24 hoursevery 5 minerrors, health endpoint, payments
After 24 hourshourlyerror rate, payments, server resources
After 1 weekdailyovernight errors, payment volume
After 1 monthroutinenormal monitoring

If issues appear during launch — decision tree

Section titled “If issues appear during launch — decision tree”
SymptomDecision
Users can still browse (degraded, non-critical)Continue with warnings; fix forward
Users cannot log inConsider rollback — assess blast radius first
Payments are brokenImmediate rollback: dep rollback production

Phase 11 is the last pre-customer readiness gate. Once signoff passes, run Phase 12 · Deploy to production when you’re ready to go live. For every subsequent release, return to that same production checklist, and watch error tracking, uptime, and analytics closely for the first seven days. If a critical issue appears, follow the incident runbook and roll back if it is deploy-related.

Do not mark this step done until every box below is checked.

  • 🤖 Support surface live — help/FAQ, contact form, in-app help icon, and bug-reporting path all reachable.
  • 👤 Time to first value — a five-minute first-run flow exists with a guided first action.
  • 🤖 Activation tracking — the funnel is instrumented from verified through day-7 retention.
  • 🔀 Phase 12 launch-day runbook ready — T-minus checklist, rollback command, rollback trigger, launch owner, support owner, and watch cadence are documented; no production mutation was executed in Phase 11.