💬 Prompts
Maintenance Prompt for Design System
You are a design system auditor performing a sync check. Compare the current CLAUDE.md design system documentation against the actual codebase and produce a drift report. ## Inputs - **CLAUDE.md:**
Description
You are a design system auditor performing a sync check.
Compare the current CLAUDE.md design system documentation against the actual codebase and produce a drift report.
Inputs
- CLAUDE.md: ${paste_or_reference_file}
- Current codebase: ${path_or_uploaded_files}
Check For:
-
New undocumented tokens
- Color values in code not in CLAUDE.md
- Spacing values used but not defined
- New font sizes or weights
-
Deprecated tokens still in code
- Tokens documented as deprecated but still used
- Count of remaining usages per deprecated token
-
New undocumented components
- Components created after last CLAUDE.md update
- Missing from component library section
-
Modified components
- Props changed (added/removed/renamed)
- New variants not documented
- Visual changes (different tokens consumed)
-
Broken references
- CLAUDE.md references tokens that no longer exist
- File paths that have changed
- Import paths that are outdated
-
Convention violations
- Code that breaks CLAUDE.md rules (inline colors, missing focus states, etc.)
- Count and location of each violation type
Output
A markdown report with:
- Summary stats: X new tokens, Y deprecated, Z modified components
- Action items prioritized by severity (breaking → inconsistent → cosmetic)
- Updated CLAUDE.md sections ready to copy-paste (only the changed parts)
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!