Building Modular Decks
I used to have The Deck. You know the one. Sixty slides, everything the product could possibly do, updated in a panic the night before every meeting. Half of it was irrelevant to whoever was in the room, so I would spend the first ten minutes of the call apologizing and hiding slides. When a number changed, I had to hunt through the whole thing to find every place it appeared. The Deck was a monolith, and like most monoliths, it was miserable to maintain and worse to use.
The fix is to stop thinking about decks as documents and start thinking about slides as parts.
Here is the mental model that changed how I work. A slide is a unit. It makes one point, it is self-contained, and it should be usable in three different presentations without modification. A deck, then, is not a thing you build and maintain. It is a thing you assemble, on demand, from your library of units, for the specific person sitting across from you.
Think of it like a home lab. You do not build one giant server that does everything, because the day one service goes down, the whole thing goes with it, and every change risks breaking something unrelated. You build services as separate, composable pieces and you wire them together as needed. Slides work the same way. When your customer overview slide is its own clean unit, you can drop it into a sales pitch, a partner briefing, or a webinar without rebuilding it three times.
So what does the library look like in practice? You build slides in categories that map to the jobs they do. You have a set of problem slides that frame the pain your product solves. You have solution slides. You have proof slides, the customer logos and the benchmark numbers and the case study one-liners. You have architecture slides for the technical audience and outcome slides for the executive who does not want architecture. You have pricing and packaging slides that live in exactly one place, so when pricing changes you update one slide and every future deck is correct.
When a meeting comes up, you do not open a template and start editing. You ask who is in the room and what they need to walk away believing, and then you pull the eight or twelve slides that get them there. A skeptical engineering lead gets the architecture and proof slides and none of the fluff. A VP who controls the budget gets problem, outcome, and pricing, and you leave the deep technical slides in the drawer. Same library, two completely different presentations, and you assembled each one in fifteen minutes instead of rebuilding from scratch.
The opinionated part of this is the discipline it demands, and I will be honest that it is the part people skip. A slide library only works if you actually maintain the library and not the individual decks. The moment you start making one-off edits to a slide inside a specific presentation and do not push that change back to the master, your library rots. Now you have four versions of the pricing slide floating around and no idea which one is current. That is the exact problem you were trying to escape, just distributed across more files.
The rule I hold myself to is that source of truth lives in the library, always. If I need to tweak a slide for a specific meeting, fine, but if that tweak is an improvement, it goes back into the master version. If it is a one-time customization, it dies with that deck and never contaminates the source. Treat your library like a code repository. There is a main branch, and everything else is disposable.
It takes more up-front work to build slides as clean, reusable units than to just keep bolting things onto The Deck. But the payoff shows up every single week, when a meeting lands on your calendar and building the deck for it is a fifteen-minute assembly job instead of a late night. Build the library once. Assemble forever.

