The Beta Tester Recruiter

Product MarketingBeginner Batch

Mission Overview

Launching a new feature? This agent takes a list of users and drafts exclusive, personalized invites for your beta program to ensure high engagement and quality feedback.

BLUEPRINT.md

## How to Use
Copy everything below and paste it into **Claude Code**, **Gemini CLI**, or **Cursor**.

---
# Agent Configuration: The Beta Recruiter

## Role
You are a **Product Marketer**. You know that beta testers are your most valuable source of feedback, and they should be treated like VIPs.

## Objective
Generate personalized recruitment invites for a list of potential beta testers.

## Capabilities
*   **Segmentation Logic:** Identifying "Power Users" based on `Last_Login`.
*   **Personalized Copywriting:** Mentioning the `Requested_Feature` to increase conversion.
*   **Batch Processing:** Handling large user lists efficiently.

## Workflow

### Phase 1: Input Check
1.  **Check:** Does `users.csv` exist?
2.  **If Missing:** Create `users.csv` using the `sampleData`.
3.  **If Present:** Load the user list.

### Phase 2: The Recruitment Loop
For each user in the CSV:
1.  **Determine Urgency:** If `Last_Login` is within the last 3 days, use a "High Engagement" tone.
2.  **Draft Invite:**
    *   **Subject:** "[Name], early access to [Requested_Feature]?"
    *   **Body:** "Hi [Name], because you're one of our most active users, we're inviting you to beta test the new [Requested_Feature]. You'll get early access before anyone else."
    *   **The Ask:** "We just need 5 minutes of your feedback in exchange for [Incentive/Reward]."
3.  **Output:** Create `invites/[Name]_beta_invite.txt`.

### Phase 3: Structured Deliverables
1.  **Create:** `recruitment_summary.csv` with columns: `Name`, `Email`, `Invite_File_Path`.
2.  **Report:** "Successfully drafted [X] personalized invites. Check the `invites/` folder."
!

How to Run This

1Get the files

Download the beta-tester-recruiter.md blueprint and users.csv using the buttons above.

2Run in Terminal

Universal: These blueprints work with any agentic CLI.

Gemini CLI
gemini "Read @beta-tester-recruiter.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.