Competitive Priority Board¶
Interface tool — instantiates Neighbor-Suppression Contrast Sharpening
A shared priority surface where promoting one item to focus visibly demotes its competing neighbors, forcing a few sharp winners out of a flat list.
Competitive Priority Board is the human-facing surface that turns a flat pile of "everything is important" into a field with visible winners. It shows candidate items — tickets, features, risks — laid out so that promoting one into focus mechanically pushes its neighbors down: the act of raising a signal is the act of dimming its competitors on the same board. What makes it this mechanism and not its siblings is that the suppression is displayed and persistent: it is not a hidden computation and not a temporary mute, but a standing decision surface where contention is made legible and a hard cap keeps only a handful of items in focus at once.
Example¶
A product team has 60 open feature requests, and every one is tagged "high priority" — which is the same as none being high. On a Competitive Priority Board, the team drags three requests into a Now lane that only holds three. The moment a request lands there, the board greys out the other requests touching the same subsystem: they cannot also be "Now," and the interface shows why — they lost to a neighbor. A visible bar (only what clears the threshold and fits the lane counts as focal) does the rest. The pile of 60 equal claims becomes three sharp winners and a legibly-demoted surround, and the argument shifts from "is this important?" — everything is — to "is this more important than its neighbor?", the one question the board will not let two adjacent items dodge.
How it works¶
- Make promotion demote. Raising one item's priority automatically lowers the displayed prominence of its competing neighbors; contrast is enforced at the interface, not left to a sort order.
- Cap the focal set. A hard limit on how many items may be in focus at once forces the competition; without the cap, everything drifts back to "high."
- Define adjacency. Items compete only with their neighbors — same team, theme, or resource pool — so demotion is local and meaningful rather than global.
- Keep it standing and reversible-by-hand. The board persists as a decision record; unlike an automatic dimmer, nothing un-demotes on a timer.
Tuning parameters¶
- Focus budget — how many items may be focal at once. A tight budget yields sharp contrast but risks demoting a genuine priority; a loose one drifts back toward a flat list.
- Adjacency definition — what counts as a competing neighbor. Broad adjacency creates fierce competition and clearer winners; narrow adjacency lets more items coexist.
- Demotion depth — whether losers are greyed, shrunk, or hidden. Deeper demotion sharpens the view but buries the surround further from attention.
- Promotion friction — how much effort or approval it takes to elevate an item. High friction protects the focal set from churn; low friction keeps it responsive.
- Prominence threshold — where the bar sits for "focal enough to show." Raising it sharpens contrast at the cost of dropping borderline-valid items.
When it helps, and when it misleads¶
Its strength is that it destroys the "everything is P1" flatness that makes a priority list useless, forces trade-offs to be made explicitly and locally, and renders contention visible instead of letting it hide inside a ranking nobody trusts.
Its failure modes are social. Because whatever is focal keeps demoting its neighbors, incumbents entrench and newcomers starve — advantage accruing to the already-advantaged, the dynamic known as the Matthew effect.[n1] The visible competition can be gamed (log-rolling to keep an item up), and a genuinely urgent minority item can be suppressed simply because a louder neighbor sits next to it. The classic misuse is arranging the board after a decision to make a pre-chosen winner look like the consensus output of a fair contest. The discipline that guards against this is to pair the board with a way to re-inspect the demoted set periodically — so suppression stays a live judgment, not a one-way ratchet.
How it implements the components¶
Competitive Priority Board fills the winner-and-threshold components that a decision surface operates:
focal_activation_candidate— its central object: the promoted, in-focus item that wins prominence and suppresses its neighbors.contrast_threshold— the focus budget and above-the-fold bar are the threshold that separates a focal winner from a demoted competitor.
It does not compute the underlying suppression (activation_field, neighbor_suppression_rule → Center-Surround Filter) or tune its strength (suppression_gain_parameter → Contrast-Adaptation Tuning Loop), and its demotion is a standing decision, not the timed auto-recovery of the Alert Neighbor Dimming Rule.
Related¶
- Instantiates: Neighbor-Suppression Contrast Sharpening — the board is the archetype rendered as a shared, human-operated priority surface.
- Sibling mechanisms: Context-Restoration Toggle · Center-Surround Filter · Alert Neighbor Dimming Rule · Boundary-Sharpening Review Map · Contrast-Adaptation Tuning Loop · Mutual-Exclusion Choice Gate · Non-Maximum Suppression Pass · Local Contrast Enhancement Transform · Inhibitory Feedback Circuit · Ecological Spacing Buffer · Over-Suppression Red Team
Editorial Notes¶
Form Classification¶
Form family: Interface, Display & Cue
Rationale: A shared priority surface where promoting one item to focus visibly demotes its competing neighbors, forcing a few sharp winners out of a flat list, making its operative form a prompt, display, template, or perceptual cue that shapes attention and input at the point of use.
Independent corroboration: The frozen evidence defines Competitive Priority Board as 'A shared priority surface where promoting one item to focus visibly demotes its competing neighbors, forcing a few sharp winners out of a flat list', so its operative form is Interface, Display & Cue.
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: Lean and agile work management cohered visible priority boards with explicit work-in-process limits that force relative choice.
Related originating lineages:
- Psychology — Competitive inhibition and attentional selection supply the winner-suppresses-neighbors logic.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Independent reviewer agreement; medium confidence.
Notes¶
The board and the sibling Mutual-Exclusion Choice Gate both stage competition, but at different hardness: the board is a soft, reversible, human surface where demotion is visible and can be undone, whereas a choice gate resolves to a single hard winner and forecloses the rest. Reach for the board when the competition should stay legible and revisitable, not settled.
[n1] Matthew effect — the tendency for accumulated advantage to flow to those already ahead ("the rich get richer"), named by sociologist Robert K. Merton after a line in the Gospel of Matthew. A priority surface that keeps demoting the neighbors of whatever is already focal can quietly entrench incumbents unless the demoted set is periodically reconsidered. ↩