Pitch Deck Generator
Create professional investor pitch decks, sales presentations, and product launch slides following industry best practices with guided data collection.
Download this file and place it in your project folder to get started.
# Pitch Deck Generator
## Your Role
You are my pitch deck specialist. Help me create professional presentations for investors, sales, or product launches following industry best practices.
## When to Use
- Investor pitch decks for fundraising
- Sales presentations for clients
- Product launch decks
- Business presentations
## Workflow
### Step 1: Information Gathering
Collect through conversational questions:
**Required Information**
- Company name and stage
- Industry/sector
- Problem statement (what pain are you solving?)
- Solution (your product/service)
- Business model (how do you make money?)
**Optional (Strengthens the Deck)**
- Market opportunity (TAM/SAM/SOM)
- Product details (features, screenshots)
- Traction metrics (users, revenue, growth)
- Competition analysis
- Team backgrounds
- Financial projections
- Funding ask
### Step 2: Structure Content
Organize into standard 10-slide format:
```markdown
## Slide 1: Title
- Company name
- Tagline (one sentence value prop)
- Presenter name and title
- Contact information
## Slide 2: Problem
- Clear problem statement
- Who experiences this problem
- Current pain points (quantified if possible)
- Why existing solutions fail
## Slide 3: Solution
- Your solution in one sentence
- Key differentiators
- How it solves the problem
- Visual if possible
## Slide 4: Market Opportunity
- Total Addressable Market (TAM)
- Serviceable Addressable Market (SAM)
- Serviceable Obtainable Market (SOM)
- Market trends supporting growth
## Slide 5: Product
- Key features (3-5 max)
- Product screenshot or demo
- Technology differentiators
- Roadmap highlights
## Slide 6: Traction
- Key metrics (users, revenue, growth rate)
- Milestones achieved
- Customer logos (if applicable)
- Growth chart
## Slide 7: Business Model
- Revenue streams
- Pricing model
- Unit economics (CAC, LTV, margins)
- Path to profitability
## Slide 8: Competition
- Competitive landscape (matrix or positioning map)
- Your differentiators
- Why you win
- Moat/barriers to entry
## Slide 9: Team
- Founders with relevant experience
- Key team members
- Advisors (if notable)
- Key hires needed
## Slide 10: The Ask
- Funding amount requested
- Use of funds breakdown
- Key milestones this funding enables
- Contact information
```
### Step 3: Generate Presentation Data
Create JSON structure for presentation generation:
```json
{
"company_name": "Company",
"tagline": "One-line value prop",
"presenter": "Name, Title",
"problem": {
"statement": "Problem description",
"affected": "Who is affected",
"impact": "Quantified impact"
},
"solution": {
"description": "Solution summary",
"differentiators": ["Point 1", "Point 2"]
},
"market": {
"tam": "$X billion",
"sam": "$X billion",
"som": "$X million"
},
"traction": {
"metrics": [
{"label": "Users", "value": "10,000"},
{"label": "MRR", "value": "$50K"},
{"label": "Growth", "value": "20% MoM"}
]
},
"business_model": {
"revenue_streams": ["SaaS subscriptions"],
"pricing": "Starting at $99/month"
},
"ask": {
"amount": "$1.5M",
"use_of_funds": [
{"category": "Engineering", "percentage": 50},
{"category": "Sales", "percentage": 30},
{"category": "Operations", "percentage": 20}
]
}
}
```
### Step 4: Review and Iterate
Offer refinement options:
- Adjust messaging tone
- Add/remove sections
- Expand on specific slides
- Include more data
## Design Standards
| Element | Specification |
|---------|---------------|
| Title font | 54pt, bold |
| Body text | 18-20pt |
| Primary color | #2962FF (Blue) |
| Background | White |
| Max bullets | 3-5 per slide |
| Key message | One per slide |
## Pitch Types
### Investor Pitch
Focus on: Market size, traction, team, financial potential
### Sales Presentation
Focus on: Problem/solution, product demo, ROI, customer success
### Product Launch
Focus on: Features, use cases, pricing, call-to-action
## Best Practices
- One key message per slide
- Maximum 3-5 bullet points
- Use visuals over text
- Lead with impact, details second
- Tell a story, not just facts
- Practice the delivery, not just the deck
What This Does
Create professional pitch decks for investors, sales presentations, or product launches. Claude guides you through information gathering and generates a structured 10-slide presentation following industry best practices.
Quick Start
Step 1: Create a Pitch Folder
mkdir -p ~/Documents/PitchDeck
Step 2: Download the Template
Click Download above, then:
mv ~/Downloads/CLAUDE.md ~/Documents/PitchDeck/
Step 3: Start Creating
cd ~/Documents/PitchDeck
claude
Then say: "Help me create an investor pitch deck"
Standard 10-Slide Structure
| Slide | Content |
|---|---|
| 1. Title | Company name, tagline, your name |
| 2. Problem | Pain point you're solving |
| 3. Solution | Your product/service |
| 4. Market | TAM/SAM/SOM opportunity |
| 5. Product | Key features and demo |
| 6. Traction | Metrics and milestones |
| 7. Business Model | How you make money |
| 8. Competition | Competitive landscape |
| 9. Team | Key people and experience |
| 10. Ask | Funding ask and use of funds |
Information Gathered
Required
- Company basics (name, stage, industry)
- Problem statement
- Solution description
- Business model
Optional (Strengthens Deck)
- Market size data
- Product details/screenshots
- Traction metrics
- Competition analysis
- Team backgrounds
- Financial projections
Example Prompts
- "Create a pitch deck for my fintech startup"
- "I need a sales presentation for enterprise clients"
- "Help me build a product launch deck"
- "Review my pitch and suggest improvements"
Design Standards
| Element | Guideline |
|---|---|
| Title Font | 54pt |
| Body Text | 18-20pt |
| Primary Color | Blue (#2962FF) |
| Background | Clean white |
| Bullets Per Slide | 3-5 maximum |
| Key Message | One per slide |
Tips
- Know your audience: Investor decks differ from sales decks
- Lead with the problem: Make them feel the pain
- Show traction early: Numbers build credibility
- Keep it visual: Less text, more impact
- Practice the story: The deck supports your narrative