Recursive Decision-Rights Matrix¶
Document — instantiates Holonic Autonomy Nesting
A decision-rights matrix repeated across nested levels, showing local, shared, escalated, and reserved authority.
Where a canvas describes one holon, the Recursive Decision-Rights Matrix answers the recurring cross-level question — for this kind of decision, who actually decides? — by tabulating decision types against levels and marking each as local (the holon decides alone), shared (decided jointly with peers), escalated (bumped to the enclosing level), or reserved (kept by a higher level and unavailable below). Its defining feature is in the name: the same four-way classification is applied recursively down the holarchy — the grid a store uses against its region is the grid a department uses against its store — bounded by a declared recursion depth so the nesting of authority stops before it becomes a hierarchy of micro-permissions. The matrix is about allocating authority across levels, not describing a unit or diagramming its shape.
Example¶
A grocery cooperative spans three levels: individual stores, regional groups, and the national co-op. Arguments keep erupting over who can decide what, so they build the matrix. Rows are decision types — assortment, pricing, staffing, store layout, capital spend, supplier contracts. Columns are the levels. Local: store layout and local-produce sourcing sit with the store. Shared: regional promotions are decided across a region's stores. Escalated: a store wanting to drop a national private-label line must escalate. Reserved: brand standards and member-equity rules stay national and cannot be overridden below. Then the same matrix recurs one level down: inside a large store, produce and bakery departments get their own local/shared/escalated/reserved rows against the store — but the recursion stops there, because going deeper would govern every shelf. When a dispute arises, people stop arguing and point to a cell.
How it works¶
- Enumerate decision types, not tasks. Rows are recurring classes of decision, chosen coarsely enough that the grid stays readable.
- Classify each cell into the four-way scheme. Local / shared / escalated / reserved — the escalation-and-devolution logic written down rather than improvised.
- Recurse with a depth limit. Re-apply the grid at the next level down, and stop at the declared depth so authority-nesting doesn't run forever.
- Bind reserved cells to the log. Every time a reserved or override right is exercised, it generates an audit entry — so a matrix that says "local" while higher levels keep intervening is exposed by its own trail.
Tuning parameters¶
- Decision-type granularity — few broad rows or many fine ones. Finer rows remove ambiguity but ossify faster.
- Recursion depth — how many levels down the grid repeats. Deeper is more complete but drifts toward micro-control.
- Default lean — local-by-default (bias to devolution) versus escalate-by-default (bias to coherence). This sets the whole system's temperament.
- Override-logging strictness — whether every reserved-cell use is logged, or only contested ones.
When it helps, and when it misleads¶
Its strength is ending the "who decides this?" fight: a well-built matrix converts recurring authority disputes into a lookup. Because the same logic recurs, it also exposes inconsistency — a decision that's local at one level but reserved at the identical level next door signals an unprincipled allocation.
Its failure mode is that a matrix is static and can quietly encode recentralization drift: the easy way to reduce risk is to mark more cells "reserved," and over time the "local" columns hollow out while the document still claims autonomy exists. It also ossifies — reality outruns the grid, and people route around a matrix they no longer trust. The guarding discipline is subsidiarity's discipline of pushing decisions to the lowest capable level, and pairing the matrix with the override audit trail: if reserved-cell overrides pile up, the "local" columns are fiction and the matrix must be re-cut. Named decision-rights schemes such as Bain's RAPID[n1] serve the same end — naming who holds each distinct role in a decision so authority stops being ambient.
How it implements the components¶
The matrix fills the cross-level authority subset — how decision rights are allocated and moved between levels:
escalation_and_devolution_rule— the shared/escalated/reserved classification is the escalation-and-devolution rule made explicit and consistent per level.recursion_depth_limit— the grid repeats down levels only to the declared depth, capping how far authority-nesting goes.override_audit_trail— reserved and override cells require a logged entry each time exercised, so recentralization shows in the record.
It reads each holon's autonomy scope from the Holonic Operating Model Canvas to fill the "local" column but does NOT author that per-holon definition — the canvas does; and it does NOT run the case-by-case exception decision — that is the Cross-Level Exception Protocol.
Related¶
- Instantiates: Holonic Autonomy Nesting — the matrix is the authority-allocation document the holarchy hangs decisions on.
- Consumes: Holonic Operating Model Canvas supplies each holon's declared autonomy envelope, which becomes the matrix's "local" column.
- Sibling mechanisms: Holonic Operating Model Canvas · Cell-Team Federation Model · Nested Governance Cadence · Cross-Level Exception Protocol · Autonomy/Dependency Review · Holon Interface Registry · System-of-Systems Holon Map
Editorial Notes¶
Form Classification¶
Form family: Representation, Specification & Plan
Rationale: Recursive Decision-Rights Matrix operates as a static representation, map, specification, schema, or prospective plan that externalizes information because it a decision-rights matrix repeated across nested levels, showing local, shared, escalated, and reserved authority.
Independent corroboration: The frozen evidence defines Recursive Decision-Rights Matrix as 'A decision-rights matrix repeated across nested levels, showing local, shared, escalated, and reserved authority', so its operative form is Representation, Specification & Plan.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Organizational & Management Science
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Decision-rights matrices and nested delegation are organizational design instruments.
Related originating lineages:
- Systems Thinking & Cybernetics — Viable-systems and holonic traditions materially shaped recursive autonomy across levels.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Independent reviewer agreement; high confidence.
Notes¶
[n1] RAPID (Recommend, Agree, Perform, Input, Decide) is Bain & Company's decision-rights framework that assigns each role in a decision to a specific party. Like the recursive matrix, its value is making authority explicit and non-ambient; the matrix adds the nesting — the same allocation repeated, bounded, down the levels. ↩