A/B Test Setup
Design rigorous A/B tests for "$ARGUMENTS". Create testable hypotheses, define variants, calculate sample sizes, and plan measurement.
Prerequisites
Read .metapowers/marketing/$ARGUMENTS/00-strategy.md. If this file does not exist, tell the user:
Phase 0 (Strategy) has not been completed for "$ARGUMENTS". Run
/marketing:customer-research $ARGUMENTSfirst, or use--skip-checksto bypass.
If --skip-checks is present in $ARGUMENTS, skip this check and log to .metapowers/marketing/$ARGUMENTS/skip-log.md.
Process
Read context:
- Read
.metapowers/marketing/$ARGUMENTS/00-strategy.mdfor business context - Read
.metapowers/marketing/$ARGUMENTS/02-act.mdand.metapowers/marketing/$ARGUMENTS/03-convert.mdif they exist (for CRO recommendations that need testing)
- Read
Define the test:
- What are you testing? (headline, CTA, layout, pricing, flow)
- Hypothesis format: "If we [change], then [metric] will [improve/decrease] by [amount], because [rationale]"
- Primary metric (one clear success metric)
- Secondary metrics (guard-rail metrics to watch)
Design variants:
- Control (A): current experience
- Treatment (B): specific change — one variable only
- If multivariate: document variable matrix
- Screenshots or mockups of each variant
Statistical planning:
- Current baseline metric (conversion rate, click rate, etc.)
- Minimum detectable effect (MDE): what improvement is meaningful?
- Required sample size calculation
- Expected test duration based on traffic
- Statistical significance threshold (typically 95%)
Implementation plan:
- Testing tool recommendation (if not already decided)
- Traffic split: 50/50 or other
- Segment targeting: who sees the test?
- QA checklist before launch
Write the artifact — append to
.metapowers/marketing/$ARGUMENTS/03-convert.mdunder a## A/B Test: [Test Name]section:- Hypothesis — structured hypothesis statement
- Variants — control and treatment descriptions
- Metrics — primary and secondary
- Statistical Plan — sample size, duration, significance
- Implementation — tool, targeting, QA steps
- Decision Framework — what to do based on results
Output
A/B test plan written to .metapowers/marketing/$ARGUMENTS/03-convert.md. Present the hypothesis and expected timeline to the user.