Experiment Sensitivity Optimization
Use this skill to redesign an experiment so it can detect meaningful effects with fewer users, less time, or clearer metrics. It focuses on minimum detectable effect, metric sensitivity, capping, variant reduction, CUPED, and variance reduction.
Source Traceability
Primary source: Next-Level A/B Testing by Leemay Nassery. Guidance is transformed and paraphrased from Chapter 3 on experiment design, sensitive metrics, minimum detectable effect, capping, reducing variants, and CUPED; and Chapter 6 on stratified random sampling and covariate adjustments.
Related skills:
ab-test-design-brieffor baseline experiment specs.trustworthy-experiment-insightsfor judging whether a result is believable.experimentation-throughput-strategyfor capacity and test scheduling.
Reference Routing
| Need | Read |
|---|---|
| Sensitivity concepts | references/core/knowledge.md |
| Metric, variance, and sample-size rules | references/core/rules.md |
| Optimization scenarios | references/core/examples.md |
| Step-by-step sensitivity review | workflows/optimize-experiment-sensitivity.md |
Workflow
- State the decision and the smallest practically meaningful effect.
- Check whether the current primary metric is close enough to the feature's mechanism.
- Reduce unnecessary variants and separate learning tests from launch tests.
- Consider metric capping, CUPED, stratification, or other variance reduction.
- Record data prerequisites, risks, and interpretation limits.
- Update the experiment brief with the revised measurement plan.
Output Format
# Experiment Sensitivity Plan
## Decision
[What the experiment must decide.]
## Current Constraint
[Traffic | Duration | Noisy metric | Too many variants | Weak proxy | Other]
## Recommended Changes
| Change | Why It Helps | Requirement | Risk |
|--------|--------------|-------------|------|
## Metric Plan
- Primary metric:
- More sensitive alternative:
- Guardrails:
- Minimum detectable effect:
## Variance Reduction
- Technique:
- Data needed:
- Validation:
## Interpretation Notes
- What this design can conclude:
- What it cannot conclude:
Quality Bar
- Do not optimize sensitivity by switching to a metric that no longer answers the product decision.
- Do not add CUPED, stratification, or capping unless the data requirements and interpretation risks are named.
- Do not keep extra variants when they are not needed for the decision.
- Do not treat a smaller detectable effect as useful unless it is practically meaningful.
Source: hashgraph-online/awesome-codex-plugins → plugins/LVTD-LLC/skills/skills/experiment-sensitivity-optimization/SKILL.md