# Experiment Design

> Designs fast, reliable validation experiments with hypothesis, method, success metric, and decision rules (Ship/Iterate/Kill). Use when you need to validate an assumption or test a product hypothesis before committing resources.

- Skill: `pratikshadake/experiment-design` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add pratikshadake/experiment-design`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pratikshadake/experiment-design/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: pratikshadake (https://skillmd.com/u/pratikshadake)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pratikshadake/experiment-design

---


# Experiment Design Planner

## Purpose
Design fast, reliable validation experiments.

## Steps
1. State the hypothesis.
2. Choose the smallest valid test.
3. Define success metric.
4. Set sample size or duration.
5. Define decision rule.

## Output

### Hypothesis
### Experiment Method
### Success Metric
### Duration / Sample Size
### Decision Rule
Ship / Iterate / Kill

## References
See [worked example](references/example.md) for a complete scenario.

