pitch-deck-builderlisted
Install: claude install-skill sujanbhuiyan/Skills
# Pitch Deck Builder
## What this does
Produces a themed, 16:9 PowerPoint deck that follows a proven proposal arc —
from cover through problem, market, thesis, solution, competitive wedge,
roadmap, KPIs, three scenarios, investment, ROI, risks, asks, and close. The
generator centralizes the palette and fonts as constants so the whole deck
rebrands in one place, and ships title/content/divider slide helpers you can
reuse to extend the flow.
## When to use it
- Turning a strategy or growth plan into a client-facing presentation.
- You need an editable `.pptx` (not a PDF or HTML), branded consistently.
- A proposal needs the standard arc: problem → solution → wedge → roadmap →
numbers → asks.
## How to use it
1. Read [`references/deck-outline.md`](references/deck-outline.md) for the
slide-by-slide purpose and the content each slide needs.
2. Generate the starter deck (deterministic — prefer the script over building
slides by hand):
```bash
python scripts/build_deck.py # -> pitch_deck.pptx
python scripts/build_deck.py out.pptx "Title" "Subtitle" # custom path + cover text
```
The script requires `python-pptx` (`pip install python-pptx`); it exits with
a clear message if missing. No network access.
3. Rebrand by editing the constants at the top of `scripts/build_deck.py`:
`BRAND_PRIMARY`, `BRAND_ACCENT`, `BRAND_DARK`, `BRAND_LIGHT`,
`HEAD_FONT`, `BODY_FONT`. Re-run to regenerate.
4. Replace the placeho