What problem does it solve? Turning a vague test idea into a rigorous, implementable experiment plan is hard — teams often skip sample size math, pick too many metrics, or run tests too long. This Skill converts a test idea into a complete experiment design that an engineer can build and an analyst can evaluate. ## Core Features & Use Cases - Structured Hypothesis Formulation: Generates hypotheses with predicted magnitude using the format "If we [change], then [metric] will [direction] by [amount] because [reason]". - Metric Framework: Defines one primary decision metric, 2-3 secondary metrics, and mandatory guardrail metrics that must not degrade. - Sample Size & Duration Estimation: Calculates required sample per variant from baseline rate, MDE, 95% significance, and 80% power, using Bash with Python, and flags tests exceeding 4 weeks. - Use Case: A product manager wants to test a new checkout button color. The Skill produces a full experiment document with hypothesis, metrics table, variant specs, sample size, duration, success criteria, risks, and a pre-launch checklist. ## Quick Start Ask the AI to design an A/B test for changing the signup flow from two steps to one, including sample size and success criteria.