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 PlaygroundParameters
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
Related templates
Before / After Comparison
Two-panel from-state to-state comparison with bottom synthesis. Each side is a Card with label + bullet body. The bottom Callout carries the synthesis (what the transformation enables / what it costs). Used for operating-model change, process redesign, tooling consolidation.
Comparison Matrix
Matrix comparing 2-6 items across multiple criteria using Harvey balls (0-4 filled circles). Rows are criteria, columns are items. Best for vendor evaluation, competitive analysis, feature-by-feature comparison.
Competitive Landscape
2x2 Quadrant with side commentary and bottom synthesis. Each item in the matrix has axis coordinates (x, y); the right panel explains what each cluster means; the bottom Callout drives the recommendation. Used for competitor positioning, market segmentation, prioritization grids.
Feature Comparison
Grid Table comparing 2-5 products or options across a list of features. Each cell shows a checkmark (included), dash (not included), or text value (counts, plan names, etc.). Clean consulting visual for vendor evaluation, product comparison, and feature gap analysis.
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.