Prioritization 2x2
Prioritize our digital health initiatives for the hospital board.
Try in PlaygroundExample brief
Create a 2x2 prioritization matrix for our metropolitan hospital network’s digital health roadmap. The x-axis should represent the impact on patient outcomes, ranging from moderate to transformative, while the y-axis represents operational complexity from streamlined to resource-intensive. Categorize projects into High-Velocity Wins, Strategic Pillars, Incremental Gains, and De-prioritized items. Ensure the Predictive Sepsis Alert System is highlighted as the primary strategic focus, and include other initiatives like automated discharge summaries and remote monitoring to show a balanced portfolio of effort versus reward.
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": "position_map",
"variant": "prioritization_2x2",
"headline": "Immediate clinical efficiencies provide the capital runway for long-term care transformation",
"context": "FY25 Digital Health Roadmap - Patient Outcomes Impact vs. Operational Complexity",
"takeaway": "The Predictive Sepsis Alert System is our highest-priority clinical investment for the coming fiscal year.",
"data": {
"quadrants": [
{
"key": "top_left",
"label": "De-prioritize"
},
{
"key": "top_right",
"label": "Strategic Pillars"
},
{
"key": "bottom_left",
"label": "Incremental Gains"
},
{
"key": "bottom_right",
"label": "High-Velocity Wins"
}
],
"x_axis": {
"label": "Patient Outcomes Impact",
"low": "Moderate",
"high": "Transformative"
},
"y_axis": {
"label": "Operational Complexity",
"low": "Streamlined",
"high": "Resource Intensive"
},
"items": [
{
"label": "Discharge summaries",
"cell": "bottom_right"
},
{
"label": "Patient self-scheduling",
"cell": "bottom_right"
},
{
"label": "Sepsis alert system",
"cell": "top_right",
"emphasis": "primary"
},
{
"label": "Remote monitoring (RPM)",
"cell": "top_right"
},
{
"label": "Tele-stroke network",
"cell": "top_right"
},
{
"label": "Form transcription",
"cell": "bottom_left"
},
{
"label": "Cafeteria app upgrade",
"cell": "bottom_left"
},
{
"label": "Wayfinding kiosks",
"cell": "bottom_left"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"position_map","variant":"prioritization_2x2","headline":"Immediate clinical efficiencies provide the capital runway for long-term care transformation","context":"FY25 Digital Health Roadmap - Patient Outcomes Impact vs. Operational Complexity","takeaway":"The Predictive Sepsis Alert System is our highest-priority clinical investment for the coming fiscal year.","data":{"quadrants":[{"key":"top_left","label":"De-prioritize"},{"key":"top_right","label":"Strategic Pillars"},{"key":"bottom_left","label":"Incremental Gains"},{"key":"bottom_right","label":"High-Velocity Wins"}],"x_axis":{"label":"Patient Outcomes Impact","low":"Moderate","high":"Transformative"},"y_axis":{"label":"Operational Complexity","low":"Streamlined","high":"Resource Intensive"},"items":[{"label":"Discharge summaries","cell":"bottom_right"},{"label":"Patient self-scheduling","cell":"bottom_right"},{"label":"Sepsis alert system","cell":"top_right","emphasis":"primary"},{"label":"Remote monitoring (RPM)","cell":"top_right"},{"label":"Tele-stroke network","cell":"top_right"},{"label":"Form transcription","cell":"bottom_left"},{"label":"Cafeteria app upgrade","cell":"bottom_left"},{"label":"Wayfinding kiosks","cell":"bottom_left"}]}}'Frequently asked questions
How do I render the Prioritization 2x2 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 Prioritization 2x2 deterministically — editable PowerPoint in under a second.