> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stage3.app/llms.txt
> Use this file to discover all available pages before exploring further.

# What is RACI?

> Understanding the RACI matrix and how it clarifies roles and responsibilities

## RACI Explained Simply

RACI is a way to clarify who does what in your processes. It stands for **R**esponsible, **A**ccountable, **C**onsulted, and **I**nformed.

Every activity in your process needs clear role assignments. RACI eliminates confusion by making it obvious who's doing the work, who's in charge, who needs to provide input, and who just needs to know what's happening.

<Tip>
  Think of RACI as a simple answer to: "Who should I talk to about this task?"
</Tip>

## The Four RACI Roles

<AccordionGroup>
  <Accordion title="R - Responsible (The Doer)" icon="hand" defaultOpen>
    **Responsible** people do the actual work. They're the ones rolling up their sleeves and completing the task.

    **Key characteristics:**

    * Performs the activity
    * Takes action and completes tasks
    * Can be multiple people
    * Reports progress to the Accountable person

    **Example:** For the activity "Conduct Phone Interview," the Responsible person is the recruiter who actually makes the call and asks the questions.

    <Warning>
      An activity can have multiple Responsible people, but make sure it's clear who's doing what part of the work.
    </Warning>
  </Accordion>

  <Accordion title="A - Accountable (The Owner)" icon="shield-check">
    **Accountable** is the one person who owns the outcome. They're ultimately answerable for whether the task gets done correctly.

    **Key characteristics:**

    * Owns the final decision
    * Approves completed work
    * Takes responsibility for results
    * **Only ONE person per activity**
    * Usually a manager or team lead

    **Example:** For "Conduct Phone Interview," the Accountable person might be the Hiring Manager who approves moving candidates forward.

    <Warning>
      **Important:** Every activity must have exactly ONE Accountable person. No more, no less.
    </Warning>
  </Accordion>

  <Accordion title="C - Consulted (The Expert)" icon="comments">
    **Consulted** people provide input and expertise before the work is done. They're in the loop and have a say.

    **Key characteristics:**

    * Provides expertise or opinions
    * Two-way communication
    * Input is considered before decisions
    * Can be multiple people
    * Subject matter experts

    **Example:** For "Design New Marketing Campaign," the Consulted people might include the sales team (to ensure messaging matches customer needs) and the legal team (to review compliance).

    <Info>
      Consulted is different from Informed. Consulted people give feedback; Informed people just receive updates.
    </Info>
  </Accordion>

  <Accordion title="I - Informed (The Stakeholder)" icon="bell">
    **Informed** people need to know what's happening, but they don't provide input or do work. They receive updates.

    **Key characteristics:**

    * Receives updates after decisions
    * One-way communication
    * Stays in the loop
    * Can be multiple people
    * No action required from them

    **Example:** For "Update Employee Benefits Package," Informed people might be all employees who need to know about the changes but don't help create the package.

    <Tip>
      Keep your Informed list focused. Only include people who truly need to know. Too many updates create noise.
    </Tip>
  </Accordion>
</AccordionGroup>

## RACI Matrix Example

Here's a real example of a RACI matrix for a hiring process:

| Activity                | Recruiter | Hiring Manager | HR Director | Team Members | CEO |
| ----------------------- | --------- | -------------- | ----------- | ------------ | --- |
| Post Job Opening        | R         | A              | I           | -            | -   |
| Review Applications     | R         | C              | -           | -            | -   |
| Conduct Phone Screen    | R         | I              | -           | -            | -   |
| Schedule Interviews     | R         | A              | -           | I            | -   |
| Conduct Final Interview | C         | R              | A           | C            | -   |
| Make Job Offer          | I         | R              | A           | -            | I   |
| Negotiate Salary        | I         | C              | R/A         | -            | -   |

<Note>
  Notice how each activity has exactly one "A" (Accountable) person. This is crucial for clarity.
</Note>

## Why RACI Matters

<CardGroup cols={2}>
  <Card title="Eliminates Confusion" icon="circle-question">
    Everyone knows exactly what they're responsible for. No more "I thought you were doing that!"
  </Card>

  <Card title="Prevents Bottlenecks" icon="hourglass-end">
    Clear accountability means tasks don't fall through the cracks or wait for unclear approvals.
  </Card>

  <Card title="Improves Communication" icon="comment-dots">
    You know who to consult for expertise and who needs to stay informed.
  </Card>

  <Card title="Speeds Up Decisions" icon="gauge-high">
    When one person is accountable, decisions happen faster without endless group consensus.
  </Card>
</CardGroup>

## Common RACI Mistakes to Avoid

<Warning>
  **Multiple Accountable People**

  Never assign more than one Accountable person to an activity. If something goes wrong, who's really responsible? Having one owner ensures clear accountability.
</Warning>

<Warning>
  **Too Many Consulted People**

  Consulting everyone slows down progress. Only include people whose expertise is truly necessary for the decision.
</Warning>

<Warning>
  **Confusing Informed with Consulted**

  If someone just needs a status update, they're Informed, not Consulted. Consulted people actively participate in the decision-making.
</Warning>

<Warning>
  **No Responsible Person**

  Every activity needs someone to do the work. If there's no "R," nothing will happen!
</Warning>

## RACI Best Practices

<Steps>
  <Step title="Start with Accountable">
    For each activity, first identify who owns the outcome. This should be obvious.
  </Step>

  <Step title="Identify the Doers">
    Who actually performs the work? Assign them as Responsible.
  </Step>

  <Step title="Find Your Experts">
    Who has expertise that should influence the decision? Make them Consulted.
  </Step>

  <Step title="Notify Stakeholders">
    Who needs to know what happened? Mark them as Informed.
  </Step>

  <Step title="Keep It Simple">
    When in doubt, assign fewer roles. You can always add more later.
  </Step>
</Steps>

## RACI in the Business Process Framework

In the Business Process Framework, you'll assign RACI roles to activities within your core processes. The system helps you:

* Map team members to RACI roles
* Visualize who's involved in each activity
* Generate RACI matrices automatically
* Ensure every activity has proper assignments

<Info>
  **Pro tip:** Assign RACI roles as you create activities. It's easier than going back and assigning them all later.
</Info>

## Real-World Example

Let's say you're documenting the process for "Publishing Blog Content":

**Activity: Review Draft Blog Post**

* **Responsible:** Content Writer (writes the post and makes revisions)
* **Accountable:** Content Manager (approves final version for publishing)
* **Consulted:** SEO Specialist (provides feedback on optimization), Subject Matter Expert (verifies technical accuracy)
* **Informed:** Marketing Director (receives notification when post is published)

This clarity means the Content Writer knows to get feedback from SEO and the expert, submit to the Content Manager for approval, and the system will automatically notify the Marketing Director.

## Quick Reference

<CardGroup cols={4}>
  <Card title="Responsible" icon="hand" color="#3b82f6">
    **Does the work**

    Can be multiple people
  </Card>

  <Card title="Accountable" icon="shield-check" color="#10b981">
    **Owns the outcome**

    Only ONE person
  </Card>

  <Card title="Consulted" icon="comments" color="#f59e0b">
    **Provides input**

    Two-way communication
  </Card>

  <Card title="Informed" icon="bell" color="#8b5cf6">
    **Gets updates**

    One-way communication
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Assigning RACI Roles" icon="user-check" href="/processes/assigning-raci">
    Learn how to assign RACI roles to your Guides
  </Card>

  <Card title="Adding Guides" icon="list-check" href="/processes/adding-activities">
    Learn how to add Guides to your processes
  </Card>
</CardGroup>
