Nirmaan Logo

RACI Module

Manage projects, tasks, and accountability using the RACI matrix (Responsible, Accountable, Consulted, Informed).

Overview

The RACI module (/raci) is a lightweight project & task tracker built on the RACI matrix. Each task has exactly one Accountable owner and any number of Responsible, Consulted, and Informed users.

It is typically used by the Strategy & Innovation team and Super Admins to coordinate cross-team work that does not fit inside a single project request.

Where it fits

RACI is independent of the 7-Step Workflow. Use it when you need to track an internal initiative, side project, or recurring task that has multiple stakeholders.

RACI Roles

RoleLetterMeaning
ResponsibleRDoes the actual work. Multiple users allowed.
AccountableAFinal authority and owner. Exactly one per task.
ConsultedCProvides input before decisions. Multiple users allowed.
InformedIKept up to date on outcomes. Multiple users allowed.

RACI Projects vs. Tasks

EntityPurpose
ProjectOptional container used to group related tasks. A task can also exist on its own.
TaskThe primary unit of work. Has dates, status, and a RACI assignment list.

Task Statuses

StatusMeaning
InitiatedTask is created but work has not started
In ProgressWork is actively being done
ClosedTask is finished and no further action is needed

RACI Status (per assignment)

Each individual user assignment has its own status:

StatusMeaning
InitiatedAssignment was just created
In ProgressAssignee is actively working on their part
CompletedAssignee has finished their part

Alignment Status

Before an assignment is "live", the assigned user must align (acknowledge) it:

StatusMeaning
PendingAwaiting the assignee to confirm their role
AlignedAssignee has acknowledged and accepted the role

A Bulk Align action lets you align all of your pending assignments at once.

Date-based RAG

Tasks are colour-coded based on their expected start and closure dates compared to today:

  • 🟢 Green — on track
  • 🟡 Amber — at risk (close to or just past expected date)
  • 🔴 Red — overdue

Creating a Task

  1. Open RACI from the sidebar.
  2. Click + New Task.
  3. Fill in:
FieldRequiredDescription
Task NameYesShort descriptive name
DescriptionNoLonger context
ProjectNoOptionally link to a RACI project
Expected StartNoWhen work should begin (used for RAG)
Expected ClosureNoTarget completion date (used for RAG)
  1. Save. The task is created with status Initiated.

Assigning Users

  1. Open the task drawer.
  2. Add the Accountable user first (only one allowed).
  3. The Accountable user — or an admin — can then assign R / C / I users.
  4. Each assigned user receives a notification and must Align to confirm.

The RACI list page supports:

  • Search — debounced (300 ms) full-text search across task names
  • Status — filter by Initiated / In Progress / Closed
  • RACI Status — filter by assignment status
  • Project — dropdown filter (limited to 100 projects per fetch)
  • Page size — choose 10, 25, 50, or 100 (preference saved in your browser)

My Assignments

The My Tasks tab on /raci (also reachable via /raci/my-assignments) shows only the tasks you are assigned to, regardless of role.

RACI Reports

Visit /raci/reports for:

  • KPI tiles — total projects and tasks broken down by status
  • Status distribution charts
  • Role breakdown (R / A / C / I counts)
  • Comparison tables across projects

Permissions

Only Super Admin and members of the Strategy & Innovation team can create or edit RACI projects and tasks. All assigned users can update the status of their own assignments and align them.

See Roles & Permissions for the full permission matrix.