ProcessComposable · Yields to: Craft
Slidify
End-to-end PowerPoint presentation generator. JSON specs, templates, auto speaker notes, charts, diagrams, and animations.
When to Use
- User says "make a presentation", "create slides", "generate pptx"
- User invokes
/slidify - Building slide decks from any content
Triggers
/slidify
"make a presentation", "create slides", "generate pptx",
"make a deck", "export to pdf", "add watermark"Examples
Example 1
Generate a presentation from research
Research a topic, then create a slide deck about it.
/researcher → /slidify
Researcher gathers findings on MoE architecture trends.
Slidify generates:
- Title slide with custom branding
- Executive summary (1 slide)
- Key findings (3-4 slides with charts)
- Architecture diagram (auto-generated)
- Comparison table (MoE vs dense models)
- Conclusion with next steps
- Speaker notes for every slideExample 2
Create deck from project plan
Convert a PRD into a stakeholder presentation.
/plan → /slidify
Planner creates a PRD for a new feature. Slidify converts it:
- Problem slide (user pain points)
- Solution overview (feature description)
- Architecture diagram (system design)
- Timeline slide (milestones and dates)
- Success metrics (KPIs and targets)
- Risks and mitigations
- Q&A slideExample 3
Apply brand template
Use an existing brand template for consistent styling.
/slidify apply brand template to this presentation
The agent applies:
- Company colors and fonts
- Logo placement (header/footer)
- Watermark if required
- Consistent slide transitions
- Branded chart colorsArchitecture
Slidify uses a two-layer architecture:
- Slide Spec (JSON) — you write and edit this; humans can read and tweak it
- Code Layer (JS) — generated from the spec; you run it
Core philosophy: 1 image > 2 slides of text. Visuals are processed 60,000x faster than text.