Founder pack
Claude SkillUpdated today

Investor Outreach Sequencer

Build a targeted investor outreach pipeline — research fit, map warm-intro paths, and draft a sequenced first-touch and follow-up cadence — for an active fundraising round.

What it does

Covers cold-start fundraising: given a round stage and thesis, research investor fit (sector focus, check size, portfolio overlap), identify warm-intro chains through your network, and draft a sequenced first-touch + follow-up email cadence. Output is a prioritized target list with fit rationale, intro-request templates, and cold outreach emails — deal-specific messaging, not a general newsletter. Distinct from investor-update-writer, which is for communicating with investors already on your cap table.

When to use

  • Actively fundraising a seed or Series A and building the first investor target list
  • Warm intro path to a specific investor is unclear and you need to map second-degree connections
  • Following up with a specific investor after a pitch event or referral introduction

When not to use

  • Investor relations with existing cap-table investors — use investor-update-writer instead
  • Brand-building or thought leadership content not tied to an active round

Install

Download the .zip, then unzip into your Claude skills folder.

mkdir -p ~/.claude/skills
unzip ~/Downloads/investor-outreach-sequencer.zip -d ~/.claude/skills/

# Restart Claude Code session.
# Skill is now available — Claude will use it when relevant.

SKILL.md

SKILL.md
---
name: investor-outreach-sequencer
description: Use when building an investor target list or drafting outreach for an active fundraising round. Triggers on "investor outreach", "fundraising pipeline", "investor list", "seed round", "Series A", "find investors", "warm intro", "cold email to VC".
---

# Investor Outreach Sequencer

Most investor outreach fails before the first email is sent — because the list is wrong. Fit research, warm-intro mapping, and sequence timing determine whether you get a meeting, not the quality of the pitch deck.

## Required inputs

Before building an outreach pipeline, confirm you have:

1. **Round details** — stage (pre-seed, seed, Series A), target raise amount, current committed or soft-circled
2. **Thesis** — sector, business model, geography, stage of company (not just "B2B SaaS" — be specific)
3. **Traction** — whatever is true: ARR, users, pilots, letters of intent, team credentials
4. **Network context** — who you know who might have warm paths (advisors, angels, portfolio founders, former colleagues)
5. **Timeline** — when you want to close; this sets how aggressive the follow-up cadence needs to be

If traction is thin, note it — the outreach framing changes. Don't inflate metrics.

## Method

### Step 1: Investor fit matrix

For each investor on the list, establish fit across four dimensions before drafting a single email:

| Dimension | What to check |
|---|---|
| **Sector focus** | Do they back this category? (stated thesis, recent investments) |
| **Stage + check size** | Does their typical check size match your round? (first-time lead vs. follow-on) |
| **Portfolio overlap** | Direct competitive conflicts? Potential conflicts? Adjacent bets that suggest appetite? |
| **Signal** | Active content (recent blog posts, tweets, podcast appearances) on your problem space |

Discard poor-fit investors from the list — a 50-investor list with 30 poor-fit contacts is worse than a 15-investor list of good fits.

### Step 2: Warm intro mapping

For each investor:
1. Check LinkedIn for mutual connections (1st → 2nd degree)
2. Check portfolio company founders — your investor or advisor may have backed them
3. Check accelerator networks, co-investors from angel rounds, former colleagues

For each warm path identified:
- Write the intro-request note for the connector (they're doing you a favor; make it easy to forward)
- Include: your one-liner, why this specific investor is a fit for this specific round, and what the connector gains from helping ("happy to return the favor")

### Step 3: Sequencing by path type

Run warm and cold tracks in parallel, with different timing:

**Warm intro track**
1. Intro request to connector → wait 3 business days
2. If no response: one polite follow-up to connector ("happy to draft the note for you")
3. After intro lands: first email within 24 hours of the intro landing (not same day — gives them time to forward it)

**Cold outreach track**
- Only for investors where you have signal they're actively investing in your sector
- First email: short, specific to them, not a form letter
- Follow-up 1: Day 10 — add a new data point (a metric, a customer win, a press mention)
- Follow-up 2: Day 20 — explicit close ("if the timing isn't right, happy to keep you updated as we progress")
- No further follow-up after three touches. Move on.

### Step 4: First-touch email formula

```
Subject: [Company] — [stage] round — [one specific reason you're reaching out to them]

Body (4-6 sentences max):
- Who you are + what the company does (one sentence)
- The traction signal that makes this credible (one sentence, specific numbers)
- Why you're reaching out to them specifically — name a portfolio company, a blog post, a thesis they've articulated
- The ask: a 20-minute call, not a pitch meeting
- Close: calendar link or ask for their preferred format

No deck in the first email. Attach only if they ask.
```

### Step 5: Follow-up cadence

Each follow-up should add something new — not just "checking in":
- Day 10: new metric, new customer, new team hire, press coverage
- Day 20: genuine close — respect their time, leave the door open

**Three touches and done.** Persistent follow-up after three attempts damages your reputation more than a missed meeting costs you.

## Output format

```markdown
## Investor Outreach Pipeline — [Round Stage] Round

**Target close date**: [date]
**Target raise**: [amount]
**Current status**: [committed + soft-circled so far]

### Prioritized investor list

| Investor | Firm | Fit rationale | Path | Status |
|---|---|---|---|---|
| [Name] | [Firm] | Backed [Portfolio Co] in [sector]; recent post on [topic] | Warm — [connector] | Draft ready |

### Warm intro requests

**To [connector name]:**
[Short intro request — 3 sentences, easy to forward]

### First-touch cold emails

**To [investor name]:**
[Personalized email, 4-6 sentences]

### Follow-up templates

**Day 10:**
[Short, with new data point]

**Day 20:**
[Close, respectful, door-open]
```

## Anti-patterns

- Sending the same email to 50 investors — they compare notes
- Attaching a deck in the first touch — earns a delete before you get a read
- Following up more than three times — desperate, not persistent
- Leading with a big vision and no traction signal — vision is cheap; traction earns the meeting
- Intro requests that require the connector to write the note from scratch — draft it for them
- Pitching investors who are clearly out of stage or sector — wastes everyone's time and hurts your reputation with the connector

Example prompts

Once installed, try these prompts in Claude:

  • I'm raising a $2M pre-seed for a B2B DevSecOps tool. Build me a prioritized list of 15 seed-stage investors who back infra/security, with a warm-intro path for each and a two-paragraph cold email I can send to those I have no path to.
  • We just got a VC introduction from a portfolio founder. Draft a follow-up sequence: first email (24 hrs post-intro), nudge (10 days), and a final close at 20 days if no reply.
Recent changes
  • Jun 20, 2026New skill — investor fit research, warm-intro mapping, and sequenced outreach cadences for active fundraising rounds.