A RACI matrix is a responsibility assignment framework that clarifies roles in projects or processes using four categories:
Responsible (R): People who do the work Accountable (A): Person ultimately answerable for the work (only one per task) Consulted (C): People whose input is sought before decisions Informed (I): People kept updated on progress
| Documentation Tasks | Tech Writer | Developer | SME | QA | Doc Manager |
|---|---|---|---|---|---|
| API Reference | |||||
| - Generate API docs from code | I | R | C | I | A |
| - Review automated output | R | C | C | I | A |
| - Add code examples | C | R | C | I | A |
| - Validate accuracy | R | C | C | I | A |