ab-test-setup

Plan and gate A/B tests with hypothesis lock, sample-size calculations, and execution readiness checks.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill ab-test-setup-sigitpoerwo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ab-test-setup
Source: https://github.com/sigitpoerwo/repoworkspace_zahra/tree/main/skills/01-SIAP-PAKAI/business/ab-test-setup
Command: npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill ab-test-setup-sigitpoerwo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and gate rigorous A/B tests to ensure validity and safe execution.

Core Features & Use Cases

  • Hypothesis lock and prereq validation
  • Execution readiness gates and guardrails
  • Documentation of tests and learnings for governance

Quick Start

Define your final hypothesis, lock the primary metric, and compute the required sample size before launching the test.

Frequently Asked Questions about ab-test-setup

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

FAQPage Schema
How do I lock an A/B test hypothesis before execution?

Hypothesis lock requires defining your final hypothesis, locking the primary metric, and computing the required sample size before launching the A/B test. This hard gate prevents scope creep and ensures statistical power is validated beforehand.

What is statistical power and sample size calculation in experimental design?

Sample size calculation determines the minimum observations needed to detect a true effect with adequate statistical power. Computing the required sample size before launching an A/B test guarantees your experimental design yields valid, governance-compliant results.

What's the best way to set up guardrails for product experiments?

The best way to set up guardrails for product experiments is by enforcing prereqs validation and execution readiness gates. Applying governance checks with explicit documentation ensures safe execution and prevents unintended negative impacts on your metrics.

Can I use A/B testing governance checks for analytics-driven teams?

Yes, A/B testing governance checks are designed for analytics-driven teams. They enforce hard gates for hypothesis lock, prereqs validation, and execution readiness while providing explicit documentation of tests and learnings for ongoing governance compliance.

Why does my A/B test require prereqs validation before launching?

Prereqs validation is required before launching to ensure execution readiness and safe test execution. It acts as a hard gate to verify that your hypothesis lock, primary metric, and sample size calculations meet experimental design and governance standards.

When do I need hypothesis lock for my A/B test?

You need hypothesis lock for your A/B test whenever running product experiments requiring rigorous experimental design. It prevents metric manipulation by freezing the primary metric and hypothesis before data collection begins, ensuring statistical validity.