Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate and validate a RACI matrix and governance responsibility document from a validated PNS. Use this skill when the user needs a standalone RACI chart, a governance matrix, or a responsibility assignment document for a process; when they ask to produce a RACI table, document who is responsible for what, or generate a governance framework for a process. Derives directly from PNS roles_and_raci and activity_sequence sections. Produces raci.md and governance-matrix.md.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 46% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 31% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -38% | 0% |
OverKill Hill P³ · overkillhill.com · github.com/OKHP3
Generate a standalone RACI matrix and governance responsibility document from a validated PNS. The RACI table makes role assignments explicit and auditable — supporting both operational clarity and ISO 9001 §5.3 accountability requirements.
roles_and_raci is empty — complete process-narrative-authoring firstsop-and-work-instruction-generation insteadscripts/generate-raci.mjs builds the matrix from pns.roles_and_raci and pns.activity_sequence:
activity_id{ roles[], matrix[{ activity_id, description, R[], A, C[], I[] }] }markdown## RACI Matrix — Purchase Order Approval | Activity | Requester | Finance Manager | Procurement | Director | |---|---|---|---|---| | Submit PO Request | **R** | I | — | — | | Review PO | C | **R** | C | — | | Approve PO | I | — | — | **R/A** |
The governance matrix extends the RACI with:
Derived from pns.business_rules[] and pns.exception_paths[].
Every RACI matrix must satisfy:
roles_and_raci.roles[]Pass raci.md and governance-matrix.md to publication-and-handoff-packaging for bundle assembly.
Load on demand:
references/raci-design-rules.md — RACI cell definitions, validation rules, governance matrix extensions, and escalation path conventionsscripts/generate-raci.mjs — builds RACI matrix and governance matrix from PNSassets/fixtures/raci-example.yaml — canonical RACI fixture for purchase-approval processBuilt by Jamie Hill · OverKill Hill P³ Published at github.com/OKHP3 Part of the OKHP3/skillz Agent Skill library. MIT License -- free to use, fork, and adapt. A nod to the source is appreciated.
Other measured skills in the registry, with their headline benchmark lift.