test-templates

Templates for planning, documenting, and analyzing experiments.

Content Preview
# A/B Test Templates Reference

Templates for planning, documenting, and analyzing experiments.

## Test Plan Template

```markdown
# A/B Test: [Name]

## Overview
- **Owner**: [Name]
- **Test ID**: [ID in testing tool]
- **Page/Feature**: [What's being tested]
- **Planned dates**: [Start] - [End]

## Hypothesis

Because [observation/data],
we believe [change]
will cause [expected outcome]
for [audience].
We'll know this is true when [metrics].

## Test Design

| Element | Details |
|---------|-
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/test-templates.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/ab-test-setup/references/test-templates.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/ab-test-setup/references/test-templates.md

Related Skills