ab_test_template

**Test Name:** [Descriptive test name]

Content Preview
# A/B Test Analysis

**Test Name:** [Descriptive test name]
**Test ID:** [Internal tracking ID]
**Date:** [Start Date] - [End Date]
**Status:** [Planning / Running / Complete / Inconclusive]

---

## Hypothesis

**If** [we change X],
**then** [Y will happen],
**because** [rationale based on data or insight].

---

## Test Design

| Parameter | Detail |
|-----------|--------|
| **Variable Tested** | [What is being changed] |
| **Control (A)** | [Description of control variant] |
| **Variant (B)**
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/ab_test_template.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/campaign-analytics/assets/ab_test_template.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at marketing-skill/campaign-analytics/assets/ab_test_template.md

Related Skills