ab-test-setup

Plan and design A/B tests with hypothesis, metrics, and sample size.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RogerGimbel/rodaco-workspace --skill ab-test-setup-rogergimbel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ab-test-setup
Source: https://github.com/RogerGimbel/rodaco-workspace/tree/main/skills/marketing-skills/references/ab-test-setup
Command: npx skills add https://github.com/RogerGimbel/rodaco-workspace --skill ab-test-setup-rogergimbel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users plan, design, and implement A/B tests or experiments to improve products or marketing efforts, ensuring statistically valid and actionable results.

Core Features & Use Cases

  • Hypothesis Formulation: Guides users to create strong, measurable hypotheses using a clear framework.
  • Test Design: Provides principles for testing one variable, selecting appropriate metrics (primary, secondary, guardrail), and calculating sample size.
  • Variant Creation: Offers guidance on designing control and variant experiences, focusing on single, meaningful changes.
  • Implementation & Analysis: Covers client-side vs. server-side testing, traffic allocation, and interpreting results for statistical and practical significance.
  • Use Case: A marketing manager wants to test a new headline on a landing page to increase sign-ups. This Skill will help them formulate a hypothesis, determine the sample size needed, design the variant, and understand how to analyze the results.

Quick Start

Use the ab-test-setup skill to help plan an A/B test for a new website feature.

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 on my landing page?

To calculate A/B test sample size, you must define your primary conversion metrics, expected effect size, and statistical rigor parameters. This ensures your experiment gathers enough data to detect meaningful changes without false positives.

What is the best way to formulate a hypothesis for conversion rate optimization?

A strong A/B testing hypothesis uses a structured framework connecting a specific change to a measurable outcome, such as "Changing X will improve Y because Z." This approach ensures your experiment tests one variable and measures what matters.

How do I set up A/B testing variants for a marketing campaign?

Setting up A/B test variants involves designing a control experience and a treatment variant with a single, meaningful change. You then allocate traffic between them to isolate the impact of that specific variable on user behavior.

What metrics should I track during growth marketing experiments?

Track primary metrics to measure your main goal, secondary metrics for additional insights, and guardrail metrics to prevent negative impacts on other areas. This combination ensures your A/B test produces statistically valid and actionable results.

When should I choose server-side testing over client-side testing?

Choose server-side A/B testing when you need to test changes deep in your product logic or avoid page flicker, whereas client-side testing suits quick front-end marketing changes. Both require careful traffic allocation to maintain statistical rigor.