Baseline vs actual gantt

Plan-vs-actual schedule for a banking platform migration.

Try in Playground
Baseline vs actual gantt slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Gantt Plan
Output
.pptx + PDF + PNG

Example brief

A six-month plan-vs-actual Gantt for a retail core banking migration, pairing each task's planned baseline bar with its current actual bar so slippage is visible row by row. Integration development carries the largest variance and is highlighted as the driver of an overall three-to-four-week slip against the June go-live.

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": "A six-month plan-vs-actual Gantt for a retail core banking migration, pairing each task's planned baseline bar with its " }'

Structured intent (this template)

{
  "pattern": "gantt_plan",
  "title": "The core banking migration is running three to four weeks behind the baseline plan",
  "subtitle": "Retail platform cutover - plan vs actual schedule",
  "variant": "baseline_actual_gantt",
  "periods": [
    "Jan",
    "Feb",
    "Mar",
    "Apr",
    "May",
    "Jun"
  ],
  "tasks": [
    {
      "id": "reqs",
      "label": "Requirements sign-off",
      "baseline_start": "Jan",
      "baseline_end": "Jan",
      "start": "Jan",
      "end": "Feb"
    },
    {
      "id": "datamodel",
      "label": "Data model build",
      "baseline_start": "Feb",
      "baseline_end": "Mar",
      "start": "Feb",
      "end": "Apr"
    },
    {
      "id": "integration",
      "label": "Integration development",
      "baseline_start": "Mar",
      "baseline_end": "Apr",
      "start": "Apr",
      "end": "May",
      "emphasis": "primary"
    },
    {
      "id": "parallel",
      "label": "Parallel run",
      "baseline_start": "Apr",
      "baseline_end": "May",
      "start": "May",
      "end": "Jun"
    },
    {
      "id": "cutover",
      "label": "Production cutover",
      "baseline_start": "May",
      "baseline_end": "May",
      "start": "Jun",
      "end": "Jun"
    }
  ],
  "milestones": [
    {
      "label": "Go-live",
      "period": "Jun",
      "emphasis": "primary"
    }
  ],
  "takeaway": "Integration development is driving the slip - a recovery plan is needed before the parallel run.",
  "source_note": "Steering pack, May 2026"
}

Related templates

Frequently asked questions

How do I render the Baseline vs actual 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 Baseline vs actual gantt deterministically — editable PowerPoint in under a second.