Pitch Deck Slide-by-Slide Guide

Type: Execution Recipe Confidence: 0.90 Sources: 7 Verified: 2026-03-12

Purpose

This recipe walks through every standard pitch deck slide with exact content requirements, word limits, common failure modes, and design rules — producing a fully populated deck where each slide passes the 60-second comprehension test. [src1]

Prerequisites

Constraints

Tool Selection Decision

Which path?
├── No design skill AND budget = free
│   └── PATH A: Google Slides with YC/Sequoia template
├── No design skill AND budget > $0
│   └── PATH B: Canva Pro ($12.99/mo) templates
├── Design skill AND budget = free
│   └── PATH C: Figma free tier custom design
└── Wants professional help
    └── PATH D: Hire designer ($500-2,000)
PathToolsCostTimeOutput Quality
A: Template freeGoogle Slides$03-4 hrsGood
B: Template paidCanva Pro$12.99/mo2-3 hrsGood — polished
C: Custom designFigma$04-6 hrsExcellent
D: ProfessionalDesigner + tool$500-2,0001-2 weeksExcellent

Execution Flow

Step 1: Title Slide — The 10-Second First Impression

Duration: 10 minutes · Tool: Presentation software

Company name + ≤10 word tagline ("We [verb] [thing] for [audience]") + contact info + round info. ≥48pt font for company name. Max 3 visual elements.

Verify: Show to someone outside your industry for 5 seconds — can they tell what you do? · If failed: Rewrite the one-liner for clarity.

Step 2: Problem Slide — Make the Pain Visceral

Duration: 20 minutes · Tool: Presentation software

1 problem statement, named persona, current alternatives, 1-2 quantified data points. 3 bullets max, ≤40 words. Use story, data, or customer quote framework. [src3]

Verify: Investor can restate the problem after 15 seconds. · If failed: Add specific example or quote.

Step 3: Solution Slide — Show, Don't Tell

Duration: 20 minutes · Tool: Presentation software + screenshots

Solution statement linked to problem + product visual (50%+ of slide) + 3 benefits (not features) + differentiation hook. ≤30 words of text. [src4]

Verify: Cover the text — can someone guess what the product does from the screenshot alone? · If failed: Choose a more self-explanatory screenshot or add annotations.

Step 4: Market Size Slide — Bottoms-Up, Not Fantasy

Duration: 25 minutes · Tool: Presentation software + market data

TAM (top-down reference), SAM (your segment), SOM (bottoms-up: customers × ARPU). Cite every number. Concentric circles diagram. [src6]

Verify: Can you defend every number if challenged? · If failed: Replace uncited numbers with bottoms-up calculations.

Step 5: Traction Slide — Proof Over Promises

Duration: 20 minutes · Tool: Presentation software + analytics

Primary metric in ≥48pt font with timeframe, 2-3 supporting metrics, growth chart (50%+ of slide). If pre-revenue: waitlist, LOIs, pilot results. [src5]

Verify: Investor can name your top metric and growth rate after 10 seconds. · If failed: Pull key number to ≥48pt font.

Step 6: Team Slide — Achievements, Not Titles

Duration: 15 minutes · Tool: Presentation software

Photo + name + ONE standout achievement per founder. 2-3 people max. ≤15 words per person. [src2]

Verify: Investor understands each person's unique strength in 10 seconds. · If failed: Replace titles with verifiable achievements.

Step 7: Ask Slide — Specific, Justified, Milestone-Linked

Duration: 15 minutes · Tool: Presentation software

Exact dollar amount (≥48pt), use of funds (3-4 categories with %), 3 milestones (12-18 month), contact info. [src1]

Verify: Investor knows how much, what for, and what you'll achieve. · If failed: Model costs before fundraising.

Output Schema

{
  "output_type": "populated_pitch_deck",
  "format": "presentation file (PPTX, Google Slides, Figma)",
  "columns": [
    {"name": "slide_number", "type": "number", "description": "Position in deck", "required": true},
    {"name": "slide_title", "type": "string", "description": "Section title", "required": true},
    {"name": "content_status", "type": "string", "description": "complete/needs-data/needs-visual", "required": true},
    {"name": "word_count", "type": "number", "description": "Body text word count (target: ≤30)", "required": true},
    {"name": "has_visual", "type": "boolean", "description": "Includes chart/screenshot/diagram", "required": true},
    {"name": "quality_score", "type": "number", "description": "1-5 rating", "required": true}
  ],
  "expected_row_count": "10-15",
  "sort_order": "slide_number ascending",
  "deduplication_key": "slide_number"
}

Quality Benchmarks

Quality MetricMinimum AcceptableGoodExcellent
Word count per slide< 50 words< 30 words< 20 words + visual
60-second comprehensionKey idea in 60sUnderstood in 30sUnderstood in 15s
Data citations1 per data slide2+ per data slidePrimary + secondary sources
Product visuals1 screenshot2-3 with annotationsDemo GIF or prototype link
Traction with timeframes1 metric3+ metricsCohort charts + growth curves

If below minimum: Remove text rather than adding. Replace words with visuals wherever possible.

Error Handling

ErrorLikely CauseRecovery Action
Slide has > 50 wordsExplaining too muchSplit slide or move detail to appendix
Investor confused after 60sMultiple ideas on one slideRemove secondary message
No product visual on solutionProduct not built yetCreate Figma mockup or wireframe
Traction slide looks emptyPre-revenue startupShow waitlist, LOIs, pilot agreements
Market size feels arbitraryTop-down onlyCalculate SOM from customers × ARPU
Team slide feels genericJob titles without achievementsReplace with specific accomplishments

Cost Breakdown

ComponentFree TierPaid TierAt Scale
Presentation toolGoogle Slides: $0Canva Pro: $12.99/moFigma: $12/mo
Stock imagesUnsplash: $0Shutterstock: $29/moCustom: $500+
CopywritingDIY: $0Freelance: $200-500Specialist: $1,000-2,000
Design reviewPeer: $0Freelance: $100-200Agency: $2,000-5,000
Total per deck$0$300-700$3,500-7,000

Anti-Patterns

Wrong: Walls of text explaining the solution

A solution slide with 100+ words and no product visual gets skipped entirely at 3.2-minute average review times. [src7]

Correct: Product screenshot takes 50%+ of the slide

Let the visual communicate. Use 3 short bullets for benefits, not features.

Wrong: Vanity metrics without engagement context

Downloads or signups without activation, retention, or revenue data are red flags. [src5]

Correct: Pair acquisition metrics with engagement metrics

Show the full funnel: downloads → MAU → paid conversion → revenue.

Wrong: Generic team bios with job titles

"CEO, 10 years in tech" signals nothing about execution capability. [src2]

Correct: Specific, verifiable achievements per person

Highlight what each person built, shipped, or scaled — concrete results investors can verify.

When This Matters

Use this recipe after determining deck structure to populate each slide with investor-quality content. Requires business data and product visuals — handles content creation and design rules, not deck structure or slide ordering.

Related Units