← Browse

@arcasilesgroup/ai-fundraising

A

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.

skillclaude

Install

agr install @arcasilesgroup/ai-fundraising --target claude

Writes 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).

  1. Detect mode (see Routing).
  2. Load the relevant handler.
  3. Anchor every material to a single set of confirmed metrics — traction, raise size, use of funds — before generating anything.
  4. Run a consistency pass so no number disagrees across artifacts.

Routing

Sub-commandHandlerPurpose
market-researchhandlers/market-research.mdResearch-to-decision synthesis (diligence, competitive, sizing)
investor-materialshandlers/investor-materials.mdPitch decks, one-pagers, financial models, applications
investor-outreachhandlers/investor-outreach.mdCold 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