{}OPF
DocsIndustries exampleEdit on GitHub

Satellite Maintenance Readiness Review

Satellite Maintenance Readiness Review is a fictional OPF example for aerospace teams. It demonstrates a realistic presentation structure with catalog-backed design and content payloads.

Metadata

Source

examples/gallery/industries/satellite-maintenance-readiness-review.opf.json

Slides

6

Audience

customers, marketing-team

Purpose

persuade

Tone

technical

Source JSON

examples/gallery/industries/satellite-maintenance-readiness-review.opf.json
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "Satellite Maintenance Readiness Review",
  "description": "Satellite Maintenance Readiness Review is a fictional OPF example for aerospace teams. It demonstrates a realistic presentation structure with catalog-backed design and content payloads.",
  "filename": "satellite-maintenance-readiness-review",
  "language": "english-gb",
  "audience": [
    "customers",
    {
      "id": "marketing-team",
      "attentionBudgetMinutes": 31,
      "technicalFluency": "medium",
      "decisionPower": "advisory",
      "recommendedNarratives": [
        "golden-circle"
      ],
      "recommendedTones": [
        "technical"
      ]
    }
  ],
  "purpose": {
    "id": "persuade",
    "outcome": "Prepare fleet support teams for the next launch window",
    "successCriteria": [
      "The audience can state the decision in one sentence.",
      "The owner and next checkpoint are explicit."
    ]
  },
  "tone": {
    "id": "technical",
    "voiceCues": [
      "Make the decision visible.",
      "Use concrete operating language."
    ],
    "avoid": [
      "Do not bury the ask.",
      "Do not over-explain obvious context."
    ]
  },
  "narrative": "golden-circle",
  "design": {
    "theme": "classic",
    "colorScheme": {
      "id": "vibes",
      "primary": "#047857",
      "secondary": "#B45309",
      "accent": "#BE123C",
      "background": "#0B1220",
      "text": "#F8FAFC",
      "custom": {
        "signal": "#0369A1",
        "risk": "#6D28D9"
      }
    },
    "fontScheme": {
      "id": "david",
      "heading": {
        "family": "Aptos Display",
        "weight": 700
      },
      "body": {
        "family": "Aptos",
        "weight": 400
      },
      "code": {
        "family": "Consolas",
        "weight": 400
      }
    },
    "dimensions": "16:9",
    "background": {
      "type": "gradient",
      "gradient": {
        "angle": 35,
        "stops": [
          {
            "color": "#047857",
            "position": 0
          },
          {
            "color": "#6D28D9",
            "position": 1
          }
        ]
      },
      "opacity": 0.94
    },
    "titleAlignment": "center",
    "contentAlignment": "right",
    "contentBox": false,
    "contentDirection": "vertical",
    "chartPrimary": "top",
    "imageFill": "fit",
    "listBullet": "image",
    "logo": "asset:brand-logo",
    "watermark": {
      "src": "asset:watermark",
      "opacity": 0.06
    },
    "header": {
      "left": {
        "section": true
      },
      "right": {
        "image": "asset:brand-icon"
      }
    },
    "footer": {
      "left": {
        "organization": true
      },
      "center": {
        "text": "Decision review"
      },
      "right": {
        "slideNumber": true
      }
    },
    "slideImage": {
      "src": "asset:cover-bg",
      "position": "left"
    }
  },
  "slides": [
    {
      "id": "s1",
      "section": "Opening",
      "layout": "title",
      "tag": "Aerospace",
      "title": "Satellite Maintenance Readiness Review",
      "subtitle": "Orbital Ridge Systems Aerospace",
      "notes": "Open by naming the decision: Prepare fleet support teams for the next launch window."
    },
    {
      "id": "s2",
      "section": "Context",
      "layout": "text-2x",
      "title": "Why This Matters",
      "text": [
        "Orbital Ridge Systems should focus the next cycle on ",
        {
          "text": "prepare fleet support teams for the next launch window",
          "bold": true,
          "color": "#047857"
        },
        " while making the operating tradeoffs clear to aerospace stakeholders."
      ]
    },
    {
      "id": "s3",
      "section": "Evidence",
      "layout": "chart-2x",
      "title": "Signal Trend",
      "type": "chart",
      "chart": {
        "type": "area",
        "data": {
          "columns": [
            "Quarter",
            "Current",
            "Baseline"
          ],
          "rows": [
            [
              "Q1",
              25,
              22
            ],
            [
              "Q2",
              29,
              24
            ],
            [
              "Q3",
              32,
              26
            ],
            [
              "Q4",
              36,
              28
            ]
          ]
        }
      }
    },
    {
      "id": "s4",
      "section": "Options",
      "layout": "table-1x",
      "title": "Decision Options",
      "table": {
        "columns": [
          "Workstream",
          "Owner",
          "Status",
          "Decision"
        ],
        "rows": [
          [
            "Aerospace",
            "Program lead",
            "Watch",
            "Continue"
          ],
          [
            "Data and reporting",
            "Analytics",
            "At risk",
            "Tighten metric definitions"
          ],
          [
            "Field adoption",
            "Operations",
            "On track",
            "Add weekly office hours"
          ]
        ]
      }
    },
    {
      "id": "s5",
      "section": "Plan",
      "layout": "list-3x",
      "title": "Execution Timeline",
      "type": "timeline",
      "timeline": {
        "name": "Aerospace execution path",
        "description": "Major milestones for Orbital Ridge Systems.",
        "events": [
          {
            "when": "Jun",
            "what": "Baseline",
            "description": "Confirm current state, owners, and constraints."
          },
          {
            "when": "Jul",
            "what": "Pilot",
            "description": "Run a narrow pilot with visible success criteria."
          },
          {
            "when": "Aug",
            "what": "Scale",
            "description": "Expand the approach after risk review."
          },
          {
            "when": "Sep",
            "what": "Embed",
            "description": "Move reporting and routines into steady-state operations."
          }
        ]
      }
    },
    {
      "id": "s6",
      "section": "Close",
      "layout": "list-4x",
      "title": "The Ask",
      "bullets": [
        {
          "text": "Approve the next milestone for prepare fleet support teams for the next launch window.",
          "level": 0
        },
        {
          "text": "Assign an executive sponsor and one accountable owner.",
          "level": 0
        },
        {
          "text": "Review progress in the next operating meeting.",
          "level": 0
        }
      ]
    }
  ],
  "organization": {
    "id": "orbital-ridge-systems",
    "name": "Orbital Ridge Systems",
    "legalName": "Orbital Ridge Systems, Inc.",
    "logo": "asset:brand-logo",
    "domain": "orbital-ridge-systems.example",
    "email": "hello@orbital-ridge-systems.example",
    "phone": "+15551000013",
    "tagline": "Prepare fleet support teams for the next launch window",
    "role": "primary",
    "socials": {
      "instagram": "@orbital-ridge-systems",
      "threads": "https://threads.example/orbital-ridge-systems"
    }
  },
  "speaker": {
    "id": "speaker",
    "name": "Samira Okafor",
    "title": "Chief of Staff",
    "organizationId": "orbital-ridge-systems",
    "bio": "Leads aerospace planning for Orbital Ridge Systems.",
    "socials": {
      "instagram": "@orbital-ridge-systems-speaker"
    }
  },
  "author": "OPF Example Generator",
  "takeaway": "Prepare fleet support teams for the next launch window",
  "duration": 21,
  "tags": [
    "industries",
    "aerospace",
    "persuade",
    "technical",
    "medium"
  ],
  "assets": {
    "brand-logo": {
      "src": "./assets/orbital-ridge-systems-logo.svg",
      "alt": "Orbital Ridge Systems logo",
      "mediaType": "image/svg+xml"
    },
    "brand-logo-light": {
      "src": "./assets/orbital-ridge-systems-logo-light.svg",
      "alt": "Orbital Ridge Systems light logo",
      "mediaType": "image/svg+xml"
    },
    "brand-icon": {
      "src": "./assets/orbital-ridge-systems-icon.svg",
      "alt": "Orbital Ridge Systems icon",
      "mediaType": "image/svg+xml"
    },
    "cover-bg": {
      "src": "./assets/orbital-ridge-systems-cover-4.jpg",
      "alt": "Aerospace background image",
      "mediaType": "image/jpeg"
    },
    "supporting-photo": {
      "src": "./assets/orbital-ridge-systems-field-photo.jpg",
      "alt": "Aerospace field context",
      "mediaType": "image/jpeg"
    },
    "demo-video": {
      "src": "./media/orbital-ridge-systems-demo.mp4",
      "title": "Aerospace walkthrough",
      "mediaType": "video/mp4"
    },
    "metric-data": {
      "src": "./data/satellite-maintenance-readiness-review.csv",
      "format": "csv",
      "title": "Satellite Maintenance Readiness Review data"
    },
    "watermark": {
      "src": "./assets/orbital-ridge-systems-watermark.png",
      "alt": "Orbital Ridge Systems watermark",
      "mediaType": "image/png"
    }
  },
  "extensions": {
    "example": {
      "folder": "industries",
      "density": "medium",
      "scenario": "satellite-maintenance-readiness-review",
      "generatedBy": "scripts/generate-example-suite.mjs"
    }
  }
}