Strategic Priorities Slide Template
Strategic priorities slide: 3-4 pillar Cards across the top, each with a label + bullet list, plus a bottom Callout band that drives the synthesis. Replaces the single-Card pillar_cards template — adds the synthesis band so the slide answers 'so what'.
Try in PlaygroundParameters
Example brief
2026 strategic priorities. Revenue growth: APAC enterprise tier, partner reseller, deal size +30%. Operational excellence: 80% automation, 65% QA reduction, ISO 27001. Product innovation: AI insights engine, real-time collab, mobile redesign. Synthesis: APAC launch is binding constraint.
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": "f5452dcf-55af-5982-9b16-f6bc13508d93",
"brief": "2026 strategic priorities. Revenue growth: APAC enterprise tier, partner reselle..."
}'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": "f5452dcf-55af-5982-9b16-f6bc13508d93",
"params": {
"title": "2026 Strategic Priorities — Three pillars + binding constraint",
"pillars": [
{
"label": "Revenue Growth",
"body": [
{
"component": "List",
"params": {
"items": [
"Expand APAC enterprise tier",
"Launch partner reseller program",
"Increase average deal size 30%"
]
}
}
]
},
{
"label": "Operational Excellence",
"body": [
{
"component": "List",
"params": {
"items": [
"Automate 80% of reporting",
"Reduce manual QA cycle 65%",
"ISO 27001 certification"
]
}
}
]
},
{
"label": "Product Innovation",
"body": [
{
"component": "List",
"params": {
"items": [
"AI-powered insights engine",
"Real-time collaboration",
"Mobile-first redesign"
]
}
}
]
}
],
"synthesis_title": "Binding constraint — APAC launch",
"synthesis_text": "Revenue growth depends on APAC capacity, which depends on infra investment. Lock that decision by end of Q1 to keep the other two pillars on track.",
"takeaway": "Three pillars; APAC launch is the binding constraint for all three."
}
}'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 Prioritization Map
2-axis scatter plot with optional bubble size and quadrant labels. Classic shape for impact × effort, value × complexity, benefit × cost. Points are placed on continuous numeric axes (not categorical buckets). Optional bubble size adds a third dimension (e.g. revenue, user count). Best for prioritization backlogs, market maps, portfolio positioning, and value/effort conversations.
Frequently asked questions
How do I render a Strategic Priorities slide?
Send a POST request to /v1/render with template "f5452dcf-55af-5982-9b16-f6bc13508d93" 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 Strategic Priorities template accept?
The Strategic Priorities template accepts: title, pillars, synthesis_text, synthesis_title, takeaway. Supports 3-4 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 Strategic Priorities slide in under 1 second. $3 free credit, no card required.