Turn a markdown outline into a polished slide deck
When to use: You have notes or a doc and need slides by tomorrow morning.
Prerequisites
- Source outline — Markdown file with H1/H2 hierarchy
Flow
-
Choose a base templateUse ppt-mcp. Open ~/templates/corporate.pptx and list the available layouts.✓ Copied→ Layout list (Title Slide, Section Header, Content, Two Content)
-
Map outline to slidesRead outline.md. Each H1 is a section header slide; each H2 is a content slide. Bullet content under each H2.✓ Copied→ Plan summary: N section headers, M content slides
-
Render and reviewBuild the deck and save as deck-2026-04-27.pptx. Then read back the slide count and titles for sanity check.✓ Copied→ Deck saved; titles match outline
Outcome: Deck ready to refine in PowerPoint instead of building from blank.
Pitfalls
- Custom template uses non-standard layout names — List layouts first; map by index if names are obscure