What problem does it solve? Building polished, editable PowerPoint decks from a short prompt is slow and error-prone, and generated decks often suffer from text collisions, placeholder leftovers, and generic boxed layouts. This Skill turns a brief into a designed, PPTX-safe presentation with enforced design gates and headless QA. ## Core Features & Use Cases - Deck Authoring Pipeline: Classifies requests (full deck, single slide, visual refresh, API question, UI mockup), then runs narrative, design brief, slide build, export, and rendered QA stages. - Editable PPTX Output: Uses Granola JSX primitives (text, image, chart, table, shape) from the bundled @oai/artifact-tool package so slides remain native and editable rather than screenshots. - Automated Quality Checks: Scripts create an isolated workspace and inspect the saved PPTX package for zero-byte media, invalid PNGs, placeholder text, and debug artifacts without opening desktop apps. - Use Case: Ask for a 10-slide investor update on quarterly metrics; the Skill plans the narrative, builds chart and table slides in JSX, exports output.pptx, renders PNG previews, and reports any layout defects. ## Quick Start Ask the agent to create a presentation deck on your topic, for example: create a 10-slide pitch deck about our Q3 product launch and export it as a PPTX file.