structureexecutivebalanced

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 Playground
Strategic Priorities slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
34
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
Slide title — frame the priorities horizon.
pillars
3-4 pillar cards. Each: {label, body: [{component: List, params: {items: [...]}}]}.
synthesis_text
Bottom Callout — the synthesis / binding constraint / 'so what'.
synthesis_title
Optional Callout title (default: 'Binding constraint').
takeaway
{"type":"str","required":false}

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

strategyprioritiespillarscapabilitiesmeceframeworktransformation

Related templates

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.