comparisonmanagementbalanced

Risk Register Slide Template

Top-N risks in a structured TableGrid with side panel synthesis. Each row: risk description, owner, severity, mitigation status. The side Callout names the concentration theme (where multiple risks share a root).

Try in Playground
Risk Register slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
38
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
{"type":"str","required":true}
headers
Column headers for the table.
rows
Risk rows. Each: list of cell values matching headers.
synthesis_heading
Side panel heading.
verdict_title
{"type":"str","required":false}
verdict_text
Concentration theme + recommended action.
takeaway
{"type":"str","required":false}

Example brief

Top 5 program risks for steering. Vendor SLA degradation, single-reviewer bottleneck on payments, security audit overdue, dependency on external data migration, single-point-of-failure on deployment infra. Theme: capacity / single-points-of-failure cluster.

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": "516ea708-45a7-5c34-aadf-c531b6ff87b8",
    "brief": "Top 5 program risks for steering. Vendor SLA degradation, single-reviewer bottle..."
  }'

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": "516ea708-45a7-5c34-aadf-c531b6ff87b8",
  "params": {
    "title": "Top program risks — concentration theme: single-point-of-failure",
    "headers": [
      "Risk",
      "Owner",
      "Severity",
      "Mitigation"
    ],
    "rows": [
      [
        "Vendor SSO SLA degradation",
        "TM",
        "High",
        "Vendor escalation in flight"
      ],
      [
        "Payments review bottleneck (1 person)",
        "DG",
        "High",
        "Hire #2 reviewer (open req)"
      ],
      [
        "Security audit overdue",
        "RP",
        "Medium",
        "Audit window blocked next week"
      ],
      [
        "External data migration slipping",
        "EF",
        "Medium",
        "Vendor war-room scheduled"
      ],
      [
        "Single-tenant deploy infra",
        "TM",
        "Medium",
        "Multi-tenant migration in Q4"
      ]
    ],
    "synthesis_heading": "What ties these together",
    "verdict_title": "Five of five risks are single-points-of-failure",
    "verdict_text": "All top risks share the same root: one person, one vendor, or one path. Mitigation theme is redundancy — accelerate the #2 hire on payments and the multi-tenant infra work.",
    "takeaway": "Pattern is single-point-of-failure — fix by adding redundancy across the program."
  }
}'

Tags

riskregistercomplianceauditmitigationsteeringreview

Related templates

Frequently asked questions

How do I render a Risk Register slide?

Send a POST request to /v1/render with template "516ea708-45a7-5c34-aadf-c531b6ff87b8" 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 Risk Register template accept?

The Risk Register template accepts: title, headers, rows, synthesis_heading, verdict_title, verdict_text, takeaway. Supports 3-8 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 Risk Register slide in under 1 second. $3 free credit, no card required.