design-token-governance

Enforce governance on design token changes to prevent downstream regressions.

108|27|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/diegosouzapw/omni-skills --skill design-token-governance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-token-governance
Source: https://github.com/diegosouzapw/omni-skills/tree/main/skills/design-token-governance
Command: npx skills add https://github.com/diegosouzapw/omni-skills --skill design-token-governance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Design token changes can ripple across apps, docs, and component libraries, causing regressions unless governance, clear ownership, and a formal rollout plan are enforced.

Core Features & Use Cases

  • Map primitives, semantic tokens, and theme overrides; define migration paths and deprecation windows; ensure token contracts remain stable across platforms.
  • Review naming, hierarchy, and compatibility to avoid downstream breakages in design systems, docs, and component libraries.
  • Use cases include token renames, new semantic layers, and multi-theme rollout coordination across teams.

Quick Start

Run a token governance review for color and spacing tokens and prepare the governance packet for downstream teams.

Frequently Asked Questions about design-token-governance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage design token changes without causing downstream regressions?

To manage design token changes without regressions, apply strict governance to renames, semantic mappings, and theme overrides. This enforces a stable public contract, requires explicit ownership, and coordinates rollout timing across design, docs, and component libraries.

What is design token governance and when do I need it for a design system?

Design token governance is a formal process to manage token changes from idea to rollout. You need it when coordinating token renames, new semantic layers, or multi-theme rollouts across teams to prevent breakages in platforms and component libraries.

How do I coordinate a multi-theme design token rollout across different platforms?

Coordinate multi-theme design token rollouts by defining migration paths and deprecation windows for theme overrides. The governance process enforces rollout timing, verifies compatibility across platforms, and requires explicit ownership for downstream teams.

Can I use this governance process for both color and spacing token migrations?

Yes, you can use this governance process for color and spacing token migrations. It reviews naming, hierarchy, and compatibility to prepare a governance packet, ensuring token contracts remain stable and avoiding downstream breakages during the migration.

What is the best way to deprecate old semantic tokens in a component library?

The best way to deprecate old semantic tokens is to enforce a formal deprecation window and define clear migration paths. Governance ensures the public contract remains stable, maps primitives correctly, and verifies scope to avoid breaking component libraries.

Why does renaming a design token break downstream documentation and apps?

Renaming a design token breaks downstream apps and docs when governance is lacking. Without enforcing a public contract, migration notes, and verification scope, renaming disrupts semantic mappings and theme overrides, causing untracked regressions across platforms.