Growth Engineering
Purpose
Design the growth engineering infrastructure for a product feature, including onboarding funnel optimization, referral system mechanics, and A/B test instrumentation.
Inputs
- Product feature being designed
- Current onboarding flow (if exists)
- Target activation metric ("aha moment")
- User acquisition channels
- Existing analytics infrastructure
Process
Step 1: Define the Activation Metric
Identify the "aha moment" — the action that correlates with long-term retention:
- What specific action indicates the user has gotten value?
- How quickly should a new user reach this action? (target: under 60 seconds for simple products, under 5 minutes for complex ones)
- What's the current activation rate? What's the target?
Step 2: Map the Onboarding Funnel
Trace the path from first visit to activation:
- Entry point → Sign up → First action → Aha moment → Habit formation
- For each step, measure: conversion rate, drop-off reason, time spent
- Identify the highest-drop-off step (this is your bottleneck)
- Design interventions for the bottleneck step
Step 3: Design Onboarding Flow
For the onboarding experience:
- Progressive profiling: Collect only what's needed now, ask for more later
- Value before effort: Show the user what they'll get before asking them to work
- Checklist pattern: Visual progress indicator for multi-step onboarding
- Skip option: Never trap users in onboarding — always allow skipping
- Contextual education: Teach features at the moment of need, not upfront
Step 4: Design Referral Mechanics
If referral/viral growth is relevant:
- Incentive structure: What does the referrer get? What does the invitee get?
- Share surface: Where in the product does sharing feel natural (not forced)?
- Link mechanics: Deep link to personalized onboarding, attribution tracking
- K-factor modeling: Users × invites-per-user × conversion-rate = viral coefficient
Step 5: Instrument A/B Test Infrastructure
Design the experimentation layer:
- Feature flag system: How are experiments gated (LaunchDarkly, Statsig, custom)?
- Assignment: How are users bucketed (user ID hash, session-based, geo-based)?
- Event tracking: What events must fire for each experiment variant?
- Statistical rigor: Sample size calculation, significance threshold, duration estimate
Step 6: Design Re-engagement Loops
For users who don't activate or who churn:
- Trigger events: What signals indicate a user is at risk?
- Re-engagement channels: Email, push notification, in-app message
- Timing: How soon after drop-off, and how many touchpoints?
- Content: What value reminder or incentive brings them back?
Output Format
# Growth Engineering Plan
## Activation Metric
**"Aha moment":** [Specific action]
**Target time-to-activation:** [X minutes]
**Current rate:** [X%] → **Target rate:** [Y%]
## Onboarding Funnel
| Step | Action | Current Conversion | Target | Intervention |
|------|--------|-------------------|--------|-------------|
| 1 | Landing page visit | — | — | — |
| 2 | Sign up | 12% | 18% | Simplify form |
| 3 | First [action] | 65% | 80% | Guided walkthrough |
| 4 | Aha moment | 40% | 60% | Reduce steps to value |
## Referral System
**Incentive:** [Referrer gets X, invitee gets Y]
**Share surfaces:** [Where in the product]
**Target K-factor:** [X.XX]
**Attribution:** [Link structure and tracking]
## A/B Test Plan
| Experiment | Hypothesis | Metric | Variants | Sample Size | Duration |
|-----------|-----------|--------|----------|-------------|----------|
| Onboarding V2 | Reducing steps increases activation by 20% | Activation rate | 2 | 5,000 | 2 weeks |
## Re-engagement
| Trigger | Channel | Timing | Content |
|---------|---------|--------|---------|
| No login 3 days | Email | Day 3 | Value reminder |
| Incomplete onboarding | Push | Day 1 | Resume prompt |
Quality Checks
Evolution Notes
1---2name: growth-engineering3description: Onboarding funnels, referral systems, and A/B test infrastructure4---56# Growth Engineering78## Purpose910Design the growth engineering infrastructure for a product feature, including onboarding funnel optimization, referral system mechanics, and A/B test instrumentation.1112## Inputs1314- Product feature being designed15- Current onboarding flow (if exists)16- Target activation metric ("aha moment")17- User acquisition channels18- Existing analytics infrastructure1920## Process2122### Step 1: Define the Activation Metric2324Identify the "aha moment" — the action that correlates with long-term retention:25- What specific action indicates the user has gotten value?26- How quickly should a new user reach this action? (target: under 60 seconds for simple products, under 5 minutes for complex ones)27- What's the current activation rate? What's the target?2829### Step 2: Map the Onboarding Funnel3031Trace the path from first visit to activation:32- **Entry point → Sign up → First action → Aha moment → Habit formation**33- For each step, measure: conversion rate, drop-off reason, time spent34- Identify the highest-drop-off step (this is your bottleneck)35- Design interventions for the bottleneck step3637### Step 3: Design Onboarding Flow3839For the onboarding experience:40- **Progressive profiling:** Collect only what's needed now, ask for more later41- **Value before effort:** Show the user what they'll get before asking them to work42- **Checklist pattern:** Visual progress indicator for multi-step onboarding43- **Skip option:** Never trap users in onboarding — always allow skipping44- **Contextual education:** Teach features at the moment of need, not upfront4546### Step 4: Design Referral Mechanics4748If referral/viral growth is relevant:49- **Incentive structure:** What does the referrer get? What does the invitee get?50- **Share surface:** Where in the product does sharing feel natural (not forced)?51- **Link mechanics:** Deep link to personalized onboarding, attribution tracking52- **K-factor modeling:** Users × invites-per-user × conversion-rate = viral coefficient5354### Step 5: Instrument A/B Test Infrastructure5556Design the experimentation layer:57- **Feature flag system:** How are experiments gated (LaunchDarkly, Statsig, custom)?58- **Assignment:** How are users bucketed (user ID hash, session-based, geo-based)?59- **Event tracking:** What events must fire for each experiment variant?60- **Statistical rigor:** Sample size calculation, significance threshold, duration estimate6162### Step 6: Design Re-engagement Loops6364For users who don't activate or who churn:65- **Trigger events:** What signals indicate a user is at risk?66- **Re-engagement channels:** Email, push notification, in-app message67- **Timing:** How soon after drop-off, and how many touchpoints?68- **Content:** What value reminder or incentive brings them back?6970## Output Format7172```markdown73# Growth Engineering Plan7475## Activation Metric76**"Aha moment":** [Specific action]77**Target time-to-activation:** [X minutes]78**Current rate:** [X%] → **Target rate:** [Y%]7980## Onboarding Funnel81| Step | Action | Current Conversion | Target | Intervention |82|------|--------|-------------------|--------|-------------|83| 1 | Landing page visit | — | — | — |84| 2 | Sign up | 12% | 18% | Simplify form |85| 3 | First [action] | 65% | 80% | Guided walkthrough |86| 4 | Aha moment | 40% | 60% | Reduce steps to value |8788## Referral System89**Incentive:** [Referrer gets X, invitee gets Y]90**Share surfaces:** [Where in the product]91**Target K-factor:** [X.XX]92**Attribution:** [Link structure and tracking]9394## A/B Test Plan95| Experiment | Hypothesis | Metric | Variants | Sample Size | Duration |96|-----------|-----------|--------|----------|-------------|----------|97| Onboarding V2 | Reducing steps increases activation by 20% | Activation rate | 2 | 5,000 | 2 weeks |9899## Re-engagement100| Trigger | Channel | Timing | Content |101|---------|---------|--------|---------|102| No login 3 days | Email | Day 3 | Value reminder |103| Incomplete onboarding | Push | Day 1 | Resume prompt |104```105106## Quality Checks107108- [ ] Activation metric is specific, measurable, and correlated with retention109- [ ] Onboarding funnel has conversion rates (actual or estimated) for each step110- [ ] Referral incentives are balanced (not so generous they attract fraud, not so stingy they don't motivate)111- [ ] A/B tests have statistical rigor (sample size, significance threshold, duration)112- [ ] Re-engagement has defined triggers, timing, and content — not just "send emails"113- [ ] The skip option is available at every onboarding step114115## Evolution Notes116<!-- Observations appended after each use -->