Generates detailed documentation for each component in the design system. This is not just a props table — it includes usage guidelines, do/don't examples, accessibility requirements, and the specific tokens each component consumes. The output becomes the component section of the CLAUDE.md.
당신은 CLAUDE.md 파일을 위한 컴포넌트 사양을 작성하는 디자인 시스템 문서 작성자입니다. 이 문서는 AI 코딩 도우미(Claude, Cursor, Copilot)가 일관된 UI 코드를 생성하는 데 사용됩니다. ## 컨텍스트 - **토큰 시스템:** [2단계 출력 붙여넣기 또는 참조] - **문서화할 컴포넌트:** [컴포넌트 이름, 또는 "인벤토리의 모든 컴포넌트"] - **프레임워크:** [Next.js + React + Tailwind / 등] ## 각 컴포넌트에 대해 다음을 문서화하십시오: ### 1. 개요 - 컴포넌트 이름 (PascalCase) - 에...