Growth & Analytics
Guide founders from defining their first metrics (pre-launch) through sophisticated retention analysis and experimentation (post-launch).
Workflow
1. Diagnose Current State
Ask: "Where are you in your analytics journey?"
| State |
Signals |
Next Step |
| Pre-launch |
No users yet, needs to define what to track |
→ Step 2: Metrics Framework |
| Early traction |
Has users, unclear what metrics matter |
→ Step 2: Metrics Framework |
| Tracking basics |
Has metrics, needs North Star focus |
→ Step 2: North Star Selection |
| Ready to experiment |
Solid metrics, wants to run tests |
→ Step 3: A/B Testing |
| Retention concerns |
Users churning, needs analysis |
→ Step 4: Retention & Cohorts |
| Dashboard needed |
Wants visibility for team/investors |
→ Step 5: Dashboard Design |
2. Metrics Framework
Build a metrics system that drives the right behavior. See references/metrics-frameworks.md for complete framework library.
AARRR Pirate Metrics
The universal startup funnel framework:
| Stage |
Question |
Example Metrics |
| Acquisition |
How do users find you? |
Visitors, signups, CAC by channel |
| Activation |
Do they have a great first experience? |
Completed onboarding, "aha moment" reached |
| Retention |
Do they come back? |
DAU/MAU, D1/D7/D30 retention, churn |
| Revenue |
Do they pay? |
Conversion rate, ARPU, LTV |
| Referral |
Do they tell others? |
NPS, referral rate, viral coefficient |
Stage-Appropriate Focus:
| Stage |
Primary Focus |
Why |
| Pre-PMF |
Activation + Retention |
Nothing else matters if product doesn't stick |
| Post-PMF |
Revenue + Acquisition |
Time to scale what works |
| Growth |
All five, plus efficiency |
Optimize the full funnel |
North Star Metric
One metric that best captures core value delivered to customers.
Selection Criteria:
- Measures value — Correlates with customers getting value
- Leading indicator — Predicts future revenue/growth
- Actionable — Team can influence it
- Simple — Easy to understand and communicate
North Star Examples by Business Model:
| Model |
North Star |
Why |
| B2B SaaS |
Weekly Active Users, Features Used |
Value = engagement with product |
| Marketplace |
Transactions completed |
Both sides getting value |
| Subscription |
Weekly active subscribers |
Retention predicts LTV |
| E-commerce |
Repeat purchase rate |
Loyalty = sustainable revenue |
| Usage-based |
Monthly usage volume |
Usage = revenue |
| Social/Consumer |
DAU/MAU ratio |
Engagement intensity |
Supporting Metrics:
Every North Star needs 3-5 supporting metrics that explain HOW to move it:
North Star: Weekly Active Teams (B2B SaaS)
├── Activation: Teams completing onboarding
├── Engagement: Features used per team
├── Expansion: Seats added per team
└── Retention: Team churn rate
One Metric That Matters (OMTM)
For early-stage focus, pick ONE metric for a defined period:
OMTM Selection:
- What's the biggest constraint right now?
- What metric would prove that constraint is solved?
- Can you move it in 4-8 weeks?
Examples:
- Pre-launch: "Waitlist signups" (validate demand)
- Beta: "D7 retention" (validate stickiness)
- Post-launch: "Activation rate" (validate onboarding)
- Growth: "Payback period" (validate unit economics)
3. A/B Testing & Experimentation
Run experiments that generate reliable insights. See references/ab-testing.md for templates and calculators.
Experiment Design Framework
Hypothesis Structure:
If we [change], then [metric] will [improve/decrease] by [amount]
because [reason based on user insight].
Example:
If we reduce signup form from 5 fields to 3 fields, then signup completion rate will increase by 15% because user research shows form length is the #1 drop-off reason.
Before Running Any Test
Pre-flight Checklist:
| Check |
Question |
Action |
| Sample size |
Do we have enough traffic? |
Calculate minimum sample (see below) |
| Duration |
How long to reach significance? |
Usually 1-4 weeks minimum |
| Metric clarity |
What exactly are we measuring? |
Define primary + guardrail metrics |
| Segment impact |
Should we segment results? |
Pre-define segments (new vs returning, mobile vs desktop) |
Sample Size Estimation:
For 80% power and 95% confidence:
- 10% baseline, detect 10% relative lift → ~15,000 per variant
- 10% baseline, detect 20% relative lift → ~4,000 per variant
- 2% baseline, detect 20% relative lift → ~20,000 per variant
Rule of thumb: Multiply expected traffic by test duration. If you can't reach minimum sample in 4 weeks, the test isn't worth running—make a bigger change.
Running the Test
Test Execution Rules:
- Run for full weeks (capture day-of-week effects)
- Don't peek early—commit to duration
- Track guardrail metrics (what shouldn't break)
- Document everything before launch
Guardrail Metrics Examples:
- Revenue per user (main metric might improve but hurt revenue)
- Page load time (change might slow performance)
- Support tickets (change might confuse users)
Interpreting Results
| Result |
Interpretation |
Action |
| Significant win |
p < 0.05, metric improved |
Ship it, document learnings |
| Significant loss |
p < 0.05, metric declined |
Don't ship, learn why |
| Inconclusive |
p > 0.05 |
Not enough data OR no real effect |
| Flat |
Large sample, no movement |
Effect likely too small to matter |
Common Pitfalls:
- Stopping early when results look good (inflates false positives)
- Testing too many variants (dilutes sample)
- Ignoring segments (average hides important differences)
- No hypothesis (test without learning)
4. Retention & Cohort Analysis
Understand if users stick around. See references/retention-cohorts.md for SQL templates and benchmarks.
Retention Fundamentals
Types of Retention:
| Type |
Definition |
Use When |
| N-day retention |
% of users active on exactly day N |
Daily-use products (social, games) |
| Bounded retention |
% active within day range (e.g., week 1) |
Weekly-use products (SaaS) |
| Unbounded retention |
% active on day N or any day after |
Long purchase cycles (e-commerce) |
Critical Retention Points:
| Timeframe |
What It Measures |
Healthy Benchmark |
| D1 |
First impression |
>25% (consumer), >40% (B2B) |
| D7 |
Habit forming |
>15% (consumer), >30% (B2B) |
| D30 |
Stickiness |
>10% (consumer), >25% (B2B) |
| D90 |
Long-term value |
Product-dependent |
Cohort Analysis
Group users by signup date (or other dimension) to track behavior over time.
Cohort Table Structure:
| Cohort |
Week 0 |
Week 1 |
Week 2 |
Week 3 |
Week 4 |
| Jan 1-7 |
100% |
40% |
30% |
25% |
22% |
| Jan 8-14 |
100% |
45% |
35% |
28% |
25% |
| Jan 15-21 |
100% |
48% |
38% |
32% |
— |
Reading Cohort Tables:
- Rows = Compare cohorts (are newer users retaining better?)
- Columns = Retention decay (where's the biggest drop-off?)
- Diagonals = Same calendar week (external events)
Cohort Dimensions Beyond Time:
- Acquisition channel (organic vs. paid)
- Plan type (free vs. paid)
- First action taken (feature X vs. feature Y)
- Geography
Retention Curves
Healthy Curve Shape:
100% ─┐
│╲
│ ╲
│ ╲____________________ ← Flattens = retention
│
0% ─┴─────────────────────────
D1 D7 D30 D60 D90
Danger Signs:
- Curve never flattens (continuous bleed)
- Steep drop after D1 (activation problem)
- Drop at specific point (feature/billing issue)
Churn Analysis
Churn Rate Calculation:
Monthly Churn = Customers Lost This Month / Customers at Start of Month
Churn Benchmarks (SaaS):
| Segment |
Good |
Great |
| SMB |
<5% monthly |
<3% monthly |
| Mid-market |
<2% monthly |
<1% monthly |
| Enterprise |
<1% monthly |
<0.5% monthly |
Churn Diagnosis Questions:
- When do they churn? (Tenure analysis)
- Who churns? (Segment analysis)
- Why do they churn? (Exit surveys, support tickets)
- What predicts churn? (Behavioral signals)
5. Dashboard Design
Create visibility that drives action. See references/dashboard-design.md for templates and tool recommendations.
Dashboard Hierarchy
Level 1: Executive Dashboard (weekly, whole company)
- 3-5 top-level KPIs
- Trend vs. target
- One screen, no scrolling
Level 2: Functional Dashboards (daily, by team)
- Sales: Pipeline, conversion, activity
- Product: Engagement, retention, feature adoption
- Marketing: Acquisition, CAC, channel performance
- Support: Tickets, response time, CSAT
Level 3: Operational Dashboards (real-time, by function)
- Engineering: Uptime, latency, errors
- Sales: Daily activity, quota attainment
KPI Selection
For Each Metric, Answer:
- What decision does this inform?
- Who needs to see it and how often?
- What's the target and why?
- What action triggers if it's off-track?
Metric Types to Include:
| Type |
Purpose |
Example |
| Leading |
Predict future outcomes |
Pipeline, activation rate |
| Lagging |
Confirm results |
Revenue, churn |
| Input |
Activities you control |
Calls made, features shipped |
| Output |
Outcomes you want |
Deals closed, retention |
Visualization Principles
Choosing Chart Types:
| Data Type |
Best Chart |
| Trend over time |
Line chart |
| Comparison across categories |
Bar chart |
| Part-to-whole |
Pie (if <5 segments), stacked bar |
| Distribution |
Histogram |
| Correlation |
Scatter plot |
| Funnel stages |
Funnel chart |
Dashboard Anti-Patterns:
- ❌ Too many metrics (more than 8-10 per view)
- ❌ No context (numbers without targets/trends)
- ❌ Vanity metrics (impressive but not actionable)
- ❌ Stale data (updated monthly when weekly needed)
- ❌ No owner (who acts on this?)
Tool Selection
Tool Recommendations by Stage:
| Stage |
Recommended Approach |
| Pre-launch |
Spreadsheet (Google Sheets) |
| MVP/Beta |
Simple analytics (Mixpanel free, Amplitude free, PostHog) |
| Post-PMF |
Full stack (Mixpanel/Amplitude + data warehouse + BI tool) |
| Scaling |
Custom (Segment → warehouse → Looker/Metabase) |
Tool Comparison:
| Tool |
Best For |
Limitation |
| Google Analytics |
Web traffic, acquisition |
Weak on product analytics |
| Mixpanel |
Product analytics, funnels |
Can get expensive at scale |
| Amplitude |
Product analytics, cohorts |
Learning curve |
| PostHog |
Open source, self-hosted option |
Younger product |
| Heap |
Auto-capture everything |
Data can be messy |
| Metabase |
SQL-based, self-hosted BI |
Requires data warehouse |
| Looker |
Enterprise BI |
Complex, expensive |
6. Anti-Patterns
Metrics Mistakes:
- Tracking everything, focusing on nothing
- Vanity metrics (total signups vs. active users)
- Lagging-only metrics (revenue without leading indicators)
- No targets (data without context)
Experimentation Mistakes:
- Testing small changes on low-traffic pages
- Multiple changes in one test (can't isolate effect)
- Stopping tests early based on early results
- No hypothesis (random changes)
Retention Mistakes:
- Only looking at aggregate retention (hiding segment issues)
- Ignoring activation (retention starts at first experience)
- Not defining "active" clearly
Dashboard Mistakes:
- Dashboard nobody checks
- Real-time when weekly is sufficient
- No owners assigned to metrics
Deliverables
1. Metrics Framework Document
Create as markdown:
- North Star metric with rationale
- AARRR funnel with specific metrics
- Supporting metrics hierarchy
- Targets and owners
2. Metrics Tracker Spreadsheet
Create using xlsx skill:
- AARRR funnel metrics with weekly/monthly tracking
- Formulas for calculated metrics (conversion rates, growth rates)
- Target vs. actual comparison
- Charts for trends
3. A/B Test Plan
Create as markdown:
- Hypothesis statement
- Variants description
- Primary and guardrail metrics
- Sample size and duration calculation
- Success criteria
4. Cohort Analysis Spreadsheet
Create using xlsx skill:
- Cohort table (rows = cohorts, columns = time periods)
- Retention percentages with conditional formatting
- Retention curve visualization
- Cohort comparison charts
5. Dashboard Specification
Create as markdown:
- KPI hierarchy (executive → functional → operational)
- Metric definitions with formulas
- Visualization recommendations
- Data sources and refresh frequency
- Tool recommendation with rationale
6. SQL Query Templates
Create as markdown:
- Cohort retention query
- Funnel conversion query
- Active user calculation
- Churn identification query
Reference Files
references/metrics-frameworks.md — AARRR deep dive, North Star selection guide, metrics by business model, anti-patterns
references/ab-testing.md — Experiment templates, sample size calculator, significance interpretation, SQL queries
references/retention-cohorts.md — Cohort methods, retention curves, SQL templates, benchmarks by model
references/dashboard-design.md — Dashboard templates, visualization guide, tool comparison
Integration with Other Skills
- Use
business-model skill for unit economics metrics (LTV, CAC, payback)
- Use
product skill for feature prioritization based on analytics
- Use
go-to-market skill for channel-specific acquisition metrics
- Use
operations skill for OKRs aligned with metrics framework
- Use
fundraising skill for investor-ready metrics presentation
- Use
xlsx skill for metrics trackers and cohort spreadsheets
- Use
docx skill for analytics documentation
Adapted from Linas Beliūnas's The One-Person Unicorn founder skill set.
1---2name: growth-analytics3description: Guide founders through metrics frameworks, experimentation, and data-driven growth. Use when a founder says "help me set up my metrics framework", "what should my north star metric be?", "design an A/B test", "help me analyze retention/churn", "build me a dashboard to track growth", "how do I do cohort analysis?", "what metrics should I track?", "pirate metrics", "AARRR funnel", or needs to make sense of their growth data.4---56# Growth & Analytics78Guide founders from defining their first metrics (pre-launch) through sophisticated retention analysis and experimentation (post-launch).910## Workflow1112### 1. Diagnose Current State1314Ask: "Where are you in your analytics journey?"1516| State | Signals | Next Step |17|-------|---------|-----------|18| **Pre-launch** | No users yet, needs to define what to track | → Step 2: Metrics Framework |19| **Early traction** | Has users, unclear what metrics matter | → Step 2: Metrics Framework |20| **Tracking basics** | Has metrics, needs North Star focus | → Step 2: North Star Selection |21| **Ready to experiment** | Solid metrics, wants to run tests | → Step 3: A/B Testing |22| **Retention concerns** | Users churning, needs analysis | → Step 4: Retention & Cohorts |23| **Dashboard needed** | Wants visibility for team/investors | → Step 5: Dashboard Design |2425### 2. Metrics Framework2627Build a metrics system that drives the right behavior. See `references/metrics-frameworks.md` for complete framework library.2829#### AARRR Pirate Metrics3031The universal startup funnel framework:3233| Stage | Question | Example Metrics |34|-------|----------|-----------------|35| **Acquisition** | How do users find you? | Visitors, signups, CAC by channel |36| **Activation** | Do they have a great first experience? | Completed onboarding, "aha moment" reached |37| **Retention** | Do they come back? | DAU/MAU, D1/D7/D30 retention, churn |38| **Revenue** | Do they pay? | Conversion rate, ARPU, LTV |39| **Referral** | Do they tell others? | NPS, referral rate, viral coefficient |4041**Stage-Appropriate Focus:**4243| Stage | Primary Focus | Why |44|-------|---------------|-----|45| Pre-PMF | Activation + Retention | Nothing else matters if product doesn't stick |46| Post-PMF | Revenue + Acquisition | Time to scale what works |47| Growth | All five, plus efficiency | Optimize the full funnel |4849#### North Star Metric5051One metric that best captures core value delivered to customers.5253**Selection Criteria:**541. **Measures value** — Correlates with customers getting value552. **Leading indicator** — Predicts future revenue/growth563. **Actionable** — Team can influence it574. **Simple** — Easy to understand and communicate5859**North Star Examples by Business Model:**6061| Model | North Star | Why |62|-------|------------|-----|63| **B2B SaaS** | Weekly Active Users, Features Used | Value = engagement with product |64| **Marketplace** | Transactions completed | Both sides getting value |65| **Subscription** | Weekly active subscribers | Retention predicts LTV |66| **E-commerce** | Repeat purchase rate | Loyalty = sustainable revenue |67| **Usage-based** | Monthly usage volume | Usage = revenue |68| **Social/Consumer** | DAU/MAU ratio | Engagement intensity |6970**Supporting Metrics:**7172Every North Star needs 3-5 supporting metrics that explain HOW to move it:7374```75North Star: Weekly Active Teams (B2B SaaS)76├── Activation: Teams completing onboarding77├── Engagement: Features used per team78├── Expansion: Seats added per team79└── Retention: Team churn rate80```8182#### One Metric That Matters (OMTM)8384For early-stage focus, pick ONE metric for a defined period:8586**OMTM Selection:**871. What's the biggest constraint right now?882. What metric would prove that constraint is solved?893. Can you move it in 4-8 weeks?9091**Examples:**92- Pre-launch: "Waitlist signups" (validate demand)93- Beta: "D7 retention" (validate stickiness)94- Post-launch: "Activation rate" (validate onboarding)95- Growth: "Payback period" (validate unit economics)9697### 3. A/B Testing & Experimentation9899Run experiments that generate reliable insights. See `references/ab-testing.md` for templates and calculators.100101#### Experiment Design Framework102103**Hypothesis Structure:**104```105If we [change], then [metric] will [improve/decrease] by [amount]106because [reason based on user insight].107```108109**Example:**110> If we reduce signup form from 5 fields to 3 fields, then signup completion rate will increase by 15% because user research shows form length is the #1 drop-off reason.111112#### Before Running Any Test113114**Pre-flight Checklist:**115116| Check | Question | Action |117|-------|----------|--------|118| **Sample size** | Do we have enough traffic? | Calculate minimum sample (see below) |119| **Duration** | How long to reach significance? | Usually 1-4 weeks minimum |120| **Metric clarity** | What exactly are we measuring? | Define primary + guardrail metrics |121| **Segment impact** | Should we segment results? | Pre-define segments (new vs returning, mobile vs desktop) |122123**Sample Size Estimation:**124125For 80% power and 95% confidence:126- 10% baseline, detect 10% relative lift → ~15,000 per variant127- 10% baseline, detect 20% relative lift → ~4,000 per variant128- 2% baseline, detect 20% relative lift → ~20,000 per variant129130**Rule of thumb:** Multiply expected traffic by test duration. If you can't reach minimum sample in 4 weeks, the test isn't worth running—make a bigger change.131132#### Running the Test133134**Test Execution Rules:**1351. Run for full weeks (capture day-of-week effects)1362. Don't peek early—commit to duration1373. Track guardrail metrics (what shouldn't break)1384. Document everything before launch139140**Guardrail Metrics Examples:**141- Revenue per user (main metric might improve but hurt revenue)142- Page load time (change might slow performance)143- Support tickets (change might confuse users)144145#### Interpreting Results146147| Result | Interpretation | Action |148|--------|----------------|--------|149| **Significant win** | p < 0.05, metric improved | Ship it, document learnings |150| **Significant loss** | p < 0.05, metric declined | Don't ship, learn why |151| **Inconclusive** | p > 0.05 | Not enough data OR no real effect |152| **Flat** | Large sample, no movement | Effect likely too small to matter |153154**Common Pitfalls:**155- Stopping early when results look good (inflates false positives)156- Testing too many variants (dilutes sample)157- Ignoring segments (average hides important differences)158- No hypothesis (test without learning)159160### 4. Retention & Cohort Analysis161162Understand if users stick around. See `references/retention-cohorts.md` for SQL templates and benchmarks.163164#### Retention Fundamentals165166**Types of Retention:**167168| Type | Definition | Use When |169|------|------------|----------|170| **N-day retention** | % of users active on exactly day N | Daily-use products (social, games) |171| **Bounded retention** | % active within day range (e.g., week 1) | Weekly-use products (SaaS) |172| **Unbounded retention** | % active on day N or any day after | Long purchase cycles (e-commerce) |173174**Critical Retention Points:**175176| Timeframe | What It Measures | Healthy Benchmark |177|-----------|------------------|-------------------|178| **D1** | First impression | >25% (consumer), >40% (B2B) |179| **D7** | Habit forming | >15% (consumer), >30% (B2B) |180| **D30** | Stickiness | >10% (consumer), >25% (B2B) |181| **D90** | Long-term value | Product-dependent |182183#### Cohort Analysis184185Group users by signup date (or other dimension) to track behavior over time.186187**Cohort Table Structure:**188189| Cohort | Week 0 | Week 1 | Week 2 | Week 3 | Week 4 |190|--------|--------|--------|--------|--------|--------|191| Jan 1-7 | 100% | 40% | 30% | 25% | 22% |192| Jan 8-14 | 100% | 45% | 35% | 28% | 25% |193| Jan 15-21 | 100% | 48% | 38% | 32% | — |194195**Reading Cohort Tables:**196- **Rows** = Compare cohorts (are newer users retaining better?)197- **Columns** = Retention decay (where's the biggest drop-off?)198- **Diagonals** = Same calendar week (external events)199200**Cohort Dimensions Beyond Time:**201- Acquisition channel (organic vs. paid)202- Plan type (free vs. paid)203- First action taken (feature X vs. feature Y)204- Geography205206#### Retention Curves207208**Healthy Curve Shape:**209```210100% ─┐211 │╲212 │ ╲213 │ ╲____________________ ← Flattens = retention214 │215 0% ─┴─────────────────────────216 D1 D7 D30 D60 D90217```218219**Danger Signs:**220- Curve never flattens (continuous bleed)221- Steep drop after D1 (activation problem)222- Drop at specific point (feature/billing issue)223224#### Churn Analysis225226**Churn Rate Calculation:**227228```229Monthly Churn = Customers Lost This Month / Customers at Start of Month230```231232**Churn Benchmarks (SaaS):**233234| Segment | Good | Great |235|---------|------|-------|236| SMB | <5% monthly | <3% monthly |237| Mid-market | <2% monthly | <1% monthly |238| Enterprise | <1% monthly | <0.5% monthly |239240**Churn Diagnosis Questions:**2411. When do they churn? (Tenure analysis)2422. Who churns? (Segment analysis)2433. Why do they churn? (Exit surveys, support tickets)2444. What predicts churn? (Behavioral signals)245246### 5. Dashboard Design247248Create visibility that drives action. See `references/dashboard-design.md` for templates and tool recommendations.249250#### Dashboard Hierarchy251252**Level 1: Executive Dashboard (weekly, whole company)**253- 3-5 top-level KPIs254- Trend vs. target255- One screen, no scrolling256257**Level 2: Functional Dashboards (daily, by team)**258- Sales: Pipeline, conversion, activity259- Product: Engagement, retention, feature adoption260- Marketing: Acquisition, CAC, channel performance261- Support: Tickets, response time, CSAT262263**Level 3: Operational Dashboards (real-time, by function)**264- Engineering: Uptime, latency, errors265- Sales: Daily activity, quota attainment266267#### KPI Selection268269**For Each Metric, Answer:**2701. What decision does this inform?2712. Who needs to see it and how often?2723. What's the target and why?2734. What action triggers if it's off-track?274275**Metric Types to Include:**276277| Type | Purpose | Example |278|------|---------|---------|279| **Leading** | Predict future outcomes | Pipeline, activation rate |280| **Lagging** | Confirm results | Revenue, churn |281| **Input** | Activities you control | Calls made, features shipped |282| **Output** | Outcomes you want | Deals closed, retention |283284#### Visualization Principles285286**Choosing Chart Types:**287288| Data Type | Best Chart |289|-----------|------------|290| Trend over time | Line chart |291| Comparison across categories | Bar chart |292| Part-to-whole | Pie (if <5 segments), stacked bar |293| Distribution | Histogram |294| Correlation | Scatter plot |295| Funnel stages | Funnel chart |296297**Dashboard Anti-Patterns:**298- ❌ Too many metrics (more than 8-10 per view)299- ❌ No context (numbers without targets/trends)300- ❌ Vanity metrics (impressive but not actionable)301- ❌ Stale data (updated monthly when weekly needed)302- ❌ No owner (who acts on this?)303304#### Tool Selection305306**Tool Recommendations by Stage:**307308| Stage | Recommended Approach |309|-------|---------------------|310| Pre-launch | Spreadsheet (Google Sheets) |311| MVP/Beta | Simple analytics (Mixpanel free, Amplitude free, PostHog) |312| Post-PMF | Full stack (Mixpanel/Amplitude + data warehouse + BI tool) |313| Scaling | Custom (Segment → warehouse → Looker/Metabase) |314315**Tool Comparison:**316317| Tool | Best For | Limitation |318|------|----------|------------|319| **Google Analytics** | Web traffic, acquisition | Weak on product analytics |320| **Mixpanel** | Product analytics, funnels | Can get expensive at scale |321| **Amplitude** | Product analytics, cohorts | Learning curve |322| **PostHog** | Open source, self-hosted option | Younger product |323| **Heap** | Auto-capture everything | Data can be messy |324| **Metabase** | SQL-based, self-hosted BI | Requires data warehouse |325| **Looker** | Enterprise BI | Complex, expensive |326327### 6. Anti-Patterns328329**Metrics Mistakes:**330- Tracking everything, focusing on nothing331- Vanity metrics (total signups vs. active users)332- Lagging-only metrics (revenue without leading indicators)333- No targets (data without context)334335**Experimentation Mistakes:**336- Testing small changes on low-traffic pages337- Multiple changes in one test (can't isolate effect)338- Stopping tests early based on early results339- No hypothesis (random changes)340341**Retention Mistakes:**342- Only looking at aggregate retention (hiding segment issues)343- Ignoring activation (retention starts at first experience)344- Not defining "active" clearly345346**Dashboard Mistakes:**347- Dashboard nobody checks348- Real-time when weekly is sufficient349- No owners assigned to metrics350351## Deliverables352353### 1. Metrics Framework Document354355Create as markdown:356- North Star metric with rationale357- AARRR funnel with specific metrics358- Supporting metrics hierarchy359- Targets and owners360361### 2. Metrics Tracker Spreadsheet362363Create using `xlsx` skill:364- AARRR funnel metrics with weekly/monthly tracking365- Formulas for calculated metrics (conversion rates, growth rates)366- Target vs. actual comparison367- Charts for trends368369### 3. A/B Test Plan370371Create as markdown:372- Hypothesis statement373- Variants description374- Primary and guardrail metrics375- Sample size and duration calculation376- Success criteria377378### 4. Cohort Analysis Spreadsheet379380Create using `xlsx` skill:381- Cohort table (rows = cohorts, columns = time periods)382- Retention percentages with conditional formatting383- Retention curve visualization384- Cohort comparison charts385386### 5. Dashboard Specification387388Create as markdown:389- KPI hierarchy (executive → functional → operational)390- Metric definitions with formulas391- Visualization recommendations392- Data sources and refresh frequency393- Tool recommendation with rationale394395### 6. SQL Query Templates396397Create as markdown:398- Cohort retention query399- Funnel conversion query400- Active user calculation401- Churn identification query402403## Reference Files404405- `references/metrics-frameworks.md` — AARRR deep dive, North Star selection guide, metrics by business model, anti-patterns406- `references/ab-testing.md` — Experiment templates, sample size calculator, significance interpretation, SQL queries407- `references/retention-cohorts.md` — Cohort methods, retention curves, SQL templates, benchmarks by model408- `references/dashboard-design.md` — Dashboard templates, visualization guide, tool comparison409410## Integration with Other Skills411412- Use `business-model` skill for unit economics metrics (LTV, CAC, payback)413- Use `product` skill for feature prioritization based on analytics414- Use `go-to-market` skill for channel-specific acquisition metrics415- Use `operations` skill for OKRs aligned with metrics framework416- Use `fundraising` skill for investor-ready metrics presentation417- Use `xlsx` skill for metrics trackers and cohort spreadsheets418- Use `docx` skill for analytics documentation419420---421422*Adapted from [Linas Beliūnas's](https://linas.substack.com/p/onepersonunicorn) **The One-Person Unicorn** founder skill set.*