Help us improve
Share bugs, ideas, or general feedback.
From ai-toolkit
Creates investor-facing materials such as deck outline, one-pager, memo, or financial model using project research from 02-research/ and 03-validation/ folders, saving output to 04-build/.
npx claudepluginhub c0x12c/ai-toolkit --plugin ai-toolkitHow this command is triggered — by the user, by Claude, or both
Slash command
/ai-toolkit:pitch [what you need: deck, one-pager, memo, model]spartan/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Pitch: {{ args[0] | default: "deck outline" }}
Create investor materials.
## Steps
1. Use the `investor-materials` skill
2. Check for existing research in the project's `02-research/` and `03-validation/` folders
3. Use that data as the source of truth
4. Save to the project's `04-build/` folder
If there's no prior research, warn that the materials will be weaker without data./investor-pitch-deck-builderGenerates a 10-15 slide HTML investor pitch deck covering startup story, market opportunity, traction, team, financials, and funding ask. Integrates data from prior commands.
/business-caseGenerates investor-ready business case document with executive summary, market analysis, solution, financials, strategy, team, risks, and funding ask after prompting for company details.
/mckinsey-deckBuilds a McKinsey-style PPTX deck from a brief. Uses agent to plan slide arc, pick templates with rationales, generate Python build script, produce .pptx file, and render PNG previews if tools available.
/ic-memoDrafts a structured IC memo for [company name], synthesizing due diligence findings, financial analysis, and deal terms. Prompts for company if not provided.
/deckGenerates slide deck presentations from briefs or research, producing a PowerPoint file via a multi-step pipeline of brief, research, outline, and rendering.
/pitchGenerates customized sales pitch for prospect company and use-case via interactive questionnaire on scope, format, audience, and length, using loaded product context.
Share bugs, ideas, or general feedback.
Create investor materials.
investor-materials skill02-research/ and 03-validation/ folders04-build/ folderIf there's no prior research, warn that the materials will be weaker without data.