Skip to content

Cue-Destination Alignment Matrix

Template — instantiates Predictive-Cue Wayfinding Design

A living register with one row per cue, recording the destination value it promises, the evidence the promise holds, the owner accountable for it, and the trigger that forces a re-check.

Version
v1 · 2026-08-24 · History
Mechanism #
2305
Type
Template
Form family
Record, Log & Register
Solution family
Alignment & Incentives
Problem family
Information Overload, Search & Attention Failure
Problem subfamily
Knowledge Retrieval, Pattern & Wayfinding
Origin domain
Human-Computer Interaction
Also from
Cognitive Science
Instantiates
Predictive-Cue Wayfinding Design

Where other mechanisms measure whether cues predict their destinations, the Cue-Destination Alignment Matrix records the answer as a durable artifact. It is a table with one row per cue — label, badge, icon, category, snippet — and columns that make each cue's promise explicit and accountable: what destination value it claims to predict, the evidence that the claim holds, who owns keeping it true, and the trigger that forces the row to be re-checked. The defining idea is that a cue's promise should be a written contract with a name attached, not an implicit assumption living in a designer's head. The matrix is the single source of truth the rest of the pattern reads from and writes back to; it is a standing register, not a review activity and not a live monitor.

Example

An online grocery service has grown to eleven top-level categories and a shifting set of promotional badges. Nobody can say precisely what "Pantry" is supposed to contain versus "Everyday Essentials," and the "Best Value" badge has quietly come to mean three different things to three merchandising teams. The team builds an alignment matrix. Each cue becomes a row: the cue text, the promised value (e.g., "Pantry → shelf-stable staples you restock, not fresh or frozen"), the evidence column (a short rationale plus a link to the traversal data that supports or contradicts it), an owner (the category manager by name), and an update trigger ("re-check when the category's SKU mix shifts more than 15%, or every quarter, whichever comes first").

Filling the matrix immediately surfaces the "Best Value" ambiguity — three rows, three owners, one label — which forces a decision to split it into "Bulk Discount" and "Lowest Unit Price." The matrix does not, by itself, fix navigation; it makes the promises legible and gives each one an owner and an expiry, so the audit and the dashboard have a contract to check against.

How it works

The distinguishing move is structural, not procedural: it turns a diffuse set of cues into an enumerated, owned, expiring register.

  • One row per cue. Enumerating the full cue surface is itself revealing — orphan cues (no clear promise) and collisions (one label, several promises) fall out immediately.
  • Promise made explicit. Each row states the single destination value the cue is meant to predict, so it can later be tested rather than argued about.
  • Evidence attached, not assumed. The correlation claim carries its supporting evidence inline, so a row can be graded from strong to unverified.
  • Owner and trigger. Every row names an accountable owner and the condition that expires it, which is what keeps the register from silently rotting.

Tuning parameters

  • Row granularity — one row per label, or per label-and-audience-and-context. Finer rows capture that a cue means different things to novices and experts, but multiply maintenance.
  • Evidence bar — how strong the proof of correlation must be before a row counts as "verified." A high bar keeps the register honest but leaves many rows provisional.
  • Ownership model — individual owner versus team versus none. Named individuals drive accountability; teams survive turnover.
  • Trigger sensitivity — how readily the update trigger fires. Twitchy triggers keep rows fresh but flood owners; slack ones let promises drift.
  • Coverage vs maintainability — every cue in the register, or only high-traffic ones. Total coverage is the ideal and the thing that most often turns the matrix into shelfware.

When it helps, and when it misleads

The matrix is most valuable when a space has many cues, several teams, and no shared account of what anything promises — it converts implicit, contested promises into an auditable contract with owners and expiries, and it gives every other mechanism a baseline to check reality against. It is, in effect, an inventory of the information scent each cue is supposed to emit.[n1]

Its characteristic failure is becoming stale shelfware: a matrix that documents intentions rather than reality is worse than none, because it lends false confidence that the promises still hold. Over-granular matrices collapse under their own maintenance weight; unowned rows drift; and a register nobody reads back into the design is just documentation. The guarding discipline is to tie each row to real traversal evidence, keep owners and triggers live, and treat the matrix as consumed by the audit and dashboard — not filed and forgotten.

How it implements the components

  • cue_destination_correlation_model — the matrix is the recorded correlation: each row asserts and evidences the cue-to-destination-value link.
  • destination_value_hypothesis — the "promised value" column states, per cue, the explicit hypothesis about what it predicts.
  • cue_freshness_update_rule — the owner and update-trigger columns encode who maintains each promise and when it expires.
  • local_cue_surface — enumerating one row per cue is the inventory of the cue surface.

It records the correlation but does not observe it live (wayfinding_feedback_signal, scent_decay_monitor) — that continuous measurement is Scent Clickthrough Trace Dashboard, which the matrix's evidence column links out to.

Editorial Notes

Form Classification

Form family: Record, Log & Register

Rationale: Cue-Destination Alignment Matrix operates as a durable record, ledger, register, or trace whose value depends on preserving actual state or history because it a living register with one row per cue, recording the destination value it promises, the evidence the promise holds, the owner accountable for it, and the trigger that forces a re-check.

Independent corroboration: The frozen evidence defines Cue-Destination Alignment Matrix as 'A living register with one row per cue, recording the destination value it promises, the evidence the promise holds, the owner accountable for it, and the trigger that forces a re-check', so its operative form is Record, Log & Register.

Nearest alternative: Representation, Specification & Plan — The living cue entries preserve owners, evidence, and recheck history, rather than merely presenting a static matrix.

Review outcome: Independent reviewer agreement; medium confidence.

Origin Attribution

Primary origin: Human-Computer Interaction

Origin pattern: Cross-disciplinary synthesis

Present-day reach: Multi-domain

Rationale: HCI and information architecture established cue-to-destination alignment; the entry turns cognitive information-scent theory into an owned, expiring register.

Related originating lineages:

  • Cognitive Science — Information-foraging theory explains information scent as a cue's prediction of destination value.

Review resolution: HCI and information architecture established cue-to-destination alignment; the entry turns cognitive information-scent theory into an owned, expiring register.

Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.

Review outcome: Reconciled after independent review; high confidence.

Notes

[n1] Information scent — from Pirolli & Card's information-foraging theory — is the cue an agent reads at a branch point to estimate the value of following it, by analogy to an animal following a scent toward prey. The matrix is essentially a ledger of the scent each cue is intended to carry, which is why an empty or stale row is a scent that no longer predicts.