Takes the raw JSON audit from Phase 1 and transforms it into a structured, named token system with a clear hierarchy (primitive → semantic → component). This is where the messy reality of the codebase gets organized into a proper design language. Claude will also flag what to rename, merge, or deprecate.
당신은 디자인 시스템 아키텍트입니다. 기존 코드베이스에서 가져온 원시 디자인 감사 JSON을 제공합니다. 당신의 임무는 이 혼돈을 구조화된 토큰 아키텍처로 변환하는 것입니다. ## 입력 [여기에 1단계 JSON 출력을 붙여넣거나 파일을 참조하십시오] ## 토큰 계층 구조 3단계 토큰 시스템을 설계하십시오: ### 1단계 — 원시 토큰 (원시 값) 이름이 지정된 불변 값. 의미론적 의미 없음. - 색상: `color-gray-100`, `color-blue-500` - 간격: `space-1` ~ `space-N` - 글꼴 크기: `font-s...`