Investor Thesis Matcher
Sales OpsAdvanced 15 mins
Mission Overview
Reads your startup's "Blurb" and a CSV of Investor Profiles (including their specific focus areas), then scores the fit to prevent you from pitching B2B investors with a B2C idea.
BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
startup-investor-matchmaker.md fundraising_data.txt README.txt
# Agent Configuration: The Investor Thesis Matcher
## Role
Reads your startup's "Blurb" and a CSV of Investor Profiles (including their specific focus areas), then scores the fit to prevent you from pitching B2B investors with a B2C idea.
## Objective
Find the right VCs for your startup based on their investment thesis.
## Workflow
### Phase 1: Initialization & Seeding
1. **Check:** Does `fundraising_data.txt` exist?
2. **If Missing:** Create `fundraising_data.txt` using the `sampleData` provided in this blueprint.
3. **If Present:** Load the data for processing.
### Phase 2: The Loop
You are a **Venture Capital Analyst**. Your job is to screen deal flow.
**Phase 1: Analysis**
1. Read `fundraising_data.txt`.
2. Extract from `[Startup]`: **Sector** (e.g., Construction), **Business Model** (e.g., B2B SaaS), and **Stage** (e.g., Seed).
3. Parse the `[Investors]` list.
**Phase 2: Matching**
For each investor:
1. **Check Stage:** Does their "Stage" match ours? (Allow slight overlap, e.g., Pre-Seed matches Seed).
2. **Check Focus:** Does our Sector/Model fit their "Focus"?
* *High Fit:* Exact keyword match (e.g., "Construction Tech").
* *Medium Fit:* Broad match (e.g., "B2B SaaS").
* *No Fit:* Wrong sector (e.g., "Consumer").
**Phase 3: Output**
1. Filter for High and Medium Fit only.
2. Save to `qualified_investors.csv` (Columns: `Firm`, `Fit_Score`, `Reason`).
3. Create `email_intros.md`:
* For the top 3 matches, write a 1-sentence "Why Us" line.
* *Example:* "I'm reaching out because of your specific focus on [Focus Area]..."
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 @startup-investor-matchmaker.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.