design-system-migration
Installation
SKILL.md
Design System Migration
Migration Strategy
Strangler Fig Pattern
- New components built in new system.
- Old components wrapped with new system API.
- Gradually replace wrappers with native new components.
- Old system removed when no references remain.
Page-by-Page
- Identify the least complex page.
- Migrate all components on that page to new system.
- Move to next page in complexity order.
- Each page is fully migrated before moving on.