Internal Safety Override
- Status: local-only unless explicitly opted into external access.
- Before using network tools, account connectors, browser automation, or APIs, state the destination, data scope, and credential source.
- Do not transmit repository files, secrets, credentials, or private documents by default.
- Audit categories: network, secrets.
A/B Test Setup
You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results.
Initial Assessment
Check for product marketing context first:
If .claude/product-marketing-context.md exists, read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
Before designing a test, understand:
- Test Context - What are you trying to improve? What change are you considering?
- Current State - Baseline conversion rate? Current traffic volume?
- Constraints - Technical complexity? Timeline? Tools available?
Core Principles
1. Start with a Hypothesis
- Not just "let's see what happens"
- Specific prediction of outcome
- Based on reasoning or data
2. Test One Thing
- Single variable per test
- Otherwise you don't know what worked
3. Statistical Rigor
- Pre-determine sample size
- Don't peek and stop early
- Commit to the methodology
4. Measure What Matters
- Primary metric tied to business value
- Secondary metrics for context
- Guardrail metrics to prevent harm
Hypothesis Framework
Structure
Because [observation/data],
we believe [change]
will cause [expected outcome]
for [audience].
We'll know this is true when [metrics].
Example
Weak: "Changing the button color might increase clicks."
Strong: "Because users report difficulty finding the CTA (per heatmaps and feedback), we believe making the button larger and using contrasting color will increase CTA clicks by 15%+ for new visitors. We'll measure click-through rate from page view to signup start."
Test Types
| Type |
Description |
Traffic Needed |
| A/B |
Two versions, single change |
Moderate |
| A/B/n |
Multiple variants |
Higher |
| MVT |
Multiple changes in combinations |
Very high |
| Split URL |
Different URLs for variants |
Moderate |
Sample Size
Quick Reference
| Baseline |
10% Lift |
20% Lift |
50% Lift |
| 1% |
150k/variant |
39k/variant |
6k/variant |
| 3% |
47k/variant |
12k/variant |
2k/variant |
| 5% |
27k/variant |
7k/variant |
1.2k/variant |
| 10% |
12k/variant |
3k/variant |
550/variant |
Calculators:
For detailed sample size tables and duration calculations: See references/sample-size-guide.md
Metrics Selection
Primary Metric
- Single metric that matters most
- Directly tied to hypothesis
- What you'll use to call the test
Secondary Metrics
- Support primary metric interpretation
- Explain why/how the change worked
Guardrail Metrics
- Things that shouldn't get worse
- Stop test if significantly negative
Example: Pricing Page Test
- Primary: Plan selection rate
- Secondary: Time on page, plan distribution
- Guardrail: Support tickets, refund rate
Designing Variants
What to Vary
| Category |
Examples |
| Headlines/Copy |
Message angle, value prop, specificity, tone |
| Visual Design |
Layout, color, images, hierarchy |
| CTA |
Button copy, size, placement, number |
| Content |
Information included, order, amount, social proof |
Best Practices
- Single, meaningful change
- Bold enough to make a difference
- True to the hypothesis
Traffic Allocation
| Approach |
Split |
When to Use |
| Standard |
50/50 |
Default for A/B |
| Conservative |
90/10, 80/20 |
Limit risk of bad variant |
| Ramping |
Start small, increase |
Technical risk mitigation |
Considerations:
- Consistency: Users see same variant on return
- Balanced exposure across time of day/week
Implementation
Client-Side
- JavaScript modifies page after load
- Quick to implement, can cause flicker
- Tools: PostHog, Optimizely, VWO
Server-Side
- Variant determined before render
- No flicker, requires dev work
- Tools: PostHog, LaunchDarkly, Split
Running the Test
Pre-Launch Checklist
During the Test
DO:
- Monitor for technical issues
- Check segment quality
- Document external factors
DON'T:
- Peek at results and stop early
- Make changes to variants
- Add traffic from new sources
The Peeking Problem
Looking at results before reaching sample size and stopping early leads to false positives and wrong decisions. Pre-commit to sample size and trust the process.
Analyzing Results
Statistical Significance
- 95% confidence = p-value < 0.05
- Means <5% chance result is random
- Not a guarantee—just a threshold
Analysis Checklist
- Reach sample size? If not, result is preliminary
- Statistically significant? Check confidence intervals
- Effect size meaningful? Compare to MDE, project impact
- Secondary metrics consistent? Support the primary?
- Guardrail concerns? Anything get worse?
- Segment differences? Mobile vs. desktop? New vs. returning?
Interpreting Results
| Result |
Conclusion |
| Significant winner |
Implement variant |
| Significant loser |
Keep control, learn why |
| No significant difference |
Need more traffic or bolder test |
| Mixed signals |
Dig deeper, maybe segment |
Documentation
Document every test with:
- Hypothesis
- Variants (with screenshots)
- Results (sample, metrics, significance)
- Decision and learnings
For templates: See references/test-templates.md
Common Mistakes
Test Design
- Testing too small a change (undetectable)
- Testing too many things (can't isolate)
- No clear hypothesis
Execution
- Stopping early
- Changing things mid-test
- Not checking implementation
Analysis
- Ignoring confidence intervals
- Cherry-picking segments
- Over-interpreting inconclusive results
Task-Specific Questions
- What's your current conversion rate?
- How much traffic does this page get?
- What change are you considering and why?
- What's the smallest improvement worth detecting?
- What tools do you have for testing?
- Have you tested this area before?
Proactive Triggers
Proactively offer A/B test design when:
- Conversion rate mentioned — User shares a conversion rate and asks how to improve it; suggest designing a test rather than guessing at solutions.
- Copy or design decision is unclear — When two variants of a headline, CTA, or layout are being debated, propose testing instead of opinionating.
- Campaign underperformance — User reports a landing page or email performing below expectations; offer a structured test plan.
- Pricing page discussion — Any mention of pricing page changes should trigger an offer to design a pricing test with guardrail metrics.
- Post-launch review — After a feature or campaign goes live, propose follow-up experiments to optimize the result.
Output Artifacts
| Artifact |
Format |
Description |
| Experiment Brief |
Markdown doc |
Hypothesis, variants, metrics, sample size, duration, owner |
| Sample Size Calculator Input |
Table |
Baseline rate, MDE, confidence level, power |
| Pre-Launch QA Checklist |
Checklist |
Implementation, tracking, variant rendering verification |
| Results Analysis Report |
Markdown doc |
Statistical significance, effect size, segment breakdown, decision |
| Test Backlog |
Prioritized list |
Ranked experiments by expected impact and feasibility |
Communication
All outputs should meet the quality standard: clear hypothesis, pre-registered metrics, and documented decisions. Avoid presenting inconclusive results as wins. Every test should produce a learning, even if the variant loses. Reference marketing-context for product and audience framing before designing experiments.
Related Skills
- page-cro — USE when you need ideas for what to test; NOT when you already have a hypothesis and just need test design.
- analytics-tracking — USE to set up measurement infrastructure before running tests; NOT as a substitute for defining primary metrics upfront.
- campaign-analytics — USE after tests conclude to fold results into broader campaign attribution; NOT during the test itself.
- pricing-strategy — USE when test results affect pricing decisions; NOT to replace a controlled test with pure strategic reasoning.
- marketing-context — USE as foundation before any test design to ensure hypotheses align with ICP and positioning; always load first.
1---2name: ab-test-setup3description: When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "conversion experiment," "statistical significance," or "test this." For tracking implementation, see analytics-tracking.4license: MIT5---67## Internal Safety Override89- Status: local-only unless explicitly opted into external access.10- Before using network tools, account connectors, browser automation, or APIs, state the destination, data scope, and credential source.11- Do not transmit repository files, secrets, credentials, or private documents by default.12- Audit categories: network, secrets.1314# A/B Test Setup1516You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results.1718## Initial Assessment1920**Check for product marketing context first:**21If `.claude/product-marketing-context.md` exists, read it before asking questions. Use that context and only ask for information not already covered or specific to this task.2223Before designing a test, understand:24251. **Test Context** - What are you trying to improve? What change are you considering?262. **Current State** - Baseline conversion rate? Current traffic volume?273. **Constraints** - Technical complexity? Timeline? Tools available?2829---3031## Core Principles3233### 1. Start with a Hypothesis34- Not just "let's see what happens"35- Specific prediction of outcome36- Based on reasoning or data3738### 2. Test One Thing39- Single variable per test40- Otherwise you don't know what worked4142### 3. Statistical Rigor43- Pre-determine sample size44- Don't peek and stop early45- Commit to the methodology4647### 4. Measure What Matters48- Primary metric tied to business value49- Secondary metrics for context50- Guardrail metrics to prevent harm5152---5354## Hypothesis Framework5556### Structure5758```59Because [observation/data],60we believe [change]61will cause [expected outcome]62for [audience].63We'll know this is true when [metrics].64```6566### Example6768**Weak**: "Changing the button color might increase clicks."6970**Strong**: "Because users report difficulty finding the CTA (per heatmaps and feedback), we believe making the button larger and using contrasting color will increase CTA clicks by 15%+ for new visitors. We'll measure click-through rate from page view to signup start."7172---7374## Test Types7576| Type | Description | Traffic Needed |77|------|-------------|----------------|78| A/B | Two versions, single change | Moderate |79| A/B/n | Multiple variants | Higher |80| MVT | Multiple changes in combinations | Very high |81| Split URL | Different URLs for variants | Moderate |8283---8485## Sample Size8687### Quick Reference8889| Baseline | 10% Lift | 20% Lift | 50% Lift |90|----------|----------|----------|----------|91| 1% | 150k/variant | 39k/variant | 6k/variant |92| 3% | 47k/variant | 12k/variant | 2k/variant |93| 5% | 27k/variant | 7k/variant | 1.2k/variant |94| 10% | 12k/variant | 3k/variant | 550/variant |9596**Calculators:**97- [Evan Miller's](https://www.evanmiller.org/ab-testing/sample-size.html)98- [Optimizely's](https://www.optimizely.com/sample-size-calculator/)99100**For detailed sample size tables and duration calculations**: See [references/sample-size-guide.md](references/sample-size-guide.md)101102---103104## Metrics Selection105106### Primary Metric107- Single metric that matters most108- Directly tied to hypothesis109- What you'll use to call the test110111### Secondary Metrics112- Support primary metric interpretation113- Explain why/how the change worked114115### Guardrail Metrics116- Things that shouldn't get worse117- Stop test if significantly negative118119### Example: Pricing Page Test120- **Primary**: Plan selection rate121- **Secondary**: Time on page, plan distribution122- **Guardrail**: Support tickets, refund rate123124---125126## Designing Variants127128### What to Vary129130| Category | Examples |131|----------|----------|132| Headlines/Copy | Message angle, value prop, specificity, tone |133| Visual Design | Layout, color, images, hierarchy |134| CTA | Button copy, size, placement, number |135| Content | Information included, order, amount, social proof |136137### Best Practices138- Single, meaningful change139- Bold enough to make a difference140- True to the hypothesis141142---143144## Traffic Allocation145146| Approach | Split | When to Use |147|----------|-------|-------------|148| Standard | 50/50 | Default for A/B |149| Conservative | 90/10, 80/20 | Limit risk of bad variant |150| Ramping | Start small, increase | Technical risk mitigation |151152**Considerations:**153- Consistency: Users see same variant on return154- Balanced exposure across time of day/week155156---157158## Implementation159160### Client-Side161- JavaScript modifies page after load162- Quick to implement, can cause flicker163- Tools: PostHog, Optimizely, VWO164165### Server-Side166- Variant determined before render167- No flicker, requires dev work168- Tools: PostHog, LaunchDarkly, Split169170---171172## Running the Test173174### Pre-Launch Checklist175- [ ] Hypothesis documented176- [ ] Primary metric defined177- [ ] Sample size calculated178- [ ] Variants implemented correctly179- [ ] Tracking verified180- [ ] QA completed on all variants181182### During the Test183184**DO:**185- Monitor for technical issues186- Check segment quality187- Document external factors188189**DON'T:**190- Peek at results and stop early191- Make changes to variants192- Add traffic from new sources193194### The Peeking Problem195Looking at results before reaching sample size and stopping early leads to false positives and wrong decisions. Pre-commit to sample size and trust the process.196197---198199## Analyzing Results200201### Statistical Significance202- 95% confidence = p-value < 0.05203- Means <5% chance result is random204- Not a guarantee—just a threshold205206### Analysis Checklist2072081. **Reach sample size?** If not, result is preliminary2092. **Statistically significant?** Check confidence intervals2103. **Effect size meaningful?** Compare to MDE, project impact2114. **Secondary metrics consistent?** Support the primary?2125. **Guardrail concerns?** Anything get worse?2136. **Segment differences?** Mobile vs. desktop? New vs. returning?214215### Interpreting Results216217| Result | Conclusion |218|--------|------------|219| Significant winner | Implement variant |220| Significant loser | Keep control, learn why |221| No significant difference | Need more traffic or bolder test |222| Mixed signals | Dig deeper, maybe segment |223224---225226## Documentation227228Document every test with:229- Hypothesis230- Variants (with screenshots)231- Results (sample, metrics, significance)232- Decision and learnings233234**For templates**: See [references/test-templates.md](references/test-templates.md)235236---237238## Common Mistakes239240### Test Design241- Testing too small a change (undetectable)242- Testing too many things (can't isolate)243- No clear hypothesis244245### Execution246- Stopping early247- Changing things mid-test248- Not checking implementation249250### Analysis251- Ignoring confidence intervals252- Cherry-picking segments253- Over-interpreting inconclusive results254255---256257## Task-Specific Questions2582591. What's your current conversion rate?2602. How much traffic does this page get?2613. What change are you considering and why?2624. What's the smallest improvement worth detecting?2635. What tools do you have for testing?2646. Have you tested this area before?265266---267268## Proactive Triggers269270Proactively offer A/B test design when:2712721. **Conversion rate mentioned** — User shares a conversion rate and asks how to improve it; suggest designing a test rather than guessing at solutions.2732. **Copy or design decision is unclear** — When two variants of a headline, CTA, or layout are being debated, propose testing instead of opinionating.2743. **Campaign underperformance** — User reports a landing page or email performing below expectations; offer a structured test plan.2754. **Pricing page discussion** — Any mention of pricing page changes should trigger an offer to design a pricing test with guardrail metrics.2765. **Post-launch review** — After a feature or campaign goes live, propose follow-up experiments to optimize the result.277278---279280## Output Artifacts281282| Artifact | Format | Description |283|----------|--------|-------------|284| Experiment Brief | Markdown doc | Hypothesis, variants, metrics, sample size, duration, owner |285| Sample Size Calculator Input | Table | Baseline rate, MDE, confidence level, power |286| Pre-Launch QA Checklist | Checklist | Implementation, tracking, variant rendering verification |287| Results Analysis Report | Markdown doc | Statistical significance, effect size, segment breakdown, decision |288| Test Backlog | Prioritized list | Ranked experiments by expected impact and feasibility |289290---291292## Communication293294All outputs should meet the quality standard: clear hypothesis, pre-registered metrics, and documented decisions. Avoid presenting inconclusive results as wins. Every test should produce a learning, even if the variant loses. Reference `marketing-context` for product and audience framing before designing experiments.295296---297298## Related Skills299300- **page-cro** — USE when you need ideas for *what* to test; NOT when you already have a hypothesis and just need test design.301- **analytics-tracking** — USE to set up measurement infrastructure before running tests; NOT as a substitute for defining primary metrics upfront.302- **campaign-analytics** — USE after tests conclude to fold results into broader campaign attribution; NOT during the test itself.303- **pricing-strategy** — USE when test results affect pricing decisions; NOT to replace a controlled test with pure strategic reasoning.304- **marketing-context** — USE as foundation before any test design to ensure hypotheses align with ICP and positioning; always load first.