Linear FlowStage-output flowManagement ConsultingCorporate & Business

Stage-output flow

Four-step assessment method with the deliverable from each step

Try in Playground
Stage-output flow slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Linear Flow
Output
.pptx + PDF + PNG

Example brief

Create a stage-output flow titled 'Each phase of the assessment closes with a decision-ready deliverable' with stages Discovery (interview stakeholders; output current-state map), Analysis (benchmark and size gaps; output gap & benchmark pack), Design (target operating model and roadmap; output target blueprint, emphasized), Pilot (contained pilot validating the business case; output validated case).

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": "linear_flow",
  "variant": "stage_output_flow",
  "headline": "Each phase of the assessment closes with a decision-ready deliverable",
  "context": "Four-step diagnostic engagement model",
  "takeaway": "Every phase ends in an artifact the client can act on — no open-ended workstreams.",
  "data": {
    "stages": [
      {
        "label": "Discovery",
        "detail": [
          "Interview stakeholders and inventory current systems and data flows."
        ],
        "meta": "Current-state map",
        "icon": "search"
      },
      {
        "label": "Analysis",
        "detail": [
          "Benchmark performance against peers and size the opportunity gaps."
        ],
        "meta": "Gap & benchmark pack",
        "icon": "bar-chart"
      },
      {
        "label": "Design",
        "detail": [
          "Shape the target operating model and prioritise the initiative roadmap."
        ],
        "meta": "Target blueprint",
        "emphasis": "primary",
        "icon": "edit-3"
      },
      {
        "label": "Pilot",
        "detail": [
          "Stand up a contained pilot and validate the business case on live data."
        ],
        "meta": "Validated case",
        "icon": "rocket"
      }
    ]
  }
}

cURL (REST)

curl -X POST https://dev-api.slideforge.dev/v1/render/intent \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{"form":"linear_flow","variant":"stage_output_flow","headline":"Each phase of the assessment closes with a decision-ready deliverable","context":"Four-step diagnostic engagement model","takeaway":"Every phase ends in an artifact the client can act on — no open-ended workstreams.","data":{"stages":[{"label":"Discovery","detail":["Interview stakeholders and inventory current systems and data flows."],"meta":"Current-state map","icon":"search"},{"label":"Analysis","detail":["Benchmark performance against peers and size the opportunity gaps."],"meta":"Gap & benchmark pack","icon":"bar-chart"},{"label":"Design","detail":["Shape the target operating model and prioritise the initiative roadmap."],"meta":"Target blueprint","emphasis":"primary","icon":"edit-3"},{"label":"Pilot","detail":["Stand up a contained pilot and validate the business case on live data."],"meta":"Validated case","icon":"rocket"}]}}'

Related templates

Frequently asked questions

How do I render the Stage-output flow 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 Stage-output flow deterministically — editable PowerPoint in under a second.

Stage-output flow Slide Template | SlideForge | SlideForge (slideforge.dev)