structureexecutivebalanced

Strategy On A Page Slide Template

SplitView one-pager: 2×2 strategic framework (Quadrant — SWOT, growth/effort, positioning) on the left, 3-5 guiding principles as a numbered list on the right. Best for annual plans, strategic reviews, board deck opening pages, capability-to-initiative mapping, and OKR framing.

Try in Playground
Strategy On A Page slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
35
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
Slide title — conclusion-style one-liner
x_axis
Quadrant X-axis label (e.g. 'Implementation effort')
y_axis
Quadrant Y-axis label (e.g. 'Business value')
quadrants
Exactly 4 quadrants in reading order: top-left, top-right, bottom-left, bottom-right
principles
Guiding principles as bullet items on the right panel
takeaway
Key insight / recommendation (under 25 words)

Example brief

2026 growth strategy 1-pager. Left: 2×2 of Strategic bets / Quick wins / Fill-ins / Avoid with 3-4 initiatives per cell. Right: 4 guiding principles — customer-first, data-driven, compounding bets, operational excellence.

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": "e1fad230-535a-518c-aea5-5c3e283c878c",
    "brief": "2026 growth strategy 1-pager. Left: 2×2 of Strategic bets / Quick wins / Fill-in..."
  }'

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": "e1fad230-535a-518c-aea5-5c3e283c878c",
  "params": {
    "title": "2026 growth strategy on a page — bet big on enterprise, fill in on polish",
    "x_axis": "Implementation effort",
    "y_axis": "Business value",
    "quadrants": [
      {
        "label": "Strategic bets",
        "items": [
          "AI Copilot ($12M ARR)",
          "Enterprise tier (EMEA)",
          "Mobile app rewrite"
        ]
      },
      {
        "label": "Quick wins",
        "items": [
          "SSO + Audit log",
          "Bulk export",
          "Pricing page refresh"
        ]
      },
      {
        "label": "Fill-ins",
        "items": [
          "Dark mode",
          "Blog post series",
          "SDK examples"
        ]
      },
      {
        "label": "Avoid",
        "items": [
          "Custom builds per client",
          "Ground-up rewrite"
        ]
      }
    ],
    "principles": [
      {
        "label": "Customer-first — every release ships with user-feedback loops; NPS gate >60 on majors"
      },
      {
        "label": "Data-driven — weekly KPI review with EC; 90-day post-ship measurement on all launches"
      },
      {
        "label": "Compounding bets — 60% of budget on Strategic bets; avoid opportunistic diversions"
      },
      {
        "label": "Operational excellence — 99.9% uptime SLA; SOC 2 + ISO 27001 by Q3"
      }
    ],
    "takeaway": "Ship Quick Wins in H1 to fund Strategic Bets in H2 — 60/40 split enforced by RM governance."
  }
}'

Tags

strategyone pagerone-pagerframeworkswotprinciplespillarsstrategic reviewboard deckannual planokrstrategic frameworkcomposition

Related templates

Frequently asked questions

How do I render a Strategy On A Page slide?

Send a POST request to /v1/render with template "e1fad230-535a-518c-aea5-5c3e283c878c" 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 Strategy On A Page template accept?

The Strategy On A Page template accepts: title, x_axis, y_axis, quadrants, principles, takeaway. Supports 3-5 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 Strategy On A Page slide in under 1 second. $3 free credit, no card required.