@champpaba/claude-agent-kit 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/.claude/CHANGELOG-v1.1.1.md +259 -0
  2. package/.claude/CLAUDE.md +555 -0
  3. package/.claude/agents/01-integration.md +797 -0
  4. package/.claude/agents/02-uxui-frontend.md +955 -0
  5. package/.claude/agents/03-test-debug.md +759 -0
  6. package/.claude/agents/04-frontend.md +1099 -0
  7. package/.claude/agents/05-backend.md +1217 -0
  8. package/.claude/agents/06-database.md +969 -0
  9. package/.claude/commands/agentsetup.md +1464 -0
  10. package/.claude/commands/cdev.md +327 -0
  11. package/.claude/commands/csetup.md +447 -0
  12. package/.claude/commands/cstatus.md +60 -0
  13. package/.claude/commands/cview.md +364 -0
  14. package/.claude/commands/designsetup.md +838 -0
  15. package/.claude/commands/extract.md +1005 -0
  16. package/.claude/commands/pageplan.md +327 -0
  17. package/.claude/commands/psetup.md +101 -0
  18. package/.claude/contexts/design/accessibility.md +611 -0
  19. package/.claude/contexts/design/box-thinking.md +566 -0
  20. package/.claude/contexts/design/color-theory.md +519 -0
  21. package/.claude/contexts/design/index.md +290 -0
  22. package/.claude/contexts/design/layout.md +400 -0
  23. package/.claude/contexts/design/responsive.md +551 -0
  24. package/.claude/contexts/design/shadows.md +522 -0
  25. package/.claude/contexts/design/spacing.md +445 -0
  26. package/.claude/contexts/design/typography.md +465 -0
  27. package/.claude/contexts/domain/README.md +164 -0
  28. package/.claude/contexts/patterns/agent-coordination.md +388 -0
  29. package/.claude/contexts/patterns/agent-discovery.md +182 -0
  30. package/.claude/contexts/patterns/change-workflow.md +538 -0
  31. package/.claude/contexts/patterns/code-standards.md +515 -0
  32. package/.claude/contexts/patterns/development-principles.md +513 -0
  33. package/.claude/contexts/patterns/error-handling.md +478 -0
  34. package/.claude/contexts/patterns/error-recovery.md +365 -0
  35. package/.claude/contexts/patterns/frontend-component-strategy.md +365 -0
  36. package/.claude/contexts/patterns/git-workflow.md +207 -0
  37. package/.claude/contexts/patterns/logging.md +424 -0
  38. package/.claude/contexts/patterns/task-breakdown.md +452 -0
  39. package/.claude/contexts/patterns/task-classification.md +523 -0
  40. package/.claude/contexts/patterns/tdd-classification.md +516 -0
  41. package/.claude/contexts/patterns/testing.md +413 -0
  42. package/.claude/contexts/patterns/ui-component-consistency.md +304 -0
  43. package/.claude/contexts/patterns/validation-framework.md +776 -0
  44. package/.claude/lib/README.md +39 -0
  45. package/.claude/lib/agent-executor.md +258 -0
  46. package/.claude/lib/agent-router.md +572 -0
  47. package/.claude/lib/flags-updater.md +469 -0
  48. package/.claude/lib/tdd-classifier.md +345 -0
  49. package/.claude/lib/validation-gates.md +484 -0
  50. package/.claude/settings.local.json +42 -0
  51. package/.claude/templates/STYLE_GUIDE.template.md +879 -0
  52. package/.claude/templates/context-template.md +45 -0
  53. package/.claude/templates/flags-template.json +42 -0
  54. package/.claude/templates/page-plan-example.md +562 -0
  55. package/.claude/templates/phase-templates.json +124 -0
  56. package/.claude/templates/phases-sections/accessibility-test.md +17 -0
  57. package/.claude/templates/phases-sections/api-design.md +37 -0
  58. package/.claude/templates/phases-sections/backend-tests.md +16 -0
  59. package/.claude/templates/phases-sections/backend.md +37 -0
  60. package/.claude/templates/phases-sections/business-logic-validation.md +16 -0
  61. package/.claude/templates/phases-sections/component-tests.md +17 -0
  62. package/.claude/templates/phases-sections/contract-backend.md +16 -0
  63. package/.claude/templates/phases-sections/contract-frontend.md +16 -0
  64. package/.claude/templates/phases-sections/database.md +35 -0
  65. package/.claude/templates/phases-sections/documentation.md +17 -0
  66. package/.claude/templates/phases-sections/e2e-tests.md +16 -0
  67. package/.claude/templates/phases-sections/fix-implementation.md +17 -0
  68. package/.claude/templates/phases-sections/frontend-integration.md +18 -0
  69. package/.claude/templates/phases-sections/frontend-mockup.md +123 -0
  70. package/.claude/templates/phases-sections/manual-flow-test.md +15 -0
  71. package/.claude/templates/phases-sections/manual-ux-test.md +16 -0
  72. package/.claude/templates/phases-sections/refactor-implementation.md +17 -0
  73. package/.claude/templates/phases-sections/refactor.md +16 -0
  74. package/.claude/templates/phases-sections/regression-tests.md +15 -0
  75. package/.claude/templates/phases-sections/report.md +16 -0
  76. package/.claude/templates/phases-sections/responsive-test.md +16 -0
  77. package/.claude/templates/phases-sections/script-implementation.md +43 -0
  78. package/.claude/templates/phases-sections/test-coverage.md +16 -0
  79. package/.claude/templates/phases-sections/user-approval.md +14 -0
  80. package/lib/init.js +1 -1
  81. package/lib/update.js +1 -1
  82. package/package.json +2 -2
@@ -0,0 +1,519 @@
1
+ # Color Theory - Complete Professional Guide
2
+
3
+ > **Purpose:** Universal color system principles for any project
4
+ > **Audience:** Designers, developers, design system maintainers
5
+
6
+ ---
7
+
8
+ ## ⚠️ Priority: Project-Specific vs Generic
9
+
10
+ **This file contains GENERIC color theory principles.**
11
+
12
+ **If your project has a STYLE_GUIDE.md:**
13
+ → STYLE_GUIDE.md colors take **priority** (use exact hex values from it)
14
+ → This file = **reference** for color theory concepts only
15
+
16
+ **Check:** `.claude/contexts/domain/{project}/STYLE_GUIDE.md`
17
+
18
+ **Priority order:**
19
+ 1. `STYLE_GUIDE.md` (project-specific hex values) ← **Use this if exists!**
20
+ 2. Existing components (brownfield) ← Extract colors from code
21
+ 3. This file (generic principles) ← Theory and fallback defaults
22
+
23
+ **When using this file:**
24
+ - Apply **concepts** (60-30-10 rule, accessibility, harmony)
25
+ - Don't use **example colors** if STYLE_GUIDE.md exists
26
+
27
+ ---
28
+
29
+ ## Table of Contents
30
+
31
+ 1. [Color Palette Structure](#color-palette-structure)
32
+ 2. [The 60-30-10 Rule](#the-60-30-10-rule)
33
+ 3. [Shade Generation](#shade-generation)
34
+ 4. [Color Harmony](#color-harmony)
35
+ 5. [Accessibility](#accessibility)
36
+ 6. [Implementation Patterns](#implementation-patterns)
37
+ 7. [Best Practices](#best-practices)
38
+
39
+ ---
40
+
41
+ ## Color Palette Structure
42
+
43
+ ### 1. Primary Color (30% of interface)
44
+
45
+ **Definition & Psychology:**
46
+ - The most prominent brand color (NOT the most-used)
47
+ - Creates visual emphasis and brand recognition
48
+ - Typically 1-2 colors maximum
49
+
50
+ **Common Psychology:**
51
+ | Color | Conveys |
52
+ |-------|---------|
53
+ | Blue | Trust, professionalism, calm, authority |
54
+ | Green | Growth, health, eco-friendly, success |
55
+ | Red | Energy, urgency, passion, excitement |
56
+ | Purple | Luxury, creativity, premium, wisdom |
57
+ | Orange | Friendly, cheerful, affordable, playful |
58
+ | Yellow | Optimism, attention, caution, warmth |
59
+
60
+ **Usage Guidelines:**
61
+ - ✅ Headers, navigation bars
62
+ - ✅ Primary action buttons
63
+ - ✅ Active navigation states
64
+ - ✅ Progress indicators
65
+ - ✅ Links in body text
66
+ - ❌ Large background areas (use neutrals)
67
+ - ❌ Body text (low contrast)
68
+
69
+ ---
70
+
71
+ ### 2. Secondary/Accent Color (10% of interface)
72
+
73
+ **Definition:**
74
+ - Harmonious color derived from color wheel relationships
75
+ - Complements primary color (warm vs cool balance)
76
+ - Used sparingly for emphasis
77
+
78
+ **Deriving from Primary:**
79
+ | Primary | Suggested Secondary |
80
+ |---------|-------------------|
81
+ | Blue | Orange, Gold, Coral |
82
+ | Green | Red, Pink, Purple |
83
+ | Red | Green, Teal, Blue-Green |
84
+ | Purple | Yellow, Gold, Lime |
85
+
86
+ **Usage Guidelines:**
87
+ - ✅ Call-to-action buttons (Start, Begin, Continue)
88
+ - ✅ Important highlights
89
+ - ✅ Premium feature badges
90
+ - ✅ Success states
91
+ - ✅ Hover states for special actions
92
+ - ❌ Overuse (should be rare, 10% rule)
93
+
94
+ ---
95
+
96
+ ### 3. Neutral Colors (60% of interface)
97
+
98
+ **Definition:**
99
+ - Whites, grays, blacks in 8-10 shades
100
+ - Foundation for text, backgrounds, borders
101
+ - Most screens are primarily composed of these colors
102
+
103
+ **Standard Gray Scale:**
104
+ ```css
105
+ /* Backgrounds */
106
+ gray-50: rgb(249, 250, 251) /* Lightest backgrounds, hover states */
107
+ gray-100: rgb(243, 244, 246) /* Page backgrounds */
108
+ gray-200: rgb(229, 231, 235) /* Card backgrounds, subtle borders */
109
+ gray-300: rgb(209, 213, 219) /* Borders, dividers */
110
+ gray-400: rgb(156, 163, 175) /* Disabled states, placeholders */
111
+
112
+ /* Text */
113
+ gray-500: rgb(107, 114, 128) /* Muted text, secondary labels */
114
+ gray-600: rgb(75, 85, 99) /* Body text (dark mode) */
115
+ gray-700: rgb(55, 65, 81) /* Body text (light mode) */
116
+ gray-800: rgb(31, 41, 55) /* Headings, important text */
117
+ gray-900: rgb(17, 24, 39) /* Primary headings, emphasis */
118
+ ```
119
+
120
+ **Usage Map:**
121
+ | Shade | Use Case | Example |
122
+ |-------|----------|---------|
123
+ | 50-100 | Page backgrounds, hover states | `bg-gray-50` |
124
+ | 200-300 | Card backgrounds, borders | `bg-gray-200 border-gray-300` |
125
+ | 400-500 | Disabled states, placeholders | `text-gray-400` |
126
+ | 600-700 | Body text, secondary headings | `text-gray-700` |
127
+ | 800-900 | Primary headings, important text | `text-gray-900` |
128
+
129
+ ---
130
+
131
+ ### 4. Semantic Colors (Status communication)
132
+
133
+ **Definition:**
134
+ - Colors with universal meaning for user feedback
135
+ - Must be consistent across all interfaces
136
+ - Should pass WCAG contrast ratios
137
+
138
+ **Standard Semantic Palette:**
139
+
140
+ ```css
141
+ /* Success (Green) */
142
+ --success-50: rgb(240, 253, 244) /* Backgrounds */
143
+ --success-500: rgb(34, 197, 94) /* Base color */
144
+ --success-700: rgb(21, 128, 61) /* Text on light backgrounds */
145
+
146
+ /* Warning (Amber) */
147
+ --warning-50: rgb(255, 251, 235) /* Backgrounds */
148
+ --warning-500: rgb(245, 158, 11) /* Base color */
149
+ --warning-700: rgb(180, 83, 9) /* Text */
150
+
151
+ /* Info (Blue) */
152
+ --info-50: rgb(239, 246, 255) /* Backgrounds */
153
+ --info-500: rgb(59, 130, 246) /* Base color */
154
+ --info-700: rgb(29, 78, 216) /* Text */
155
+
156
+ /* Error/Destructive (Red) */
157
+ --error-50: rgb(254, 242, 242) /* Backgrounds */
158
+ --error-500: rgb(239, 68, 68) /* Base color */
159
+ --error-700: rgb(185, 28, 28) /* Text */
160
+ ```
161
+
162
+ **Usage Rules:**
163
+ | Color | Meaning | Use Cases | Don't Use For |
164
+ |-------|---------|-----------|---------------|
165
+ | Green | Success, Positive | Confirmations, completed states, "saved" | Money (use semantic context), navigation |
166
+ | Amber | Warning, Caution | Alerts requiring attention, non-critical warnings | Errors (use red), highlights |
167
+ | Blue | Info, Neutral | Informational messages, tips, helper text | Primary actions, links |
168
+ | Red | Error, Destructive | Failed states, validation errors, delete confirmations | Emphasis, required fields |
169
+
170
+ **Critical Rule:**
171
+ - Use **true red** for errors UNLESS red is your primary color
172
+ - If red is primary, use **orange** (`#F97316`) for errors instead
173
+
174
+ ---
175
+
176
+ ## The 60-30-10 Rule
177
+
178
+ ### Visual Balance Formula
179
+
180
+ **Rule Definition:**
181
+ - **60%** Dominant color (Neutrals - backgrounds, text)
182
+ - **30%** Secondary color (Primary brand color - headers, actions)
183
+ - **10%** Accent color (Secondary brand + semantic colors)
184
+
185
+ ### Why This Works
186
+
187
+ **Psychological Basis:**
188
+ - **60%**: Creates visual calm and foundation
189
+ - **30%**: Establishes brand identity without overwhelming
190
+ - **10%**: Draws attention to important elements
191
+
192
+ **Example Application:**
193
+
194
+ ```
195
+ Landing Page:
196
+ ├─ 60% White background, gray text (Neutrals)
197
+ ├─ 30% Blue headers, navigation, primary buttons (Primary)
198
+ └─ 10% Orange CTAs, gold badges, green success (Accent)
199
+
200
+ Dashboard:
201
+ ├─ 60% Light gray backgrounds, dark text (Neutrals)
202
+ ├─ 30% Purple sidebar, active states (Primary)
203
+ └─ 10% Yellow highlights, red errors (Accent)
204
+ ```
205
+
206
+ ### Common Mistakes
207
+
208
+ **❌ Wrong:**
209
+ ```css
210
+ /* Too much accent color (50% primary, 50% accent) */
211
+ background: linear-gradient(blue, orange);
212
+ ```
213
+
214
+ **✅ Correct:**
215
+ ```css
216
+ /* Proper balance (60% neutral, 30% primary, 10% accent) */
217
+ body { background: white; } /* 60% */
218
+ header { background: blue; } /* 30% */
219
+ .cta { background: orange; } /* 10% */
220
+ ```
221
+
222
+ ---
223
+
224
+ ## Shade Generation
225
+
226
+ ### 9-Shade Scale (Industry Standard)
227
+
228
+ **Naming Convention:**
229
+ - 50, 100, 200, 300, 400, 500, 600, 700, 800, 900
230
+ - 500 = Base color
231
+ - Lower numbers = Lighter (toward white)
232
+ - Higher numbers = Darker (toward black)
233
+
234
+ ### Generation Methods
235
+
236
+ **Method 1: HSL Manipulation (Recommended)**
237
+
238
+ ```javascript
239
+ // Starting with base color (500)
240
+ const base = { h: 220, s: 70%, l: 50% }; // Blue
241
+
242
+ // Lightness scale
243
+ const shades = {
244
+ 50: { ...base, l: 95% }, // Lightest
245
+ 100: { ...base, l: 90% },
246
+ 200: { ...base, l: 80% },
247
+ 300: { ...base, l: 70% },
248
+ 400: { ...base, l: 60% },
249
+ 500: { ...base, l: 50% }, // Base
250
+ 600: { ...base, l: 40% },
251
+ 700: { ...base, l: 30% },
252
+ 800: { ...base, l: 20% },
253
+ 900: { ...base, l: 10% } // Darkest
254
+ };
255
+ ```
256
+
257
+ **Method 2: Online Tools**
258
+ - **Tailwind Shades Generator**: https://www.tints.dev/
259
+ - **Coolors Palette**: https://coolors.co/
260
+ - **Adobe Color**: https://color.adobe.com/
261
+
262
+ **Usage Rules:**
263
+ | Shade | Background | Text | Borders |
264
+ |-------|------------|------|---------|
265
+ | 50-100 | ✅ Light backgrounds | ❌ Too light | ❌ Too faint |
266
+ | 200-300 | ✅ Cards, hover states | ❌ Low contrast | ✅ Subtle borders |
267
+ | 400-500 | ✅ Buttons, badges | ✅ On white background | ✅ Default borders |
268
+ | 600-700 | ⚠️ Dark backgrounds | ✅ Body text | ⚠️ Too heavy |
269
+ | 800-900 | ⚠️ Very dark backgrounds | ✅ Headings | ❌ Too dark |
270
+
271
+ ---
272
+
273
+ ## Color Harmony
274
+
275
+ ### 1. Monochromatic (Safest)
276
+
277
+ **Definition:** Variations of a single hue (different lightness/saturation)
278
+
279
+ **Example:**
280
+ ```css
281
+ Primary: Blue (H: 220)
282
+ ├─ Light blue: hsl(220, 70%, 80%)
283
+ ├─ Base blue: hsl(220, 70%, 50%)
284
+ └─ Dark blue: hsl(220, 70%, 20%)
285
+ ```
286
+
287
+ **When to Use:**
288
+ - Minimalist designs
289
+ - Professional/corporate sites
290
+ - When starting out (easiest to get right)
291
+
292
+ **Pros/Cons:**
293
+ - ✅ Always harmonious
294
+ - ✅ Consistent mood
295
+ - ❌ Can be boring
296
+ - ❌ Limited visual interest
297
+
298
+ ---
299
+
300
+ ### 2. Complementary (High Contrast)
301
+
302
+ **Definition:** Opposite colors on color wheel (180° apart)
303
+
304
+ **Examples:**
305
+ - Blue (#0000FF) + Orange (#FFA500)
306
+ - Red (#FF0000) + Green (#00FF00)
307
+ - Purple (#800080) + Yellow (#FFFF00)
308
+
309
+ **When to Use:**
310
+ - CTAs that need to "pop"
311
+ - Attention-grabbing designs
312
+ - Sports brands, energetic sites
313
+
314
+ **Pros/Cons:**
315
+ - ✅ High visual impact
316
+ - ✅ Clear hierarchy
317
+ - ❌ Can be jarring if overused
318
+ - ❌ Requires careful balance (60-30-10 rule)
319
+
320
+ ---
321
+
322
+ ### 3. Analogous (Cohesive)
323
+
324
+ **Definition:** Adjacent colors on color wheel (30° apart)
325
+
326
+ **Examples:**
327
+ - Blue + Blue-Green + Green
328
+ - Orange + Red-Orange + Red
329
+ - Purple + Blue-Purple + Blue
330
+
331
+ **When to Use:**
332
+ - Nature-inspired designs
333
+ - Calm, cohesive aesthetics
334
+ - Gradients and subtle transitions
335
+
336
+ **Pros/Cons:**
337
+ - ✅ Naturally harmonious
338
+ - ✅ Smooth gradients
339
+ - ❌ Low contrast (harder to create hierarchy)
340
+ - ❌ Can lack "pop"
341
+
342
+ ---
343
+
344
+ ### 4. Triadic (Vibrant)
345
+
346
+ **Definition:** 3 colors evenly spaced on color wheel (120° apart)
347
+
348
+ **Examples:**
349
+ - Red + Yellow + Blue (primary colors)
350
+ - Orange + Green + Purple (secondary colors)
351
+
352
+ **When to Use:**
353
+ - Playful brands
354
+ - Children's products
355
+ - Creative portfolios
356
+
357
+ **Pros/Cons:**
358
+ - ✅ Vibrant and balanced
359
+ - ✅ Visual variety
360
+ - ❌ Hard to execute well
361
+ - ❌ Can look chaotic
362
+
363
+ ---
364
+
365
+ ## Accessibility
366
+
367
+ ### WCAG Contrast Ratios
368
+
369
+ **Minimum Requirements:**
370
+
371
+ | Text Type | WCAG AA | WCAG AAA |
372
+ |-----------|---------|----------|
373
+ | Normal text (<18pt) | 4.5:1 | 7:1 |
374
+ | Large text (≥18pt or ≥14pt bold) | 3:1 | 4.5:1 |
375
+ | UI components (buttons, inputs) | 3:1 | N/A |
376
+
377
+ ### Testing Contrast
378
+
379
+ **Tools:**
380
+ - **WebAIM Contrast Checker**: https://webaim.org/resources/contrastchecker/
381
+ - **Contrast Ratio**: https://contrast-ratio.com/
382
+ - **Chrome DevTools**: Lighthouse audit
383
+
384
+ **Example:**
385
+ ```css
386
+ /* ✅ PASS - 7.5:1 contrast */
387
+ background: white; /* #FFFFFF */
388
+ color: black; /* #000000 */
389
+
390
+ /* ✅ PASS - 4.6:1 contrast */
391
+ background: blue; /* #0000FF */
392
+ color: white; /* #FFFFFF */
393
+
394
+ /* ❌ FAIL - 2.1:1 contrast */
395
+ background: gray; /* #CCCCCC */
396
+ color: white; /* #FFFFFF */
397
+ ```
398
+
399
+ ### Color Blindness Considerations
400
+
401
+ **Types:**
402
+ - **Protanopia** (Red-blind): 1% of men
403
+ - **Deuteranopia** (Green-blind): 1% of men
404
+ - **Tritanopia** (Blue-blind): 0.01% of population
405
+ - **Achromatopsia** (Total color blind): 0.003%
406
+
407
+ **Design Solutions:**
408
+ - ✅ Use icons + text (not just color)
409
+ - ✅ Use patterns/textures
410
+ - ✅ Ensure sufficient contrast
411
+ - ❌ Don't rely on red/green alone
412
+ - ❌ Don't use only color to convey meaning
413
+
414
+ **Testing Tools:**
415
+ - **Color Oracle**: Free color blindness simulator
416
+ - **Stark Plugin**: Figma/Sketch plugin
417
+ - **Chrome DevTools**: Vision deficiency emulation
418
+
419
+ ---
420
+
421
+ ## Implementation Patterns
422
+
423
+ ### CSS Custom Properties
424
+
425
+ ```css
426
+ /* Define in :root */
427
+ :root {
428
+ /* Primary */
429
+ --primary-50: rgb(236, 242, 249);
430
+ --primary-500: rgb(15, 42, 74);
431
+ --primary-900: rgb(3, 8, 15);
432
+
433
+ /* Semantic tokens */
434
+ --color-background: var(--neutral-50);
435
+ --color-text: var(--neutral-900);
436
+ --color-primary: var(--primary-500);
437
+ --color-success: var(--success-500);
438
+ }
439
+
440
+ /* Use in components */
441
+ .button {
442
+ background: var(--color-primary);
443
+ color: white;
444
+ }
445
+
446
+ .alert-success {
447
+ background: var(--success-50);
448
+ color: var(--success-700);
449
+ border: 1px solid var(--success-500);
450
+ }
451
+ ```
452
+
453
+ ### Dark Mode Support
454
+
455
+ ```css
456
+ /* Light mode (default) */
457
+ :root {
458
+ --color-background: white;
459
+ --color-text: rgb(17, 24, 39); /* gray-900 */
460
+ --color-primary: rgb(59, 130, 246); /* blue-500 */
461
+ }
462
+
463
+ /* Dark mode */
464
+ .dark {
465
+ --color-background: rgb(17, 24, 39); /* gray-900 */
466
+ --color-text: white;
467
+ --color-primary: rgb(147, 197, 253); /* blue-300 (lighter for dark backgrounds) */
468
+ }
469
+
470
+ /* Inversion Rule: */
471
+ /* Light primary becomes light background in dark mode */
472
+ /* Dark primary becomes lighter shade for dark backgrounds */
473
+ ```
474
+
475
+ ---
476
+
477
+ ## Best Practices
478
+
479
+ ### DO:
480
+ - ✅ Use 60-30-10 rule for balance
481
+ - ✅ Generate full 9-shade scale for each brand color
482
+ - ✅ Test contrast ratios (min 4.5:1)
483
+ - ✅ Use semantic colors consistently
484
+ - ✅ Define colors once (CSS custom properties)
485
+ - ✅ Test for color blindness
486
+ - ✅ Use color harmony principles
487
+
488
+ ### DON'T:
489
+ - ❌ Use too many colors (max 3-4 brand colors)
490
+ - ❌ Rely on color alone to convey meaning
491
+ - ❌ Use pure black (#000) for text (too harsh)
492
+ - ❌ Hardcode color values everywhere
493
+ - ❌ Skip accessibility checks
494
+ - ❌ Ignore color psychology
495
+ - ❌ Use color without purpose
496
+
497
+ ---
498
+
499
+ ## Quick Reference
500
+
501
+ **Color Palette Checklist:**
502
+ - [ ] Primary color (30%) - Brand identity
503
+ - [ ] Secondary/accent (10%) - Emphasis
504
+ - [ ] Neutrals (60%) - Backgrounds, text
505
+ - [ ] Semantic colors - Success, warning, info, error
506
+ - [ ] 9-shade scale for each brand color
507
+ - [ ] WCAG AA contrast (4.5:1 min)
508
+ - [ ] Color blindness tested
509
+ - [ ] Dark mode support (if needed)
510
+
511
+ **Color Harmony Quick Guide:**
512
+ - **Safe**: Monochromatic (1 hue, multiple shades)
513
+ - **Balanced**: Complementary (opposite colors, 60-30-10)
514
+ - **Cohesive**: Analogous (adjacent colors, smooth)
515
+ - **Vibrant**: Triadic (3 evenly spaced, playful)
516
+
517
+ ---
518
+
519
+ **💡 Remember:** Color is communication. Choose intentionally, apply consistently!