The migration that gets to 70% adoption naturally then plateaus is the most common shape. The remaining 30% are the surfaces with deadlines, the surfaces nobody owns, and the surfaces shipped by teams that haven't bought in yet.
Getting from 70% to 100% requires a different motion than getting from 0% to 70%. The first phase is opt-in evangelism. The second is opt-out enforcement.
Lint rules at error level
Once enough surface area is migrated that error-level lint won't break the build everywhere, escalate. New code can't reference legacy components, raw hex values, or off-token spacing.
Existing code grandfathered in via per-file disable comments. The disable comments are the inventory of the remaining work.
PR templates that ask the question
Add a checkbox to every PR template: 'Did you use the design system for new UI?' Reviewers ask the question. Authors who don't see it don't merge.
Doesn't sound like much. Moves the curve more than docs do.
Track adoption per product, not aggregate
Per-product adoption percentage on a public dashboard. Names attached. The product team that's at 95% and the product team that's at 35% have different conversations to have.
The aggregate number hides the laggards. The per-product breakdown forces specific conversations.
Ship the cutover ceremony
When the chapter 2 criterion is met, retire the bridge in a reviewed release. Remove consumer dependencies first, verify supported deployed versions and reversal needs, then retire distribution artifacts under your registry and retention policy. Update the docs and tell affected teams.
Record the accepted scope and keep the historical adoption evidence. A scoped release with named exceptions can be useful while the shared bridge remains supported; report the remaining consumers explicitly.
- 01Lint at error level once critical mass is migrated; existing code grandfathered with documented disables.
- 02PR templates with one targeted question move the curve more than docs.
- 03Per-product adoption metrics force specific conversations; aggregates hide the laggards.
- 04Retire the bridge publicly when criterion is met — without the ceremony, migration enters zombie state.