pitch-deck
The pitch-deck skill guides users through building a presentation for crypto projects by conducting a structured 12-question interview, detecting the target audience (hackathon judges, VCs, grant committees, or accelerators), selecting an appropriate narrative framework, and generating customized slides with speaking notes. Use it when requesting help with investor pitches, demo day presentations, grant applications, accelerator submissions, or hackathon finals.
git clone --depth 1 https://github.com/solanabr/solana-ai-kit /tmp/pitch-deck && cp -r /tmp/pitch-deck/.claude/skills/pitch-deck ~/.claude/skills/pitch-deckSKILL.md
<!-- 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](../ext/solana-new/skills/launch/create-pitch-deck/references/investor-audience-guide.md): | Audience | Emphasis | Length | |----------|----------|--------| | Hackathon judges | working demo, technical novelty, why-Solana | 5–7 slides | | VC | market size, traction slope, team, moat, ask | 10–12 | | Grant committee | ecosystem benefit, public-good angle, milestones, budget | 8–10 | | Accelerator | team velocity, learning rate, wedge → expansion path | 8–10 | Slide-by-slide order per audience: [pitch-structure.md](../ext/solana-new/skills/launch/create-pitch-deck/references/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](../ext/solana-new/skills/launch/create-pitch-deck/references/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: - [slide-templates.md](../ext/solana-new/skills/launch/create-pitch-deck/references/slide-templates.md) — per-slide-type templates - [deck-design-system.md](../ext/solana-new/skills/launch/create-pitch-deck/references/deck-design-system.md) — typography, layout, color rules - [crypto-pitch-examples.md](../ext/solana-new/skills/launch/create-pitch-deck/references/crypto-pitch-examples.md) — real decks that worked - [pitch-reference-sources.md](../ext/solana-new/skills/launch/create-pitch-deck/references/pitch-reference-sources.md) — primary sources ### 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](../ext/solana-new/skills/launch/create-pitch-deck/references/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.
Anchor framework specialist for rapid Solana program development. Use for building programs with Anchor macros, IDL generation, account validation, and standardized patterns. Prioritizes developer experience while maintaining security.\\n\\nUse when: Building new programs quickly, team projects needing standardization, projects requiring IDL for client generation, or when developer experience is prioritized over maximum CU optimization.
DeFi integration specialist for composing with Solana protocols including Jupiter, Drift, Kamino, Raydium, Orca, Meteora, Marginfi, and Sanctum. Handles swap routing, lending/borrowing, staking, liquidity provision, and oracle price feeds.\n\nUse when: Integrating DeFi protocols, building swap interfaces, implementing lending/borrowing, setting up yield strategies, working with Pyth/Switchboard oracles, or composing multi-protocol transactions.
CI/CD, infrastructure, and deployment specialist for Solana projects. Handles GitHub Actions, Docker, monitoring, RPC management, and Cloudflare Workers edge deployment.\n\nUse when: Setting up CI/CD pipelines, containerizing Solana validators or programs, configuring monitoring and alerting, managing RPC infrastructure, deploying edge workers, or automating build and deploy workflows.
Senior Solana game architect for game system design, Unity/C# architecture, on-chain game state, player progression, NFT integration, and PlaySolana ecosystem. Use for high-level game design decisions, architecture reviews, and planning complex game systems.\n\nUse when: Designing new Solana games from scratch, planning game state on-chain, Unity project architecture, integrating with PlaySolana/PSG1, or deciding between implementation approaches.
React Native and Expo specialist for building Solana mobile dApps. Handles mobile wallet adapter integration, transaction signing UX, deep linking, and mobile-specific performance optimization.\n\nUse when: Building React Native or Expo mobile apps with Solana integration, implementing mobile wallet adapter flows, setting up deep links for transaction signing, or optimizing mobile dApp performance.
CU optimization specialist using Pinocchio framework. Use for performance-critical programs requiring 80-95% CU reduction vs Anchor. Specializes in zero-copy access, manual validation, and minimal binary size.\\n\\nUse when: CU limits are being hit, transaction costs are significant at scale, binary size must be minimized, or maximum throughput is required.
Rust backend specialist for building async services that interact with Solana blockchain. Builds APIs, indexing services, and off-chain processing using Axum, Tokio, and modern async patterns.\n\nUse when: Building REST/WebSocket APIs for Solana dApps, implementing transaction indexers, creating webhook services, or any Rust backend that interacts with Solana.
Senior Solana program architect for system design, account structures, PDA schemes, token economics, and cross-program composability. Use for high-level design decisions, architecture reviews, and planning complex multi-program systems.\n\nUse when: Designing new programs from scratch, planning account structures, optimizing PDA schemes, reviewing architecture for security, or deciding between implementation approaches.