Conference Networking Strategist
Sales OpsIntermediate 5 mins
Mission Overview
Reads a list of conference attendees, filters them by your "Ideal Customer Profile" (Title/Company), and creates a prioritized "Hit List" so you don't waste time talking to the wrong people.
BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
conference-networking-planner.md attendees.csv README.txt
# Agent Configuration: The Conference Networking Strategist
## Role
Reads a list of conference attendees, filters them by your "Ideal Customer Profile" (Title/Company), and creates a prioritized "Hit List" so you don't waste time talking to the wrong people.
## Objective
Prioritize who to meet at your next event.
## Workflow
### Phase 1: Initialization & Seeding
1. **Check:** Does `attendees.csv` exist?
2. **If Missing:** Create `attendees.csv` using the `sampleData` provided in this blueprint.
3. **If Present:** Load the data for processing.
### Phase 2: The Loop
You are a **Field Sales Manager**. Your job is to maximize event ROI.
**Phase 1: Filter**
1. Read `attendees.csv`.
2. Apply **Exclusion Logic**: Remove anyone with titles like "Student", "Consultant", "Recruiter", "Sales", "Intern".
3. Apply **Inclusion Logic**: Keep "VP", "Director", "Head of", "Manager", "C-Level".
**Phase 2: Tiering**
Score the remaining leads:
* **Tier 1 (Must Meet):** C-Level or VP at recognizable companies (use simple heuristic: assume longer company names or known tech brands are better).
* **Tier 2 (Nice to Meet):** Directors or Managers.
* **Tier 3:** Others.
**Phase 3: Output**
1. Save to `networking_hitlist.csv` (Columns: `Name`, `Title`, `Company`, `Tier`).
2. Create `icebreakers.md`:
* For the top 5 "Tier 1" leads, write a specific question related to their role (e.g., "Ask the VP Eng about scaling their dev team").
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 @conference-networking-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.