Improve experiment sensitivity and reduce traffic or duration requirements. Use when choosing sensitive metrics, working with minimum detectable effect, reducing variants, applying capping metrics, CUPED, variance reduction, or deciding how to get trustworthy A/B test signal with fewer users.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill experiment-sensitivity-optimization --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Experiment Sensitivity Optimization?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-experiment-sensitivity-optimization)More formats (shields.io, HTML) on the badges page.
---
name: experiment-sensitivity-optimization
description: "Improve experiment sensitivity and reduce traffic or duration requirements. Use when choosing sensitive metrics, working with minimum detectable effect, reducing variants, applying capping metrics, CUPED, variance reduction, or deciding how to get trustworthy A/B test signal with fewer users."
category: engineering-core
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/LVTD-LLC/skills/skills/experiment-sensitivity-optimization/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/LVTD-LLC/skills/skills/experiment-sensitivity-optimization/SKILL.md
---
# 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-brief` for baseline experiment specs.
- `trustworthy-experiment-insights` for judging whether a result is believable.
- `experimentation-throughput-strategy` for 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
1. State the decision and the smallest practically meaningful effect.
2. Check whether the current primary metric is close enough to the feature's
mechanism.
3. Reduce unnecessary variants and separate learning tests from launch tests.
4. Consider metric capping, CUPED, stratification, or other variance reduction.
5. Record data prerequisites, risks, and interpretation limits.
6. Update the experiment brief with the revised measurement plan.
## Output Format
```markdown
# 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`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/LVTD-LLC/skills/skills/experiment-sensitivity-optimization/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!