Example brief
Create a stage-output flow titled 'Each phase of the assessment closes with a decision-ready deliverable' with stages Discovery (interview stakeholders; output current-state map), Analysis (benchmark and size gaps; output gap & benchmark pack), Design (target operating model and roadmap; output target blueprint, emphasized), Pilot (contained pilot validating the business case; output validated case).
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 stage-output flow titled 'Each phase of the assessment closes with a decision-ready deliverable' with stages Di" }'Structured intent (this template)
{
"pattern": "linear_flow",
"variant": "stage_output_flow",
"title": "Each phase of the assessment closes with a decision-ready deliverable",
"subtitle": "Four-step diagnostic engagement model",
"stages": [
{
"title": "Discovery",
"icon": "search",
"body": "Interview stakeholders and inventory current systems and data flows.",
"output": "Current-state map"
},
{
"title": "Analysis",
"icon": "bar-chart",
"body": "Benchmark performance against peers and size the opportunity gaps.",
"output": "Gap & benchmark pack"
},
{
"title": "Design",
"icon": "edit-3",
"body": "Shape the target operating model and prioritise the initiative roadmap.",
"output": "Target blueprint",
"emphasis": "primary"
},
{
"title": "Pilot",
"icon": "rocket",
"body": "Stand up a contained pilot and validate the business case on live data.",
"output": "Validated case"
}
],
"takeaway": "Every phase ends in an artifact the client can act on — no open-ended workstreams."
}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 Stage-output flow 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 Stage-output flow deterministically — editable PowerPoint in under a second.