Workstream roadmap
Regional airline 2025 operational and fleet roadmap.
Try in PlaygroundExample brief
A comprehensive four-quarter roadmap for a regional airline across 2025, detailing workstreams for Fleet Assets, Operations, Network development, and Commercial initiatives. The slide tracks specific milestones from E175 certification and cabin retrofits to slot acquisitions and ancillary revenue growth, highlighting a critical engine maintenance consolidation in Q3 and identifying a risk in ground handling SOP updates in Q2.
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": "workstream_roadmap",
"headline": "Fleet modernization focuses on regional jet integration through 2025 before pivoting to secondary hub expansion",
"context": "Aviation Network & Fleet Strategy Roadmap",
"caution": "Do not finalize Q3 trans-border routes until ground handling certifications are secured.",
"takeaway": "The Q3 MRO consolidation is the critical milestone for achieving fleet-wide cost efficiency.",
"data": {
"workstreams": [
{
"label": "Fleet Assets",
"items": [
{
"period": "Q1 2025",
"label": "E175 Type Certification"
},
{
"period": "Q2 2025",
"label": "Cabin Retrofit Phase 1"
},
{
"period": "Q3 2025",
"label": "Unified Engine MRO",
"emphasis": "primary"
},
{
"period": "Q4 2025",
"label": "Widebody Lease Exit"
}
]
},
{
"label": "Operations",
"items": [
{
"period": "Q1 2025",
"label": "Crew Scheduling Logic"
},
{
"period": "Q2 2025",
"label": "Ground Handling SOPs",
"status": "at_risk"
},
{
"period": "Q3 2025",
"label": "Predictive Tech Dispatch"
},
{
"period": "Q4 2025",
"label": "Fuel Hedging Optimization"
}
]
},
{
"label": "Network",
"items": [
{
"period": "Q1 2025",
"label": "Spoke-to-Spoke Trials"
},
{
"period": "Q2 2025",
"label": "Slot Acquisition (Hub A)"
},
{
"period": "Q3 2025",
"label": "Trans-border Routes"
},
{
"period": "Q4 2025",
"label": "Seasonal Winter Charters"
}
]
},
{
"label": "Commercial",
"items": [
{
"period": "Q1 2025",
"label": "Direct-to-Consumer Portal"
},
{
"period": "Q2 2025",
"label": "Loyalty Tier Launch"
},
{
"period": "Q3 2025",
"label": "Ancillary Revenue Engine"
},
{
"period": "Q4 2025",
"label": "Interline GDS Agreement"
}
]
}
],
"periods": [
"Q1 2025",
"Q2 2025",
"Q3 2025",
"Q4 2025"
]
}
}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":"workstream_roadmap","headline":"Fleet modernization focuses on regional jet integration through 2025 before pivoting to secondary hub expansion","context":"Aviation Network & Fleet Strategy Roadmap","caution":"Do not finalize Q3 trans-border routes until ground handling certifications are secured.","takeaway":"The Q3 MRO consolidation is the critical milestone for achieving fleet-wide cost efficiency.","data":{"workstreams":[{"label":"Fleet Assets","items":[{"period":"Q1 2025","label":"E175 Type Certification"},{"period":"Q2 2025","label":"Cabin Retrofit Phase 1"},{"period":"Q3 2025","label":"Unified Engine MRO","emphasis":"primary"},{"period":"Q4 2025","label":"Widebody Lease Exit"}]},{"label":"Operations","items":[{"period":"Q1 2025","label":"Crew Scheduling Logic"},{"period":"Q2 2025","label":"Ground Handling SOPs","status":"at_risk"},{"period":"Q3 2025","label":"Predictive Tech Dispatch"},{"period":"Q4 2025","label":"Fuel Hedging Optimization"}]},{"label":"Network","items":[{"period":"Q1 2025","label":"Spoke-to-Spoke Trials"},{"period":"Q2 2025","label":"Slot Acquisition (Hub A)"},{"period":"Q3 2025","label":"Trans-border Routes"},{"period":"Q4 2025","label":"Seasonal Winter Charters"}]},{"label":"Commercial","items":[{"period":"Q1 2025","label":"Direct-to-Consumer Portal"},{"period":"Q2 2025","label":"Loyalty Tier Launch"},{"period":"Q3 2025","label":"Ancillary Revenue Engine"},{"period":"Q4 2025","label":"Interline GDS Agreement"}]}],"periods":["Q1 2025","Q2 2025","Q3 2025","Q4 2025"]}}'Frequently asked questions
How do I render the Workstream 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 Workstream roadmap deterministically — editable PowerPoint in under a second.