Grouped workstream gantt
Project roadmap for a new pet food product launch.
Try in PlaygroundExample brief
A detailed 6-month Gantt chart outlining the launch of a premium organic pet food line. The schedule is broken down into four workstreams: Supply Chain, R&D, Quality Assurance, and Go-To-Market. It highlights critical dependencies in the Quality Assurance stream, specifically a high-risk certification window in April that determines if the product can move to national retail activation in the final months of the half.
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": "gantt_plan",
"variant": "grouped_workstream_gantt",
"headline": "Production scaling is dependent on the Q2 nutritional certification and facility audit",
"context": "Premium Organic Formula - National Expansion Roadmap",
"takeaway": "The April certification window is the primary bottleneck for our Q2 retail distribution targets.",
"source_note": "Operational Strategy, 2025 Product Launch Cycle",
"data": {
"periods": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun"
],
"tasks": [
{
"label": "Sourcing artisanal proteins",
"start": "Jan",
"end": "Feb",
"group": "supply"
},
{
"label": "Logistics hub integration",
"start": "Feb",
"end": "Apr",
"group": "supply"
},
{
"label": "Recipe nutrient profiling",
"start": "Jan",
"end": "Feb",
"group": "rd"
},
{
"label": "Shelf-life stability testing",
"start": "Feb",
"end": "Mar",
"group": "rd"
},
{
"label": "FDA/AAFCO compliance audit",
"start": "Jan",
"end": "Mar",
"group": "quality",
"status": "at_risk"
},
{
"label": "Final certification approval",
"start": "Apr",
"end": "Apr",
"emphasis": "primary",
"group": "quality",
"status": "at_risk"
},
{
"label": "Distributor pre-sales",
"start": "Mar",
"end": "Apr",
"group": "marketing"
},
{
"label": "National retail activation",
"start": "May",
"end": "Jun",
"group": "marketing"
}
],
"milestones": [
{
"label": "Retail Launch Ready",
"period": "Apr",
"emphasis": "primary"
},
{
"label": "Full Market Saturation",
"period": "Jun"
}
],
"groups": [
{
"id": "supply",
"label": "Supply Chain"
},
{
"id": "rd",
"label": "R&D / Formulation"
},
{
"id": "quality",
"label": "Quality Assurance"
},
{
"id": "marketing",
"label": "Go-To-Market"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"gantt_plan","variant":"grouped_workstream_gantt","headline":"Production scaling is dependent on the Q2 nutritional certification and facility audit","context":"Premium Organic Formula - National Expansion Roadmap","takeaway":"The April certification window is the primary bottleneck for our Q2 retail distribution targets.","source_note":"Operational Strategy, 2025 Product Launch Cycle","data":{"periods":["Jan","Feb","Mar","Apr","May","Jun"],"tasks":[{"label":"Sourcing artisanal proteins","start":"Jan","end":"Feb","group":"supply"},{"label":"Logistics hub integration","start":"Feb","end":"Apr","group":"supply"},{"label":"Recipe nutrient profiling","start":"Jan","end":"Feb","group":"rd"},{"label":"Shelf-life stability testing","start":"Feb","end":"Mar","group":"rd"},{"label":"FDA/AAFCO compliance audit","start":"Jan","end":"Mar","group":"quality","status":"at_risk"},{"label":"Final certification approval","start":"Apr","end":"Apr","emphasis":"primary","group":"quality","status":"at_risk"},{"label":"Distributor pre-sales","start":"Mar","end":"Apr","group":"marketing"},{"label":"National retail activation","start":"May","end":"Jun","group":"marketing"}],"milestones":[{"label":"Retail Launch Ready","period":"Apr","emphasis":"primary"},{"label":"Full Market Saturation","period":"Jun"}],"groups":[{"id":"supply","label":"Supply Chain"},{"id":"rd","label":"R&D / Formulation"},{"id":"quality","label":"Quality Assurance"},{"id":"marketing","label":"Go-To-Market"}]}}'Frequently asked questions
How do I render the Grouped workstream gantt 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 Grouped workstream gantt deterministically — editable PowerPoint in under a second.