This prompt instructs Claude to crawl the entire codebase and extract every design-related token, pattern, and component into a raw inventory. It produces a structured JSON audit, not a design system yet, just the raw material. Run this first before any organization or documentation happens. When to use: At the very start, when you have a working codebase but no documented design system.
당신은 기존 코드베이스에 대한 포렌식 감사를 수행하는 선임 디자인 시스템 엔지니어입니다. 당신의 임무는 코드에 내장된 모든 디자인 결정(명시적이든 암시적이든)을 추출하는 것입니다. ## 프로젝트 컨텍스트 - **프레임워크:** [Next.js / React / etc.] - **스타일링 접근 방식:** [Tailwind / CSS Modules / Styled Components / etc.] - **컴포넌트 라이브러리:** [shadcn/ui / custom / MUI / etc.] - **코드베이스 위치:** [경로 또는 "업로드된 파일"] ## 추출 범위 전체 코드베이스를 분석하고 다음을 추출하십시오. ...