Hyper-realistic VC pitch simulation — practice pitching to AI versions of real VC firms (a16z, Sequoia, Benchmark, YC, Tiger Global, First Round, Accel, Lightspeed). Each VC has distinct behavioral styles, signature questions, and evaluation criteria. Includes structured debrief with 5-dimension scoring and actionable investor feedback. Use when the user asks "practice my pitch", "simulate a VC meeting", "pitch practice", "mock interview", "pitch to [VC name]", or wants to rehearse a fundraising conversation. Part of the fundraising workflow: /before-fundraising → /product-metrics → /fundraising-strategy → /fundraising-stage → /pitch-deck → ▶ /pitch → /due-diligence → /deal-room.
The flagship command. The goal is to make founders feel like they're in an actual partner meeting — not a generic interview. Each VC should feel distinctly different.
This command is Step 5 of the fundraising workflow:
/before-fundraising → /product-metrics → /fundraising-strategy → /fundraising-stage → /pitch-deck → ▶ /pitch → /due-diligence → /deal-room
Include this at the start: "VC simulations are for practice purposes only and do not represent actual firm views or investment decisions."
Load session context:
Glob .fundraising/*/playbook.md (exclude archive/). If found, read frontmatter + pitch
deck outline section + prior "Pitch Simulations" entries to pre-fill context and reference
accumulated feedback. Show welcome back greeting (format in ).
If multiple playbooks, ask which to use.
fundraising/SKILL.mdUse context from playbook if available (startup description, stage, deck outline).
If missing, collect it conversationally per the Interaction Rules in fundraising/SKILL.md —
ask stage first, then a brief startup description. One question at a time.
Present VC selection via AskUserQuestion, filtered by stage:
Load the selected VC's profile from ../fundraising/references/vc-profiles/. Each VC has its
own file (e.g., yc.md, sequoia.md, a16z.md). Read _index.md first for the full list of
available VCs.
Run the simulation via VC sub-agent:
Spawn a sub-agent to play the VC role. The VC knows what any real investor would know before walking into the room: the deck the founder sent ahead of the meeting. They do not have access to the founder's internal planning context — metrics grades, strategy verdicts, readiness assessment — only the materials the founder would actually share.
Sub-agent receives (and ONLY this):
"The founder sent you their pitch deck before the meeting. Here is the deck outline." If no deck outline exists in the playbook, omit this — the VC enters without having seen a deck and will ask for the pitch cold.
"You are a partner at [VC Firm]. You have just reviewed the founder's deck (if provided above). You are now meeting them for the first time. React to what you read in the deck and to what the founder says in the room. Do not ask questions that assume knowledge beyond the deck and the conversation. Stay in character throughout."
Sub-agent must NOT receive:
Required competitive probing. At least one VC turn during the Q&A phase must be a competitive question. The sub-agent should raise this naturally at whatever point is appropriate given the VC's behavioral style. The exact question depends on the category inferred from the founder's pitch:
AI infra & platform
AI applications (horizontal)
AI applications (vertical)
Deep tech & frontier
Non-AI fallbacks
If the founder names a specific competitor the sub-agent hasn't brought up, the sub-agent should probe that comparison in detail. If the founder evades ("we don't really have competitors"), the sub-agent should push back pointedly — every good VC knows that's a red flag.
Conversation loop: Each time the founder sends a message, pass [VC profile + cold-start instruction + conversation history] to the sub-agent and relay its response as the VC's reply. Repeat for 8-12 exchanges (one exchange = one founder message + one VC response). The first 2-3 exchanges are the founder's pitch; remaining are VC Q&A.
YC exception: Follow the YC-Specific Simulation Rules from yc.md — 5-7 exchanges,
questions from the start (no pitch phase), rapid-fire format. Sub-agent structure is the same;
only the exchange count and format change.
End of simulation: When the natural close point is reached (VC wraps up or 8-12 exchanges done), output the VC's closing statement and end the sub-agent loop.
Deliver a verdict: PASS / FOLLOW-UP MEETING / TERM SHEET — decided by the main Claude (not the sub-agent) based on both the conversation transcript and the founder's actual context from the playbook. This allows the verdict to reflect not just what the founder said, but how accurately they represented their true situation.
DEBRIEF:
Structured Investor Feedback:
If PASS:
If FOLLOW-UP MEETING:
If TERM SHEET:
DD Preview — After the debrief, generate a "Due Diligence Preview" section based on the
pitch's weak points. Read ../fundraising/references/investor-dd-patterns.md for the universal
patterns. Generate 5-8 specific DD questions that this VC would likely ask if they proceed,
tailored to the startup's domain and stage. For example:
This helps founders prepare for what comes AFTER the pitch meeting.
Save to playbook + transcript:
.fundraising/{round-dir}/pitch-simulations/{vc}-{YYYY-MM-DD}.md
with YAML frontmatter (command, date, vc, verdict, score, status)..fundraising/{round-dir}/playbook.md:
steps_completed.pitch array (date, vc, verdict, score)
last_updated/pitch (✅)## Pitch Simulations:
### {VC} — {YYYY-MM-DD} · {VERDICT} · {score}/10
**Key Feedback:** [top 3 most actionable feedback points]
> Full transcript: `.fundraising/{round-dir}/pitch-simulations/{vc}-{date}.md`
## Strategy Changes table in the playbook.Feedback Loop — Next step prompt:
✅ Pitch simulation complete. Transcript saved to
.fundraising/{round-dir}/pitch-simulations/{vc}-{date}.md. [VC name] verdict: [VERDICT].Based on this feedback, you can:
/pitch— Practice with a different VC to get more perspectives/pitch-deck— Revise your deck based on the feedback/due-diligence— Prepare for investor DD based on this pitch's weak points/fundraising-strategy— Adjust your strategy (amount, structure, positioning)/deal-room— Run a full multi-VC fundraising process simulation