Workstream status table
GenAI project is on track, but DPIA needs a decision
Try in PlaygroundExample brief
The GenAI customer-service transformation project is broadly on track, with most items progressing as planned, such as the Virtual Agent MVP at 78% and Model Evaluation at 70%, but the Data Privacy / DPIA item is at risk with only 35% progress and needs a steering decision this week to avoid blocking the July pilot, with other items like Knowledge Base Migration and Agent Desktop Integration also requiring attention to meet their due dates.
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 GenAI customer-service transformation project is broadly on track, with most items progressing as planned, such as t" }'Structured intent (this template)
{
"pattern": "status_dashboard",
"title": "Delivery is broadly on track, but data privacy needs a steering decision this week",
"subtitle": "GenAI customer-service transformation - May 2026",
"variant": "workstream_status_table",
"rows": [
{
"item": "Virtual Agent MVP",
"status": "green",
"progress": 78,
"owner": "Lea",
"due": "21 Jun",
"next_action": "Complete UAT with top 20 intents"
},
{
"item": "Knowledge Base Migration",
"status": "amber",
"progress": 61,
"owner": "Marco",
"due": "28 Jun",
"next_action": "Resolve duplicate policy articles"
},
{
"item": "Data Privacy / DPIA",
"status": "red",
"progress": 35,
"owner": "Sarah",
"due": "14 Jun",
"next_action": "Approve retention rule + escalation",
"emphasis": "primary"
},
{
"item": "Agent Desktop Integration",
"status": "amber",
"progress": 54,
"owner": "Jonas",
"due": "30 Jun",
"next_action": "Finalize CRM API throttling"
},
{
"item": "Model Evaluation",
"status": "green",
"progress": 70,
"owner": "Priya",
"due": "18 Jun",
"next_action": "Sign off hallucination test set"
},
{
"item": "Change & Training",
"status": "amber",
"progress": 44,
"owner": "Nina",
"due": "5 Jul",
"next_action": "Confirm pilot cohort leads"
},
{
"item": "Run Operations",
"status": "green",
"progress": 50,
"owner": "Oliver",
"due": "12 Jul",
"next_action": "Define L2 support handoff"
}
],
"caution": "The DPIA decision is the only blocker to the July pilot.",
"takeaway": "On track overall - the DPIA red item needs a steering decision this week."
}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 Workstream status table 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 Workstream status table deterministically — editable PowerPoint in under a second.