A/B testing and content experimentation methodology for data-driven content optimization. Use when implementing experiments, analyzing results, or building experimentation infrastructure.
Add this skill
npx mdskills install sanity-io/content-experimentation-best-practicesWell-structured experimentation methodology with organized resources, but lacks actionable agent directives
1---2name: content-experimentation-best-practices3description: A/B testing and content experimentation methodology for data-driven content optimization. Use when implementing experiments, analyzing results, or building experimentation infrastructure.4license: MIT5metadata:6 author: sanity7 version: "1.0.0"8---910# Content Experimentation Best Practices1112Principles and patterns for running effective content experiments to improve conversion rates, engagement, and user experience.1314## When to Apply1516Reference these guidelines when:17- Setting up A/B or multivariate testing infrastructure18- Designing experiments for content changes19- Analyzing and interpreting test results20- Building CMS integrations for experimentation21- Deciding what to test and how2223## Core Concepts2425### A/B Testing26Comparing two variants (A vs B) to determine which performs better.2728### Multivariate Testing29Testing multiple variables simultaneously to find optimal combinations.3031### Statistical Significance32The confidence level that results aren't due to random chance.3334### Experimentation Culture35Making decisions based on data rather than opinions (HiPPO avoidance).3637## Resources3839See `resources/` for detailed guidance:40- `resources/experiment-design.md` — Hypothesis framework, metrics, sample size, and what to test41- `resources/statistical-foundations.md` — p-values, confidence intervals, power analysis, Bayesian methods42- `resources/cms-integration.md` — CMS-managed variants, field-level variants, external platforms43- `resources/common-pitfalls.md` — 17 common mistakes across statistics, design, execution, and interpretation44
Full transparency — inspect the skill content before installing.