{}OPF
DocsBusiness Functions exampleEdit on GitHub

FY27 Budget Tradeoff Deck

4 slide OPF example deck.

Metadata

Source

examples/gallery/business-functions/fy27-budget-tradeoff-deck.opf.json

Slides

4

Audience

all-hands

Purpose

inform

Tone

conversational

Source JSON

examples/gallery/business-functions/fy27-budget-tradeoff-deck.opf.json
{
  "name": "FY27 Budget Tradeoff Deck",
  "language": "english-ca",
  "audience": [
    "all-hands"
  ],
  "purpose": "inform",
  "tone": "conversational",
  "narrative": "strategic-advisory",
  "design": {
    "theme": "dark",
    "colorScheme": "boost",
    "fontScheme": "meiryo",
    "dimensions": "widescreen",
    "background": "light1",
    "titleAlignment": "left",
    "contentAlignment": "center",
    "contentBox": true,
    "contentDirection": "horizontal",
    "chartPrimary": "none",
    "imageFill": "crop",
    "listBullet": "character"
  },
  "slides": [
    {
      "id": "s1",
      "section": "Opening",
      "layout": "title-subtitle",
      "tag": "Finance",
      "title": "FY27 Budget Tradeoff Deck",
      "subtitle": "Morrow Labs Finance",
      "notes": "Open by naming the decision: Align investment choices to margin and growth guardrails."
    },
    {
      "id": "s2",
      "section": "Context",
      "layout": "text-1x",
      "title": "Why This Matters",
      "text": [
        "Morrow Labs should focus the next cycle on ",
        {
          "text": "align investment choices to margin and growth guardrails",
          "bold": true,
          "color": "#334155"
        },
        " while making the operating tradeoffs clear to finance stakeholders."
      ]
    },
    {
      "id": "s3",
      "section": "Evidence",
      "layout": "chart-1x",
      "title": "Signal Trend",
      "type": "chart",
      "chart": {
        "type": "dot-plot-2x",
        "data": {
          "columns": [
            "Quarter",
            "Current",
            "Baseline"
          ],
          "rows": [
            [
              "Q1",
              25,
              22
            ],
            [
              "Q2",
              29,
              24
            ],
            [
              "Q3",
              32,
              26
            ],
            [
              "Q4",
              36,
              28
            ]
          ]
        }
      }
    },
    {
      "id": "s4",
      "section": "Next",
      "layout": "list-1x",
      "title": "Next Steps",
      "items": [
        "Agree on the owner for finance.",
        "Confirm the reporting cadence.",
        "Return with the first progress readout."
      ]
    }
  ]
}