RACI Matrix Slide Template
Responsibility Assignment Matrix. Rows are tasks or deliverables, columns are roles. Each cell shows R (Responsible), A (Accountable), C (Consulted), or I (Informed) with a distinct style per letter. Best for project governance, role clarity, stakeholder alignment, and cross-functional delivery plans.
Try in PlaygroundParameters
Example brief
RACI for cloud migration: 5 tasks across Product Owner, Tech Lead, DevOps, Security, and Business Analyst. Requirements (PO=R, Tech=A, DevOps=C, ...), Architecture (PO=I, Tech=R, DevOps=A, ...), etc.
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": "c385793b-dc75-52a8-9d37-d2df4809ed22",
"brief": "RACI for cloud migration: 5 tasks across Product Owner, Tech Lead, DevOps, Secur..."
}'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": "c385793b-dc75-52a8-9d37-d2df4809ed22",
"params": {
"title": "Cloud Migration — Clear Ownership Across Workstreams",
"roles": [
"Product Owner",
"Tech Lead",
"DevOps",
"Security",
"Business Analyst"
],
"tasks": [
{
"label": "Requirements Gathering",
"assignments": {
"Product Owner": "R",
"Tech Lead": "A",
"DevOps": "C",
"Security": "C",
"Business Analyst": "I"
}
},
{
"label": "Architecture Design",
"assignments": {
"Product Owner": "I",
"Tech Lead": "R",
"DevOps": "A",
"Security": "C",
"Business Analyst": "I"
}
},
{
"label": "Security Review",
"assignments": {
"Product Owner": "I",
"Tech Lead": "C",
"DevOps": "C",
"Security": "R",
"Business Analyst": "I"
}
},
{
"label": "Deployment Automation",
"assignments": {
"Product Owner": "I",
"Tech Lead": "C",
"DevOps": "R",
"Security": "A",
"Business Analyst": "I"
}
},
{
"label": "User Acceptance Testing",
"assignments": {
"Product Owner": "A",
"Tech Lead": "I",
"DevOps": "I",
"Security": "I",
"Business Analyst": "R"
}
}
],
"takeaway": "Each task has exactly one R and one A — no ambiguity in ownership."
}
}'Tags
Related templates
Agenda
Numbered agenda slide listing 3-8 topics or sections. Each item has a title and optional time/description. Use at the start of a presentation.
Data Table
Structured data table using a native PowerPoint table object. Fully editable in PowerPoint — resize columns, sort, add rows, copy/paste as tabular data. Header row, alternating row colors, optional row highlighting. Best for sales data, comparison tables, status summaries, feature matrices, and any tabular data.
Enterprise Capability Model
Capability decomposition grid - 2-4 domain columns with 4-8 capability tiles per column. Supports standard, matrix, and maturity heatmap styles for business architecture, target operating model, and capability strategy slides.
Feature Prioritization Map
2-axis scatter plot with optional bubble size and quadrant labels. Classic shape for impact × effort, value × complexity, benefit × cost. Points are placed on continuous numeric axes (not categorical buckets). Optional bubble size adds a third dimension (e.g. revenue, user count). Best for prioritization backlogs, market maps, portfolio positioning, and value/effort conversations.
Frequently asked questions
How do I render a RACI Matrix slide?
Send a POST request to /v1/render with template "c385793b-dc75-52a8-9d37-d2df4809ed22" 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 RACI Matrix template accept?
The RACI Matrix template accepts: title, roles, tasks, takeaway. Supports 2-12 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 RACI Matrix slide in under 1 second. $3 free credit, no card required.