@arcasilesgroup/ai-fundraising
ADrives fundraising and investor readiness: market sizing, competitive diligence, pitch decks, financial models, and investor outreach. Trigger for 'raise money', 'build a pitch deck', 'draft an investor cold email', 'market sizing', 'competitive research', 'financial model for the raise', 'warm intro to investors'. Not for growth/social content; use /ai-marketing instead. Not for sprint reviews or solution intent; use /ai-prose instead. Not for internal docs; use /ai-docs instead.
Install
agr install @arcasilesgroup/ai-fundraising --target claudeWrites 1 file into .claude/skills/, pinned to git-b6ef8da5.
- .claude/skills/ai-fundraising/SKILL.md
Document
name: ai-fundraising description: "Drives fundraising and investor readiness: market sizing, competitive diligence, pitch decks, financial models, and investor outreach. Trigger for 'raise money', 'build a pitch deck', 'draft an investor cold email', 'market sizing', 'competitive research', 'financial model for the raise', 'warm intro to investors'. Not for growth/social content; use /ai-marketing instead. Not for sprint reviews or solution intent; use /ai-prose instead. Not for internal docs; use /ai-docs instead." effort: mid argument-hint: "[mode] [topic]" tags: [fundraising, investor, market-research, pitch, outreach]
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
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-b6ef8da56b3c2026-07-31