Openings Block
Agenda Overview
A structured agenda slide for meetings, workshops, and briefings.
Agenda
Four decisions, one path
Orient the room around the sequence of topics and outcomes.
01
Context
02
Evidence
03
Decision
04
Next steps
Use Agenda Overview in your next deck — for free
STORYD writes a presentation around your topic and applies Agenda Overview across every slide. No template hunting, no copy-paste.
Free, no card. Exports to PPTX.
OPF Config
blocks:agenda-overview{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "Agenda Overview",
"subtitle": "A structured agenda slide for meetings, workshops, and briefings.",
"purpose": "Set expectations for a structured meeting or presentation.",
"narrative": {
"id": "what-so-what-now-what"
},
"keyMessages": [
"The discussion has a clear sequence.",
"Each section maps to a decision or outcome."
],
"tone": "formal",
"tags": [
"content-block",
"agenda-overview"
]
},
"design": {
"colors": {
"scheme": "slate-gray"
},
"fonts": {
"scheme": "segoe-ui"
},
"background": {
"type": "solid",
"color": "#ffffff"
},
"layoutPreferences": {
"density": "balanced",
"alignment": "left",
"animations": false,
"slideNumbers": false
}
},
"slides": [
{
"id": "agenda-overview",
"layout": "agenda",
"section": "Agenda Overview",
"elements": [
{
"id": "agenda-overview-title",
"type": "text",
"slot": "title",
"content": {
"text": "Four decisions, one path"
},
"style": {
"fontSize": 34,
"alignment": "left"
}
},
{
"id": "agenda-overview-subtitle",
"type": "text",
"slot": "subtitle",
"content": {
"text": "A focused agenda for the session."
},
"style": {
"fontSize": 16,
"lineHeight": 1.3
}
},
{
"id": "agenda-overview-points",
"type": "text",
"slot": "body",
"content": {
"bullets": [
"Context",
"Evidence",
"Decision",
"Next steps"
]
},
"style": {
"fontSize": 15,
"lineHeight": 1.25
}
}
],
"notes": "A structured agenda slide for meetings, workshops, and briefings."
}
]
}Preview this config live at pptx.dev/playground.
Use Case
Use when the audience needs to understand the session path before the content begins.
When to Use
For workshops, board updates, all-hands, or multi-section readouts.
When to Avoid
Avoid in short narrative pitches where an agenda would slow momentum.
Block Structure
agenda
Four decisions, one path
A focused agenda for the session.
- -Context
- -Evidence
- -Decision
- -Next steps
Best Practices
Keep agenda items parallel in structure.
Tie each item to an outcome.
Use no more than six sections.
Playground deep link: config=blocks:agenda-overview