pitch-decklisted
Install: claude install-skill sorawit-w/agent-skills
# Pitch Deck
Construct an investor-ready pitch deck from founder inputs. Output is a single
self-contained HTML file built on Reveal.js. The narrative is the deliverable; the
slide template is the scaffold that keeps the narrative honest.
## What this skill produces
Every run produces exactly THREE files inside the resolved pitch root
(see Phase 0 Step 0.0 for path resolution; default is `docs/pitch/` for
solo runs, `docs/startup-kit/pitch/` when invoked via orchestrator):
1. **`deck.html`** — single self-contained HTML file. Reveal.js-based, keyboard
nav (←/→/Space/Esc), AAA contrast for projection, prints cleanly to PDF via
`?print-pdf` query param + CSS paged media, zero network dependencies (all JS/CSS
inline, images base64 if any).
2. **`speaker-notes.md`** — per-slide speaker notes with the 15–30 second spoken
version of each slide's message and the most likely investor pushback.
3. **`deck-checklist.md`** — before-you-send-this-deck checklist covering the
required-slot gate, the 90-second read test, and legal/disclosure reminders.
All three paths are named explicitly in the response (see Phase 3 Step 5).
Single-slide reworks still produce three files — the untouched files are
regenerated from prior content so the pitch folder stays consistent. All
three files go into the resolved pitch folder.
## What this skill is NOT
- **Not a template you fill in later.** Slides ship with real content or with explicit
`[fill in: …]` slots that block rendering