WHAT THIS CHANGES

Three shifts to carry into the next design review.

  1. 01PRIMITIVE

    Store the possible values.

  2. 02SEMANTIC

    Name the product decision.

  3. 03CONTRACT

    Let components consume intent.

01

A token called blue-500 is a spreadsheet cell with better marketing.

Most teams start token work by renaming hex codes. The result is a tidy palette that still leaks raw implementation into every component. When the brand changes, dark mode arrives, or a high-contrast theme is required, blue-500 has no idea what job it was doing.

A useful token preserves intent. ‘Action primary background’ can become a different colour across brands and modes while keeping the same product meaning. The abstraction is not the value. The abstraction is the decision the value currently expresses.

Raw values create tangled connections beneath components with different purposes, while a semantic adapter begins to restore meaning.
THE VALUE TRAP / CONSISTENT SURFACE · BROKEN MEANING
02

Use three layers, and do not let components skip one.

The cleanest architecture I know has three layers: primitives, semantic decisions, and component contracts. Primitives hold possible values. Semantic tokens assign meaning. Component tokens express the local contract only when a component genuinely needs a narrower decision.

The rule that matters is consumption. Product components should not reach directly into primitives. A button consumes an action role, not a shade. A status message consumes a feedback role, not ‘red’. This one constraint makes theming, accessibility, and future migration dramatically cheaper.

Primitive values flow through semantic roles before reaching finished components.
THREE LAYERS / PRIMITIVE → SEMANTIC → COMPONENT
  1. 01PRIMITIVE

    A possible value—never a component dependency.

  2. 02SEMANTIC

    The durable product decision.

  3. 03COMPONENT

    A narrow local contract only when needed.

03

Modes should resolve decisions, not duplicate files.

Light, dark, brand, density, platform, and high-contrast variants are contexts. Treating each as a separate token file creates copies that drift. A resolver should take one semantic decision and return the correct value for the active contexts.

The stable Design Tokens specification published in 2025 gives the industry a vendor-neutral format for expressing and resolving this kind of information across tools. That matters. But interoperability does not rescue weak semantics. A perfectly portable token called grey-600 is still the wrong abstraction.

One component contract resolves into dark, light, high-contrast, and compact modes.
ONE CONTRACT / MULTIPLE MODES AND STATES
  1. 01EXPLICIT AXES

    Model mode, brand, density, and platform as contexts.

  2. 02ALIASES

    Let one decision inherit from another.

  3. 03COMBINATIONS

    Test intersecting contexts, not isolated modes.

  4. 04PAIRED ROLES

    Evaluate foreground and background contrast together.

04

Components need behaviour contracts, not anatomy diagrams.

A component page showing a button’s padding, radius, and variants documents its body but not its judgment. The valuable knowledge is when to use it, when not to use it, how it behaves with long content, what happens while waiting, and how failure recovers.

Document the states teams usually improvise: loading, empty, error, partial permission, destructive confirmation, keyboard focus, and reduced motion. Include content limits and examples of misuse. A design system earns trust by helping teams make decisions, not by displaying pristine inventory.

One component is tested against long content, waiting, empty, error, permission, focus, constrained space, and reduced motion.
BEHAVIOUR CONTRACT / TEST THE JUDGMENT, NOT THE ANATOMY
  1. 01CONTENT

    Long, empty, and constrained.

  2. 02SYSTEM

    Loading, error, and partial permission.

  3. 03CONTROL

    Keyboard focus and destructive confirmation.

  4. 04MOTION

    Reduced choreography without lost orientation.

05

Treat token changes like API changes.

Changing a widely used token can alter thousands of surfaces at once. Yet many teams manage it like a Figma tidy-up. Mature systems need ownership, versioning, deprecation, migration notes, and visual regression across every supported mode and state.

Also track escape hatches. Overrides are not automatically bad; they are evidence. A repeated override says the system is missing a legitimate decision. A one-off override may be product specificity. Review them monthly, promote the patterns that repeat, and delete the ones that no longer earn their complexity.

A semantic token change passes through governance gates before spreading across products, modes, and component families.
CHANGE BLAST RADIUS / GOVERN BEFORE IT PROPAGATES
  1. 01OWNER

    One accountable owner per semantic family.

  2. 02VERSION

    Publish the reason for breaking change.

  3. 03MIGRATION

    Ship the path before removing the old name.

  4. 04REGRESSION

    Verify every supported mode and state.

06

AI makes implicit design systems visibly inadequate.

Human designers fill gaps using history, taste, and hallway context. AI does not. If your system only stores components and values, generated work will be consistently plausible and subtly wrong. It needs the reasoning: product principles, constraints, examples, failure patterns, and quality thresholds.

This is the new test of a design system. Can a capable newcomer—or an agent—make a strong product decision without asking the original author what they meant? If not, the missing asset is not another component. It is explicit judgment.

THE JUDGMENT PACKAGEGive the system the reasons—not only the parts.
  1. 01PrinciplesWhat good means here.
  2. 02ConstraintsWhat must remain true.
  3. 03ExamplesPatterns and anti-patterns.
  4. 04ThresholdsWhen the work is ready.

EXPLICIT JUDGMENT MAKES QUALITY REPEATABLE

THE ONE-LINE TEST

The purpose of a token is not to store a value. It is to preserve a decision when the value changes.

SOURCES / FURTHER READING

  1. 01Design Tokens Format Module 2025.10W3C Design Tokens Community Group
  2. 02Design Tokens Resolver Module 2025.10W3C Design Tokens Community Group
  3. 03Design Tokens Color Module 2025.10W3C Design Tokens Community Group
  4. 04Five shifts redefining design systems in the AI eraFigma