// Comprehensive pitch deck creation with conversational discovery, narrative structuring, and context-aware chunking strategies. This skill should be used when users request help creating pitch decks, investor presentations, fundraising decks, or startup presentations. It guides through narrative development, data collection, and professional slide creation.
| name | pitch-deck-builder |
| description | Comprehensive pitch deck creation with conversational discovery, narrative structuring, and context-aware chunking strategies. This skill should be used when users request help creating pitch decks, investor presentations, fundraising decks, or startup presentations. It guides through narrative development, data collection, and professional slide creation. |
| license | MIT |
This skill provides a comprehensive workflow for creating professional pitch decks through conversational discovery, narrative structuring, and technical execution with context-aware best practices.
Creating effective pitch decks requires balancing compelling storytelling with strategic information architecture. This skill guides the process from initial concept through final presentation, with special attention to:
Use this skill when:
CRITICAL: Before creating any slides, conduct a structured discovery interview to understand the pitch requirements. This prevents wasted effort and ensures the final deck aligns with user goals.
The discovery process should be conversational and adaptive, not a rigid questionnaire. Ask 2-3 questions at a time, then build on responses naturally. Focus on understanding the story before collecting details.
Start with high-level questions to understand the pitch context:
Pitch Type & Audience: "What type of pitch deck are you creating, and who's the primary audience? For example: pre-seed investors, enterprise customers, strategic partners, internal stakeholders, etc."
Core Narrative: "In 2-3 sentences, what's the most compelling story you want to tell? Think about the transformation or opportunity you're presenting."
Stage & Goals: "What stage is your company/product at, and what's your goal for this deck? For example: raising $2M seed round, closing enterprise deals, securing partnerships, etc."
Key Constraints: "Are there any specific constraints I should know about? For example: must be under 15 slides, needs to address specific concerns, follows a particular format, etc."
Based on initial responses, dive into the business model and value proposition:
Problem Definition: "Describe the problem you're solving. What pain point exists today, and how acute is it for your target customers?"
Solution Approach: "What's your solution, and why is it uniquely positioned to solve this problem? What's your unfair advantage?"
Market Opportunity: "What's the market size and your addressable segment? Are there any particularly compelling market dynamics or timing factors?"
Business Model: "How do you make money? What are your unit economics or revenue model?"
Traction & Validation: "What traction or validation do you have? This could be revenue, users, partnerships, pilot results, etc."
Competition: "Who are your main competitors or alternatives, and how are you differentiated?"
Gather the elements needed to craft a compelling narrative:
Founding Story: "Is there a compelling founding story or insight that led to creating this company/product?"
Customer Evidence: "Do you have any customer quotes, case studies, or success stories that illustrate your impact?"
Vision: "What's your long-term vision? Where do you see this in 3-5 years?"
Team: "What makes your team uniquely qualified? Any notable backgrounds, expertise, or relevant achievements?"
Milestones: "What are your key milestones or roadmap items for the next 12-18 months?"
Collect specific data points and existing materials:
Quantitative Data: "What are your key metrics or numbers? For example: revenue, growth rate, user count, retention, CAC/LTV, margins, etc."
Visual Materials: "Do you have any existing materials I should incorporate? For example: logos, brand colors, product screenshots, team photos, existing slides, etc."
Must-Include Elements: "Are there any specific slides, data points, or messages that absolutely must be included?"
BEFORE proceeding to Phase 2, assess the context implications:
Calculate estimated token usage:
Identify chunking needs:
Propose chunking approach (if needed): "Based on your requirements, we're looking at approximately [X] slides. To maintain quality and avoid context constraints, I recommend we build this deck in [2-3] phases:
We'll create each phase completely, then combine them at the end. This ensures every slide gets proper attention and design quality. Does this approach work for you?"
Document phase boundaries: If using chunking, clearly document in narrative plan which slides belong to which phase
After completing discovery, create a detailed narrative plan that serves as the blueprint for the deck.
Based on pitch type and discovery insights, recommend an appropriate slide sequence. Common structures:
Standard Investor Pitch (12-15 slides):
Product Pitch (8-12 slides):
CRITICAL: Adapt the sequence based on discovery insights. If the user has exceptional traction, move that slide earlier. If the team is the strongest asset, elevate it. The narrative should build momentum toward the most compelling elements.
For each slide, document:
Example outline entry:
Slide 7: "We've Grown 40% Month-Over-Month for 6 Months"
Core message: Our consistent growth demonstrates product-market fit and validates our approach
Supporting points:
- 10,000+ active users, up from 500 six months ago
- 85% of users remain active after 30 days (industry benchmark: 25%)
- NPS score of 72 (promoter-heavy user base)
- Zero paid marketing spend - all organic and referral growth
Visual strategy: Large growth chart showing MoM trajectory, with key metrics callouts around it
Speaker notes: "This isn't a spike - it's sustained, compounding growth driven by genuine product love. Our users are becoming our sales team, and retention numbers show they're staying because we're solving a real problem for them."
Data requirements: Monthly user count for last 6 months, retention cohort data, NPS score
Review the complete outline and validate:
Present the complete narrative outline to the user for approval before proceeding to design. Make it easy to review by presenting in a clear, scannable format.
Once the narrative plan is approved, execute the technical creation using the pptx skill and html2pptx workflow.
CRITICAL: Pitch decks must balance professionalism with visual impact. Follow these principles:
Whitespace is strategic: Each slide should have 40-60% whitespace. Crowded slides lose impact.
One idea per slide: If a slide tries to communicate multiple ideas, split it into multiple slides.
Typography hierarchy:
Color strategy:
Data visualization:
Layout patterns:
IMPORTANT: Read /mnt/skills/public/pptx/SKILL.md completely before beginning slide creation. The pptx skill contains critical requirements for html2pptx workflow.
Follow this execution sequence:
Read pptx skill documentation: view /mnt/skills/public/pptx/SKILL.md (no range limits - read entire file)
Read html2pptx documentation: view /mnt/skills/public/pptx/html2pptx.md (no range limits - read entire file)
Install html2pptx if needed: Verify installation with npm list -g @ant/html2pptx and install if necessary
Create shared CSS file: Define CSS variables for colors, typography, and spacing that will be used across all slides
Create HTML files for each slide:
<style> tags<h1>, <p>, <ul>, etc.)class="placeholder" for chart/table areasCreate conversion script: Write JavaScript to convert HTML to PPTX using html2pptx library and PptxGenJS
Execute and validate: Run the conversion script and generate thumbnail grid for visual validation
Iterate if needed: Fix any layout issues, text overflow, or visual problems identified in thumbnails
If using a multi-phase approach (recommended for >15 slides):
Phase execution:
/mnt/user-data/outputs/Phase handoff checklist:
Combination approach:
After initial creation, support iterative improvement:
Visual review: Generate and examine thumbnail grid for layout issues
Content refinement: Offer to adjust messaging, data presentation, or narrative flow based on feedback
Design iteration: Make styling adjustments, color changes, or layout modifications
Export preparation: Ensure final PPTX is in /mnt/user-data/outputs/ with clear filename
Usage guidance: Provide brief tips for presenting the deck effectively
For additional guidance on pitch deck best practices, narrative construction, and data visualization, see:
references/pitch-deck-best-practices.md - Comprehensive guide to effective pitch decksreferences/data-visualization-guide.md - Chart types, design patterns, and storytelling with datareferences/narrative-frameworks.md - Story structures and persuasion techniquesThis skill leverages the pptx skill for presentation creation. Ensure the following are available:
/mnt/skills/public/pptx/All technical execution should follow the workflows documented in /mnt/skills/public/pptx/SKILL.md.