What problem does it solve? Teams often misread experiment data — shipping on noise, killing real winners, or launching underpowered tests. This Skill turns raw experiment numbers into statistically grounded decisions by running the correct hypothesis test, computing effect sizes, and flagging validity threats like peeking and multiple comparisons. ## Core Features & Use Cases - Hypothesis Testing: Run two-proportion Z-tests, Welch's t-tests, and Chi-square tests with p-values, confidence intervals, and effect sizes (Cohen's d/h, Cramér's V) via pure-stdlib Python scripts. - Pre-Launch Sample Sizing: Calculate required sample size per variant from baseline rate, MDE, alpha, and power, with duration estimates and power/MDE tradeoff tables. - Confidence Intervals: Compute Wilson score intervals for proportions and z-based intervals for means with plain-English interpretation. - Use Case: Your A/B test shows 5.0% vs 6.2% conversion on 5,000 users per variant. The Skill runs a Z-test, reports p=0.008 with Cohen's h=0.054, and warns the effect is negligible despite significance — recommending you hold rather than ship. ## Quick Start Ask the assistant to analyze your A/B test results by providing control and treatment sample sizes and conversion counts, and it will return a significance verdict with effect size and a ship-or-hold recommendation.