ab-test-setup

Designs statistically valid A/B tests and growth experimentation programs with hypothesis frameworks and sample size guidance.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/yo16/cc_dev_team --skill ab-test-setup-yo16
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ab-test-setup
Source: https://github.com/yo16/cc_dev_team/tree/main/specific_set/seo/skills/ab-test-setup
Command: npx skills add https://github.com/yo16/cc_dev_team --skill ab-test-setup-yo16

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Teams often run A/B tests without proper hypotheses, sufficient sample sizes, or statistical rigor, leading to false positives, wasted traffic, and wrong product decisions. This Skill guides the design, execution, and analysis of experiments so results are statistically valid and actionable. ## Core Features & Use Cases - Hypothesis & Test Design: Structures hypotheses with a proven framework, selects test types (A/B, A/B/n, MVT, split URL), and defines primary, secondary, and guardrail metrics. - Sample Size & Duration Planning: Provides quick-reference sample size tables, duration calculators, and guidance on the peeking problem and sequential testing via detailed reference guides. - Growth Experimentation Program: Supports ICE prioritization, experiment velocity tracking, and a reusable experiment playbook for compounding learnings. - Use Case: A product manager wants to test a new pricing page headline. The Skill calculates the required sample size from the baseline conversion rate, defines metrics, warns against stopping early, and produces a structured test plan. ## Quick Start Ask the assistant to help design an A/B test for a specific page change, providing your current conversion rate and traffic volume.

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 sample size for an A/B test?▼

Sample size depends on your baseline conversion rate, minimum detectable effect, significance level (usually 95%), and power (usually 80%). Use the quick reference tables in the sample size guide or online calculators like Evan Miller's to find the required visitors per variant.

How long should I run an A/B test?▼

Run the test until you reach the pre-calculated sample size, with a minimum of one full week to capture day-of-week variation. Avoid running longer than 4-8 weeks due to novelty effects and external factors, and never stop early based on peeking at results.

What is the difference between A/B, A/B/n, and multivariate tests?▼

A/B tests compare two versions with a single change, A/B/n tests multiple variants requiring roughly 1.5-2x more traffic, and multivariate tests combine multiple element changes simultaneously requiring very high traffic. Choose based on traffic availability and how many changes you need to evaluate.

Why is my A/B test showing significance after only a few days?▼

Early significance is often misleading due to the peeking problem, where checking results before reaching sample size inflates false positive rates. Day-of-week effects and audience mix shifts also distort early data, so commit to the full pre-calculated duration.

What metrics should I track in an A/B test?▼

Define three tiers: a primary metric tied directly to your hypothesis, secondary metrics that explain why the change worked, and guardrail metrics that ensure nothing important gets worse. This structure prevents cherry-picking and protects against harmful side effects.

When should I not run an A/B test?▼

Skip testing when traffic cannot reach the required sample size within a reasonable duration, when the change is too small to detect, or when the risk of a bad variant is unacceptable. Alternatives include sequential testing methods, testing higher-traffic funnel stages, or using qualitative research instead.