Workstream status table
Parks department project status dashboard
Try in PlaygroundExample brief
A detailed project tracking table for a municipal parks department's quarterly capital improvements. It covers seven distinct workstreams including pavilion construction, trail signage, and fleet upgrades. Each row includes a RAG status, completion percentage, owner, and clear next steps. One critical item regarding riverfront soil remediation is highlighted in red to signal a budget bottleneck that needs immediate board attention.
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": "status_dashboard",
"variant": "workstream_status_table",
"headline": "Capital improvements are progressing well, but the Riverfront soil remediation requires immediate budget approval",
"context": "Municipal Parks & Recreation Infrastructure Update - Q3 FY2025",
"caution": "The remediation funding gap is the primary risk to the Fall opening ceremony.",
"takeaway": "Operational tasks are stable - the Riverfront soil issue requires a council steering decision this week.",
"data": {
"rows": [
{
"item": "Oak Ridge Pavilion",
"status": "green",
"progress": 78,
"owner": "Marcus",
"due": "21 Sep",
"next_action": "Finalize roofing install and electrical inspection"
},
{
"item": "Trail Network Signage",
"status": "amber",
"progress": 61,
"owner": "Elena",
"due": "28 Sep",
"next_action": "Verify waypoint coordinates for North sector"
},
{
"item": "Riverfront Remediation",
"status": "red",
"progress": 35,
"owner": "Julian",
"due": "14 Sep",
"next_action": "Authorize Phase 2 hazardous waste disposal",
"emphasis": "primary"
},
{
"item": "Skate Park Expansion",
"status": "amber",
"progress": 54,
"owner": "Tasha",
"due": "30 Sep",
"next_action": "Confirm concrete curing schedule with vendor"
},
{
"item": "Aquatic Center HVAC",
"status": "green",
"progress": 70,
"owner": "Derek",
"due": "18 Sep",
"next_action": "Sign off on ventilation pressure testing"
},
{
"item": "Community Garden Pilot",
"status": "amber",
"progress": 44,
"owner": "Fiona",
"due": "05 Oct",
"next_action": "Recruit neighborhood plot coordinators"
},
{
"item": "Maintenance Fleet Upgrade",
"status": "green",
"progress": 50,
"owner": "Victor",
"due": "12 Oct",
"next_action": "Schedule delivery for electric utility vehicles"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"status_dashboard","variant":"workstream_status_table","headline":"Capital improvements are progressing well, but the Riverfront soil remediation requires immediate budget approval","context":"Municipal Parks & Recreation Infrastructure Update - Q3 FY2025","caution":"The remediation funding gap is the primary risk to the Fall opening ceremony.","takeaway":"Operational tasks are stable - the Riverfront soil issue requires a council steering decision this week.","data":{"rows":[{"item":"Oak Ridge Pavilion","status":"green","progress":78,"owner":"Marcus","due":"21 Sep","next_action":"Finalize roofing install and electrical inspection"},{"item":"Trail Network Signage","status":"amber","progress":61,"owner":"Elena","due":"28 Sep","next_action":"Verify waypoint coordinates for North sector"},{"item":"Riverfront Remediation","status":"red","progress":35,"owner":"Julian","due":"14 Sep","next_action":"Authorize Phase 2 hazardous waste disposal","emphasis":"primary"},{"item":"Skate Park Expansion","status":"amber","progress":54,"owner":"Tasha","due":"30 Sep","next_action":"Confirm concrete curing schedule with vendor"},{"item":"Aquatic Center HVAC","status":"green","progress":70,"owner":"Derek","due":"18 Sep","next_action":"Sign off on ventilation pressure testing"},{"item":"Community Garden Pilot","status":"amber","progress":44,"owner":"Fiona","due":"05 Oct","next_action":"Recruit neighborhood plot coordinators"},{"item":"Maintenance Fleet Upgrade","status":"green","progress":50,"owner":"Victor","due":"12 Oct","next_action":"Schedule delivery for electric utility vehicles"}]}}'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.