β‘ Workflows
RACI Matrix
Define responsibilities without ambiguity: who does, who approves, and who is informed.
Bundle files
πORCHESTRATION.mdβ Orchestration
1# ORCHESTRATION.md
2
3## Diagram
4
5 ββββββββββββββ¬ββββββ¬ββββββ¬ββββββ¬ββββββ
6 β Task β R β A β C β I β
7 ββββββββββββββΌββββββΌββββββΌββββββΌββββββ€
8 β Define β β β β β β β
9 β Implement β β β β β β β
10 β Validate β β β β β β β β
11 β Deliver β β β β β β β
12 ββββββββββββββ΄ββββββ΄ββββββ΄ββββββ΄ββββββ
13
14 R = Responsible A = Accountable
15 C = Consulted I = Informed
16
17
18## Workflow
19RACI Matrix
20
21## Objective
22Define responsibilities without ambiguity: who does, who approves, and who is informed.
23
24## Definitions
25- **R (Responsible):** executes.
26- **A (Accountable):** approves and is accountable for the result.
27- **C (Consulted):** provides input.
28- **I (Informed):** kept informed.
29
30## Template
31| Task | R | A | C | I |
32|---|---|---|---|---|
33| Define scope | | | | |
34| Implement | | | | |
35| Validate | | | | |
36| Deliver | | | | |
37
38## Rules
39- Each task must have exactly 1 A.
40- Do not start a task without R and A defined.
41- RACI changes must be versioned.
42
Lines: 42 | Words: 181
Install
Copy bundle to your OpenClaw workspace.
curl -fsSL https://raw.githubusercontent.com/cerealskill/openclaw-agents/main/install.sh | bash -s workflow raci-matrix ENRate this agent
Loading...
Sign in to rate this agent
Includes
- β ORCHESTRATION.md
Info
- Slug
- raci-matrix
- Lines
- 42
- Words
- 181
