← ClaudeAtlas

iw-pitch-decklisted

Generates branded PowerPoint presentations using python-pptx with cookbook slide layouts. Use when asked to create a deck, presentation, pitch, slides, or PowerPoint. Triggers on "deck", "presentation", "pitch", "slides", "powerpoint", "pptx", "/iw-deck", or when creating presentation materials.
innovation-ways/iw-ai-core · ★ 0 · Data & Documents · score 67
Install: claude install-skill innovation-ways/iw-ai-core
# Innovation Ways Pitch Deck Generator ## Purpose Generate branded PowerPoint presentations (.pptx) using python-pptx cookbook scripts as layout references. Each slide is composed programmatically with consistent brand colors, fonts, and spacing. Output is a single .pptx file with speaker notes on every slide. ## Prerequisites Before generating, load these dependencies: 1. **Brand configuration**: Read `templates/brand/brand.json` for colors, fonts, company info 2. **Tone of voice**: Read `templates/brand/tone-of-voice.md` — use "Client Communication Voice" for pitch/product, "Documentation Voice" for technical 3. **Cookbook scripts**: Read the relevant scripts from `skills/iw-pitch-deck/cookbook/` as reference patterns for each layout type 4. **Slide selection guide**: Read `skills/iw-pitch-deck/references/slide-selection-guide.md` for layout decisions, variety rules, and diagram embedding workflow ## Instructions ### 1. Determine Presentation Type Select based on the `--type` flag or infer from the topic: | Type | When to Use | Target Slides | Key Focus | |------|-------------|:------------:|-----------| | **pitch** | Selling a product/service, investor deck, client proposal | 10-15 | Problem → solution → value → proof | | **product** | Feature walkthrough, product demo companion, launch deck | 15-20 | Features, architecture, demo flow | | **technical** | Architecture review, tech deep-dive, engineering showcase | 15-25 | Systems, data flows, infrastructure | | **u