pitch-deck

ailabs-393/ai-labs-claude-skills · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/ailabs-393/ai-labs-claude-skills --skill pitch-deck
0 commentsdiscussion
summary

Generate professional PowerPoint pitch decks following industry best practices. This skill creates structured presentations for fundraising, sales, and business development using a proven 10-slide format.

skill.md

Pitch Deck Generator

Overview

Generate professional PowerPoint pitch decks following industry best practices. This skill creates structured presentations for fundraising, sales, and business development using a proven 10-slide format.

When to Use This Skill

Activate this skill when users request:

  • Investor pitch decks for fundraising
  • Sales or business development presentations
  • Product launch presentations
  • Startup pitch competition decks
  • Any structured business presentation following standard pitch deck format

Workflow

Step 1: Gather Information

Collect necessary information from the user to populate the pitch deck. Use a conversational approach to gather details across the following categories:

Required information:

  1. Company basics: Company name, tagline (one-liner describing what you do)
  2. Problem: What problem are you solving? Include data or statistics if available
  3. Solution: How does your product/service solve the problem? Key features and benefits
  4. Business model: How do you make money? Pricing, revenue streams

Recommended information (include if available): 5. Market opportunity: Market size (TAM/SAM/SOM), growth rate, market trends 6. Product details: Product features, screenshots, technology highlights 7. Traction: Key metrics, revenue, users, growth rate, milestones, customer testimonials 8. Competition: Competitors, competitive advantages, differentiation 9. Team: Founders and key team members with relevant background 10. Financials & Ask: Funding amount, use of funds, financial projections, milestones

Approach:

  • Ask open-ended questions to understand the business
  • Probe for specific metrics and data points when possible
  • For missing information, offer to create placeholder slides that can be updated later
  • Adapt the standard 10-slide structure based on available information

Step 2: Structure the Content

Organize the gathered information into the standard pitch deck structure:

  1. Title Slide: Company name + tagline
  2. Problem: Pain point being addressed
  3. Solution: Product/service overview
  4. Market Opportunity: Market size and growth
  5. Product: Features and capabilities
  6. Traction: Metrics and achievements
  7. Business Model: Revenue and pricing
  8. Competition: Competitive landscape
  9. Team: Key people
  10. Financials & Ask: Funding request and projections

Reference best practices: For detailed guidance on each slide's content and structure, consult references/pitch_deck_best_practices.md. Search for specific sections using grep:

grep -A 10 "### [Slide Number]. [Slide Name]" references/pitch_deck_best_practices.md

Step 3: Create the JSON Data File

Format the collected information as a JSON file that will be consumed by the pitch deck generation script. Create a file called pitch_data.json with the following structure:

{
  "company_name": "Company Name",
  "tagline": "One-line description of what you do",
  "problem": [
    "Problem statement 1 with data/statistics",
    "Problem statement 2 showing impact",
    "Problem statement 3 demonstrating urgency"
  ],
  "solution": [
    "How your product solves the problem",
    "Key feature 1 and its benefit",
    "Key feature 2 and its benefit",
    "Unique value proposition"
  ],
  "market": [
    "TAM: Total addressable market with $ figure",
    "SAM: Serviceable available market",
    "SOM: Serviceable obtainable market",
    "Market growth rate and trends"
  ],
  "product": [
    "Product feature 1",
    "Product feature 2",
    "Technology highlights",
    "User experience benefits"
  ],
  "traction": [
    "Revenue: $X (YY% growth)",
    "Users: X,XXX active users",
    "Key milestone 1",
    "Customer testimonial or social proof"
  ],
  "business_model": [
    "Revenue model (e.g., SaaS subscription)",
    "Pricing: $XX/month per user",
    "Unit economics: CAC, LTV, margins",
    "Sales channels"
  ],
  "competition": {
    "our_advantages": [
      "Advantage 1",
      "Advantage 2",
      "Unfair advantage/defensibility"
    ],
    "competitors": [
      "Competitor 1",
      "Competitor 2",
      "Alternative solutions"
    ]
  },
  "team": [
    "Founder 1: Name - Background and relevant experience",
    "Founder 2: Name - Background and relevant experience",
    "Key hire: Name - Background and why they matter",
    "Notable advisors"
  ],
  "financials": [
    "Raising: $X seed/Series A round",
    "Use of funds: XX% engineering, XX% sales, XX% ops",
    "Milestones with this funding",
    "Runway: X-X months to next milestone"
  ]
}

Notes:

  • All fields are optional except company_name
  • Use arrays for bullet points (will be rendered as bullet lists)
  • Competition can be either an object with our_advantages and competitors keys (for two-column layout) or a simple array
  • Keep bullet points concise (1-2 lines each)
  • Include specific numbers and metrics where possible

Step 4: Generate the PowerPoint

Execute the Python script to create the PowerPoint presentation:

python3 scripts/create_pitch_deck.py pitch_data.json output_filename.pptx

The script will:

  • Generate a professional PowerPoint file with proper formatting
  • Apply consistent color scheme and typography
  • Create slides based on available data (skipping sections if data not provided)
  • Output a .pptx file ready for presentation or further customization

Step 5: Review and Iterate

Present the generated pitch deck location to the user and offer to:

  • Add missing sections if information becomes available
  • Refine bullet points for clarity and impact
  • Adjust structure based on specific audience (investor vs. sales pitch)
  • Provide guidance on presenting the deck

Iteration approach:

  • User can update the JSON file with new information
  • Re-run the script to regenerate the updated presentation
  • For design customizations beyond the script's capabilities, advise manual editing in PowerPoint

Design Guidelines

The generated pitch deck follows these design principles:

Color Scheme:

  • Primary: Blue (#2962FF) for titles and emphasis
  • Secondary: Gray (#646464) for body text
  • Clean white background for readability

Typography:

  • Title slides: 54pt bold
  • Section titles: 40pt bold
  • Body text: 18-20pt with appropriate line spacing

Layout:

  • Consistent margins and spacing
  • One key message per slide
  • Bullet points limited to 3-5 items per slide
  • Two-column layouts for comparison slides

Visual Hierarchy:

  • Clear title at top of each slide
  • Content organized with proper spacing
  • Emphasis on readability and professional appearance

Best Practices Reference

For detailed guidance on pitch deck content, structure, and presentation tips, reference:

  • references/pitch_deck_best_practices.md - Comprehensive guide covering:
    • Standard 10-slide structure with examples
    • Content guidelines for each slide type
    • Design best practices
    • Common mistakes to avoid
    • Tailoring for different audiences (investor, sales, product launch)
    • Pre-pitch checklist

Load this reference when providing detailed advice on pitch content or structure.

Example Usage Scenarios

Scenario 1: Early-stage startup seeking seed funding

  • Focus on problem, solution, market opportunity, and team
  • Emphasize founder expertise and early traction
  • Include clear funding ask and use of funds

Scenario 2: Growth-stage company creating sales deck

  • Emphasize product features and customer ROI
  • Include customer testimonials and case studies
  • De-emphasize fundraising, focus on value proposition

Scenario 3: Product launch presentation

  • Focus on product features and market need
  • Include demo or product screenshots
  • Emphasize innovation and competitive positioning

Customization and Extensions

After generating the base deck:

  • Users can manually add images, charts, and custom graphics in PowerPoint
  • Suggest creating appendix slides for detailed backup information
  • Recommend PDF export for sharing (File → Save As → PDF in PowerPoint)
  • Advise on presentation timing (typically 10-15 minutes for 10 slides)

Troubleshooting

Script errors:

  • Ensure python-pptx library is installed: pip3 install python-pptx
  • Verify JSON file is properly formatted (use JSON validator if needed)
  • Check file paths are correct and user has write permissions

Content issues:

  • If slides appear crowded, reduce bullet points to 3-5 per slide
  • For complex competition analysis, consider manually creating comparison tables in PowerPoint
  • For financial projections, consider creating charts in Excel and importing as images

Resources

scripts/

  • create_pitch_deck.py: Python script that generates PowerPoint presentations from structured JSON data

references/

  • pitch_deck_best_practices.md: Comprehensive guide on pitch deck content, structure, and design principles
how to use pitch-deck

How to use pitch-deck on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add pitch-deck
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/ailabs-393/ai-labs-claude-skills --skill pitch-deck

The skills CLI fetches pitch-deck from GitHub repository ailabs-393/ai-labs-claude-skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/pitch-deck

Reload or restart Cursor to activate pitch-deck. Access the skill through slash commands (e.g., /pitch-deck) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.530 reviews
  • Benjamin Bansal· Dec 28, 2024

    Registry listing for pitch-deck matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Pratham Ware· Dec 16, 2024

    Solid pick for teams standardizing on skills: pitch-deck is focused, and the summary matches what you get after install.

  • Ren Wang· Nov 19, 2024

    Useful defaults in pitch-deck — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Yash Thakker· Nov 7, 2024

    We added pitch-deck from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Dhruvi Jain· Oct 26, 2024

    pitch-deck fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Sakura Chen· Oct 10, 2024

    I recommend pitch-deck for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Oshnikdeep· Sep 17, 2024

    Registry listing for pitch-deck matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Min Nasser· Sep 1, 2024

    Keeps context tight: pitch-deck is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Kaira Kapoor· Sep 1, 2024

    pitch-deck has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Min Thompson· Aug 20, 2024

    pitch-deck is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

showing 1-10 of 30

1 / 3