Phased roadmap
Supply chain transformation roadmap across four phases.
Try in PlaygroundExample brief
A detailed multi-phase roadmap for a sportswear brand's supply chain modernization. The plan moves from a network audit and supplier mapping in early 2025 through inventory unification and regional hub deployment, concluding with advanced predictive demand modeling by mid-2026. Each phase includes specific goals like real-time stock visibility, deliverables such as RFID tagging and micro-fulfillment pilots, and clear stage-gates to ensure technical readiness before the final scaling phase.
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": "timeline_roadmap",
"variant": "phase_spans",
"headline": "A sequential supply chain overhaul ensures technical readiness before scaling smart fulfillment",
"context": "Fiscal Year 2025 - 2026 Logistics Transformation",
"caution": "Predictive accuracy depends entirely on RFID data integrity from regional hubs.",
"data": {
"phases": [
{
"label": "Network Audit",
"from": "Q1 2025",
"to": "Q1 2025",
"goal": "Map global tier-2 suppliers",
"deliverables": [
"Vendor compliance matrix",
"Lead-time benchmarks",
"Carbon footprint baseline"
],
"gate": "Executive alignment",
"status": "done"
},
{
"label": "Inventory Unified",
"from": "Q2 2025",
"to": "Q3 2025",
"goal": "Real-time stock visibility",
"emphasis": "primary",
"deliverables": [
"RFID tagging standard",
"Warehouse API bridge",
"Omnichannel pool logic"
],
"gate": "System stability test",
"status": "on_track"
},
{
"label": "Regional Hubs",
"from": "Q4 2025",
"to": "Q4 2025",
"goal": "Localize last-mile logistics",
"deliverables": [
"Micro-fulfillment pilots",
"Zone-skipping contracts",
"Dynamic routing engine"
],
"gate": "Service level audit",
"status": "not_started"
},
{
"label": "Predictive Demand",
"from": "Q1 2026",
"to": "Q2 2026",
"goal": "Algorithm-led allocation",
"deliverables": [
"Pre-season buy models",
"Stockout risk alerts",
"Auto-replenishment logic"
],
"status": "not_started"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"timeline_roadmap","variant":"phase_spans","headline":"A sequential supply chain overhaul ensures technical readiness before scaling smart fulfillment","context":"Fiscal Year 2025 - 2026 Logistics Transformation","caution":"Predictive accuracy depends entirely on RFID data integrity from regional hubs.","data":{"phases":[{"label":"Network Audit","from":"Q1 2025","to":"Q1 2025","goal":"Map global tier-2 suppliers","deliverables":["Vendor compliance matrix","Lead-time benchmarks","Carbon footprint baseline"],"gate":"Executive alignment","status":"done"},{"label":"Inventory Unified","from":"Q2 2025","to":"Q3 2025","goal":"Real-time stock visibility","emphasis":"primary","deliverables":["RFID tagging standard","Warehouse API bridge","Omnichannel pool logic"],"gate":"System stability test","status":"on_track"},{"label":"Regional Hubs","from":"Q4 2025","to":"Q4 2025","goal":"Localize last-mile logistics","deliverables":["Micro-fulfillment pilots","Zone-skipping contracts","Dynamic routing engine"],"gate":"Service level audit","status":"not_started"},{"label":"Predictive Demand","from":"Q1 2026","to":"Q2 2026","goal":"Algorithm-led allocation","deliverables":["Pre-season buy models","Stockout risk alerts","Auto-replenishment logic"],"status":"not_started"}]}}'Frequently asked questions
How do I render the Phased roadmap 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 Phased roadmap deterministically — editable PowerPoint in under a second.