Program health matrix
September pilot at risk due to Data Platform and Decision Rules
Try in PlaygroundExample brief
The AI-enabled claims transformation program is facing risks due to two main areas: Data Platform capacity and Decision-Rule timing. These two workstreams have red flags, indicating a high level of risk. Specifically, Data Platform has red flags in Schedule, Resources, and Risk, while Decision Rules has red flags in Schedule and Risk. Intake Automation, Document AI, Human Review, and Change Adoption also have some amber flags, but Data Platform and Decision Rules are the most critical. The program's health is concentrated in these two workstreams, and intervention is necessary before the September pilot to mitigate these risks.
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": "The AI-enabled claims transformation program is facing risks due to two main areas: Data Platform capacity and Decision-" }'Structured intent (this template)
{
"pattern": "status_dashboard",
"title": "Two red clusters - data-platform capacity and decision-rule timing - threaten the September pilot",
"subtitle": "AI-enabled claims transformation - program health",
"variant": "health_dimension_matrix",
"dimensions": [
"Scope",
"Schedule",
"Budget",
"Resources",
"Risk",
"Quality"
],
"rows": [
{
"item": "Intake Automation",
"owner": "Anna"
},
{
"item": "Document AI",
"owner": "Mateo"
},
{
"item": "Decision Rules",
"owner": "Priya"
},
{
"item": "Human Review",
"owner": "Lukas"
},
{
"item": "Data Platform",
"owner": "Sven"
},
{
"item": "Change Adoption",
"owner": "Elise"
}
],
"cells": [
{
"item": "Intake Automation",
"dimension": "Scope",
"status": "green"
},
{
"item": "Intake Automation",
"dimension": "Schedule",
"status": "amber"
},
{
"item": "Intake Automation",
"dimension": "Budget",
"status": "green"
},
{
"item": "Intake Automation",
"dimension": "Resources",
"status": "green"
},
{
"item": "Intake Automation",
"dimension": "Risk",
"status": "amber"
},
{
"item": "Intake Automation",
"dimension": "Quality",
"status": "green"
},
{
"item": "Document AI",
"dimension": "Scope",
"status": "green"
},
{
"item": "Document AI",
"dimension": "Schedule",
"status": "amber"
},
{
"item": "Document AI",
"dimension": "Budget",
"status": "amber"
},
{
"item": "Document AI",
"dimension": "Resources",
"status": "red"
},
{
"item": "Document AI",
"dimension": "Risk",
"status": "amber"
},
{
"item": "Document AI",
"dimension": "Quality",
"status": "amber"
},
{
"item": "Decision Rules",
"dimension": "Scope",
"status": "amber"
},
{
"item": "Decision Rules",
"dimension": "Schedule",
"status": "red"
},
{
"item": "Decision Rules",
"dimension": "Budget",
"status": "green"
},
{
"item": "Decision Rules",
"dimension": "Resources",
"status": "amber"
},
{
"item": "Decision Rules",
"dimension": "Risk",
"status": "red"
},
{
"item": "Decision Rules",
"dimension": "Quality",
"status": "amber"
},
{
"item": "Human Review",
"dimension": "Scope",
"status": "green"
},
{
"item": "Human Review",
"dimension": "Schedule",
"status": "green"
},
{
"item": "Human Review",
"dimension": "Budget",
"status": "green"
},
{
"item": "Human Review",
"dimension": "Resources",
"status": "amber"
},
{
"item": "Human Review",
"dimension": "Risk",
"status": "green"
},
{
"item": "Human Review",
"dimension": "Quality",
"status": "amber"
},
{
"item": "Data Platform",
"dimension": "Scope",
"status": "amber"
},
{
"item": "Data Platform",
"dimension": "Schedule",
"status": "red"
},
{
"item": "Data Platform",
"dimension": "Budget",
"status": "amber"
},
{
"item": "Data Platform",
"dimension": "Resources",
"status": "red"
},
{
"item": "Data Platform",
"dimension": "Risk",
"status": "red"
},
{
"item": "Data Platform",
"dimension": "Quality",
"status": "amber"
},
{
"item": "Change Adoption",
"dimension": "Scope",
"status": "amber"
},
{
"item": "Change Adoption",
"dimension": "Schedule",
"status": "amber"
},
{
"item": "Change Adoption",
"dimension": "Budget",
"status": "green"
},
{
"item": "Change Adoption",
"dimension": "Resources",
"status": "amber"
},
{
"item": "Change Adoption",
"dimension": "Risk",
"status": "amber"
},
{
"item": "Change Adoption",
"dimension": "Quality",
"status": "green"
}
],
"caution": "Data Platform capacity and Decision-Rule timing are the two red clusters.",
"takeaway": "Health concentrates risk in two workstreams - intervene there before the September pilot."
}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
Grouped comparison bars
Pipeline coverage is ahead of last year but below target in two regions
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Frequently asked questions
How do I render the Program health matrix 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 Program health matrix deterministically — editable PowerPoint in under a second.