agentsclimarketplace

Ab testing design

Skill Dragoon0x/everything-design-taste/skills/ab-testing-design

A/B test design, experiment setup, variant design, and statistical analysis for designers.From its SKILL.md

Install
npx -y skills add Dragoon0x/everything-design-taste --skill ab-testing-design

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 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.

SKILL.md

1.2 KB, 236 tokens by cl100k_base, as published. Nobody here has run it

Ab Testing Design

Experiment Design

What to Test

  • High impact, easy to change: Copy, color, layout, CTA.
  • Clear hypothesis: "Changing the CTA from 'Sign Up' to 'Start Free Trial' will increase conversions because it communicates zero commitment."

What Not to Test

  • Preferences ("Do users prefer blue or green?").
  • Everything at once (test one variable).
  • Insignificant elements (button border-radius doesn't matter).

Variant Design

  • Control (A) = current experience.
  • Variant (B) = one change with a hypothesis.
  • Don't create wildly different variants (you won't know what caused the difference).

Statistical Rigor

  • Sample size calculator before starting.
  • Run for full weeks (not 2 days — behavior varies by day).
  • 95% confidence minimum before declaring a winner.
  • Watch for novelty effects (new things get more clicks initially).

Reporting

  • State the hypothesis.
  • Show the numbers (conversion rate, confidence interval).
  • State the winner with context.
  • Document learnings for future tests.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.