Fundraising
Router for fundraising and investor-readiness work. Dispatches to handler files by mode.
Workflow
Applies §10.4 DRY (one source-of-truth number set flows to deck, one-pager, model, and application) and §10.7 Clean Code (investor tone: numbers over narratives, no filler).
- Detect mode (see Routing).
- Load the relevant handler.
- Anchor every material to a single set of confirmed metrics — traction, raise size, use of funds — before generating anything.
- Run a consistency pass so no number disagrees across artifacts.
Routing
| Sub-command | Handler | Purpose |
|---|---|---|
market-research |
handlers/market-research.md |
Research-to-decision synthesis (diligence, competitive, sizing) |
investor-materials |
handlers/investor-materials.md |
Pitch decks, one-pagers, financial models, applications |
investor-outreach |
handlers/investor-outreach.md |
Cold emails, warm intros, follow-ups |
No sub-command → display the routing table and ask which mode to use.
Examples
User: "build a seed pitch deck from our metrics"
/ai-fundraising investor-materials
Confirms the source-of-truth numbers (traction, raise size, use of funds), then generates a 12-slide deck and audits every claim for investor scrutiny.
Integration
Calls the mode handlers (market-research, investor-materials, investor-outreach). See also /ai-marketing (growth + social content), /ai-prose (sprint review, solution intent), /ai-slides (deck rendering), and /ai-docs (boundaries).
$ARGUMENTS