Get the FREE Ultimate OpenClaw Setup Guide →

ab-test-setup

npx machina-cli add skill yunseo-kim/awesome-agent-toolbox/ab-test-setup --openclaw
Files (1)
SKILL.md
7.0 KB

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 .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), 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:

  1. Test Context - What are you trying to improve? What change are you considering?
  2. Current State - Baseline conversion rate? Current traffic volume?
  3. 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

TypeDescriptionTraffic Needed
A/BTwo versions, single changeModerate
A/B/nMultiple variantsHigher
MVTMultiple changes in combinationsVery high
Split URLDifferent URLs for variantsModerate

Sample Size

Quick Reference

Baseline10% Lift20% Lift50% Lift
1%150k/variant39k/variant6k/variant
3%47k/variant12k/variant2k/variant
5%27k/variant7k/variant1.2k/variant
10%12k/variant3k/variant550/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

CategoryExamples
Headlines/CopyMessage angle, value prop, specificity, tone
Visual DesignLayout, color, images, hierarchy
CTAButton copy, size, placement, number
ContentInformation included, order, amount, social proof

Best Practices

  • Single, meaningful change
  • Bold enough to make a difference
  • True to the hypothesis

Traffic Allocation

ApproachSplitWhen to Use
Standard50/50Default for A/B
Conservative90/10, 80/20Limit risk of bad variant
RampingStart small, increaseTechnical 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

  • Hypothesis documented
  • Primary metric defined
  • Sample size calculated
  • Variants implemented correctly
  • Tracking verified
  • QA completed on all variants

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

  1. Reach sample size? If not, result is preliminary
  2. Statistically significant? Check confidence intervals
  3. Effect size meaningful? Compare to MDE, project impact
  4. Secondary metrics consistent? Support the primary?
  5. Guardrail concerns? Anything get worse?
  6. Segment differences? Mobile vs. desktop? New vs. returning?

Interpreting Results

ResultConclusion
Significant winnerImplement variant
Significant loserKeep control, learn why
No significant differenceNeed more traffic or bolder test
Mixed signalsDig 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

  1. What's your current conversion rate?
  2. How much traffic does this page get?
  3. What change are you considering and why?
  4. What's the smallest improvement worth detecting?
  5. What tools do you have for testing?
  6. Have you tested this area before?

Related Skills

  • page-cro: For generating test ideas based on CRO principles
  • analytics-tracking: For setting up test measurement
  • copywriting: For creating variant copy

Source

git clone https://github.com/yunseo-kim/awesome-agent-toolbox/blob/main/catalog/skills/ab-test-setup/SKILL.mdView on GitHub

Overview

A/B Test Setup helps you design and execute experiments that yield statistically valid, actionable results. It guides hypothesis framing, test type selection, and pre-determined sample sizing, ensuring you measure the right metrics. By aligning primary business goals with secondary and guardrail metrics, tests remain meaningful and safe.

How This Skill Works

Begin with a clear, structured hypothesis. Choose a test type (A/B, A/B/n, MVT, or Split URL) and pre-calculate the necessary sample size. Execute the test without peeking, monitor the primary metric linked to business value, collect secondary metrics for context, and apply significance criteria to decide whether to adopt the change.

When to Use It

  • You want to improve a primary business metric (e.g., pricing page plan selection) and need robust, statistically valid results.
  • You are comparing multiple variants (A/B/n) or conducting an MVT to find the best combination of changes.
  • You must pre-determine the sample size before launching and avoid stopping early to preserve integrity.
  • You need to interpret effects using primary, secondary, and guardrail metrics to understand impact and risk.
  • You are testing changes to headlines, copy, CTAs, or visuals with a single meaningful change per test.

Quick Start

  1. Step 1: Define the test context, baseline metrics, and a clear hypothesis.
  2. Step 2: Choose a test type and pre-calculate the required sample size using recommended calculators.
  3. Step 3: Run the test with fixed duration, monitor metrics, and analyze for statistical significance before deciding.

Best Practices

  • Start with a specific, testable hypothesis rather than a broad exploration.
  • Test one thing at a time to isolate the impact of each change.
  • Pre-determine sample size and commit to the methodology; avoid peeking or interim stopping.
  • Select a primary metric that directly ties to business value and use secondary metrics for context.
  • Define guardrail metrics to prevent harm and stop the test if negative outcomes are detected.

Example Use Cases

  • Pricing page test where the primary metric is plan selection rate, with secondary metrics like time on page and guardrail such as support tickets.
  • Landing page variant testing headline or CTA copy to increase signup clicks (A/B test).
  • Hero section test comparing different value propositions and visuals to improve conversion.
  • A/B/n test evaluating multiple pricing tiers to determine the most effective offer.
  • Split URL test comparing onboarding flows on different URLs to measure activation rate.

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers