/gaia-slide-deck
user-facingWhat it does
/gaia-slide-deck creates a presentation slide deck with a narrative arc (hook, build, payoff), visual-design specs, and speaker notes. Each slide carries exactly one key message. The command defines an explicit visual-design system (color palette, typography, layout) before generating slides.
When to use it
- You need a presentation for a conference talk, team meeting, quarterly review, or workshop -- any deck that is not an investor pitch.
- You want a narrative-arc structure (hook, build, payoff) with one key message per slide and speaker notes.
- You want visual-design specifications (color palette, typography, layout) generated alongside the content.
Prerequisites
- No strict prerequisites. Works best when planning artifacts exist for context.
How to invoke
/gaia-slide-deck Quarterly engineering review
What it does step by step
- Audience and purpose Collects topic, audience, desired takeaway, and presentation context.
- Content inventory Gathers key messages, data points, and visual assets.
- Narrative arc Maps every slide to hook, build, or payoff.
- Slide outline Creates the slide-by-slide outline with one key message per slide.
- Visual design Defines the visual-design system (colors, typography, layout patterns).
- Generate artifact Writes to
.gaia/artifacts/creative-artifacts/slide-deck-{date}.md.
Inputs
| Input | Source | Description |
|---|---|---|
topic | Command argument (optional) | The topic or challenge. If omitted, the command asks. |
Outputs
| Output | Location | Description |
|---|---|---|
| Creative artifact | .gaia/artifacts/creative-artifacts/ | The session output document. |
Example session
> /gaia-slide-deck Quarterly engineering review
Audience: Engineering leadership
Takeaway: Ship velocity is up, tech debt is down.
15 slides designed with speaker notes.
Visual system: corporate blue palette, Inter typeface.
Written to .gaia/artifacts/creative-artifacts/slide-deck-2026-05-07.md
What to run next
- Review and refine the slides, speaker notes, and visual-design specs.
/gaia-storytelling-- craft a stronger narrative for the deck's core message.
Troubleshooting
Topic not provided
The command asks for your topic interactively if no argument is given.