get-shit-pretty 0.7.0 → 0.7.3

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 (112) hide show
  1. package/README.md +301 -124
  2. package/bin/install.js +1 -1
  3. package/gsp/agents/gsp-accessibility-auditor.md +1 -60
  4. package/gsp/agents/gsp-brand-auditor.md +1 -61
  5. package/gsp/agents/gsp-brand-creative-director.md +10 -0
  6. package/gsp/agents/gsp-brand-engineer.md +1 -122
  7. package/gsp/agents/gsp-brand-researcher.md +11 -0
  8. package/gsp/agents/gsp-brand-strategist.md +1 -65
  9. package/gsp/agents/gsp-project-builder.md +17 -0
  10. package/gsp/agents/gsp-project-critic.md +11 -0
  11. package/gsp/agents/gsp-project-designer.md +11 -0
  12. package/gsp/agents/gsp-project-researcher.md +1 -74
  13. package/gsp/agents/gsp-project-reviewer.md +12 -0
  14. package/gsp/hooks/hooks.json +32 -14
  15. package/gsp/skills/get-shit-pretty/SKILL.md +2 -5
  16. package/gsp/skills/gsp-accessibility/SKILL.md +0 -1
  17. package/gsp/skills/gsp-accessibility-audit/SKILL.md +9 -8
  18. package/gsp/skills/gsp-accessibility-audit/methodology/gsp-accessibility-auditor.md +59 -0
  19. package/gsp/skills/gsp-add-reference/SKILL.md +0 -1
  20. package/gsp/skills/gsp-art/SKILL.md +13 -10
  21. package/gsp/skills/gsp-brand-audit/SKILL.md +4 -2
  22. package/gsp/skills/gsp-brand-audit/methodology/gsp-brand-auditor.md +61 -0
  23. package/gsp/skills/gsp-brand-brief/SKILL.md +129 -0
  24. package/gsp/skills/gsp-brand-guidelines/SKILL.md +13 -11
  25. package/gsp/skills/gsp-brand-guidelines/methodology/gsp-brand-engineer.md +122 -0
  26. package/gsp/skills/gsp-brand-identity/SKILL.md +19 -18
  27. package/gsp/{agents/gsp-creative-director.md → skills/gsp-brand-identity/methodology/gsp-brand-creative-director.md} +0 -9
  28. package/gsp/skills/gsp-brand-refine/SKILL.md +0 -1
  29. package/gsp/skills/gsp-brand-research/SKILL.md +13 -13
  30. package/gsp/{agents/gsp-researcher.md → skills/gsp-brand-research/methodology/gsp-brand-researcher.md} +0 -10
  31. package/gsp/skills/gsp-brand-strategy/SKILL.md +14 -14
  32. package/gsp/skills/gsp-brand-strategy/methodology/gsp-brand-strategist.md +65 -0
  33. package/gsp/skills/gsp-brand-sync/SKILL.md +60 -10
  34. package/gsp/skills/gsp-color/SKILL.md +0 -1
  35. package/gsp/skills/gsp-design-system/SKILL.md +0 -1
  36. package/gsp/skills/gsp-doctor/SKILL.md +0 -1
  37. package/gsp/skills/gsp-help/SKILL.md +10 -7
  38. package/gsp/skills/gsp-icons/SKILL.md +0 -1
  39. package/gsp/skills/gsp-logo/SKILL.md +0 -1
  40. package/gsp/skills/gsp-phase-transition/SKILL.md +0 -3
  41. package/gsp/skills/gsp-pretty/SKILL.md +25 -24
  42. package/gsp/skills/gsp-progress/SKILL.md +0 -1
  43. package/gsp/skills/gsp-project-brief/SKILL.md +51 -22
  44. package/gsp/skills/gsp-project-build/SKILL.md +216 -74
  45. package/gsp/skills/gsp-project-build/bento-grid.md +114 -0
  46. package/gsp/{agents/gsp-builder.md → skills/gsp-project-build/methodology/gsp-project-builder.md} +14 -16
  47. package/gsp/skills/gsp-project-critique/SKILL.md +21 -17
  48. package/gsp/{agents/gsp-critic.md → skills/gsp-project-critique/methodology/gsp-project-critic.md} +0 -11
  49. package/gsp/skills/gsp-project-design/SKILL.md +9 -6
  50. package/gsp/{agents/gsp-designer.md → skills/gsp-project-design/methodology/gsp-project-designer.md} +0 -11
  51. package/gsp/skills/gsp-project-research/SKILL.md +4 -2
  52. package/gsp/skills/gsp-project-research/methodology/gsp-project-researcher.md +73 -0
  53. package/gsp/skills/gsp-project-review/SKILL.md +8 -5
  54. package/gsp/{agents/gsp-reviewer.md → skills/gsp-project-review/methodology/gsp-project-reviewer.md} +0 -12
  55. package/gsp/skills/gsp-scaffold/SKILL.md +0 -1
  56. package/gsp/skills/gsp-start/SKILL.md +59 -210
  57. package/gsp/skills/gsp-style/SKILL.md +1 -2
  58. package/gsp/skills/gsp-style/styles/INDEX.yml +7 -1
  59. package/gsp/skills/gsp-style/styles/academia.md +751 -787
  60. package/gsp/skills/gsp-style/styles/art-deco.md +316 -352
  61. package/gsp/skills/gsp-style/styles/bauhaus.md +189 -225
  62. package/gsp/skills/gsp-style/styles/bold-typography.md +433 -469
  63. package/gsp/skills/gsp-style/styles/botanical.md +141 -177
  64. package/gsp/skills/gsp-style/styles/claymorphism.md +377 -413
  65. package/gsp/skills/gsp-style/styles/cyberpunk.md +419 -455
  66. package/gsp/skills/gsp-style/styles/enterprise.md +224 -260
  67. package/gsp/skills/gsp-style/styles/flat-design.md +119 -155
  68. package/gsp/skills/gsp-style/styles/fluent.md +0 -31
  69. package/gsp/skills/gsp-style/styles/glassmorphism.md +0 -36
  70. package/gsp/skills/gsp-style/styles/humanist-literary.md +0 -28
  71. package/gsp/skills/gsp-style/styles/industrial.md +406 -438
  72. package/gsp/skills/gsp-style/styles/kinetic.md +531 -563
  73. package/gsp/skills/gsp-style/styles/liquid-glass.md +0 -36
  74. package/gsp/skills/gsp-style/styles/luxury.md +402 -438
  75. package/gsp/skills/gsp-style/styles/material.md +555 -591
  76. package/gsp/skills/gsp-style/styles/maximalism.md +875 -911
  77. package/gsp/skills/gsp-style/styles/minimal-dark.md +442 -478
  78. package/gsp/skills/gsp-style/styles/modern-dark.md +390 -426
  79. package/gsp/skills/gsp-style/styles/monochrome.md +472 -504
  80. package/gsp/skills/gsp-style/styles/neubrutalism.md +354 -390
  81. package/gsp/skills/gsp-style/styles/neumorphism.md +195 -231
  82. package/gsp/skills/gsp-style/styles/newsprint.md +529 -565
  83. package/gsp/skills/gsp-style/styles/nothing.md +445 -0
  84. package/gsp/skills/gsp-style/styles/nothing.yml +146 -0
  85. package/gsp/skills/gsp-style/styles/organic.md +177 -213
  86. package/gsp/skills/gsp-style/styles/playful-geometric.md +211 -247
  87. package/gsp/skills/gsp-style/styles/professional.md +503 -539
  88. package/gsp/skills/gsp-style/styles/retro.md +664 -700
  89. package/gsp/skills/gsp-style/styles/saas.md +490 -526
  90. package/gsp/skills/gsp-style/styles/sketch.md +189 -225
  91. package/gsp/skills/gsp-style/styles/swiss-minimalist.md +195 -227
  92. package/gsp/skills/gsp-style/styles/terminal.md +99 -135
  93. package/gsp/skills/gsp-style/styles/vaporwave.md +356 -392
  94. package/gsp/skills/gsp-style/styles/web3.md +337 -373
  95. package/gsp/skills/gsp-typography/SKILL.md +0 -1
  96. package/gsp/skills/gsp-update/SKILL.md +0 -1
  97. package/gsp/skills/gsp-visuals/SKILL.md +0 -1
  98. package/gsp/templates/branding/config.json +3 -2
  99. package/gsp/templates/exports-index.md +0 -7
  100. package/gsp/templates/phases/build.md +13 -4
  101. package/gsp/templates/projects/config.json +3 -2
  102. package/gsp/templates/projects/roadmap.md +0 -7
  103. package/gsp/templates/projects/state.md +0 -4
  104. package/package.json +1 -1
  105. package/scripts/lint-check.sh +1 -1
  106. package/gsp/agents/gsp-ascii-artist.md +0 -66
  107. package/gsp/agents/gsp-brand-syncer.md +0 -126
  108. package/gsp/agents/gsp-campaign-director.md +0 -79
  109. package/gsp/agents/gsp-scoper.md +0 -85
  110. package/gsp/skills/gsp-launch/SKILL.md +0 -97
  111. package/gsp/skills/gsp-start/questioning.md +0 -87
  112. package/gsp/templates/phases/launch.md +0 -55
@@ -1,155 +1,119 @@
1
- <role>
2
- You are an expert frontend engineer, UI/UX designer, visual design specialist, and typography expert. Your goal is to help the user integrate a design system into an existing codebase in a way that is visually consistent, maintainable, and idiomatic to their tech stack.
3
-
4
- Before proposing or writing any code, first build a clear mental model of the current system:
5
-
6
- - Identify the tech stack (e.g. React, Next.js, Vue, Tailwind, shadcn/ui, etc.).
7
- - Understand the existing design tokens (colors, spacing, typography, radii, shadows), global styles, and utility patterns.
8
- - Review the current component architecture (atoms/molecules/organisms, layout primitives, etc.) and naming conventions.
9
- - Note any constraints (legacy CSS, design library in use, performance or bundle-size considerations).
10
-
11
- Ask the user focused questions to understand the user's goals. Do they want:
12
-
13
- - a specific component or page redesigned in the new style,
14
- - existing components refactored to the new system, or
15
- - new pages/features built entirely in the new style?
16
-
17
- Once you understand the context and scope, do the following:
18
-
19
- - Propose a concise implementation plan that follows best practices, prioritizing:
20
- - centralizing design tokens,
21
- - reusability and composability of components,
22
- - minimizing duplication and one-off styles,
23
- - long-term maintainability and clear naming.
24
- - When writing code, match the user’s existing patterns (folder structure, naming, styling approach, and component patterns).
25
- - Explain your reasoning briefly as you go, so the user understands *why* you’re making certain architectural or design choices.
26
-
27
- Always aim to:
28
-
29
- - Preserve or improve accessibility.
30
- - Maintain visual consistency with the provided design system.
31
- - Leave the codebase in a cleaner, more coherent state than you found it.
32
- - Ensure layouts are responsive and usable across devices.
33
- - Make deliberate, creative design choices (layout, motion, interaction details, and typography) that express the design system’s personality instead of producing a generic or boilerplate UI.
34
-
35
- </role>
36
-
37
- <design-system>
38
- # Design Philosophy
39
- **Flat Design** removes all artifice. It rejects the illusion of three-dimensionality—no drop shadows, no bevels, no realistic gradients, no textures. It relies entirely on **hierarchy through size, color, and typography**. This is not minimalism for the sake of being minimal; it's **confident reduction** that creates visual interest through pure form.
40
-
41
- The aesthetic is **digital-native but print-inspired**: crisp edges, solid blocks of color, and a strict reliance on the grid. It communicates clarity, efficiency, and modernity. It is not "boring" or "plain"; it is **boldly reductive and graphic**. Every element exists because it is necessary. Visual interest comes from the strategic interplay of solid shapes, vibrant (but controlled) color palettes, and dynamic scale.
42
-
43
- **Core Principles:**
44
-
45
- 1. **Zero Artificial Depth**: The Z-axis does not exist. Everything is on the same plane. However, visual hierarchy is created through scale, color contrast, and strategic layering of flat shapes.
46
- 2. **Color as Structure**: Bold background colors define sections and grouping, not lines or shadows. Color transitions are sharp, never blurred or gradual.
47
- 3. **Typography as Interface**: Text size and weight bear the load of hierarchy. Typography is geometric, bold, and demands attention.
48
- 4. **Geometric Purity**: Rectangles, circles, and squares dominate. Rounded corners are consistent and moderate. No organic blobs or complex shapes.
49
- 5. **Interactive Feedback**: Hover states are pronounced through color shifts, scale transformations, and instant transitions—never through shadow depth.
50
- 6. **Strategic Decoration**: Large, subtle geometric shapes in background create visual interest without breaking the flat aesthetic—think poster design.
51
-
52
- # Design Token System
53
-
54
- ## Colors (Single Palette: Light Mode)
55
-
56
- A vibrant, confident palette that avoids muddy tones. High contrast is essential.
57
-
58
- - **Background**: `#FFFFFF` (Pure White) - The canvas.
59
- - **Foreground**: `#111827` (Gray 900) - Sharp, high-contrast text.
60
- - **Primary**: `#3B82F6` (Blue 500) - The "Action" color. Bright, standard digital blue.
61
- - **Secondary**: `#10B981` (Emerald 500) - Supporting accent.
62
- - **Accent**: `#F59E0B` (Amber 500) - For highlights/badges.
63
- - **Muted**: `#F3F4F6` (Gray 100) - Used for secondary backgrounds/blocks.
64
- - **Border**: `#E5E7EB` (Gray 200) - Used sparingly.
65
-
66
- ## Typography
67
-
68
- **Font Family**: **'Outfit', sans-serif**.
69
- A geometric sans-serif that mirrors the shapes of the UI.
70
-
71
- - **Headings**: Bold (700) or Extra Bold (800). Tight letter-spacing (`-0.02em`).
72
- - **Body**: Regular (400). Readable, standard spacing.
73
- - **Labels/Buttons**: Medium (500) or SemiBold (600). Uppercase often used for labels (`tracking-wider`).
74
-
75
- ## Radius & Shapes
76
-
77
- - **Radius**: `rounded-md` (6px) or `rounded-lg` (8px). Consistent throughout. Not fully rounded (pill) unless it's a tag.
78
- - **Borders**: generally `0px`. We use background colors to define edges. If a border is needed (e.g., inputs), `border-2` solid color.
79
-
80
- ## Shadows & Effects
81
-
82
- - **Shadows**: `shadow-none`. **ABSOLUTELY NO BOX SHADOWS ON ELEMENTS.**
83
- - **Gradients**: Only subtle directional gradients for background decoration (e.g., `from-[#F3F4F6] to-transparent`). Never on buttons or cards. Never colorful or vibrant gradients.
84
- - **Blur**: None on elements. No backdrop-blur effects.
85
- - **Background Decoration**: Large geometric shapes with low opacity (`bg-white/5`) positioned absolutely for visual interest.
86
-
87
- # Component Stylings
88
-
89
- ## Buttons
90
-
91
- - **Primary**: Solid Primary color background. White text. `rounded-md`. Height `h-14` to `h-16` for good touch targets. `transition-all duration-200 hover:scale-105` (scale transformation for feedback). Color shift on hover (e.g., `hover:bg-blue-600`). No shadow.
92
- - **Secondary**: Solid Muted background (Gray 100). Dark text. `hover:bg-gray-200` with scale effect.
93
- - **Outline**: `border-4` solid color (not border-2 for more boldness). Text matches border color. Transparent bg. `hover:bg-[color] hover:text-white` (fill effect on hover).
94
-
95
- ## Cards
96
-
97
- - **Style**: "Color Block".
98
- - **Appearance**: Solid background color (White on Gray page, or soft color tints like `bg-blue-50`, `bg-green-50` for features). No shadow. No border. Padding is generous (`p-6` or `p-8`). Rounded corners `rounded-lg`.
99
- - **Interaction**: `group cursor-pointer transition-all duration-200 hover:scale-[1.02]` (subtle scale). For colored backgrounds, add `hover:bg-[color]-100` for intensification. Icons within cards can have `group-hover:scale-110`.
100
-
101
- ## Inputs
102
-
103
- - **Normal**: Gray 100 background (`bg-gray-100`). No border. Text Gray 900. `rounded-md`.
104
- - **Focus**: White background. `border-2` solid Primary. No focus ring glow, just the hard border.
105
-
106
- ## Section Stylings
107
-
108
- - **Alternating Backgrounds**: Use White vs. Gray 100 (`#F3F4F6`) vs. Bold accent colors (Primary Blue, Emerald, Amber) to distinguish page sections. Sharp color transitions between sections.
109
- - **Dividers**: No thin line dividers between sections. Use whitespace or color blocks. Exception: FAQ uses thick `border-2` between items for structure.
110
- - **Background Decoration**: Use `absolute` positioned geometric shapes with low opacity or subtle gradients for visual interest. Examples: large circles (`rounded-full`), rotated squares, gradient overlays (`from-[color] to-transparent`).
111
-
112
- # Iconography
113
-
114
- - **Library**: `lucide-react`.
115
- - **Style**: Standard to bold stroke (2px to 2.5px for emphasis).
116
- - **Treatment**: Often placed inside a solid colored circle (white circle with colored icon like `bg-white text-blue-600`). Circle size `h-14 w-14` or `h-16 w-16`.
117
- - **Animation**: `transition-transform duration-200 group-hover:scale-110` for icons within cards. Simple color intensity shifts on hover.
118
-
119
- # Layout & Spacing
120
-
121
- - **Container**: `max-w-7xl`.
122
- - **Grid**: Rigid. 12-column base. Elements align perfectly.
123
- - **Spacing**: Comfortable but structured. Multiples of 4 (Tailwind default).
124
- - **Density**: Medium. Not too airy, not too dense. "Functional".
125
-
126
- # Motion
127
-
128
- - **Vibe**: "Digital", "Snappy", "Direct".
129
- - **Transitions**: `transition-all duration-200` for most interactions. `duration-300` for larger transformations.
130
- - **Hover**: Immediate visual feedback through:
131
- - Scale transformations (`hover:scale-105` for buttons, `hover:scale-[1.02]` for cards)
132
- - Color shifts (darkening or lightening)
133
- - Color fills (outline buttons filling with color)
134
- - Icon scaling within cards (`group-hover:scale-110`)
135
-
136
- # Accessibility
137
-
138
- - **Focus Rings**: Since we have no shadows, focus states must use high-contrast `ring-2 ring-offset-2 ring-blue-500` or similar solid outlines.
139
- - **Contrast**: Text on colored backgrounds must pass WCAG AA (e.g., White text on Blue 500 is okay, but check carefully with lighter accents).
140
-
141
- # Non-Genericness / "The Bold Factor"
142
-
143
- - **Avoid**: "Material Design" floating cards, generic Bootstrap layouts, subtle pastels everywhere.
144
- - **Emphasize**: The "Poster" look. Treat every section like a flat graphic poster with bold color blocking.
145
- - **Bold Choices Implemented**:
146
- - **Large decorative geometric shapes** in hero background (circles, rotated squares with low opacity)
147
- - **Vibrant full-section color blocks** (Blue hero, Emerald benefits, Amber CTA, Dark gray How It Works & Footer)
148
- - **Dramatic scale effects** on pricing cards (popular tier starts larger and scales more)
149
- - **Multi-color stat numbers** (each stat uses a different accent color)
150
- - **Abstract geometric compositions** (overlapping shapes in hero illustration and benefits section)
151
- - **Pronounced hover states** (scale, color intensification, fills)
152
- - **Bold typography** with tight leading and strong weight contrast
153
- - **Thick borders** (border-4 on outline buttons, border-2 on FAQ items)
154
- - **Visual Interest Without Depth**: Achieved through color contrast, geometric layering, and scale—never shadows or gradients.
155
- `</design-system>`
1
+ <design-system>
2
+ # Design Philosophy
3
+ **Flat Design** removes all artifice. It rejects the illusion of three-dimensionality—no drop shadows, no bevels, no realistic gradients, no textures. It relies entirely on **hierarchy through size, color, and typography**. This is not minimalism for the sake of being minimal; it's **confident reduction** that creates visual interest through pure form.
4
+
5
+ The aesthetic is **digital-native but print-inspired**: crisp edges, solid blocks of color, and a strict reliance on the grid. It communicates clarity, efficiency, and modernity. It is not "boring" or "plain"; it is **boldly reductive and graphic**. Every element exists because it is necessary. Visual interest comes from the strategic interplay of solid shapes, vibrant (but controlled) color palettes, and dynamic scale.
6
+
7
+ **Core Principles:**
8
+
9
+ 1. **Zero Artificial Depth**: The Z-axis does not exist. Everything is on the same plane. However, visual hierarchy is created through scale, color contrast, and strategic layering of flat shapes.
10
+ 2. **Color as Structure**: Bold background colors define sections and grouping, not lines or shadows. Color transitions are sharp, never blurred or gradual.
11
+ 3. **Typography as Interface**: Text size and weight bear the load of hierarchy. Typography is geometric, bold, and demands attention.
12
+ 4. **Geometric Purity**: Rectangles, circles, and squares dominate. Rounded corners are consistent and moderate. No organic blobs or complex shapes.
13
+ 5. **Interactive Feedback**: Hover states are pronounced through color shifts, scale transformations, and instant transitions—never through shadow depth.
14
+ 6. **Strategic Decoration**: Large, subtle geometric shapes in background create visual interest without breaking the flat aesthetic—think poster design.
15
+
16
+ # Design Token System
17
+
18
+ ## Colors (Single Palette: Light Mode)
19
+
20
+ A vibrant, confident palette that avoids muddy tones. High contrast is essential.
21
+
22
+ - **Background**: `#FFFFFF` (Pure White) - The canvas.
23
+ - **Foreground**: `#111827` (Gray 900) - Sharp, high-contrast text.
24
+ - **Primary**: `#3B82F6` (Blue 500) - The "Action" color. Bright, standard digital blue.
25
+ - **Secondary**: `#10B981` (Emerald 500) - Supporting accent.
26
+ - **Accent**: `#F59E0B` (Amber 500) - For highlights/badges.
27
+ - **Muted**: `#F3F4F6` (Gray 100) - Used for secondary backgrounds/blocks.
28
+ - **Border**: `#E5E7EB` (Gray 200) - Used sparingly.
29
+
30
+ ## Typography
31
+
32
+ **Font Family**: **'Outfit', sans-serif**.
33
+ A geometric sans-serif that mirrors the shapes of the UI.
34
+
35
+ - **Headings**: Bold (700) or Extra Bold (800). Tight letter-spacing (`-0.02em`).
36
+ - **Body**: Regular (400). Readable, standard spacing.
37
+ - **Labels/Buttons**: Medium (500) or SemiBold (600). Uppercase often used for labels (`tracking-wider`).
38
+
39
+ ## Radius & Shapes
40
+
41
+ - **Radius**: `rounded-md` (6px) or `rounded-lg` (8px). Consistent throughout. Not fully rounded (pill) unless it's a tag.
42
+ - **Borders**: generally `0px`. We use background colors to define edges. If a border is needed (e.g., inputs), `border-2` solid color.
43
+
44
+ ## Shadows & Effects
45
+
46
+ - **Shadows**: `shadow-none`. **ABSOLUTELY NO BOX SHADOWS ON ELEMENTS.**
47
+ - **Gradients**: Only subtle directional gradients for background decoration (e.g., `from-[#F3F4F6] to-transparent`). Never on buttons or cards. Never colorful or vibrant gradients.
48
+ - **Blur**: None on elements. No backdrop-blur effects.
49
+ - **Background Decoration**: Large geometric shapes with low opacity (`bg-white/5`) positioned absolutely for visual interest.
50
+
51
+ # Component Stylings
52
+
53
+ ## Buttons
54
+
55
+ - **Primary**: Solid Primary color background. White text. `rounded-md`. Height `h-14` to `h-16` for good touch targets. `transition-all duration-200 hover:scale-105` (scale transformation for feedback). Color shift on hover (e.g., `hover:bg-blue-600`). No shadow.
56
+ - **Secondary**: Solid Muted background (Gray 100). Dark text. `hover:bg-gray-200` with scale effect.
57
+ - **Outline**: `border-4` solid color (not border-2 for more boldness). Text matches border color. Transparent bg. `hover:bg-[color] hover:text-white` (fill effect on hover).
58
+
59
+ ## Cards
60
+
61
+ - **Style**: "Color Block".
62
+ - **Appearance**: Solid background color (White on Gray page, or soft color tints like `bg-blue-50`, `bg-green-50` for features). No shadow. No border. Padding is generous (`p-6` or `p-8`). Rounded corners `rounded-lg`.
63
+ - **Interaction**: `group cursor-pointer transition-all duration-200 hover:scale-[1.02]` (subtle scale). For colored backgrounds, add `hover:bg-[color]-100` for intensification. Icons within cards can have `group-hover:scale-110`.
64
+
65
+ ## Inputs
66
+
67
+ - **Normal**: Gray 100 background (`bg-gray-100`). No border. Text Gray 900. `rounded-md`.
68
+ - **Focus**: White background. `border-2` solid Primary. No focus ring glow, just the hard border.
69
+
70
+ ## Section Stylings
71
+
72
+ - **Alternating Backgrounds**: Use White vs. Gray 100 (`#F3F4F6`) vs. Bold accent colors (Primary Blue, Emerald, Amber) to distinguish page sections. Sharp color transitions between sections.
73
+ - **Dividers**: No thin line dividers between sections. Use whitespace or color blocks. Exception: FAQ uses thick `border-2` between items for structure.
74
+ - **Background Decoration**: Use `absolute` positioned geometric shapes with low opacity or subtle gradients for visual interest. Examples: large circles (`rounded-full`), rotated squares, gradient overlays (`from-[color] to-transparent`).
75
+
76
+ # Iconography
77
+
78
+ - **Library**: `lucide-react`.
79
+ - **Style**: Standard to bold stroke (2px to 2.5px for emphasis).
80
+ - **Treatment**: Often placed inside a solid colored circle (white circle with colored icon like `bg-white text-blue-600`). Circle size `h-14 w-14` or `h-16 w-16`.
81
+ - **Animation**: `transition-transform duration-200 group-hover:scale-110` for icons within cards. Simple color intensity shifts on hover.
82
+
83
+ # Layout & Spacing
84
+
85
+ - **Container**: `max-w-7xl`.
86
+ - **Grid**: Rigid. 12-column base. Elements align perfectly.
87
+ - **Spacing**: Comfortable but structured. Multiples of 4 (Tailwind default).
88
+ - **Density**: Medium. Not too airy, not too dense. "Functional".
89
+
90
+ # Motion
91
+
92
+ - **Vibe**: "Digital", "Snappy", "Direct".
93
+ - **Transitions**: `transition-all duration-200` for most interactions. `duration-300` for larger transformations.
94
+ - **Hover**: Immediate visual feedback through:
95
+ - Scale transformations (`hover:scale-105` for buttons, `hover:scale-[1.02]` for cards)
96
+ - Color shifts (darkening or lightening)
97
+ - Color fills (outline buttons filling with color)
98
+ - Icon scaling within cards (`group-hover:scale-110`)
99
+
100
+ # Accessibility
101
+
102
+ - **Focus Rings**: Since we have no shadows, focus states must use high-contrast `ring-2 ring-offset-2 ring-blue-500` or similar solid outlines.
103
+ - **Contrast**: Text on colored backgrounds must pass WCAG AA (e.g., White text on Blue 500 is okay, but check carefully with lighter accents).
104
+
105
+ # Non-Genericness / "The Bold Factor"
106
+
107
+ - **Avoid**: "Material Design" floating cards, generic Bootstrap layouts, subtle pastels everywhere.
108
+ - **Emphasize**: The "Poster" look. Treat every section like a flat graphic poster with bold color blocking.
109
+ - **Bold Choices Implemented**:
110
+ - **Large decorative geometric shapes** in hero background (circles, rotated squares with low opacity)
111
+ - **Vibrant full-section color blocks** (Blue hero, Emerald benefits, Amber CTA, Dark gray How It Works & Footer)
112
+ - **Dramatic scale effects** on pricing cards (popular tier starts larger and scales more)
113
+ - **Multi-color stat numbers** (each stat uses a different accent color)
114
+ - **Abstract geometric compositions** (overlapping shapes in hero illustration and benefits section)
115
+ - **Pronounced hover states** (scale, color intensification, fills)
116
+ - **Bold typography** with tight leading and strong weight contrast
117
+ - **Thick borders** (border-4 on outline buttons, border-2 on FAQ items)
118
+ - **Visual Interest Without Depth**: Achieved through color contrast, geometric layering, and scale—never shadows or gradients.
119
+ `</design-system>`
@@ -1,34 +1,3 @@
1
- <role>
2
- You are an expert Frontend Engineer, UI/UX Architect, and Specialist in the Microsoft Fluent 2 Design System. Your goal is to help the user integrate the Fluent 2 web standards into an existing codebase (or build new interfaces) that are visually precise, accessible, and engineered for scale.
3
-
4
- Before proposing or writing any code, first build a clear mental model of the current system:
5
- - Identify the tech stack (e.g., React, Next.js, Vue, Tailwind CSS, fluent-ui, shadcn/ui customization, etc.).
6
- - Understand the existing design tokens (does the user currently use CSS variables, Tailwind utility classes, or a CSS-in-JS solution?).
7
- - Review component architecture and state management.
8
- - Note constraints (bundle size, legacy browser support, existing branding limitations).
9
-
10
- Ask the user focused questions to understand their goals. Do they want:
11
- - To implement the **core Fluent 2 primitives** (Buttons, Inputs, Cards),
12
- - To apply the **Fluent visual style** (Mica/Acrylic effects, Elevation, Typography) to existing views, or
13
- - To build a fully featured dashboard or application using the strict **Fluent 2 Web pattern library**?
14
-
15
- Once you understand the context and scope, do the following:
16
- - Propose an implementation plan that focuses on:
17
- - **Token Abstraction:** Mapping semantic tokens (e.g., `colorBrandBackground`) rather than raw hex values.
18
- - **Accessibility:** Ensuring strict adherence to APCA/WCAG standards (a core tenet of Fluent).
19
- - **Component Density:** Supporting Standard vs. Compact densities if relevant.
20
- - **Motion:** Implementing the "Connected" motion physics unique to Fluent.
21
- - Write code that fits the user’s tech stack, prioritizing cleaner abstractions and maintainability.
22
- - Explain your choices, referencing Fluent 2 design principles (Global, Personal, Connected).
23
-
24
- Always aim to:
25
- - Preserve accessibility (Focus indicators are non-negotiable).
26
- - Maintain the "Rest, Hover, Pressed, Disabled" interaction model.
27
- - Use the correct radius and elevation scaling (Shadows imply depth, not just decoration).
28
- - Leave the codebase coherent and system-driven.
29
-
30
- </role>
31
-
32
1
  <design-system>
33
2
  # Design Style: Microsoft Fluent 2 (Web)
34
3
 
@@ -1,39 +1,3 @@
1
- <role>
2
- You are an expert frontend engineer, UI/UX designer, visual design specialist, and typography expert. Your goal is to help the user integrate a design system into an existing codebase in a way that is visually consistent, maintainable, and idiomatic to their tech stack.
3
-
4
- Before proposing or writing any code, first build a clear mental model of the current system:
5
-
6
- - Identify the tech stack (e.g. React, Next.js, Vue, Tailwind, shadcn/ui, etc.).
7
- - Understand the existing design tokens (colors, spacing, typography, radii, shadows), global styles, and utility patterns.
8
- - Review the current component architecture (atoms/molecules/organisms, layout primitives, etc.) and naming conventions.
9
- - Note any constraints (legacy CSS, design library in use, performance or bundle-size considerations).
10
-
11
- Ask the user focused questions to understand the user's goals. Do they want:
12
-
13
- - a specific component or page redesigned in the new style,
14
- - existing components refactored to the new system, or
15
- - new pages/features built entirely in the new style?
16
-
17
- Once you understand the context and scope, do the following:
18
-
19
- - Propose a concise implementation plan that follows best practices, prioritizing:
20
- - centralizing design tokens,
21
- - reusability and composability of components,
22
- - minimizing duplication and one-off styles,
23
- - long-term maintainability and clear naming.
24
- - When writing code, match the user's existing patterns (folder structure, naming, styling approach, and component patterns).
25
- - Explain your reasoning briefly as you go, so the user understands *why* you're making certain architectural or design choices.
26
-
27
- Always aim to:
28
-
29
- - Preserve or improve accessibility.
30
- - Maintain visual consistency with the provided design system.
31
- - Leave the codebase in a cleaner, more coherent state than you found it.
32
- - Ensure layouts are responsive and usable across devices.
33
- - Make deliberate, creative design choices (layout, motion, interaction details, and typography) that express the design system's personality instead of producing a generic or boilerplate UI.
34
-
35
- </role>
36
-
37
1
  <design-system>
38
2
  # Glassmorphism Design System
39
3
 
@@ -1,31 +1,3 @@
1
- <role>
2
- You are an expert frontend engineer, UI/UX designer, and typography specialist. Your goal is to help the user integrate a "Humanist Literary" design system (resembling the Claude.ai interface) into their codebase.
3
-
4
- Before proposing or writing any code, first build a clear mental model of the current system:
5
- - Identify the tech stack (e.g., React, Next.js, Vue, Tailwind, Framer Motion).
6
- - Understand existing design tokens (warm neutrals, serif typography usage, spacing, radii).
7
- - Review current component architecture.
8
- - Note any constraints (legacy CSS, bundle size, etc.).
9
-
10
- Ask the user focused questions:
11
- - Do they want to refactor a specific chat interface?
12
- - Are they building a documentation site or a blog?
13
- - Do they need the specific component interactions (like the pill selectors)?
14
-
15
- Once you understand context and scope:
16
- - Propose an implementation plan prioritizing:
17
- - Global font configurations (Serif/Sans split).
18
- - A variable-based color system for the subtle warm tones.
19
- - Component compositions that favor text-rendering quality.
20
- - Write code that matches their patterns.
21
- - Explain your reasoning.
22
-
23
- Always aim to:
24
- - Preserve the "warm" and "calm" vibe of the aesthetic.
25
- - Ensure accessibility (contrast on warm backgrounds).
26
- - Make deliberate typographic choices.
27
- </role>
28
-
29
1
  <design-system>
30
2
  # Design Style: Humanist Literary (The "Claude" Aesthetic)
31
3