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)
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