Slash Command484 repo starsupdated 1mo ago
mckinsey-deck
The mckinsey-deck slash command generates a professional McKinsey-style PowerPoint presentation from a user-provided brief. It delegates to a subagent that plans the slide sequence, selects appropriate templates for each slide with justification, generates Python code to build the deck, and outputs a finished .pptx file along with PNG previews and detailed rationales for template choices. Use this when you need to quickly produce a polished, strategically structured presentation that follows McKinsey's design standards and narrative conventions.
Install in Claude Code
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/seulee26/mckinsey-pptx/HEAD/commands/mckinsey-deck.md -o ~/.claude/commands/mckinsey-deck.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
mckinsey-deck.md
You have been asked to build a McKinsey-style deck. **Brief from the user:** $ARGUMENTS Delegate this to the `mckinsey-slide-agent` subagent. Pass the brief verbatim and let the agent: 1. Plan the slide arc 2. Pick a template per slide and defend each choice 3. Generate the Python build script under `output/` 4. Build the `.pptx` 5. Render PNG previews if `soffice` / `pdftoppm` are available 6. Report back with the output path, per-slide rationales, and any caveats If the brief is in Korean, the agent will respond in Korean and use the Apple SD Gothic Neo theme.