RACI chart in software development

Edgar Mnatsakanyan
1 min readAug 5, 2018

--

In software development we often need to define team roles to have better track on the process and who’s doing what.
It’s usually done with RACI chart that usually has this view:

RACI chart

Team members are divided by their activity types in the first column and members names go in the horizontal row.

RResponsible for
AAccoutable for
C — should be Consulted
I — should be Informed

This helps to better structure the team roles and activities and eliminate confusions.

The example above can be downloaded here:
http://delicateit.com/docs

--

--