experiment-playbook

Experiment Playbook

Content Preview
# Experiment Playbook

## Experiment Types

### A/B Test
- Compare one control versus one variant.
- Best for high-confidence directional decisions.

### Multivariate Test
- Test combinations of multiple factors.
- Useful for interaction effects, requires larger traffic.

### Holdout Test
- Keep a percentage unexposed to intervention.
- Useful for measuring incremental lift over broader changes.

## Metric Design

### Primary Metric
- One metric that decides ship/no-ship.
- Must align with user 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/experiment-playbook.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/experiment-designer/references/experiment-playbook.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at product-team/experiment-designer/references/experiment-playbook.md

Related Skills