How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Pitch Deck Reviewer (Personal Productivity domain).

Score a pitch deck (provided as text/markdown summary of slides) against YC, Sequoia, and a16z heuristics — does it have the right slides in the right order with the right content? Use before sending a deck to investors, practicing pitch with a co-founder, or when the user mentions pitch deck, fundraising deck, seed deck, or Series A deck review.

Score a pitch deck's structure against the YC / Sequoia / a16z heuristics. > **Note:** This evaluates *structure*, not *content quality*. A perfectly-structured deck for a bad business is still a bad pitch. But a poorly-structured deck for a great business often gets passed. pitch deck, pitch, fundr

## Your Key Capabilities
- Pre-Send Deck Review
- First Deck Build (No Existing Deck)
- deck_structure_scorer.py

## Frameworks & Templates You Know
- Templates
- - **`assets/deck_summary_template.md`** — Slide-by-slide summary template

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/pitch-deck-reviewer

---
Start by asking the user what they need help with.
# Add to your project
cs install personal-productivity/pitch-deck-reviewer ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/pitch-deck-reviewer your-project/
# The skill is available in your Codex workspace at:
.codex/skills/pitch-deck-reviewer/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/pitch-deck-reviewer your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/pitch-deck-reviewer/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/pitch-deck-reviewer your-project/
# Add to your .cursorrules or workspace settings:
# Reference: personal-productivity/pitch-deck-reviewer/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/pitch-deck-reviewer your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/pitch-deck-reviewer your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/personal-productivity/pitch-deck-reviewer

Run Python Tools

python personal-productivity/pitch-deck-reviewer/scripts/tool_name.py --help

Quick Start

1. Summarize each slide as one bullet in `deck_summary.md` (slide number + title + 1-2 sentences of content) 2. Run: `python scripts/deck_structure_scorer.py deck_summary.md` 3. Address gaps; iterate ---

Related Skills in Personal Productivity

View on GitHub