structureexecutivestructured

Steering Committee Decisions Slide Template

Governance register with fixed columns: decision, owner, due date, status (open/decided/done/blocked/deferred) with color pill, and next step. Two styles: `compact` (up to 10 single-line entries), `detailed` (up to 6 entries with context rationale below each decision). Best for steering committees, PMO governance reviews, action registers, and board follow-up slides.

Try in Playground
Steering Committee Decisions slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
310
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
Slide title — conclusion-style
style
'compact' (default, up to 10 one-line entries) | 'detailed' (up to 6 entries with context lines)
entries
Decision / action entries
takeaway
Key insight / recommendation (under 25 words)

Example brief

Record 5 steering decisions from Q2 review: budget approved (decided, CFO), hiring freeze (deferred), Project X escalation (blocked, CTO), Partner contract (open, Legal), Compliance training (decided, HR).

API example

With a brief (async, $0.05)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "template": "4b88571b-3039-5204-8245-63899a738623",
    "brief": "Record 5 steering decisions from Q2 review: budget approved (decided, CFO), hiri..."
  }'

With structured params (sync, $0.03)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "4b88571b-3039-5204-8245-63899a738623",
  "params": {
    "title": "Q2 Steering Committee — 5 decisions + 2 open actions",
    "style": "compact",
    "entries": [
      {
        "id": "d1",
        "decision": "Approve FY26 Q2 budget ($4.2M)",
        "owner": "CFO",
        "due_date": "2026-04-30",
        "status": "decided",
        "next_step": "Communicate to EC, update Anaplan"
      },
      {
        "id": "d2",
        "decision": "Freeze non-critical hiring through Q3",
        "owner": "CHRO",
        "due_date": "End Q3",
        "status": "deferred",
        "next_step": "Re-review at June steerco"
      },
      {
        "id": "d3",
        "decision": "Escalate Project Atlas timeline slip",
        "owner": "CTO",
        "due_date": "2026-05-02",
        "status": "blocked",
        "next_step": "External review by Accenture"
      },
      {
        "id": "d4",
        "decision": "Extend partner contract — Acme Corp",
        "owner": "Legal",
        "due_date": "2026-05-20",
        "status": "open",
        "next_step": "Legal review + CFO sign-off"
      },
      {
        "id": "d5",
        "decision": "Roll out compliance training (all staff)",
        "owner": "CHRO",
        "due_date": "2026-06-30",
        "status": "decided",
        "next_step": "Vendor selection by 2026-05-10"
      },
      {
        "id": "d6",
        "decision": "Approve EMEA expansion phase 2",
        "owner": "COO",
        "due_date": "End Q3",
        "status": "decided",
        "next_step": "Country lead hire — DE, FR, NL"
      },
      {
        "id": "d7",
        "decision": "Sunset legacy reporting platform",
        "owner": "CDO",
        "due_date": "2026-09-30",
        "status": "decided",
        "next_step": "Migration plan to EC by 2026-06-01"
      }
    ],
    "takeaway": "2 governance items need action this sprint: Atlas escalation + Acme contract sign-off."
  }
}'

Tags

decisionloggovernancesteering committeeboardactionregisterpmofollow-upaccountability

Related templates

Frequently asked questions

How do I render a Steering Committee Decisions slide?

Send a POST request to /v1/render with template "4b88571b-3039-5204-8245-63899a738623" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.

What data does the Steering Committee Decisions template accept?

The Steering Committee Decisions template accepts: title, style, entries, takeaway. Supports 3-10 items. See the parameter reference below for details.

Can I customize the colors and fonts of this template?

Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.

Try this template

Render a Steering Committee Decisions slide in under 1 second. $3 free credit, no card required.