ab-test-setup

Plan and run statistically valid A/B tests with hypothesis frameworks and sample-size calculations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/benjaminfauchald/Tracklister --skill ab-test-setup-benjaminfauchald
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ab-test-setup
Source: https://github.com/benjaminfauchald/Tracklister/tree/main/.claude/skills/ab-test-setup
Command: npx skills add https://github.com/benjaminfauchald/Tracklister --skill ab-test-setup-benjaminfauchald

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Plan and run statistically valid A/B tests to determine the most impactful changes.

Core Features & Use Cases

  • Hypothesis-driven test design using a clear structure to articulate expected outcomes.
  • Support for test types including A/B, A/B/n, MVT, and split URL with guidance on sample size, duration, and measurement.
  • End-to-end planning and analysis, from pre-launch checklists to interpretation of results and learnings.

For example, a marketing team tests a homepage headline to compare impact on signup rate and uses the structured Hypothesis Framework to quantify lift and required traffic.

Quick Start

Define your hypothesis, select a primary metric, calculate the required sample size using your baseline rate and desired MDE, implement the variants, and run the test for the recommended duration.

Frequently Asked Questions about ab-test-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate the required sample size for an A/B test?▼

To calculate the required sample size for an A/B test, you need your baseline conversion rate, the minimum detectable effect (MDE) you want to measure, and your desired statistical significance level. This ensures your experiment runs long enough to capture valid results.

What is a structured hypothesis framework for product experimentation?▼

A structured hypothesis framework for product experimentation articulates the expected outcomes of your test by defining the change, the target metric, and the anticipated lift. It ensures your A/B tests are designed to measure specific impacts rather than random changes.

How do I set up variant testing for a homepage CTA and signup form?▼

Variant testing for a homepage CTA and signup form requires defining a primary metric, calculating the necessary traffic duration based on baseline rates, implementing the design variations, and running the experiment for the full recommended period to reach statistical significance.

When should I use split URL testing versus standard A/B/n testing?▼

Use split URL testing when comparing entirely different page architectures or server-rendered experiences, whereas standard A/B/n testing is suited for testing multiple variations of specific elements like pricing tables or headlines on the same page URL.

Can I run statistically valid experiments on pages with low traffic volume?▼

Running statistically valid experiments on pages with low traffic volume is challenging because reaching the required sample size takes too long. A/B testing is recommended for pages with sufficient traffic, such as homepages or signup forms, to achieve significance in a practical timeframe.

What metrics should I select for a marketing growth experiment?▼

For a marketing growth experiment, select a primary metric directly tied to your hypothesis, such as signup rate or click-through rate. You should also track secondary metrics to monitor for unexpected negative impacts on the overall user experience.