ab-test-setup

Plan A/B tests with hypothesis frameworks and sample size calculations.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/lucasreydman/lloyd --skill ab-test-setup-lucasreydman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ab-test-setup
Source: https://github.com/lucasreydman/lloyd/tree/main/skills/ab-test-setup
Command: npx skills add https://github.com/lucasreydman/lloyd --skill ab-test-setup-lucasreydman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Plan and run rigorous A/B tests to identify statistically valid improvements.

Core Features & Use Cases

  • Hypothesis framework, test types (A/B, A/B/n, MVT, Split URL)
  • Sample size calculations, metrics framework (primary/secondary/guardrail)
  • Structured test design, variant creation, traffic allocation, and documentation templates

Quick Start

Plan and design your first test by defining goal, choosing a test type, setting baseline and MDE, calculate the required sample size, and document the hypothesis and plan.

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?

To calculate sample size for an A/B test, you need to establish your baseline conversion rate, minimum detectable effect (MDE), and desired statistical significance level to ensure your test captures valid improvements.

What is the difference between A/B/n and multivariate testing?

A/B/n testing compares multiple independent variants against a control to find a single winning page, while multivariate testing (MVT) evaluates interactions between multiple elements on a single page simultaneously to identify optimal combinations.

How do I write a hypothesis for conversion rate optimization?

Writing a hypothesis for conversion rate optimization requires defining the expected change, the target metric, and the rationale, ensuring your A/B test design enforces a structured framework for measurable validation.

What are guardrail metrics in experimental design?

Guardrail metrics in experimental design are secondary safety measures monitored during an A/B test to ensure variants do not negatively impact critical business health indicators like overall signup flow completion.

When should I use a split URL test instead of a standard A/B test?

Use a split URL test instead of a standard A/B test when implementing fundamentally different page architectures or pricing layouts, requiring traffic allocation to separate URLs rather than dynamically swapping components.

What is statistical significance in A/B testing?

Statistical significance in A/B testing is a mathematical measure indicating that the observed improvement in your primary metrics is likely not due to random chance, validating your experimental design results.