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 PlaygroundParameters
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
Related templates
Agenda
Numbered agenda slide listing 3-8 topics or sections. Each item has a title and optional time/description. Use at the start of a presentation.
Data Table
Structured data table using a native PowerPoint table object. Fully editable in PowerPoint — resize columns, sort, add rows, copy/paste as tabular data. Header row, alternating row colors, optional row highlighting. Best for sales data, comparison tables, status summaries, feature matrices, and any tabular data.
Enterprise Capability Model
Capability decomposition grid — 2-4 domain columns (e.g. Core / Supporting / Foundational) with 4-8 capability tiles per column. Three styles: `standard` plain tiles, `matrix` tiles with sub-capabilities, `heatmap` tiles tinted by maturity level (1-5). Best for enterprise/business architecture, target operating model decomposition, and capability strategy slides.
Feature Grid
Card grid of 3-8 feature cards, each with a header bar, optional Lucide icon, and short bulleted descriptions. Denser and more structured than Icon Grid — Icon Grid showcases capabilities with big icons + one-line tags; Feature Grid describes capabilities in 2-3 bullet points each.
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.