AugmentClaude

Pitch Deck Builder

Build investor pitch decks with interview-driven narratives and speaking notes.

Installation

  1. Make sure Claude is on your device and in your terminal.

    Skills load from ~/.claude/skills/ when Claude Code starts up — so you need it on your machine first. If you don't have it yet, install it once with the command below, then run claude in any terminal to verify.

    One-time setup
    npm i -g @anthropic-ai/claude-code

    Already have it? Skip ahead.

  2. Paste into Claude Code or into your terminal.

    This copies the whole skill folder into ~/.claude/skills/pitch-deck-solanabr/ — the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.

    Faster alternative (instruction-only skills)

    Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates — they won't be downloaded and the skill will fail when it tries to load them.

    Quick install (SKILL.md only)
    Sign up to copy
  3. Restart Claude Code.

    Quit and reopen Claude Code (or any other agent that loads from ~/.claude/skills/). New skills are picked up on startup.

  4. Just ask Claude.

    Skills auto-activate when your request matches the skill's description — no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the “What this skill does” section above.

Prefer to read the source first? Open on GitHub.

When Claude uses it

Build a pitch deck for a crypto project. Use when the user says "pitch deck", "demo day", "investor presentation", "grant application slides", "accelerator application", "help me pitch", or needs slides for a hackathon final.

What this skill does

<!-- Adapted from sendaifun/solana-new (create-pitch-deck), MIT © 2026 SendAI and Superteam. Telemetry removed. -->

Pitch Deck

Interview → detect audience → pick narrative → build slides with speaking notes → self-score → objection prep.

Context handoff

At start, read .claude/context/idea.md and .claude/context/build.md if present — pre-fill problem, wedge, traction, and stack from them; only ask what's missing.

Workflow

1. 12-question interview

Blunt, one at a time, skipping anything already answered by context files:

  1. What does it do, in one sentence a non-crypto person understands?
  2. Who exactly has the problem, and how painful is it (evidence)?
  3. Why does this need a blockchain?
  4. Why Solana specifically?
  5. What works today (demo-able) vs. roadmap?
  6. Traction numbers — users, volume, TVL, signups, waitlist?
  7. Who is the team and what's the unfair edge?
  8. Competitors and your moat?
  9. Business model — who pays, when?
  10. Who is the audience for this deck (judges, VCs, grant committee, accelerator)?
  11. The ask — prize, check size, grant amount, admission?
  12. Biggest weakness you're afraid they'll ask about?

2. Audience detection → slide set

Q10 decides the slide set — full breakdown in investor-audience-guide.md:

AudienceEmphasisLength
Hackathon judgesworking demo, technical novelty, why-Solana5–7 slides
VCmarket size, traction slope, team, moat, ask10–12
Grant committeeecosystem benefit, public-good angle, milestones, budget8–10
Acceleratorteam velocity, learning rate, wedge → expansion path8–10

Slide-by-slide order per audience: pitch-structure.md.

3. Narrative framework

Pick ONE backbone and state why — PAS (obvious pain, hackathons), 6-Part Investor Arc (VC), BAB (before/after/bridge), Hero's Journey (founder-story-driven), Pixar (narrative momentum). Definitions, slide mappings, and crypto examples: storytelling-frameworks.md.

4. Build slides + speaking notes

For each slide: headline (a claim, not a label), 3–5 supporting points, visual suggestion, and 30–60s speaking notes. Use:

5. Self-score vs audience rubric

Score the draft against the audience's actual criteria (clarity, credibility, demo strength, ask specificity) and against crypto-pitch-mistakes.md — flag every mistake the deck still commits, fix, re-score. Don't present a deck you'd score below 8/10.

6. Objection-prep Q&A

From Q12 + the weakest scored dimension, draft the 8–10 hardest questions this audience will ask, each with a tight 30-second answer. Hostile-question drilling beats slide polish.

Output

  • Deck outline (markdown, one section per slide: headline / points / visual / speaking notes)
  • Framework choice + one-line rationale
  • Self-score with the fixes applied
  • Objection Q&A sheet

Need an actual rendered deck file (.pptx)? Hand the outline to the pptx skill if available.

Related skills