experiment-designer

Design, prioritize, and interpret product experiments with statistical rigor.

2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/zhangzhang-111-i/claude-skills111 --skill experiment-designer-zhangzhang-111-i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment-designer
Source: https://github.com/zhangzhang-111-i/claude-skills111/tree/main/product-team/experiment-designer
Command: npx skills add https://github.com/zhangzhang-111-i/claude-skills111 --skill experiment-designer-zhangzhang-111-i

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you design, prioritize, and evaluate product experiments with clear hypotheses and statistically sound decisions, preventing common pitfalls.

Core Features & Use Cases

  • Hypothesis Formulation: Guides you to write clear If/Then/Because hypotheses.
  • Metric Definition: Assists in defining primary, guardrail, and secondary metrics.
  • Sample Size Calculation: Provides a tool to estimate the necessary sample size for your experiments.
  • Experiment Prioritization: Implements the ICE scoring method for ranking experiments.
  • Result Interpretation: Offers guidance on understanding statistical significance and practical impact.
  • Use Case: You need to design an A/B test for a new feature. Use this skill to write your hypothesis, define success metrics, calculate the required sample size, and understand how to interpret the results.

Quick Start

Use the experiment-designer skill to calculate the sample size for an A/B test with a baseline conversion rate of 12%, a minimum detectable effect of 2% absolute, and 80% power.

Frequently Asked Questions about experiment-designer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate sample size for an A/B test with a specific baseline conversion rate?

To calculate A/B test sample size, you input the baseline conversion rate, minimum detectable effect, and statistical power into the Python script to receive the required participant count per variant for rigorous hypothesis testing.

What is the best way to formulate a hypothesis for product experimentation?

The best way to formulate a product experimentation hypothesis is using the If/Then/Because structure, which this skill guides you to create, ensuring your hypothesis links the proposed change directly to the expected metric outcome.

How do I prioritize A/B testing ideas using ICE scoring?

To prioritize A/B testing ideas with ICE scoring, you evaluate each experiment's Impact, Confidence, and Ease. This skill implements the ICE method to rank your testing backlog, ensuring you execute high-value experiments first.

How do I define primary and guardrail metrics for an A/B test?

To define primary and guardrail metrics for an A/B test, you separate the main success indicator from metrics you must protect against regression. This skill assists in defining primary, guardrail, and secondary metrics to ensure balanced experiment measurement.

Why does my A/B test result show statistical significance but no practical impact?

An A/B test result can show statistical significance without practical impact when the detected effect size is too small to matter for the business. This skill provides guardrails to interpret statistical significance alongside practical impact, preventing common experiment pitfalls.