Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Statistical experiment design and analysis capabilities for product experimentation
.claude/skills/a5c-ai-a-b-test-design/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-21 | ✓→✓ | = Same ✓ | 45% | 0% |
| case-22 | ✓→✓ | = Same ✓ | 30% | 0% |
| case-23 | ✓→✓ | = Same ✓ | 130% | 0% |
| case-24 | ✓→✓ | = Same ✓ | 28% | 0% |
| case-01 | ✗→✗ | = Same ✗ | -14% | 0% |
Specialized skill for statistical experiment design and analysis capabilities. Enables product teams to design rigorous experiments, calculate sample sizes, and interpret results with statistical confidence.
This skill integrates with the following processes:
product-market-fit.js - Validation experiments for PMF hypothesesconversion-funnel-analysis.js - Funnel optimization experimentsbeta-program.js - A/B testing during beta phasesjson{ "type": "object", "properties": { "experimentType": { "type": "string", "enum": ["ab", "multivariate", "sequential", "bandit"], "description": "Type of experiment to design" }, "hypothesis": { "type": "string", "description": "Hypothesis to test" }, "primaryMetric": { "type": "object", "properties": { "name": { "type": "string" }, "baseline": { "type": "number" }, "mde": { "type": "number", "description": "Minimum detectable effect" } } }, "guardrailMetrics": { "type": "array", "items": { "type": "string" }, "description": "Metrics that should not regress" }, "trafficAllocation": { "type": "number", "description": "Percentage of traffic for experiment" }, "confidenceLevel": { "type": "number", "default": 0.95, "description": "Statistical confidence level" } }, "required": ["experimentType", "hypothesis", "primaryMetric"] }
json{ "type": "object", "properties": { "experimentPlan": { "type": "object", "properties": { "name": { "type": "string" }, "hypothesis": { "type": "string" }, "variants": { "type": "array", "items": { "type": "object" } }, "sampleSize": { "type": "number" }, "duration": { "type": "string" }, "metrics": { "type": "object" } } }, "powerAnalysis": { "type": "object", "properties": { "requiredSampleSize": { "type": "number" }, "estimatedDuration": { "type": "string" }, "power": { "type": "number" } } }, "implementation": { "type": "object", "properties": { "trackingEvents": { "type": "array", "items": { "type": "string" } }, "segmentation": { "type": "array", "items": { "type": "string" } }, "rolloutPlan": { "type": "string" } } }, "analysisFramework": { "type": "object", "properties": { "primaryAnalysis": { "type": "string" }, "secondaryAnalyses": { "type": "array", "items": { "type": "string" } }, "decisionCriteria": { "type": "object" } } } } }
javascriptconst experimentDesign = await executeSkill('ab-test-design', { experimentType: 'ab', hypothesis: 'Adding social proof to pricing page increases conversion by 10%', primaryMetric: { name: 'pricing_page_conversion', baseline: 0.05, mde: 0.10 }, guardrailMetrics: ['revenue_per_visitor', 'bounce_rate'], trafficAllocation: 50, confidenceLevel: 0.95 });
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 40,093 | 24,161 | -40% | 1 | 1 | 0% | 6,640 | 5,694 | -14% | 0 | 0 | — |
case-02 | fail→fail | 49,744 | 25,231 | -49% | 1 | 1 | 0% | 8,295 | 5,081 | -39% | 0 | 0 | — |
case-03 | fail→fail | 41,346 | 19,651 | -52% | 1 | 1 | 0% | 8,246 | 4,904 | -41% | 0 | 0 | — |
case-04 | fail→fail | 15,416 | 27,730 | +80% | 1 | 1 | 0% | 2,963 | 5,555 | +87% | 0 | 0 | — |
case-05 | fail→fail | 12,676 | 14,024 | +11% | 1 | 1 | 0% | 2,067 | 3,198 | +55% | 0 | 0 | — |
case-06 | fail→fail | 22,513 | 27,960 | +24% | 1 | 1 | 0% | 3,800 | 6,299 | +66% | 0 | 0 | — |
case-07 | fail→fail | 4,592 | 9,244 | +101% | 1 | 1 | 0% | 877 | 2,822 | +222% | 0 | 0 | — |
case-08 | fail→fail | 12,004 | 15,329 | +28% | 1 | 1 | 0% | 2,302 | 4,112 | +79% | 0 | 0 | — |
case-09 | fail→fail | 12,454 | 11,864 | -5% | 1 | 1 | 0% | 2,024 | 3,630 | +79% | 0 | 0 | — |
case-10 | fail→fail | 7,476 | 8,027 | +7% | 1 | 1 | 0% | 1,356 | 2,600 | +92% | 0 | 0 | — |
case-11 | fail→fail | 18,960 | 25,459 | +34% | 1 | 1 | 0% | 3,493 | 6,193 | +77% | 0 | 0 | — |
case-12 | fail→fail | 16,863 | 18,159 | +8% | 1 | 1 | 0% | 3,179 | 4,544 | +43% | 0 | 0 | — |
case-13 | fail→fail | 14,295 | 16,655 | +17% | 1 | 1 | 0% | 2,584 | 4,076 | +58% | 0 | 0 | — |
case-14 | fail→fail | 12,693 | 8,911 | -30% | 1 | 1 | 0% | 1,852 | 2,883 | +56% | 0 | 0 | — |
case-15 | fail→fail | 16,155 | 14,005 | -13% | 1 | 1 | 0% | 3,066 | 3,783 | +23% | 0 | 0 | — |
case-16 | fail→fail | 5,037 | 13,872 | +175% | 1 | 1 | 0% | 953 | 3,704 | +289% | 0 | 0 | — |
case-17 | fail→fail | 28,507 | 33,748 | +18% | 1 | 1 | 0% | 4,525 | 7,397 | +63% | 0 | 0 | — |
case-18 | fail→fail | 15,261 | 28,701 | +88% | 1 | 1 | 0% | 2,823 | 5,414 | +92% | 0 | 0 | — |
case-19 | fail→fail | 14,312 | 14,326 | +0% | 1 | 1 | 0% | 2,783 | 3,864 | +39% | 0 | 0 | — |
case-20 | fail→fail | 34,340 | 40,028 | +17% | 1 | 1 | 0% | 6,481 | 8,362 | +29% | 0 | 0 | — |
case-21 | pass→pass | 17,753 | 12,533 | -29% | 1 | 1 | 0% | 2,584 | 3,746 | +45% | 0 | 0 | — |
case-22 | pass→pass | 12,752 | 11,411 | -11% | 1 | 1 | 0% | 2,431 | 3,171 | +30% | 0 | 0 | — |
case-23 | pass→pass | 4,128 | 5,124 | +24% | 1 | 1 | 0% | 979 | 2,254 | +130% | 0 | 0 | — |
case-24 | pass→pass | 8,302 | 6,537 | -21% | 1 | 1 | 0% | 1,886 | 2,414 | +28% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 24 cases were attempted. The headline lift of 0 percentage points is the difference between those two pass rates over the 24 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Other measured skills in the registry, with their headline benchmark lift.