Skip to main content
ClaudeWave
Slash Command484 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/seulee26/mckinsey-pptx/HEAD/commands/mckinsey-deck.md -o ~/.claude/commands/mckinsey-deck.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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.