Install
openclaw skills install sw-ab-test-setupPlan A/B tests with a clear hypothesis, defined metrics, variant design, sample size, duration, and statistical significance guidelines.
openclaw skills install sw-ab-test-setupPlan A/B tests with proper methodology — hypothesis, sample size, duration, variant design, statistical significance.
Trigger phrases: "A/B test", "split test", "experiment", "test this change", "variant", "multivariate test", "hypothesis"
# A/B Test Plan: [Name]
## Hypothesis
If we [change], then [metric] will [improve/increase] because [reason].
## Variants
- **Control (A):** [current experience]
- **Variant (B):** [proposed change — be specific]
## Metrics
- **Primary:** [metric] — current: [X%] — target: [Y%]
- **Guardrail:** [metric that should NOT decrease]
## Sample Size & Duration
- MDE: [minimum detectable effect, e.g., 10% relative]
- Sample needed: [N per variant]
- Current traffic: [X visitors/day to test area]
- Estimated duration: [Y days/weeks]
- Confidence level: 95%
## Implementation Notes
[What needs to change, where, any technical considerations]
## Decision Framework
- If primary metric improves ≥ MDE with p < 0.05 → ship variant
- If no significant difference after [duration] → keep control
- If guardrail metric drops > [threshold] → stop test immediately