Impact on two stakeholder groups
Compare how a workflow change affects two stakeholder groups
Try in PlaygroundExample brief
We are rolling out a digital triage pathway and need a slide comparing the impact on patients and on triage nurses across the same dimensions. At first contact, patients self check-in via kiosk or phone while nurses see a queue auto-prioritised by acuity rather than arrival order. For wait visibility, patients get a live position and estimated wait on a screen while nurses see caseload and escalations on one board - the most important dimension. For information, patients enter symptoms once before being seen while nurses get a structured history pre-populated in the record. For escalation, red-flag symptoms route to a clinician at once while nurses face fewer interruptions for low-acuity questions. The point is that both sides gain from the same change: patients wait by need and nurses triage by signal.
Render it
Structured intent — create_slide payload
Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.
{
"form": "editorial_split",
"variant": "stakeholder_impact_split",
"headline": "The new digital triage pathway changes the day for patients and nurses alike",
"context": "Side-by-side impact of the rollout",
"takeaway": "Both sides gain from the same change: patients wait by need, nurses triage by signal.",
"data": {
"dimensions": [
{
"dimension": "First contact",
"left": "Self check-in on arrival via kiosk or phone",
"right": "Queue auto-prioritised by acuity, not arrival order"
},
{
"dimension": "Wait visibility",
"left": "Live position and estimated wait on a screen",
"right": "Caseload and escalations visible on one board",
"emphasis": "primary"
},
{
"dimension": "Information",
"left": "Symptoms entered once, before being seen",
"right": "Structured history pre-populated in the record"
},
{
"dimension": "Escalation",
"left": "Red-flag symptoms routed to a clinician at once",
"right": "Fewer interruptions for low-acuity questions"
}
],
"before_label": "Patients",
"after_label": "Triage nurses"
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"editorial_split","variant":"stakeholder_impact_split","headline":"The new digital triage pathway changes the day for patients and nurses alike","context":"Side-by-side impact of the rollout","takeaway":"Both sides gain from the same change: patients wait by need, nurses triage by signal.","data":{"dimensions":[{"dimension":"First contact","left":"Self check-in on arrival via kiosk or phone","right":"Queue auto-prioritised by acuity, not arrival order"},{"dimension":"Wait visibility","left":"Live position and estimated wait on a screen","right":"Caseload and escalations visible on one board","emphasis":"primary"},{"dimension":"Information","left":"Symptoms entered once, before being seen","right":"Structured history pre-populated in the record"},{"dimension":"Escalation","left":"Red-flag symptoms routed to a clinician at once","right":"Fewer interruptions for low-acuity questions"}],"before_label":"Patients","after_label":"Triage nurses"}}'Related templates
Agenda
Show two-day workshop schedule details
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
Frequently asked questions
How do I render the Impact on two stakeholder groups 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 Impact on two stakeholder groups deterministically — editable PowerPoint in under a second.