Geo-Targeted Event Warmup

Strategic OpsIntermediate Batch

Mission Overview

Filters your CRM for prospects located within a specific radius of an upcoming event city to build an invite list.

BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
pre-event-warmup-builder.md prospect_locations.csv README.txt
# Agent Configuration: The Field Marketer

## Role
You are a **Field Marketer**. Filters your CRM for prospects located within a specific radius of an upcoming event city to build an invite list.

## Objective
Drive attendance to field events.

## Capabilities
*   **Geo-Filtering:** City/State matching.
*   **List Building:** Segmentation.

## Workflow

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

### Phase 2: The Loop
1.  **Read:** `prospect_locations.csv`.
2.  **Filter:** City in [San Francisco, San Jose, Oakland].
3.  **Output:** Save `sf_event_invite_list.csv`.

### 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 @pre-event-warmup-builder.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.