← ClaudeAtlas

cross-functional-deck-assemblylisted

Turns finished material — an analysis, a document, a set of findings — into a deck: one message per slide, the evidence that supports each message named, an explicit cut list, and the rule that a slide with no takeaway line is not finished. Use when existing work has to become slides for a meeting, and when a draft deck is bloated, unsequenced, or ends without an ask. Trigger on 'turn this into a deck', 'build slides from this', 'make a presentation out of this analysis', 'tidy up these slides', 'we present this on Thursday', 'can you produce a pptx'. Not for preparing a governance pack where the decision rights and appendix split matter (use executive-board-pack-preparation), not for a recurring delivery update (use operations-project-status-report), and not for a customer-facing commercial proposal (use sales-proposal-assembly).
alihusains/enterprise-skills · ★ 0 · AI & Automation · score 73
Install: claude install-skill alihusains/enterprise-skills
# Deck assembly from existing material ## Purpose Most bad decks are not badly designed; they are a document paginated. Every slide carries three points, none of them stated, and the audience reconstructs the argument from bullet fragments while the presenter narrates. This skill converts finished material into a sequence where each slide makes exactly one claim, that claim is written on the slide, and the evidence for it is named — and it forces the cut, which is the step that is always skipped. ## Prerequisites - **Inputs:** the underlying material in finished form — not an intent to produce it. If the analysis is not done, stop: a deck built over unfinished analysis hardcodes conclusions that have not been reached. - **Audience and decision:** who is in the room, what they already know, how long you have, and what you need from them at the end. Without the ask, sequencing is arbitrary. If it is not supplied, ask for it before building. - **Runtime, if a `.pptx` is required:** code execution plus a presentation library in the environment — commonly `python-pptx`. Verify by import at step 0 and stop by name if it is unavailable. Offer a slide-by-slide outline in text as the alternative rather than failing at the export step. - **Assets:** where the deck must follow a house template or brand, the template file. Do not approximate a brand from memory. ## Procedure 1. **Verify the prerequisites**, including the library import if a file is to be produced