--- name: experiment-design description: "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." --- # 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.