Closing next steps
An action-first closing with the decision needed and next steps with owners.
Try in PlaygroundExample brief
Create a closing slide focused on next steps: headline 'What happens after today', a line about three moves over four weeks, and the steps — approve the pilot scope and budget (Steering Committee, this week, the immediate decision), confirm data access and security review (IT & Risk, week 2), stand up the joint delivery team (Delivery Lead, week 2). Sarah Keller is the contact.
Render it
Brief path
curl -X POST https://api.slideforge.dev/v1/render/auto \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{ "brief": "Create a closing slide focused on next steps: headline 'What happens after today', a line about three moves over four we" }'Structured intent (this template)
{
"pattern": "hero_statement",
"variant": "closing_next_steps",
"title": "What happens after today",
"subtitle": "Three moves over the next four weeks — the first needs a decision in this room.",
"next_steps": [
{
"label": "Approve the pilot scope and budget",
"sub": "Single workflow, one business unit, fixed four-week window",
"meta": "Steering Committee · this week",
"emphasis": "primary"
},
{
"label": "Confirm the data access and security review",
"sub": "Sandbox environment and the two source systems in scope",
"meta": "IT & Risk · week 2"
},
{
"label": "Stand up the joint delivery team",
"sub": "Two of ours, two of yours, one product owner",
"meta": "Delivery Lead · week 2"
}
],
"contacts": [
{
"name": "Sarah Keller",
"role": "Engagement Lead",
"email": "sarah.keller@firm.com"
}
]
}Related templates
Bars vs target marker
Margin recovery is visible but three units are below target
Diverging variance bars
Cloud hosting and contractor spend offset hiring delay savings
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Stacked composition bars
Compare media mix for FY25 and FY26
Frequently asked questions
How do I render the Closing next steps template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render Closing next steps deterministically — editable PowerPoint in under a second.