Skip to content

RACI Matrix

This matrix removes ambiguity about hand-offs. For each activity it names who is Responsible (does the work), Accountable (owns the outcome - exactly one per row), Consulted (gives input), and Informed (kept in the loop).

Legend: R Responsible · A Accountable · C Consulted · I Informed Roles: ST Stakeholders (Product Owner) · PM Project Manager · BA Business Analyst · SA Architect/Dev Lead · DEV Developer · CE Cloud Engineer (DevOps) · Q Quality Engineer (QC/QA/Test)

ActivitySTPMBASADEVCEQ
Set product vision & fundingACIIIII
Prioritize product backlogACCCIII
Define roadmap & releasesACCCICI
Sprint PlanningACRRRRR
Capacity & risk reportingIACCICI
ActivitySTPMBASADEVCEQ
Gather & document requirementsAIRCIIC
Write acceptance criteriaAIRCIIC
Technical design & ADRsIICACCC
EstimationICRARCC
Set coding & quality standardsIIIACCR
ActivitySTPMBASADEVCEQ
Implement featuresIICCA/RIC
Write unit testsIIICA/RIC
Provision & manage infrastructure (IaC)IIICCA/RI
IaC review & policy-as-codeIIICCA/RC
CI/CD pipeline build & maintenanceIIIACRC
Code reviewIIICCCA/R
Security & quality gatesIIICRRA/R
Functional / regression / E2E testsIICICIA/R
Defect triageICICRCA/R
ActivitySTPMBASADEVCEQ
Sprint Review / demoACRCRRR
Accept / reject incrementAICIIIC
Release / deploy to productionACICCRC
Monitoring, alerting & SLOsIIICCA/RC
Incident response & post-mortemICICCA/RC
Retrospective & improvementsIACCRRR
Stakeholder reportingIARIICI

Columns here: ST Stakeholders (PO) · BA Business Analyst · SA Architect/Dev Lead · CE Cloud Engineer (DevOps) · DE Data Engineer · Q Quality Engineer

ActivitySTBASACEDEQ
Design data architecture & modelCCACRI
Build ingestion & ELT/ETL pipelinesICCCA/RI
Data quality, tests & contractsICCIA/RC
Schema evolution & lineageICCIA/RI
Data platform & pipeline CI/CDIICARI
Serve datasets to analytics / BI / MLACIIRC
flowchart LR
    ST[Stakeholders / Product Owner] -->|vision, backlog| BA[Business Analyst]
    BA -->|ready stories| SA[Architect/Dev Lead]
    SA -->|designed tasks| DEV[Developer]
    DEV -->|PR| Q[Quality Engineer<br/>QC / QA / Test]
    Q -->|validated increment| CE[Cloud Engineer<br/>DevOps]
    CE -->|deployed & monitored| ST
    ST -->|demo & feedback| BA
    PM[Project Manager] -.->|orchestrates & reports across all| DEV