Ab test setup
Skill bromso/metapowers/plugins/marketing/skills/ab-test-setup
A Claude Code plugin that adds an agentic skills framework, with MCP's and a meta prompting processes. Inspired by "Superpowers" & "Figma Console MCP", but not just for development or design; but for all aspect within the digital production cycle.
npx -y skills add bromso/metapowers --skill ab-test-setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Design A/B tests with hypothesis, measurement, and statistical rigor
SKILL.md
2.5 KB, as published. Nobody here has run it
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.