get-shit-pretty 0.6.2 → 0.6.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 (121) hide show
  1. package/README.md +7 -12
  2. package/bin/install.js +96 -71
  3. package/gsp/agents/gsp-accessibility-auditor.md +3 -3
  4. package/gsp/agents/gsp-ascii-artist.md +1 -1
  5. package/gsp/agents/gsp-brand-auditor.md +2 -2
  6. package/gsp/agents/gsp-brand-engineer.md +131 -0
  7. package/gsp/agents/gsp-brand-strategist.md +2 -2
  8. package/gsp/agents/gsp-brand-syncer.md +8 -7
  9. package/gsp/agents/gsp-builder.md +48 -5
  10. package/gsp/agents/gsp-campaign-director.md +2 -3
  11. package/gsp/agents/gsp-creative-director.md +80 -0
  12. package/gsp/agents/gsp-critic.md +99 -17
  13. package/gsp/agents/gsp-designer.md +51 -4
  14. package/gsp/agents/gsp-project-researcher.md +3 -3
  15. package/gsp/agents/gsp-researcher.md +4 -4
  16. package/gsp/agents/gsp-reviewer.md +2 -2
  17. package/gsp/agents/gsp-scoper.md +2 -2
  18. package/gsp/hooks/hooks.json +5 -5
  19. package/gsp/references/design-trends.md +4 -4
  20. package/gsp/references/phase-transitions.md +12 -12
  21. package/gsp/references/questioning.md +1 -1
  22. package/gsp/references/token-mapping.md +329 -0
  23. package/gsp/skills/gsp-3d/SKILL.md +112 -0
  24. package/gsp/skills/gsp-accessibility/SKILL.md +11 -11
  25. package/gsp/skills/gsp-accessibility-audit/SKILL.md +6 -7
  26. package/gsp/skills/gsp-add-reference/SKILL.md +1 -1
  27. package/gsp/skills/gsp-art/SKILL.md +1 -1
  28. package/gsp/skills/gsp-brand-audit/SKILL.md +3 -3
  29. package/gsp/skills/gsp-brand-guidelines/SKILL.md +233 -0
  30. package/gsp/skills/gsp-brand-identity/SKILL.md +27 -18
  31. package/gsp/skills/gsp-brand-refine/SKILL.md +29 -22
  32. package/gsp/skills/gsp-brand-research/SKILL.md +2 -2
  33. package/gsp/skills/gsp-brand-strategy/SKILL.md +3 -3
  34. package/gsp/skills/gsp-brand-sync/SKILL.md +7 -7
  35. package/gsp/skills/gsp-color/SKILL.md +105 -0
  36. package/gsp/skills/gsp-design-system/SKILL.md +4 -4
  37. package/gsp/skills/gsp-doctor/SKILL.md +25 -18
  38. package/gsp/skills/gsp-help/SKILL.md +28 -28
  39. package/gsp/skills/gsp-icons/SKILL.md +108 -0
  40. package/gsp/skills/gsp-images/SKILL.md +197 -0
  41. package/gsp/skills/gsp-launch/SKILL.md +2 -3
  42. package/gsp/skills/gsp-logo/SKILL.md +173 -0
  43. package/gsp/skills/gsp-palette/SKILL.md +13 -13
  44. package/gsp/skills/gsp-pretty/SKILL.md +2 -2
  45. package/gsp/skills/gsp-progress/SKILL.md +20 -20
  46. package/gsp/skills/gsp-project-brief/SKILL.md +7 -8
  47. package/gsp/skills/gsp-project-build/SKILL.md +21 -21
  48. package/gsp/skills/gsp-project-critique/SKILL.md +13 -14
  49. package/gsp/skills/gsp-project-design/SKILL.md +17 -17
  50. package/gsp/skills/gsp-project-research/SKILL.md +5 -6
  51. package/gsp/skills/gsp-project-review/SKILL.md +7 -9
  52. package/gsp/skills/gsp-scaffold/SKILL.md +3 -3
  53. package/gsp/skills/gsp-start/SKILL.md +14 -14
  54. package/gsp/skills/gsp-style/SKILL.md +41 -43
  55. package/gsp/skills/gsp-style/styles/INDEX.yml +1 -1
  56. package/gsp/skills/gsp-style/styles/academia.yml +80 -0
  57. package/gsp/skills/gsp-style/styles/art-deco.yml +81 -0
  58. package/gsp/skills/gsp-style/styles/bauhaus.yml +78 -0
  59. package/gsp/skills/gsp-style/styles/bold-typography.yml +73 -0
  60. package/gsp/skills/gsp-style/styles/botanical.yml +78 -0
  61. package/gsp/skills/gsp-style/styles/claymorphism.yml +84 -0
  62. package/gsp/skills/gsp-style/styles/cyberpunk.yml +87 -0
  63. package/gsp/skills/gsp-style/styles/enterprise.yml +81 -0
  64. package/gsp/skills/gsp-style/styles/flat-design.yml +67 -0
  65. package/gsp/skills/gsp-style/styles/fluent.yml +82 -0
  66. package/gsp/skills/gsp-style/styles/glassmorphism.yml +83 -0
  67. package/gsp/skills/gsp-style/styles/humanist-literary.yml +74 -0
  68. package/gsp/skills/gsp-style/styles/industrial.yml +82 -0
  69. package/gsp/skills/gsp-style/styles/kinetic.yml +94 -0
  70. package/gsp/skills/gsp-style/styles/liquid-glass.yml +91 -0
  71. package/gsp/skills/gsp-style/styles/luxury.yml +83 -0
  72. package/gsp/skills/gsp-style/styles/material.yml +83 -0
  73. package/gsp/skills/gsp-style/styles/maximalism.yml +92 -0
  74. package/gsp/skills/gsp-style/styles/minimal-dark.yml +75 -0
  75. package/gsp/skills/gsp-style/styles/modern-dark.yml +88 -0
  76. package/gsp/skills/gsp-style/styles/monochrome.yml +68 -0
  77. package/gsp/skills/gsp-style/styles/neubrutalism.yml +83 -0
  78. package/gsp/skills/gsp-style/styles/neumorphism.yml +77 -0
  79. package/gsp/skills/gsp-style/styles/newsprint.yml +81 -0
  80. package/gsp/skills/gsp-style/styles/organic.yml +77 -0
  81. package/gsp/skills/gsp-style/styles/playful-geometric.yml +90 -0
  82. package/gsp/skills/gsp-style/styles/professional.yml +67 -0
  83. package/gsp/skills/gsp-style/styles/retro.yml +85 -0
  84. package/gsp/skills/gsp-style/styles/saas.yml +83 -0
  85. package/gsp/skills/gsp-style/styles/sketch.yml +86 -0
  86. package/gsp/skills/gsp-style/styles/swiss-minimalist.yml +69 -0
  87. package/gsp/skills/gsp-style/styles/terminal.yml +83 -0
  88. package/gsp/skills/gsp-style/styles/vaporwave.yml +84 -0
  89. package/gsp/skills/gsp-style/styles/web3.yml +82 -0
  90. package/gsp/skills/gsp-textures/SKILL.md +132 -0
  91. package/gsp/skills/gsp-typescale/SKILL.md +11 -11
  92. package/gsp/skills/gsp-typography/SKILL.md +108 -0
  93. package/gsp/skills/gsp-update/SKILL.md +1 -2
  94. package/gsp/skills/gsp-video/SKILL.md +101 -0
  95. package/gsp/templates/branding/config.json +1 -1
  96. package/gsp/templates/branding/roadmap.md +9 -9
  97. package/gsp/templates/exports-index.md +8 -8
  98. package/gsp/templates/phases/build.md +1 -1
  99. package/gsp/templates/phases/design.md +1 -1
  100. package/gsp/templates/phases/patterns.md +60 -71
  101. package/gsp/templates/phases/style.md +158 -0
  102. package/gsp/templates/projects/config.json +1 -1
  103. package/gsp/templates/projects/roadmap.md +7 -7
  104. package/gsp/templates/projects/state.md +1 -1
  105. package/package.json +1 -2
  106. package/.claude-plugin/plugin.json +0 -24
  107. package/gsp/agents/gsp-identity-designer.md +0 -74
  108. package/gsp/agents/gsp-pattern-architect.md +0 -189
  109. package/gsp/prompts/01-design-system-architect.md +0 -19
  110. package/gsp/prompts/02-brand-identity-creator.md +0 -16
  111. package/gsp/prompts/03-ui-ux-pattern-master.md +0 -21
  112. package/gsp/prompts/04-marketing-asset-factory.md +0 -14
  113. package/gsp/prompts/05-implementation-spec-expert.md +0 -15
  114. package/gsp/prompts/06-design-critique-partner.md +0 -14
  115. package/gsp/prompts/07-design-trend-synthesizer.md +0 -3
  116. package/gsp/prompts/08-accessibility-auditor.md +0 -23
  117. package/gsp/prompts/09-design-to-code-translator.md +0 -49
  118. package/gsp/prompts/10-project-scoper.md +0 -17
  119. package/gsp/prompts/11-deliverable-reviewer.md +0 -18
  120. package/gsp/prompts/12-project-researcher.md +0 -18
  121. package/gsp/skills/gsp-brand-patterns/SKILL.md +0 -240
@@ -57,5 +57,86 @@ dark_mode:
57
57
  background: "#050505"
58
58
  surface: "#0A0A0A"
59
59
 
60
+ intensity:
61
+ variance: 3 # bilateral symmetry, centered axes, mathematical precision
62
+ motion: 5 # theatrical reveals, glow intensification, mechanical satisfaction
63
+ density: 5 # ornamental richness — geometric decoration fills surfaces intentionally
64
+
65
+ patterns:
66
+ card:
67
+ border: "{shape.border-width} solid {shape.border-color}"
68
+ shadow: "{elevation.shadow-sm} — gold glow, never dark drop shadows"
69
+ radius: "0px to 2px — sharp geometric precision"
70
+ background: "{color.surface}"
71
+ decoration: "L-shaped brass corner brackets at opposing corners (top-right + bottom-left)"
72
+ button-primary:
73
+ background: "transparent"
74
+ border: "2px solid {color.primary}"
75
+ shadow: "{elevation.shadow-sm} resting, {elevation.shadow-md} on hover — gold glow"
76
+ text: "uppercase, tracking-widest (0.2em), {color.primary}"
77
+ radius: "0px"
78
+ hover: "gold fill + black text + glow expansion"
79
+ button-secondary:
80
+ background: "transparent"
81
+ border: "1px solid {color.primary}"
82
+ text: "uppercase, tracking-widest, {color.primary}"
83
+ radius: "0px"
84
+ hover: "midnight blue fill ({color.secondary})"
85
+ input:
86
+ border: "border-b 2px solid {color.primary}"
87
+ radius: "0px"
88
+ background: "transparent"
89
+ focus: "border brightens to lighter gold, bottom shadow glow appears"
90
+ placeholder: "{color.on-background} at 50% opacity"
91
+ badge:
92
+ shape: "0px radius, gold border, optional rotated-diamond frame"
93
+ text: "uppercase tracking-widest, {typography.font-family-display}, {color.primary}"
94
+ nav:
95
+ style: "centered axis, gold border separators between links"
96
+ links: "uppercase tracking-widest, hover shifts to {color.primary} with glow"
97
+ layout:
98
+ archetype: "symmetric-ceremonial"
99
+ max-width: "max-w-6xl"
100
+ section-spacing: "py-32 — generous ceremonial spacing"
101
+ grid-gap: "gap-8"
102
+ symmetry: "central axis, bilateral mirroring, even column counts"
103
+ surfaces: "diagonal crosshatch pattern at 3-5% opacity — repeating gold lines at 45deg"
104
+ decoration: "sunburst radial gradients, stepped corners (ziggurat), double borders, vertical gold dividers"
105
+
106
+ constraints:
107
+ never:
108
+ - "rounded corners above 2px — geometric sharpness is non-negotiable"
109
+ - "soft diffused drop shadows — use glow effects instead"
110
+ - "organic curves or blob shapes — geometry only, mathematical forms"
111
+ - "muted or desaturated gold — metallic gold must feel radiant against obsidian"
112
+ - "asymmetric layouts — bilateral symmetry and central axes required"
113
+ - "lowercase display text — all headings, labels, buttons must be uppercase"
114
+ - "subtle invisible borders — borders are celebrated, gold, and visible"
115
+ - "bouncy or elastic easing — mechanical, theatrical motion only"
116
+ always:
117
+ - "gold glow (box-shadow 0 0 Npx rgba gold) on elevated elements, never dark shadows"
118
+ - "stepped corner decorations or L-brackets on major containers"
119
+ - "uppercase with tracking-widest on all display text and buttons"
120
+ - "diagonal crosshatch or geometric pattern at low opacity on backgrounds"
121
+ - "Roman numerals (I, II, III) for numbering steps, tiers, lists"
122
+ - "double-frame treatment on featured images (outer gold border + inner dark border)"
123
+ - "gold border at 30% default, intensifying to 100% on hover"
124
+
125
+ effects:
126
+ interaction-vocabulary: [glow-intensify, mechanical-lift, diamond-rotate, border-reveal]
127
+ hover:
128
+ card: "mechanical-lift — -translate-y-2, border opacity 30%→100%, corner brackets brighten"
129
+ button: "glow-intensify — background flips gold, text inverts black, glow radius expands"
130
+ link: "border-reveal — gold underline expands, color shifts to {color.primary}"
131
+ image: "glow-intensify — scale-105, gold overlay or grayscale removal"
132
+ active:
133
+ button: "glow-intensify — glow dims slightly, pressed mechanical feel"
134
+ focus:
135
+ general: "ring-2 ring-{color.primary} ring-offset-2 ring-offset-{color.background}"
136
+ transition: "duration-300 to duration-500, ease-out or ease-in-out"
137
+ ambient:
138
+ - "sunburst-pulse — radial gold gradient pulses subtly at hero focal point"
139
+ - "glow-breathe — gold elements pulse glow at rest (subtle, 2s cycle)"
140
+
60
141
  compatibility: [luxury, monochrome]
61
142
  clashes: [neubrutalism, retro, flat-design]
@@ -53,5 +53,83 @@ dark_mode:
53
53
  surface: "#2A2A2A"
54
54
  on-background: "#F0F0F0"
55
55
 
56
+ intensity:
57
+ variance: 7 # asymmetric color-blocked sections, overlapping geometric shapes, broken grids
58
+ motion: 3 # snappy mechanical transitions, no ambient — static compositions with interaction only
59
+ density: 6 # poster-dense — thick borders, color blocks, geometric shapes fill the visual field
60
+
61
+ patterns:
62
+ card:
63
+ border: "{shape.border-width} solid {shape.border-color}"
64
+ shadow: "{elevation.shadow-md}"
65
+ radius: "0px"
66
+ background: "{color.background}"
67
+ decoration: "small geometric shape (8px) in top-right corner — circle, square, or triangle in primary color"
68
+ button-primary:
69
+ background: "{color.primary}"
70
+ border: "{shape.border-width} solid {shape.border-color}"
71
+ shadow: "{elevation.shadow-sm}"
72
+ text: "uppercase, font-bold, tracking-wider, white"
73
+ radius: "0px or rounded-full — binary extremes only"
74
+ button-secondary:
75
+ background: "{color.secondary}"
76
+ border: "{shape.border-width} solid {shape.border-color}"
77
+ shadow: "{elevation.shadow-sm}"
78
+ text: "uppercase, font-bold, tracking-wider, white"
79
+ radius: "0px or rounded-full"
80
+ input:
81
+ border: "{shape.border-width} solid {shape.border-color}"
82
+ radius: "0px"
83
+ background: "{color.background}"
84
+ focus: "ring-2 ring-offset-2 ring-{color.primary}"
85
+ height: "h-12"
86
+ badge:
87
+ shape: "0px radius or rounded-full — binary extremes"
88
+ text: "uppercase font-bold tracking-widest text-xs"
89
+ decoration: "solid primary color background (red, blue, or yellow)"
90
+ nav:
91
+ logo: "three geometric shapes (circle, square, triangle) in primary colors"
92
+ links: "uppercase font-bold tracking-wider, hover color shifts to primary"
93
+ border: "border-b-4 {shape.border-color}"
94
+ layout:
95
+ archetype: "constructivist-poster"
96
+ max-width: "max-w-7xl"
97
+ section-spacing: "py-16 to py-24"
98
+ grid-gap: "gap-6 to gap-8"
99
+ surfaces: "solid color-blocked sections — alternating red, blue, yellow, white, black backgrounds"
100
+ decoration: "overlapping circles, rotated-45 squares, triangles (clip-path polygon), dot grid patterns"
101
+ dividers: "border-b-4 border-black between every section — strong horizontal rhythm"
102
+
103
+ constraints:
104
+ never:
105
+ - "in-between border-radius (1px-9998px) — binary: 0px or 9999px only"
106
+ - "gradients of any kind — solid color blocks only, no blending"
107
+ - "soft blurred shadows — hard-offset (Npx Npx 0px 0px black) only"
108
+ - "thin borders — minimum 2px mobile, 4px desktop"
109
+ - "muted or desaturated colors — primary red, blue, yellow at full intensity"
110
+ - "organic curves or blob shapes — circles, squares, triangles only"
111
+ - "subtle effects or transparency — everything is direct and declarative"
112
+ always:
113
+ - "hard-offset shadows (4-8px, 0px blur, pure black) on every elevated element"
114
+ - "thick black borders (border-2 mobile, border-4 desktop) on every container"
115
+ - "at least 3 color-blocked sections using solid primary backgrounds"
116
+ - "geometric shape decorations (circle/square/triangle) on cards and corners"
117
+ - "45-degree rotation on every 3rd decorative shape"
118
+ - "grayscale images by default with hover:grayscale-0 reveal"
119
+ - "extreme type scale contrast (text-8xl headlines vs text-base body)"
120
+
121
+ effects:
122
+ interaction-vocabulary: [press-down, geometric-lift, shape-scale, color-block-shift]
123
+ hover:
124
+ card: "geometric-lift — -translate-y-1, shadow maintained"
125
+ button: "color-block-shift — opacity-90 on background color"
126
+ icon-shape: "shape-scale — scale-110 via group-hover"
127
+ image: "grayscale-reveal — grayscale-0 over 300ms"
128
+ active:
129
+ button: "press-down — translate-x-[2px] translate-y-[2px], shadow-none"
130
+ focus:
131
+ general: "ring-2 ring-{color.primary} ring-offset-2"
132
+ transition: "duration-200 to duration-300, ease-out — mechanical, decisive"
133
+
56
134
  compatibility: [neubrutalism, flat-design]
57
135
  clashes: [glassmorphism, liquid-glass, neumorphism]
@@ -57,5 +57,78 @@ dark_mode:
57
57
  background: "#050505"
58
58
  surface: "#0F0F0F"
59
59
 
60
+ intensity:
61
+ variance: 6
62
+ motion: 3
63
+ density: 2
64
+
65
+ patterns:
66
+ card:
67
+ border: "{shape.border-width} solid {shape.border-color}"
68
+ shadow: "none — depth from typographic layering only"
69
+ radius: "0px"
70
+ background: "{color.surface}"
71
+ button-primary:
72
+ style: "text-only with animated underline — no background fill"
73
+ text: "{color.primary}, uppercase, tracking-wider (0.1em), weight 600"
74
+ underline: "absolute h-0.5 bg-{color.primary}, scale-x-100 resting"
75
+ button-secondary:
76
+ background: "transparent → fills on hover"
77
+ border: "1px solid {color.on-background}"
78
+ text: "{color.on-background}, uppercase, tracking-wider"
79
+ radius: "0px"
80
+ input:
81
+ border: "1px solid {shape.border-color}"
82
+ radius: "0px"
83
+ background: "{color.surface}"
84
+ focus: "border-{color.primary} — border-only focus, no glow"
85
+ badge:
86
+ shape: "sharp corners, thin border"
87
+ text: "uppercase, tracking-widest, text-xs"
88
+ nav:
89
+ style: "minimal — logo + sparse links"
90
+ links: "uppercase tracking-wider, underline reveals on hover"
91
+ layout:
92
+ archetype: "editorial-whitespace"
93
+ max-width: "max-w-6xl"
94
+ section-spacing: "py-24 to py-40 — extreme negative space"
95
+ grid-gap: "gap-8 to gap-16"
96
+ surfaces: "noise grain at 1.5% opacity — subtle tactile depth"
97
+ typography-hero: "text-7xl to text-9xl desktop, tracking-tighter (-0.06em)"
98
+ decoration: "oversized muted numbers/text behind content at low opacity"
99
+ dividers: "full-width horizontal rules as section breaks"
100
+
101
+ constraints:
102
+ never:
103
+ - "box-shadow of any kind — no shadows in this aesthetic"
104
+ - "border-radius above 0px — everything sharp-edged"
105
+ - "background fills on primary buttons — underline-only interaction"
106
+ - "small headlines — minimum text-5xl mobile, text-7xl desktop"
107
+ - "decorative imagery competing with type — type IS the visual"
108
+ - "more than one accent color — black, white, and one (vermillion)"
109
+ - "rounded or pill shapes — angular geometry only"
110
+ - "ease-in-out or bouncy easing — precise, deliberate motion only"
111
+ always:
112
+ - "extreme scale contrast between headline and body (6:1+ ratio)"
113
+ - "tight letter-spacing on display text (-0.04em to -0.06em)"
114
+ - "wide letter-spacing on labels/overlines (0.1em to 0.2em)"
115
+ - "generous negative space framing headlines"
116
+ - "noise grain texture (1-2% opacity)"
117
+ - "sharp 0px radius on all elements"
118
+ - "full-width horizontal rules between sections"
119
+
120
+ effects:
121
+ interaction-vocabulary: [underline-reveal, color-invert, border-brighten, micro-press]
122
+ hover:
123
+ button-primary: "underline-reveal — scale-x expands to 110%"
124
+ button-secondary: "color-invert — bg fills foreground, text inverts"
125
+ link: "underline-reveal — scale-x-0 → scale-x-100 slide-in"
126
+ card: "border-brighten — border subtly lightens"
127
+ active:
128
+ button: "micro-press — translate-y-px"
129
+ focus:
130
+ general: "border-{color.primary} — border-based, no ring, no glow"
131
+ transition: "duration-150 to duration-200, cubic-bezier(0.25, 0, 0, 1)"
132
+
60
133
  compatibility: [monochrome, kinetic]
61
134
  clashes: [playful-geometric, botanical, claymorphism]
@@ -59,5 +59,83 @@ dark_mode:
59
59
  surface: "#243524"
60
60
  on-background: "#E2EDE2"
61
61
 
62
+ intensity:
63
+ variance: 4 # staggered card offsets, arch imagery, but structured overall
64
+ motion: 4 # slow and graceful — plant-sway feel, 500-700ms transitions
65
+ density: 3 # airy — generous whitespace, breathing room, nature needs space
66
+
67
+ patterns:
68
+ card:
69
+ border: "{shape.border-width} solid {shape.border-color}"
70
+ shadow: "{elevation.shadow-sm} — green-tinted, diffused, never harsh"
71
+ radius: "{shape.border-radius-lg}"
72
+ background: "#FFFFFF or {color.surface}"
73
+ texture: "page-level paper grain at 1.5% opacity"
74
+ button-primary:
75
+ background: "{color.on-background}"
76
+ border: "none"
77
+ shadow: "none"
78
+ text: "uppercase, tracking-widest, text-sm, white"
79
+ shape: "rounded-full — pill always"
80
+ hover: "lightens slightly or shifts to terracotta ({color.accent})"
81
+ button-secondary:
82
+ background: "transparent"
83
+ border: "{shape.border-width} solid {color.muted}"
84
+ text: "uppercase, tracking-widest, text-sm, {color.muted}"
85
+ shape: "rounded-full"
86
+ input:
87
+ border: "border-b only or pill-shaped with light bg ({color.surface})"
88
+ radius: "{shape.border-radius-lg} if pill, 0px if underline"
89
+ background: "{color.surface} or transparent"
90
+ focus: "border shifts to {color.muted} — soft sage green, no harsh rings"
91
+ badge:
92
+ shape: "rounded-full pill"
93
+ text: "text-xs, {color.muted}, soft earth tones"
94
+ nav:
95
+ style: "clean horizontal with generous spacing"
96
+ links: "sans-serif weight 500, hover deepens to {color.primary}"
97
+ layout:
98
+ archetype: "staggered-botanical"
99
+ max-width: "max-w-7xl"
100
+ section-spacing: "py-24 to py-32 — sacred whitespace"
101
+ grid-gap: "gap-12 to gap-16"
102
+ asymmetry: "translate-y-12 on alternating cards for natural stagger (md+ only)"
103
+ surfaces: "paper grain texture at 1.5% opacity — mandatory, gives soul"
104
+ decoration: "arch-topped images (clip-path or border-radius), curved SVG vine connectors, italic serif word emphasis"
105
+
106
+ constraints:
107
+ never:
108
+ - "harsh geometric shapes — everything soft, rounded, organic"
109
+ - "pure black (#000000) shadows or borders — green-tinted alternatives only"
110
+ - "neon or saturated artificial colors — earth-drawn palette exclusively"
111
+ - "flat textureless backgrounds — paper grain is non-negotiable"
112
+ - "snappy or mechanical motion — everything slow, graceful, eased"
113
+ - "heavy prominent borders — thin, delicate, 1px only"
114
+ - "tight cramped spacing — nature needs room to breathe"
115
+ - "drop shadows with dark tones — all shadows color-tinted (forest green)"
116
+ always:
117
+ - "paper grain noise texture (1.5% opacity, fixed overlay)"
118
+ - "arch-topped featured images (border-radius or clip-path)"
119
+ - "Playfair Display serif for headlines with italic emphasis on key words"
120
+ - "staggered card layouts (translate-y-12 on alternating items, md+)"
121
+ - "green-tinted soft shadows using palette colors"
122
+ - "generous whitespace — gap-12+, py-24+ between sections"
123
+ - "pill-shaped buttons (rounded-full) and badges"
124
+
125
+ effects:
126
+ interaction-vocabulary: [gentle-lift, slow-bloom, soft-scale, vine-drift]
127
+ hover:
128
+ card: "gentle-lift — -translate-y-1 to -translate-y-2, shadow blooms"
129
+ button: "soft-scale — subtle darken (opacity-90) with duration-300"
130
+ image: "slow-bloom — scale-105 over 700ms, luxurious unfurl"
131
+ link: "vine-drift — arrow translates right (translate-x-1), color deepens"
132
+ active:
133
+ button: "soft-scale — slight darken, tactile but gentle"
134
+ focus:
135
+ general: "ring-2 ring-{color.muted} ring-offset-2 — sage green soft glow"
136
+ transition: "duration-300 to duration-700, ease-out"
137
+ ambient:
138
+ - "parallax-float — subtle vertical shift on decorative elements during scroll"
139
+
62
140
  compatibility: [organic, swiss-minimalist]
63
141
  clashes: [cyberpunk, terminal, industrial]
@@ -65,5 +65,89 @@ dark_mode:
65
65
  surface: "rgba(50,45,70,0.60)"
66
66
  on-background: "#E8E6F0"
67
67
 
68
+ intensity:
69
+ variance: 6 # bento grids with col-span mixing, overlapping badges, varied radii per nesting level
70
+ motion: 6 # blob drift, breathe animations, squish physics, hover lifts — playful and continuous
71
+ density: 4 # airy — clay needs space to show shadow depth and floating effect
72
+
73
+ patterns:
74
+ card:
75
+ border: "none — depth from 4-layer shadow stack only"
76
+ shadow: "{elevation.shadow-lg}"
77
+ radius: "{shape.border-radius-md}"
78
+ background: "{color.surface} with backdrop-blur-xl"
79
+ texture: "glass-clay hybrid — semi-transparent white reveals background blobs"
80
+ button-primary:
81
+ background: "{gradient.button}"
82
+ border: "none"
83
+ shadow: "{elevation.shadow-md}"
84
+ text: "bold, tracking-wide, white"
85
+ radius: "{shape.border-radius-sm}"
86
+ button-secondary:
87
+ background: "white"
88
+ border: "none"
89
+ shadow: "{elevation.shadow-md}"
90
+ text: "{color.on-background}, bold"
91
+ radius: "{shape.border-radius-sm}"
92
+ input:
93
+ border: "none — depth from inset shadow only"
94
+ radius: "{shape.border-radius-sm}"
95
+ background: "#EFEBF5"
96
+ focus: "background becomes white, ring-4 ring-{color.primary}/20"
97
+ shadow: "{inset.pressed}"
98
+ height: "h-16"
99
+ badge:
100
+ shape: "rounded-full or rounded-lg, gradient background"
101
+ text: "text-xs font-bold uppercase tracking-wide"
102
+ decoration: "colored gradient fill matching icon orb palette"
103
+ nav:
104
+ style: "floating pill bar"
105
+ background: "white/80 with backdrop-blur-xl"
106
+ shape: "rounded-[40px]"
107
+ shadow: "{elevation.shadow-sm}"
108
+ layout:
109
+ archetype: "bento-clay"
110
+ max-width: "max-w-7xl"
111
+ section-spacing: "py-20 to py-32"
112
+ grid-gap: "gap-8 to gap-12"
113
+ surfaces: "animated gradient blobs (accent colors at /10 opacity, blur-3xl) — never flat"
114
+ decoration: "overlapping clay shapes, nested radii (outer 48px, card 32px, image 24px)"
115
+ depth: "glass-clay hybrid — bg-white/60 to /80 + backdrop-blur-xl"
116
+
117
+ constraints:
118
+ never:
119
+ - "sharp corners — minimum radius {shape.border-radius-sm} (20px), never rounded-md or rounded-sm"
120
+ - "flat backgrounds without animated blobs — texture is mandatory"
121
+ - "single-layer shadows — minimum 4-layer shadow stack for clay depth"
122
+ - "gray text lighter than {color.muted} (#635F69) — accessibility minimum"
123
+ - "gradient text below text-5xl — readability risk at small sizes"
124
+ - "hard-offset shadows — all shadows soft, multi-layered, color-tinted"
125
+ - "visible borders — depth communicated through shadow stacks only"
126
+ always:
127
+ - "4-layer box-shadow on every elevated element (drop + highlight + inner bounce + inner rim)"
128
+ - "super-rounded corners ({shape.border-radius-sm} minimum on smallest elements)"
129
+ - "animated background blobs (3-4 large, staggered drift animations)"
130
+ - "glass-clay cards (semi-transparent white + backdrop-blur-xl)"
131
+ - "Nunito font-family on all headings and stat numbers"
132
+ - "inset shadow on inputs and pressed states ({inset.pressed})"
133
+ - "nested radius hierarchy (outer > card > image, each 8px smaller)"
134
+
135
+ effects:
136
+ interaction-vocabulary: [squish-press, clay-lift, breathe-scale, blob-drift]
137
+ hover:
138
+ card: "clay-lift — -translate-y-2, shadow stack intensifies"
139
+ button: "clay-lift — -translate-y-1, shadow enhancement"
140
+ stat-orb: "breathe-scale — scale-110 with 300ms ease"
141
+ blog-card: "clay-lift — -translate-y-3 for dramatic float"
142
+ active:
143
+ button: "squish-press — scale-[0.92] + shadow switches to {inset.pressed}"
144
+ focus:
145
+ general: "ring-4 ring-{color.primary}/30 ring-offset-2"
146
+ transition: "duration-200 to duration-500, cubic-bezier(0.4, 0, 0.2, 1)"
147
+ ambient:
148
+ - "blob-drift — background blobs translateY(-20px) rotate(2deg) over 8-12s infinite"
149
+ - "breathe-scale — stat orbs scale(1.02) over 6s infinite"
150
+ - "clay-float — decorative shapes orbit hero with 12s pronounced drift"
151
+
68
152
  compatibility: [neumorphism, playful-geometric]
69
153
  clashes: [neubrutalism, monochrome, terminal]
@@ -58,5 +58,92 @@ dark_mode:
58
58
  background: "#050508"
59
59
  surface: "#0A0A12"
60
60
 
61
+ intensity:
62
+ variance: 8 # asymmetric HUD layouts, skewed grids, overlapping neon panels
63
+ motion: 7 # glitch animations, scanline scrolls, neon pulses, chromatic flicker
64
+ density: 7 # layered textures — scanlines, circuit grids, noise, gradient mesh
65
+
66
+ patterns:
67
+ card:
68
+ border: "{shape.border-width} solid {shape.border-color}"
69
+ shadow: "{elevation.shadow-md} neon glow, intensifies on hover"
70
+ radius: "clip-path chamfer — 45-degree corner cuts, never border-radius"
71
+ background: "{color.surface}"
72
+ variants: "default (chamfered), terminal (traffic-light header bar), holographic (glass + corner accents)"
73
+ button-primary:
74
+ background: "transparent, border {shape.border-width} solid {color.primary}"
75
+ border: "2px solid {color.primary}"
76
+ shadow: "{glow.neon-primary} on hover"
77
+ text: "uppercase, monospace, tracking-wider, {color.primary}"
78
+ radius: "clip-path chamfer-sm"
79
+ fill: "hover fills {color.primary}, text inverts to {color.background}"
80
+ button-secondary:
81
+ background: "transparent"
82
+ border: "2px solid {color.secondary}"
83
+ shadow: "{glow.neon-secondary} on hover"
84
+ text: "uppercase, monospace, {color.secondary}"
85
+ radius: "clip-path chamfer-sm"
86
+ input:
87
+ border: "{shape.border-width} solid {shape.border-color}"
88
+ radius: "clip-path chamfer-sm"
89
+ background: "{color.surface}"
90
+ prefix: "> symbol in {color.primary}, absolute positioned left"
91
+ focus: "border becomes {color.primary}, neon glow shadow, no outline"
92
+ badge:
93
+ shape: "chamfered or sharp-edged, {shape.border-width} border"
94
+ text: "font-mono text-xs uppercase tracking-[0.2em] {color.primary}"
95
+ decoration: "neon glow pulse on featured badges"
96
+ nav:
97
+ logo: "monospace uppercase, bordered with chamfered clip-path"
98
+ links: "monospace, hover adds neon underline glow"
99
+ mobile: "hamburger icon with neon glow ring"
100
+ layout:
101
+ archetype: "hud-schematic"
102
+ max-width: "max-w-7xl"
103
+ section-spacing: "py-24 to py-32"
104
+ grid-gap: "gap-6 to gap-10"
105
+ asymmetry: "60/40 hero splits, skew-y-1 on feature grids, overlapping negative margins"
106
+ surfaces: "scanlines + circuit grid + noise — always layered, never flat"
107
+ decoration: "corner-accent brackets on holographic panels, gradient orbs at low opacity"
108
+
109
+ constraints:
110
+ never:
111
+ - "border-radius above 4px — chamfered clip-path or sharp corners only"
112
+ - "light backgrounds — dark void canvas is mandatory for neon to read"
113
+ - "soft diffused shadows — all shadows are neon glow (colored, no blur-only)"
114
+ - "serif or handwritten fonts — monospace and geometric sans only"
115
+ - "warm color temperatures — palette is cold: cyan, magenta, electric green"
116
+ - "rounded-full on containers — pill shapes conflict with angular HUD aesthetic"
117
+ - "static decorative elements — everything should pulse, scan, or flicker"
118
+ - "flat borders without glow — borders must emit light via stacked box-shadow"
119
+ always:
120
+ - "clip-path chamfered corners on cards and buttons"
121
+ - "scanline overlay (repeating-linear-gradient) on page or major sections"
122
+ - "neon glow (multi-layer box-shadow) on every interactive element hover"
123
+ - "monospace font for all UI labels, inputs, and code-style elements"
124
+ - "uppercase on headings, buttons, labels, and nav links"
125
+ - "circuit grid or noise texture on at least one section background"
126
+ - "chromatic aberration text-shadow on hero headlines"
127
+
128
+ effects:
129
+ interaction-vocabulary: [neon-ignite, glitch-flicker, chromatic-shift, press-dim, scan-reveal]
130
+ hover:
131
+ card: "neon-ignite — border becomes {color.primary}, glow shadow appears, translateY(-1px)"
132
+ button: "neon-ignite — background fills accent, neon glow radiates, text inverts"
133
+ link: "chromatic-shift — text-shadow splits to magenta-left cyan-right"
134
+ badge: "glitch-flicker — brief clip-path skew animation"
135
+ active:
136
+ button: "press-dim — filter brightness(0.85), glow dims"
137
+ focus:
138
+ input: "neon-ignite — border {color.primary}, glow shadow, no outline ring"
139
+ general: "ring-2 ring-{color.primary} ring-offset-2 ring-offset-{color.background}"
140
+ transition: "duration-100 to duration-200, cubic-bezier(0.25, 0.46, 0.45, 0.94) or steps(4) for digital feel"
141
+ ambient:
142
+ - "scanline-scroll — horizontal line sweeps down viewport (8s linear infinite)"
143
+ - "glitch-pulse — hero text skews +-2px randomly (glitch keyframes, 4s)"
144
+ - "neon-breathe — glow opacity oscillates 0.3-0.6 on accent elements (3s ease-in-out)"
145
+ - "rgb-shift — chromatic aberration text-shadow alternates offsets (2s)"
146
+ - "cursor-blink — terminal cursor opacity steps (1s step-end infinite)"
147
+
61
148
  compatibility: [kinetic-typography, bento-grid]
62
149
  clashes: [swiss-minimalist, professional, liquid-glass]
@@ -58,5 +58,86 @@ dark_mode:
58
58
  on-background: "#F1F5F9"
59
59
  border-color: "#334155"
60
60
 
61
+ intensity:
62
+ variance: 3 # structured grids, predictable zig-zag layouts, controlled hierarchy
63
+ motion: 4 # polished hover lifts and shadow transitions, subtle pulse on decorative elements
64
+ density: 6 # dashboard-dense — tighter base size (14px), compact cards, metric grids
65
+
66
+ patterns:
67
+ card:
68
+ border: "{shape.border-width} solid {shape.border-color}"
69
+ shadow: "colored — {elevation.shadow-sm} resting, {elevation.shadow-md} on hover (indigo-tinted)"
70
+ radius: "{shape.border-radius-lg}"
71
+ background: "{color.surface}"
72
+ icon-container: "h-12 w-12 {shape.border-radius-lg} bg-{color.primary}/10 text-{color.primary}"
73
+ button-primary:
74
+ background: "{gradient.signature}"
75
+ border: "none"
76
+ shadow: "0 4px 14px rgba(79,70,229,0.3)"
77
+ text: "weight 600, sentence case, white"
78
+ radius: "rounded-full or {shape.border-radius-lg}"
79
+ button-secondary:
80
+ background: "{color.surface}"
81
+ border: "{shape.border-width} solid {shape.border-color}"
82
+ text: "weight 500, sentence case, slate-700"
83
+ radius: "rounded-full or {shape.border-radius-lg}"
84
+ hover: "bg-slate-50, border darkens"
85
+ input:
86
+ border: "{shape.border-width} solid {shape.border-color}"
87
+ radius: "{shape.border-radius-lg}"
88
+ background: "{color.surface}"
89
+ focus: "ring-2 ring-{color.primary} ring-offset-1, border-{color.primary}"
90
+ label: "text-sm font-semibold text-slate-700"
91
+ badge:
92
+ shape: "{shape.border-radius-lg} with {color.primary}/10 background"
93
+ text: "text-xs font-medium text-{color.primary}"
94
+ glow: "shadow-[0_0_20px_rgba(79,70,229,0.5)] on numbered badges"
95
+ nav:
96
+ style: "clean horizontal with blur background"
97
+ links: "font-medium text-slate-600, hover text-{color.primary}"
98
+ cta: "gradient pill button"
99
+ layout:
100
+ archetype: "enterprise-zig-zag"
101
+ max-width: "max-w-7xl"
102
+ section-spacing: "py-16 to py-24"
103
+ grid-gap: "gap-6 to gap-8"
104
+ surfaces: "subtle colored blur orbs (400-600px, 20-50% opacity) for atmospheric depth"
105
+ decoration: "isometric 3D transforms on hero cards, gradient text headlines"
106
+ emphasis: "center pricing card scaled 105% with ring highlight"
107
+
108
+ constraints:
109
+ never:
110
+ - "harsh geometric patterns or textures — clean, polished surfaces only"
111
+ - "neutral gray shadows — all shadows must be indigo/violet tinted"
112
+ - "pure black text — use slate-900 ({color.on-background})"
113
+ - "small border radii on buttons — pills or rounded-lg minimum"
114
+ - "flat backgrounds on dark CTA sections — use gradient from-indigo-900 to-indigo-950"
115
+ - "single-layer shadows — combine ambient + colored for enterprise depth"
116
+ - "bouncy or playful animations — refined, professional motion only"
117
+ always:
118
+ - "colored shadows using indigo/violet tints on every elevated element"
119
+ - "gradient text (indigo→violet clip) on at least one headline per section"
120
+ - "isometric 3D transforms on hero visualization (rotate-x, rotate-y)"
121
+ - "blur orbs in background for atmospheric depth"
122
+ - "rounded-full on primary CTA buttons"
123
+ - "icon containers with soft primary-tinted backgrounds"
124
+
125
+ effects:
126
+ interaction-vocabulary: [hover-lift, shadow-deepen, iso-tilt, arrow-nudge, glow-reveal]
127
+ hover:
128
+ card: "hover-lift — -translate-y-1, shadow-deepen with enhanced indigo tint"
129
+ button: "hover-lift — -translate-y-0.5, shadow intensifies"
130
+ link: "color shift to {color.primary} with underline"
131
+ image: "scale-105 with overflow-hidden clip"
132
+ active:
133
+ button: "scale-press — scale-[0.98], shadow reduces"
134
+ focus:
135
+ general: "ring-2 ring-{color.primary} ring-offset-2"
136
+ transition: "duration-200 to duration-300, ease-out"
137
+ ambient:
138
+ - "gentle-pulse — decorative floating cards pulse (4s duration)"
139
+ - "iso-tilt — hero card subtle 3D rotation on load"
140
+ - "arrow-nudge — directional icons translate-x-1 on group-hover"
141
+
61
142
  compatibility: [professional, saas]
62
143
  clashes: [vaporwave, retro, neubrutalism]