Public Commitment Board¶
Visibility artifact — instantiates Responsibility Assignment for Action
A shared, visible surface that shows who owns each active item and what state it is in, so coverage and gaps are legible to the whole group at a glance — without becoming a surveillance tool.
Even when actions have owners, responsibility can still quietly fail if no one can see the ownership — a group that cannot tell what is covered will keep re-assuming that someone else has the orphaned item. The Public Commitment Board exists to make ownership and state seeable. It is a single shared surface — a wall, a whiteboard, a digital board — whose entire job is to display, for every active item, who owns it and where it stands: claimed, in progress, blocked, or done. It does not assign the work, schedule it, or grant anyone authority. It radiates the current picture so the whole relevant group can tell at a glance what is covered and what is orphaned.
Example¶
An open-source project keeps a public board of open issues. Each issue card shows an assignee and a status label, and anyone — maintainer or drive-by contributor — can look at the board and immediately see which issues have owners and which are unclaimed and up for grabs. A prominent "blocked: needs review" column surfaces exactly where work has stalled and help is needed, rather than letting a stuck item sit invisibly. A newcomer scanning the board can pull an unowned issue and put their name on it, and the maintainers can see coverage without pinging anyone. The board is functioning as an information radiator: passive, always-on, and honest about state.[n1] Crucially, its purpose is coordination — helping the group route effort — not ranking contributors or exposing who is behind.
How it works¶
The board is a passive display that reflects, for each item, an owner and a state, updated by the owners themselves as things move. It is visible to the relevant audience — the people who need to coordinate around the work — and it encodes state through columns or labels (to do / claimed / in progress / blocked / done). It supports pull: because unowned and blocked items are visible, people can self-assign to fill gaps. What separates it from the mechanisms around it is that it only ever shows — it never decides who should own what or confers any power to act. Its honesty depends entirely on owners keeping their cards current.
Tuning parameters¶
- Visibility scope — who can see the board. Wider visibility aids coordination across more of the group but raises the risk of it being read as surveillance.
- State granularity — how many distinct states a card can be in. Fine-grained states convey more but demand more upkeep; coarse states are easy to maintain but blur nuance.
- Update discipline — who is responsible for moving cards and how often. Owner-updated boards scale but drift when neglected; a facilitator-updated board stays fresh but centralizes effort.
- Blocker prominence — how loudly blocked items are surfaced. Making blockers unmissable drives help toward them; burying them turns the board into theater.
- Pull versus push — whether people self-assign from the board or are assigned onto it. Pull builds ownership; push fills gaps faster but can feel imposed.
When it helps, and when it misleads¶
Its strength is that it makes orphaned and blocked work impossible to miss — the group can see coverage collectively instead of each member privately assuming it is handled, and open items invite someone to pick them up.
It misleads in two opposite directions. It becomes visibility theater when the board lists owners and green statuses but hides the blockers underneath, so it broadcasts false coverage. And it curdles into surveillance when it is used to rank, compare, or shame people by their card counts and cycle times, which teaches everyone to game the board rather than tell it the truth. The classic misuse is a manager weaponizing the board as a productivity dashboard. The guarding discipline is proportional visibility: show enough state to coordinate, never so much that the board becomes a tool for exposure.
How it implements the components¶
status_visibility— its core output: the current owner-and-state of every active item, legible to the group at a glance.responsible_owner— every item on the board carries a visible named owner, so coverage and gaps are attributable.
It displays ownership but does not create it — turning a fresh agreed action into a named owner is the job of Explicit Task Assignment; and it grants no authority_scope and defines no escalation_path, which belong to RACI-Like Ownership Matrix and Escalation Protocol respectively.
Related¶
- Instantiates: Responsibility Assignment for Action — the visibility half: making ownership and response state legible so the group can coordinate.
- Consumes: Explicit Task Assignment — the board displays the owners that assignment creates; it needs owned items to show.
- Sibling mechanisms: Emergency Role Assignment · Explicit Task Assignment · Incident Commander Role · On-Call Ownership · RACI-Like Ownership Matrix · Runbook With Named Owner · Shift Handoff Check · Single-Threaded Owner · Escalation Protocol
Editorial Notes¶
Form Classification¶
Form family: Interface, Display & Cue
Rationale: Public Commitment Board operates as a user-facing prompt, display, template, or perceptual cue that shapes attention and action at the point of use because it a shared, visible surface that shows who owns each active item and what state it is in, so coverage and gaps are legible to the whole group at a glance — without becoming a surveillance tool.
Independent corroboration: The frozen evidence defines Public Commitment Board as 'A shared, visible surface that shows who owns each active item and what state it is in, so coverage and gaps are legible to the whole group at a glance — without becoming a surveillance tool', so its operative form is Interface, Display & Cue.
Nearest alternative: Record, Log & Register — Public Commitment Board includes features of a persistent ledger, log, register, or case record that preserves history and traceability, but its defining operation is a user-facing prompt, display, template, or perceptual cue that shapes attention and action at the point of use.
Review outcome: Independent reviewer agreement; medium confidence.
Origin Attribution¶
Primary origin: Organizational & Management Science
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Visible boards assigning owners and work states descend from organizational coordination and lean/agile visual-management practice.
Related originating lineages:
- Human-Computer Interaction — Information-radiator and legibility design materially shape the shared visual surface.
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] Information radiator — Alistair Cockburn's term for a highly visible, always-current display that broadcasts project state to anyone who walks past, requiring no one to ask for a status update. A commitment board is an information radiator specialized to ownership and coverage. ↩