Growth Experimentation
Overview
The companies with the highest growth rates don't have better ideas — they
have better systems for testing ideas. A high-velocity experimentation system
runs 15-30 experiments per month across acquisition, activation, retention,
and monetization. Most experiments fail. That's by design. The team that
learns fastest from each failure wins.
When to Use
- "Build an experimentation program"
- "Set up growth sprints"
- "Prioritize experiments with ICE"
- "Increase our test velocity"
- "Create a learning repository"
Authoritative Foundations
- Sean Ellis & Morgan Brown (Hacking Growth) — coined "growth hacking."
North Star Metric. Growth experimentation loop: analyze → ideate →
prioritize → test → learn.
- Brian Balfour (Reforge, ex-HubSpot VP Growth) — increasing HubSpot's
experiment velocity from 5 to 20/week produced 3x growth rate improvement.
Four Fits Framework: Market-Product, Product-Channel, Channel-Model,
Model-Market.
- Andrew Chen (a16z, ex-Uber Growth) — The Cold Start Problem. Growth
teams at scale.
- Fareed Mosavat (Reforge, ex-Slack Growth) — experimentation systems.
Step-by-Step Process
Phase 1: Set the North Star Metric
One metric that captures core value delivery. If this moves up, the business
is healthier. All experiments ladder to this metric.
Phase 2: ICE Scoring
Score every experiment idea 1-10 on Impact, Confidence, Ease. Average the
three. Prioritize by ICE score. Re-score weekly as new data arrives.
Phase 3: Growth Sprint Cadence
Weekly cycle: idea generation (Monday), prioritization (Tuesday), build
(Wed-Thu), launch (Fri), analyze (Mon). 2-week sprints for complex tests.
AI compresses cycle: a single growth marketer with AI can test 10 variants
in time it used to take to build one.
Phase 4: Experiment Design
Every experiment: hypothesis, success metric, minimum detectable effect,
required sample size, maximum duration. Document everything — winners
and losers. Build a searchable learning repository.
Phase 5: 4 Layers of Experiments
- Channel/tactic assessment — test how channels impact conversions
- Offer optimization — pricing, packaging, trial length
- Message personalization — copy and creative by segment
- AI-powered — autonomous experiment generation, prediction, optimization
Output Format
Experimentation system with North Star Metric definition, ICE backlog,
sprint calendar, experiment design template, and learning repository structure.
Quality Check
Before delivering, verify:
Common Pitfalls
- Tests too large — redesigning entire onboarding (4 weeks to build)
loses to testing a single screen change (2 days). Small tests = fast
learning.
- No learning repository — running 50 experiments without documenting
learnings is running the same test twice. Document everything.
- Statistical ignorance — calling a test at 70% confidence produces
false positives. Wait for 95%+ confidence.
- Winner's bias — only shipping winners without understanding losers
means you don't know why things work.
Execution Artifacts
references/framework-notes.md — named frameworks, citation anchors, and operating assumptions
templates/output-template.md — copy-paste deliverable structure for the user
scripts/check-output.py — local checklist validator for required sections
This skill includes lightweight artifacts the agent can load on demand:
Use the artifacts when the user asks for an implementation-ready deliverable, a repeatable workflow, or a quality check rather than generic advice.
Implementation Depth
Use this section when the user asks for a finished asset, not a high-level explanation.
Diagnostic Questions
- What is the primary motion: founder-led, sales-led, product-led, partner-led, or lifecycle-led?
- Which ICP tier is the output for: small business, mid-market, enterprise, or mixed?
- What proof is available today: customer stories, usage data, third-party validation, screenshots, or none?
- What system will execute the work: CRM, sequencer, warehouse, support desk, product analytics, or manual workflow?
- What decision will the user make from this output: launch, prioritize, route, rewrite, score, coach, or measure?
Framework Application
Map the recommendation explicitly to the named frameworks in this skill:
- Sean Ellis Hacking Growth: apply only the part that directly improves the requested deliverable.
- Brian Balfour Reforge: apply only the part that directly improves the requested deliverable.
- Andrew Chen Growth: apply only the part that directly improves the requested deliverable.
- ICE Scoring: apply only the part that directly improves the requested deliverable.
Deliverable Standard
A strong output from this skill includes:
- A crisp diagnosis of the current situation
- A recommended path with tradeoffs, not a generic list
- A concrete artifact the user can use immediately: table, script, checklist, scorecard, sequence, dashboard spec, or implementation plan
- A measurement plan with leading and lagging indicators
- Risks and edge cases called out before execution
Adaptation Rules
- For small business: reduce complexity, shorten time-to-value, and prioritize owner/operator clarity.
- For mid-market: include workflow ownership, handoffs, integrations, and enablement assets.
- For enterprise: include governance, risk, procurement, stakeholder mapping, and proof requirements.
Related Skills
- a-b-testing: Statistical framework for individual tests
- gtm-metrics: Growth metrics and dashboard design
1---2name: growth-experimentation3description: Build a growth experimentation system — ICE scoring, growth sprints, experiment design, statistical significance, and learning repositories. Use when building an experimentation program, running growth sprints, prioritizing tests, or establishing a data-driven growth culture. Triggers on: "experimentation", "growth experiments", "A/B testing program", "ICE scoring", "growth sprint", "experiment design", "test velocity", or any growth experimentation request.4license: MIT5---67# Growth Experimentation89## Overview10The companies with the highest growth rates don't have better ideas — they11have better systems for testing ideas. A high-velocity experimentation system12runs 15-30 experiments per month across acquisition, activation, retention,13and monetization. Most experiments fail. That's by design. The team that14learns fastest from each failure wins.1516## When to Use17- "Build an experimentation program"18- "Set up growth sprints"19- "Prioritize experiments with ICE"20- "Increase our test velocity"21- "Create a learning repository"2223## Authoritative Foundations24- **Sean Ellis & Morgan Brown (Hacking Growth)** — coined "growth hacking."25 North Star Metric. Growth experimentation loop: analyze → ideate →26 prioritize → test → learn.27- **Brian Balfour (Reforge, ex-HubSpot VP Growth)** — increasing HubSpot's28 experiment velocity from 5 to 20/week produced 3x growth rate improvement.29 Four Fits Framework: Market-Product, Product-Channel, Channel-Model,30 Model-Market.31- **Andrew Chen (a16z, ex-Uber Growth)** — The Cold Start Problem. Growth32 teams at scale.33- **Fareed Mosavat (Reforge, ex-Slack Growth)** — experimentation systems.3435## Step-by-Step Process36### Phase 1: Set the North Star Metric37One metric that captures core value delivery. If this moves up, the business38is healthier. All experiments ladder to this metric.3940### Phase 2: ICE Scoring41Score every experiment idea 1-10 on Impact, Confidence, Ease. Average the42three. Prioritize by ICE score. Re-score weekly as new data arrives.4344### Phase 3: Growth Sprint Cadence45Weekly cycle: idea generation (Monday), prioritization (Tuesday), build46(Wed-Thu), launch (Fri), analyze (Mon). 2-week sprints for complex tests.47AI compresses cycle: a single growth marketer with AI can test 10 variants48in time it used to take to build one.4950### Phase 4: Experiment Design51Every experiment: hypothesis, success metric, minimum detectable effect,52required sample size, maximum duration. Document everything — winners53and losers. Build a searchable learning repository.5455### Phase 5: 4 Layers of Experiments561. Channel/tactic assessment — test how channels impact conversions572. Offer optimization — pricing, packaging, trial length583. Message personalization — copy and creative by segment594. AI-powered — autonomous experiment generation, prediction, optimization6061## Output Format62Experimentation system with North Star Metric definition, ICE backlog,63sprint calendar, experiment design template, and learning repository structure.646566## Quality Check6768Before delivering, verify:69- [ ] All required sections are complete70- [ ] Output matches the user's stated need71- [ ] Named frameworks are cited for key recommendations72- [ ] No vague claims — every recommendation has a specific action73- [ ] Deliverable is ready for operational use, not just conceptual7475## Common Pitfalls761. **Tests too large** — redesigning entire onboarding (4 weeks to build)77 loses to testing a single screen change (2 days). Small tests = fast78 learning.792. **No learning repository** — running 50 experiments without documenting80 learnings is running the same test twice. Document everything.813. **Statistical ignorance** — calling a test at 70% confidence produces82 false positives. Wait for 95%+ confidence.834. **Winner's bias** — only shipping winners without understanding losers84 means you don't know why things work.8586## Execution Artifacts8788- `references/framework-notes.md` — named frameworks, citation anchors, and operating assumptions89- `templates/output-template.md` — copy-paste deliverable structure for the user90- `scripts/check-output.py` — local checklist validator for required sections91This skill includes lightweight artifacts the agent can load on demand:92Use the artifacts when the user asks for an implementation-ready deliverable, a repeatable workflow, or a quality check rather than generic advice.9394## Implementation Depth9596Use this section when the user asks for a finished asset, not a high-level explanation.9798### Diagnostic Questions991001. What is the primary motion: founder-led, sales-led, product-led, partner-led, or lifecycle-led?1012. Which ICP tier is the output for: small business, mid-market, enterprise, or mixed?1023. What proof is available today: customer stories, usage data, third-party validation, screenshots, or none?1034. What system will execute the work: CRM, sequencer, warehouse, support desk, product analytics, or manual workflow?1045. What decision will the user make from this output: launch, prioritize, route, rewrite, score, coach, or measure?105106### Framework Application107108Map the recommendation explicitly to the named frameworks in this skill:109110- Sean Ellis Hacking Growth: apply only the part that directly improves the requested deliverable.111- Brian Balfour Reforge: apply only the part that directly improves the requested deliverable.112- Andrew Chen Growth: apply only the part that directly improves the requested deliverable.113- ICE Scoring: apply only the part that directly improves the requested deliverable.114115### Deliverable Standard116117A strong output from this skill includes:118119- A crisp diagnosis of the current situation120- A recommended path with tradeoffs, not a generic list121- A concrete artifact the user can use immediately: table, script, checklist, scorecard, sequence, dashboard spec, or implementation plan122- A measurement plan with leading and lagging indicators123- Risks and edge cases called out before execution124125### Adaptation Rules126127- For small business: reduce complexity, shorten time-to-value, and prioritize owner/operator clarity.128- For mid-market: include workflow ownership, handoffs, integrations, and enablement assets.129- For enterprise: include governance, risk, procurement, stakeholder mapping, and proof requirements.130131132## Related Skills133- **a-b-testing**: Statistical framework for individual tests134- **gtm-metrics**: Growth metrics and dashboard design