This split makes outputs highly consistent — the visual system behaves deterministically, so two identical prompts produce identically laid-out decks.
Showing 10 of 72 layout patterns. The full library covers every standard McKinsey deck type.
Code inspection confirmed: MckEngine wraps python-pptx with 67 high-level methods (eng.cover(), eng.timeline(), eng.donut() etc.), 72 slide types (1 retired), and a three-layer file integrity guard. QA pipeline (qa.py + run_qa_tests.py) verified. Ease of Use significantly lower than prior estimate: the previously shown python generate.py command does not exist — this is a Claude Code Skill, not a CLI tool. Dependencies heavier than displayed: rembg (pulls ~150MB onnxruntime ML runtime) and tencentcloud-sdk-python. AI cover image feature requires Tencent Hunyuan API key (primarily available to China-region users); core layout generation works without it.