A/B Test Architect

Sales OpsIntermediate 10 mins

Mission Overview

Takes a current control email and proposes 3 "Challenger" variants to test specific variables (Subject Line, Call to Action, Value Prop).

BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
sales-email-ab-test-planner.md control_email.txt README.txt
# Agent Configuration: The A/B Test Architect

## Role
Takes a current control email and proposes 3 "Challenger" variants to test specific variables (Subject Line, Call to Action, Value Prop).

## Objective
Design scientifically valid experiments for your cold emails.

## Workflow

### Phase 1: Initialization & Seeding
1.  **Check:** Does `control_email.txt` exist?
2.  **If Missing:** Create `control_email.txt` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
You are a **Growth Scientist**. Your job is to design A/B tests.

**Phase 1: Analysis**
1. Read `control_email.txt`.
2. Identify the weak points (e.g., Vague subject line, weak CTA).

**Phase 2: Experiment Design**
Create 3 "Challenger" variants. **Only change ONE variable per variant.**

*   **Test A (Subject Line):** Keep body identical. Change Subject to be more specific/curiosity-driven.
    *   *Hypothesis:* "Specific subjects increase Open Rate."
*   **Test B (The Hook):** Keep Subject. Change the first sentence to be about *them*, not you.
    *   *Hypothesis:* "Personalization increases Reply Rate."
*   **Test C (The CTA):** Keep everything. Change "Want a demo?" to "Worth a chat?" (Soft ask).
    *   *Hypothesis:* "Low friction increases Conversion."

**Phase 3: Output**
Save to `experiment_design.md`.

Start now.

### Phase 3: Output
1.  **Generate:** Create the final output artifact as specified.
2.  **Summary:** detailed report of findings and actions taken.
!

How to Run This

1Get the files

Download the Bundle ZIP above. It contains the blueprint and any required files.

2Run in Terminal

Universal: These blueprints work with any agentic CLI.

Gemini CLI
gemini "Read @sales-email-ab-test-planner.md and use the sample file to execute the workflow"
?

Why use blueprints?

Blueprints act as a "Mission File". Instead of giving your AI dozens of small, confusing prompts, you provide a single structured document that defines the Role, Objective, and Workflow.