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.] - **コードベースの場所:** [パスまたは「アップロードされたファイル」] ## 抽出範囲 コードベース全体を分析し、...