Overview A design system is the single source of truth for an organization's UI — combining design tokens, component libraries, documentation, and tooling into a cohesive ecosystem. It ensures consistency, accelerates development, and bridges the gap between design and engineering.
Token Architecture Design tokens are the atomic values of a design system — colors, spacing, typography, elevation, motion. They flow through three tiers:
| Global | blue-500: #3b82f6 | Raw palette values | | Alias / Semantic | color-primary: {blue-500} | Intent-based references | | Component | button-bg: {color-primary} | Scoped to a specific component |
제품 전반에 걸쳐 시각적 및 동작적 일관성을 보장하는 디자인 토큰, 구성 요소 라이브러리, 문서 및 도구의 조정된 세트인 디자인 시스템을 구축하거나 유지 관리할 때 사용합니다. 사용 대상: 시스템 아키텍처 설계, 토큰 형식과 구성 요소 프레임워크 선택, Figma를 코드에 연결, 설계에서 개발까지의 워크플로, 다중 플랫폼 일관성 사용하지 마십시오: 특정 토큰 작성(디자인 토큰 사용), Figma 워크플로(figma 사용), 구성 요소 카탈로그 작성(스토리북 사용), 토큰 변환(스타일 사전 사용), 프레임워크 간 구성 요소(유사분열 사용) 출처: tyler-r-kendrick/agent-skills.