ab-test-setup

Design and run A/B, A/B/n, and MVT experiments with sample size calculations.

Updated Oct 16, 2025
One-click install
npx skills add https://github.com/felarmouche/elaesthetics-nextjs --skill ab-test-setup-felarmouche
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ab-test-setup
Source: https://github.com/felarmouche/elaesthetics-nextjs/tree/main/.agents/skills/ab-test-setup
Command: npx skills add https://github.com/felarmouche/elaesthetics-nextjs --skill ab-test-setup-felarmouche

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Design and run rigorous A/B tests to determine winning variants and avoid guesswork.

Core Features & Use Cases

  • Hypothesis-driven test planning and framing
  • Support for A/B, A/B/n, and Multivariate Test (MVT) designs
  • Metrics governance with primary, secondary, and guardrail metrics, plus sample size and duration guidance
  • Access to templates and reference materials for planning, documenting, and analyzing experiments

Quick Start

Outline your test goal, pick a test type, and document the hypothesis in the 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?

Calculating A/B test sample size requires defining your hypothesis, selecting primary and guardrail metrics, and applying statistical formulas based on your experimental design to plan test duration and ensure valid results.

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

A/B/n test designs compare multiple distinct variants against a control, while multivariate test (MVT) designs evaluate combinations of variables simultaneously to identify winning interactions in your experiments.

How do I structure an A/B testing hypothesis for product experiments?

Structuring an A/B testing hypothesis involves clearly defining your test goal, documenting the expected outcome, and framing the prediction to guide metric selection and experimental design for your product context.

Do I need guardrail metrics for statistical A/B testing?

Yes, you need guardrail metrics for statistical A/B testing to monitor potential negative impacts on user experience or business health while evaluating primary and secondary metrics during the experiment.

When should I use multivariate testing instead of a standard A/B test?

You should use multivariate testing instead of a standard A/B test when you need to understand how multiple variables interact, rather than just comparing two distinct variants, ensuring your experimental design fits the complexity.