cdragon 0.1.0

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 (91) hide show
  1. package/README.md +110 -0
  2. package/bin/cdragon.js +170 -0
  3. package/package.json +31 -0
  4. package/skills/agent-browser/SKILL.md +50 -0
  5. package/skills/grill-me/SKILL.md +7 -0
  6. package/skills/herdr-agent/SKILL.md +142 -0
  7. package/skills/herdr-cli/SKILL.md +388 -0
  8. package/skills/herdr-cli/scripts/herdr-agent-run-and-wait +203 -0
  9. package/skills/herdr-cli/scripts/herdr-agent-wait-complete +168 -0
  10. package/skills/notion-presentation/SKILL.md +170 -0
  11. package/skills/notion-presentation/references/example-redis-deck.md +97 -0
  12. package/skills/setup-matt-pocock-skills/SKILL.md +127 -0
  13. package/skills/setup-matt-pocock-skills/domain.md +51 -0
  14. package/skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
  15. package/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
  16. package/skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
  17. package/skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  18. package/skills/tdd/SKILL.md +108 -0
  19. package/skills/tdd/mocking.md +59 -0
  20. package/skills/tdd/refactoring.md +10 -0
  21. package/skills/tdd/tests.md +61 -0
  22. package/skills/to-html/SKILL.md +83 -0
  23. package/skills/to-html/designs/INDEX.md +74 -0
  24. package/skills/to-html/designs/airbnb.DESIGN.md +581 -0
  25. package/skills/to-html/designs/airtable.DESIGN.md +275 -0
  26. package/skills/to-html/designs/alipay.DESIGN.md +456 -0
  27. package/skills/to-html/designs/apple.DESIGN.md +566 -0
  28. package/skills/to-html/designs/banksalad.DESIGN.md +621 -0
  29. package/skills/to-html/designs/channeltalk.DESIGN.md +374 -0
  30. package/skills/to-html/designs/clay.DESIGN.md +398 -0
  31. package/skills/to-html/designs/clickhouse.DESIGN.md +374 -0
  32. package/skills/to-html/designs/cohere.DESIGN.md +361 -0
  33. package/skills/to-html/designs/coinone.DESIGN.md +218 -0
  34. package/skills/to-html/designs/coupang.DESIGN.md +502 -0
  35. package/skills/to-html/designs/cursor.DESIGN.md +416 -0
  36. package/skills/to-html/designs/elevenlabs.DESIGN.md +376 -0
  37. package/skills/to-html/designs/expo.DESIGN.md +373 -0
  38. package/skills/to-html/designs/figma.DESIGN.md +490 -0
  39. package/skills/to-html/designs/framer.DESIGN.md +393 -0
  40. package/skills/to-html/designs/freee.DESIGN.md +572 -0
  41. package/skills/to-html/designs/gangnamunni.DESIGN.md +621 -0
  42. package/skills/to-html/designs/gmarket.DESIGN.md +483 -0
  43. package/skills/to-html/designs/gogolook.DESIGN.md +131 -0
  44. package/skills/to-html/designs/hahow.DESIGN.md +158 -0
  45. package/skills/to-html/designs/hashicorp.DESIGN.md +369 -0
  46. package/skills/to-html/designs/hyundaicard.DESIGN.md +177 -0
  47. package/skills/to-html/designs/ibm.DESIGN.md +420 -0
  48. package/skills/to-html/designs/kakaobank.DESIGN.md +548 -0
  49. package/skills/to-html/designs/kakaopay.DESIGN.md +544 -0
  50. package/skills/to-html/designs/karrot.DESIGN.md +445 -0
  51. package/skills/to-html/designs/kdan.DESIGN.md +160 -0
  52. package/skills/to-html/designs/krds.DESIGN.md +997 -0
  53. package/skills/to-html/designs/line.DESIGN.md +431 -0
  54. package/skills/to-html/designs/linear.app.DESIGN.md +548 -0
  55. package/skills/to-html/designs/miro.DESIGN.md +272 -0
  56. package/skills/to-html/designs/mistral.ai.DESIGN.md +353 -0
  57. package/skills/to-html/designs/money-forward.DESIGN.md +401 -0
  58. package/skills/to-html/designs/mongodb.DESIGN.md +357 -0
  59. package/skills/to-html/designs/naver.DESIGN.md +533 -0
  60. package/skills/to-html/designs/nhncloud.DESIGN.md +174 -0
  61. package/skills/to-html/designs/opencode.ai.DESIGN.md +388 -0
  62. package/skills/to-html/designs/pinterest.DESIGN.md +322 -0
  63. package/skills/to-html/designs/posthog.DESIGN.md +430 -0
  64. package/skills/to-html/designs/raycast.DESIGN.md +422 -0
  65. package/skills/to-html/designs/remember.DESIGN.md +460 -0
  66. package/skills/to-html/designs/resend.DESIGN.md +396 -0
  67. package/skills/to-html/designs/sanity.DESIGN.md +449 -0
  68. package/skills/to-html/designs/sendbird.DESIGN.md +285 -0
  69. package/skills/to-html/designs/smarthr.DESIGN.md +404 -0
  70. package/skills/to-html/designs/socar.DESIGN.md +403 -0
  71. package/skills/to-html/designs/spotify.DESIGN.md +265 -0
  72. package/skills/to-html/designs/supabase.DESIGN.md +348 -0
  73. package/skills/to-html/designs/superhuman.DESIGN.md +414 -0
  74. package/skills/to-html/designs/together.ai.DESIGN.md +356 -0
  75. package/skills/to-html/designs/toss.DESIGN.md +655 -0
  76. package/skills/to-html/designs/uber.DESIGN.md +387 -0
  77. package/skills/to-html/designs/upstage.DESIGN.md +232 -0
  78. package/skills/to-html/designs/velog.DESIGN.md +168 -0
  79. package/skills/to-html/designs/vercel.DESIGN.md +479 -0
  80. package/skills/to-html/designs/wanted.DESIGN.md +529 -0
  81. package/skills/to-html/designs/wise.DESIGN.md +276 -0
  82. package/skills/to-html/designs/yanolja.DESIGN.md +463 -0
  83. package/skills/to-html/designs/yeogiotte.DESIGN.md +459 -0
  84. package/skills/to-html/designs/zapier.DESIGN.md +433 -0
  85. package/skills/to-html/designs/zigzag.DESIGN.md +633 -0
  86. package/skills/to-issues/SKILL.md +84 -0
  87. package/skills/to-prd/SKILL.md +75 -0
  88. package/src/colors.js +15 -0
  89. package/src/link.js +47 -0
  90. package/src/prompt.js +137 -0
  91. package/src/skills.js +75 -0
@@ -0,0 +1,398 @@
1
+ ---
2
+ id: clay
3
+ name: Clay
4
+ country: US
5
+ category: design-tools
6
+ homepage: "https://www.clay.com"
7
+ primary_color: "#ffd23f"
8
+ logo:
9
+ type: github
10
+ slug: clay-run
11
+ verified: "2026-05-15"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Clay Newsroom
15
+ url: "https://www.clay.com/press"
16
+ type: brand
17
+ description: Clay's official press kit and co-branding guidelines.
18
+ ---
19
+
20
+ # Design System Inspiration of Clay
21
+
22
+ ## 1. Visual Theme & Atmosphere
23
+
24
+ Clay's website is a warm, playful celebration of color that treats B2B data enrichment like a craft rather than an enterprise chore. The design language is built on a foundation of warm cream backgrounds (`#faf9f7`) and oat-toned borders (`#dad4c8`, `#eee9df`) that give every surface the tactile quality of handmade paper. Against this artisanal canvas, a vivid swatch palette explodes with personality — Matcha green, Slushie cyan, Lemon gold, Ube purple, Pomegranate pink, Blueberry navy, and Dragonfruit magenta — each named like flavors at a juice bar, not colors in an enterprise UI kit.
25
+
26
+ The typography is anchored by Roobert, a geometric sans-serif with character, loaded with an extensive set of OpenType stylistic sets (`"ss01"`, `"ss03"`, `"ss10"`, `"ss11"`, `"ss12"`) that give the text a distinctive, slightly quirky personality. At display scale (80px, weight 600), Roobert uses aggressive negative letter-spacing (-3.2px) that compresses headlines into punchy, billboard-like statements. Space Mono serves as the monospace companion for code and technical labels, completing the craft-meets-tech duality.
27
+
28
+ What makes Clay truly distinctive is its hover micro-animations: buttons on hover rotate slightly (`rotateZ(-8deg)`), translate upward (`translateY(-80%)`), change background to a contrasting swatch color, and cast a hard offset shadow (`rgb(0,0,0) -7px 7px`). This playful hover behavior — where a button literally tilts and jumps on interaction — creates a sense of physical delight that's rare in B2B software. Combined with generously rounded containers (24px–40px radius), dashed borders alongside solid ones, and a multi-layer shadow system that includes inset highlights, Clay feels like a design system that was made by people who genuinely enjoy making things.
29
+
30
+ **Key Characteristics:**
31
+ - Warm cream canvas (`#faf9f7`) with oat-toned borders (`#dad4c8`) — artisanal, not clinical
32
+ - Named swatch palette: Matcha, Slushie, Lemon, Ube, Pomegranate, Blueberry, Dragonfruit
33
+ - Roobert font with 5 OpenType stylistic sets — quirky geometric character
34
+ - Playful hover animations: rotateZ(-8deg) + translateY(-80%) + hard offset shadow
35
+ - Space Mono for code and technical labels
36
+ - Generous border radius: 24px cards, 40px sections, 1584px pills
37
+ - Mixed border styles: solid + dashed in the same interface
38
+ - Multi-layer shadow with inset highlight: `0px 1px 1px` + `-1px inset` + `-0.5px`
39
+
40
+ ## 2. Color Palette & Roles
41
+
42
+ ### Primary
43
+ - **Clay Black** (`#000000`): Text, headings, pricing card text, `--_theme--pricing-cards---text`
44
+ - **Pure White** (`#ffffff`): Card backgrounds, button backgrounds, inverse text
45
+ - **Warm Cream** (`#faf9f7`): Page background — the warm, paper-like canvas
46
+
47
+ ### Swatch Palette — Named Colors
48
+
49
+ **Matcha (Green)**
50
+ - **Matcha 300** (`#84e7a5`): `--_swatches---color--matcha-300`, light green accent
51
+ - **Matcha 600** (`#078a52`): `--_swatches---color--matcha-600`, mid green
52
+ - **Matcha 800** (`#02492a`): `--_swatches---color--matcha-800`, deep green for dark sections
53
+
54
+ **Slushie (Cyan)**
55
+ - **Slushie 500** (`#3bd3fd`): `--_swatches---color--slushie-500`, bright cyan accent
56
+ - **Slushie 800** (`#0089ad`): `--_swatches---color--slushie-800`, deep teal
57
+
58
+ **Lemon (Gold)**
59
+ - **Lemon 400** (`#f8cc65`): `--_swatches---color--lemon-400`, warm pale gold
60
+ - **Lemon 500** (`#fbbd41`): `--_swatches---color--lemon-500`, primary gold
61
+ - **Lemon 700** (`#d08a11`): `--_swatches---color--lemon-700`, deep amber
62
+ - **Lemon 800** (`#9d6a09`): `--_swatches---color--lemon-800`, dark amber
63
+
64
+ **Ube (Purple)**
65
+ - **Ube 300** (`#c1b0ff`): `--_swatches---color--ube-300`, soft lavender
66
+ - **Ube 800** (`#43089f`): `--_swatches---color--ube-800`, deep purple
67
+ - **Ube 900** (`#32037d`): `--_swatches---color--ube-900`, darkest purple
68
+
69
+ **Pomegranate (Pink/Red)**
70
+ - **Pomegranate 400** (`#fc7981`): `--_swatches---color--pomegranate-400`, warm coral-pink
71
+
72
+ **Blueberry (Navy Blue)**
73
+ - **Blueberry 800** (`#01418d`): `--_swatches---color--blueberry-800`, deep navy
74
+
75
+ ### Neutral Scale (Warm)
76
+ - **Warm Silver** (`#9f9b93`): Secondary/muted text, footer links
77
+ - **Warm Charcoal** (`#55534e`): Tertiary text, dark muted links
78
+ - **Dark Charcoal** (`#333333`): Link text on light backgrounds
79
+
80
+ ### Surface & Border
81
+ - **Oat Border** (`#dad4c8`): Primary border — warm, cream-toned structural lines
82
+ - **Oat Light** (`#eee9df`): Secondary lighter border
83
+ - **Cool Border** (`#e6e8ec`): Cool-toned border for contrast sections
84
+ - **Dark Border** (`#525a69`): Border on dark sections
85
+ - **Light Frost** (`#eff1f3`): Subtle button background (at 0% opacity on hover)
86
+
87
+ ### Badges
88
+ - **Badge Blue Bg** (`#f0f8ff`): Blue-tinted badge surface
89
+ - **Badge Blue Text** (`#3859f9`): Vivid blue badge text
90
+ - **Focus Ring** (`rgb(20, 110, 245) solid 2px`): Accessibility focus indicator
91
+
92
+ ### Shadows
93
+ - **Clay Shadow** (`rgba(0,0,0,0.1) 0px 1px 1px, rgba(0,0,0,0.04) 0px -1px 1px inset, rgba(0,0,0,0.05) 0px -0.5px 1px`): Multi-layer with inset highlight — the signature
94
+ - **Hard Offset** (`rgb(0,0,0) -7px 7px`): Hover state — playful hard shadow
95
+
96
+ ## 3. Typography Rules
97
+
98
+ ### Font Families
99
+ - **Primary**: `Roobert`, fallback: `Arial`
100
+ - **Monospace**: `Space Mono`
101
+ - **OpenType Features**: `"ss01"`, `"ss03"`, `"ss10"`, `"ss11"`, `"ss12"` on all Roobert text (display uses all 5; body/UI uses `"ss03"`, `"ss10"`, `"ss11"`, `"ss12"`)
102
+
103
+ ### Hierarchy
104
+
105
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
106
+ |------|------|------|--------|-------------|----------------|-------|
107
+ | Display Hero | Roobert | 80px (5.00rem) | 600 | 1.00 (tight) | -3.2px | All 5 stylistic sets |
108
+ | Display Secondary | Roobert | 60px (3.75rem) | 600 | 1.00 (tight) | -2.4px | All 5 stylistic sets |
109
+ | Section Heading | Roobert | 44px (2.75rem) | 600 | 1.10 (tight) | -0.88px to -1.32px | All 5 stylistic sets |
110
+ | Card Heading | Roobert | 32px (2.00rem) | 600 | 1.10 (tight) | -0.64px | All 5 stylistic sets |
111
+ | Feature Title | Roobert | 20px (1.25rem) | 600 | 1.40 | -0.4px | All 5 stylistic sets |
112
+ | Sub-heading | Roobert | 20px (1.25rem) | 500 | 1.50 | -0.16px | 4 stylistic sets (no ss01) |
113
+ | Body Large | Roobert | 20px (1.25rem) | 400 | 1.40 | normal | 4 stylistic sets |
114
+ | Body | Roobert | 18px (1.13rem) | 400 | 1.60 (relaxed) | -0.36px | 4 stylistic sets |
115
+ | Body Standard | Roobert | 16px (1.00rem) | 400 | 1.50 | normal | 4 stylistic sets |
116
+ | Body Medium | Roobert | 16px (1.00rem) | 500 | 1.20–1.40 | -0.16px to -0.32px | 4–5 stylistic sets |
117
+ | Button | Roobert | 16px (1.00rem) | 500 | 1.50 | -0.16px | 4 stylistic sets |
118
+ | Button Large | Roobert | 24px (1.50rem) | 400 | 1.50 | normal | 4 stylistic sets |
119
+ | Button Small | Roobert | 12.8px (0.80rem) | 500 | 1.50 | -0.128px | 4 stylistic sets |
120
+ | Nav Link | Roobert | 15px (0.94rem) | 500 | 1.60 (relaxed) | normal | 4 stylistic sets |
121
+ | Caption | Roobert | 14px (0.88rem) | 400 | 1.50–1.60 | -0.14px | 4 stylistic sets |
122
+ | Small | Roobert | 12px (0.75rem) | 400 | 1.50 | normal | 4 stylistic sets |
123
+ | Uppercase Label | Roobert | 12px (0.75rem) | 600 | 1.20 (tight) | 1.08px | `text-transform: uppercase`, 4 sets |
124
+ | Badge | Roobert | 9.6px | 600 | — | — | Pill badges |
125
+
126
+ ### Principles
127
+ - **Five stylistic sets as identity**: The combination of `"ss01"`, `"ss03"`, `"ss10"`, `"ss11"`, `"ss12"` on Roobert creates a distinctive typographic personality. `ss01` is reserved for headings and emphasis — body text omits it, creating a subtle hierarchy through glyph variation.
128
+ - **Aggressive display compression**: -3.2px at 80px, -2.4px at 60px — the most compressed display tracking alongside the most generous body spacing (1.60 line-height), creating dramatic contrast.
129
+ - **Weight 600 for headings, 500 for UI, 400 for body**: Clean three-tier system where each weight has a strict role.
130
+ - **Uppercase labels with positive tracking**: 12px uppercase at 1.08px letter-spacing creates the systematic wayfinding pattern.
131
+
132
+ ## 4. Component Stylings
133
+
134
+ ### Buttons
135
+
136
+ **Primary (Transparent with Hover Animation)**
137
+ - Background: transparent (`rgba(239, 241, 243, 0)`)
138
+ - Text: `#000000`
139
+ - Padding: 6.4px 12.8px
140
+ - Border: none (or `1px solid #717989` for outlined variant)
141
+ - Hover: background shifts to swatch color (e.g., `#434346`), text to white, `rotateZ(-8deg)`, `translateY(-80%)`, hard shadow `rgb(0,0,0) -7px 7px`
142
+ - Focus: `rgb(20, 110, 245) solid 2px` outline
143
+
144
+ **White Solid**
145
+ - Background: `#ffffff`
146
+ - Text: `#000000`
147
+ - Padding: 6.4px
148
+ - Hover: oat-200 swatch color, animated rotation + shadow
149
+ - Use: Primary CTA on colored sections
150
+
151
+ **Ghost Outlined**
152
+ - Background: transparent
153
+ - Text: `#000000`
154
+ - Padding: 8px
155
+ - Border: `1px solid #717989`
156
+ - Radius: 4px
157
+ - Hover: dragonfruit swatch color, white text, animated rotation
158
+
159
+ ### Cards & Containers
160
+ - Background: `#ffffff` on cream canvas
161
+ - Border: `1px solid #dad4c8` (warm oat) or `1px dashed #dad4c8`
162
+ - Radius: 12px (standard cards), 24px (feature cards/images), 40px (section containers/footer)
163
+ - Shadow: `rgba(0,0,0,0.1) 0px 1px 1px, rgba(0,0,0,0.04) 0px -1px 1px inset, rgba(0,0,0,0.05) 0px -0.5px 1px`
164
+ - Colorful section backgrounds using swatch palette (matcha, slushie, ube, lemon)
165
+
166
+ ### Inputs & Forms
167
+ - Text: `#000000`
168
+ - Border: `1px solid #717989`
169
+ - Radius: 4px
170
+ - Focus: `rgb(20, 110, 245) solid 2px` outline
171
+
172
+ ### Navigation
173
+ - Sticky top nav on cream background
174
+ - Roobert 15px weight 500 for nav links
175
+ - Clay logo left-aligned
176
+ - CTA buttons right-aligned with pill radius
177
+ - Border bottom: `1px solid #dad4c8`
178
+ - Mobile: hamburger collapse at 767px
179
+
180
+ ### Image Treatment
181
+ - Product screenshots in white cards with oat borders
182
+ - Colorful illustrated sections with swatch background colors
183
+ - 8px–24px radius on images
184
+ - Full-width colorful section backgrounds
185
+
186
+ ### Distinctive Components
187
+
188
+ **Swatch Color Sections**
189
+ - Full-width sections with swatch-colored backgrounds (matcha green, slushie cyan, ube purple, lemon gold)
190
+ - White text on dark swatches, black text on light swatches
191
+ - Each section tells a distinct product story through its color
192
+
193
+ **Playful Hover Buttons**
194
+ - Rotate -8deg + translate upward on hover
195
+ - Hard offset shadow (`-7px 7px`) instead of soft blur
196
+ - Background transitions to contrasting swatch color
197
+ - Creates a physical, toy-like interaction quality
198
+
199
+ **Dashed Border Elements**
200
+ - Dashed borders (`1px dashed #dad4c8`) alongside solid borders
201
+ - Used for secondary containers and decorative elements
202
+ - Adds a hand-drawn, craft-like quality
203
+
204
+ ## 5. Layout Principles
205
+
206
+ ### Spacing System
207
+ - Base unit: 8px
208
+ - Scale: 1px, 2px, 4px, 6.4px, 8px, 12px, 12.8px, 16px, 18px, 20px, 24px
209
+
210
+ ### Grid & Container
211
+ - Max content width centered
212
+ - Feature sections alternate between white cards and colorful swatch backgrounds
213
+ - Card grids: 2–3 columns on desktop
214
+ - Full-width colorful sections break the grid
215
+ - Footer with generous 40px radius container
216
+
217
+ ### Whitespace Philosophy
218
+ - **Warm, generous breathing**: The cream background provides a warm rest between content blocks. Spacing is generous but not austere — it feels inviting, like a well-set table.
219
+ - **Color as spatial rhythm**: The alternating swatch-colored sections create visual rhythm through hue rather than just whitespace. Each color section is its own "room."
220
+ - **Craft-like density inside cards**: Within cards, content is compact and well-organized, contrasting with the generous outer spacing.
221
+
222
+ ### Border Radius Scale
223
+ - Sharp (4px): Ghost buttons, inputs
224
+ - Standard (8px): Small cards, images, links
225
+ - Badge (11px): Tag badges
226
+ - Card (12px): Standard cards, buttons
227
+ - Feature (24px): Feature cards, images, panels
228
+ - Section (40px): Large sections, footer, containers
229
+ - Pill (1584px): CTAs, pill-shaped buttons
230
+
231
+ ## 6. Depth & Elevation
232
+
233
+ | Level | Treatment | Use |
234
+ |-------|-----------|-----|
235
+ | Flat (Level 0) | No shadow, cream canvas | Page background |
236
+ | Clay Shadow (Level 1) | `rgba(0,0,0,0.1) 0px 1px 1px, rgba(0,0,0,0.04) 0px -1px inset, rgba(0,0,0,0.05) 0px -0.5px` | Cards, buttons — multi-layer with inset highlight |
237
+ | Hover Hard (Level 2) | `rgb(0,0,0) -7px 7px` | Hover state — playful hard offset shadow |
238
+ | Focus (Level 3) | `rgb(20, 110, 245) solid 2px` | Keyboard focus ring |
239
+
240
+ **Shadow Philosophy**: Clay's shadow system is uniquely three-layered: a downward cast (`0px 1px 1px`), an upward inset highlight (`0px -1px 1px inset`), and a subtle edge (`0px -0.5px 1px`). This creates a "pressed into clay" quality where elements feel both raised AND embedded — like a clay tablet where content is stamped into the surface. The hover hard shadow (`-7px 7px`) is deliberately retro-graphic, referencing print-era drop shadows and adding physical playfulness.
241
+
242
+ ### Decorative Depth
243
+ - Full-width swatch-colored sections create dramatic depth through color contrast
244
+ - Dashed borders add visual texture alongside solid borders
245
+ - Product illustrations with warm, organic art style
246
+
247
+ ## 7. Do's and Don'ts
248
+
249
+ ### Do
250
+ - Use warm cream (`#faf9f7`) as the page background — the warmth is the identity
251
+ - Apply all 5 OpenType stylistic sets on Roobert headings: `"ss01", "ss03", "ss10", "ss11", "ss12"`
252
+ - Use the named swatch palette (Matcha, Slushie, Lemon, Ube, Pomegranate, Blueberry) for section backgrounds
253
+ - Apply the playful hover animation: `rotateZ(-8deg)`, `translateY(-80%)`, hard shadow `-7px 7px`
254
+ - Use warm oat borders (`#dad4c8`) — not neutral gray
255
+ - Mix solid and dashed borders for visual variety
256
+ - Use generous radius: 24px for cards, 40px for sections
257
+ - Use weight 600 exclusively for headings, 500 for UI, 400 for body
258
+
259
+ ### Don't
260
+ - Don't use cool gray backgrounds — the warm cream (`#faf9f7`) is non-negotiable
261
+ - Don't use neutral gray borders (`#ccc`, `#ddd`) — always use the warm oat tones
262
+ - Don't mix more than 2 swatch colors in the same section
263
+ - Don't skip the OpenType stylistic sets — they define Roobert's character
264
+ - Don't use subtle hover effects — the rotation + hard shadow is the signature interaction
265
+ - Don't use small border radius (<12px) on feature cards — the generous rounding is structural
266
+ - Don't use standard shadows (blur-based) — Clay uses hard offset and multi-layer inset
267
+ - Don't forget the uppercase labels with 1.08px tracking — they're the wayfinding system
268
+
269
+ ## 8. Responsive Behavior
270
+
271
+ ### Breakpoints
272
+ | Name | Width | Key Changes |
273
+ |------|-------|-------------|
274
+ | Mobile Small | <479px | Single column, tight padding |
275
+ | Mobile | 479–767px | Standard mobile, stacked layout |
276
+ | Tablet | 768–991px | 2-column grids, condensed nav |
277
+ | Desktop | 992px+ | Full layout, 3-column grids, expanded sections |
278
+
279
+ ### Touch Targets
280
+ - Buttons: minimum 6.4px + 12.8px padding for adequate touch area
281
+ - Nav links: 15px font with generous spacing
282
+ - Mobile: full-width buttons for easy tapping
283
+
284
+ ### Collapsing Strategy
285
+ - Hero: 80px → 60px → smaller display text
286
+ - Navigation: horizontal → hamburger at 767px
287
+ - Feature sections: multi-column → stacked
288
+ - Colorful sections: maintain full-width but compress padding
289
+ - Card grids: 3-column → 2-column → single column
290
+
291
+ ### Image Behavior
292
+ - Product screenshots scale proportionally
293
+ - Colorful section illustrations adapt to viewport width
294
+ - Rounded corners maintained across breakpoints
295
+
296
+ ## 9. Agent Prompt Guide
297
+
298
+ ### Quick Color Reference
299
+ - Background: Warm Cream (`#faf9f7`)
300
+ - Text: Clay Black (`#000000`)
301
+ - Secondary text: Warm Silver (`#9f9b93`)
302
+ - Border: Oat Border (`#dad4c8`)
303
+ - Green accent: Matcha 600 (`#078a52`)
304
+ - Cyan accent: Slushie 500 (`#3bd3fd`)
305
+ - Gold accent: Lemon 500 (`#fbbd41`)
306
+ - Purple accent: Ube 800 (`#43089f`)
307
+ - Pink accent: Pomegranate 400 (`#fc7981`)
308
+
309
+ ### Example Component Prompts
310
+ - "Create a hero on warm cream (#faf9f7) background. Headline at 80px Roobert weight 600, line-height 1.00, letter-spacing -3.2px, OpenType 'ss01 ss03 ss10 ss11 ss12', black text. Subtitle at 20px weight 400, line-height 1.40, #9f9b93 text. Two buttons: white solid pill (12px radius) and ghost outlined (4px radius, 1px solid #717989)."
311
+ - "Design a colorful section with Matcha 800 (#02492a) background. Heading at 44px Roobert weight 600, letter-spacing -1.32px, white text. Body at 18px weight 400, line-height 1.60, #84e7a5 text. White card inset with oat border (#dad4c8), 24px radius."
312
+ - "Build a button with playful hover: default transparent background, black text, 16px Roobert weight 500. On hover: background #434346, text white, transform rotateZ(-8deg) translateY(-80%), hard shadow rgb(0,0,0) -7px 7px."
313
+ - "Create a card: white background, 1px solid #dad4c8 border, 24px radius. Shadow: rgba(0,0,0,0.1) 0px 1px 1px, rgba(0,0,0,0.04) 0px -1px 1px inset. Title at 32px Roobert weight 600, letter-spacing -0.64px."
314
+ - "Design an uppercase label: 12px Roobert weight 600, text-transform uppercase, letter-spacing 1.08px, OpenType 'ss03 ss10 ss11 ss12'."
315
+
316
+ ### Iteration Guide
317
+ 1. Start with warm cream (#faf9f7) — never cool white
318
+ 2. Swatch colors are for full sections, not small accents — go bold with matcha, slushie, ube
319
+ 3. Oat borders (#dad4c8) everywhere — dashed variants for decoration
320
+ 4. OpenType stylistic sets are mandatory — they make Roobert look like Roobert
321
+ 5. Hover animations are the signature — rotation + hard shadow, not subtle fades
322
+ 6. Generous radius: 24px cards, 40px sections — nothing looks sharp or corporate
323
+ 7. Three weights: 600 (headings), 500 (UI), 400 (body) — strict roles
324
+
325
+ ## 10. Voice & Tone
326
+
327
+ Clay's voice is **playfully irreverent + sales-team-fluent.** Marketing mixes GTM jargon ("outbound-sourced pipeline", "CRM enrichment") with disarming humor and motion (cards rotate on hover). The combination: "we know GTM is dry, we made the tool fun."
328
+
329
+ | Context | Tone |
330
+ |---|---|
331
+ | CTA | Direct verb. "Get started", "Book a demo", "Start building for free" |
332
+ | Marketing | Customer-quote-driven. "How Clay uses Clay" |
333
+ | Error | Specific. "LinkedIn rate limit hit. Resume in 4 hours or upgrade plan." |
334
+ | Documentation | Recipe-style, copy-paste examples |
335
+
336
+ **Voice samples**
337
+ - *"Start building for free"* <!-- verified: clay.com homepage 2026-05 -->
338
+ - *"How Clay uses Clay"* <!-- verified: clay.com case studies -->
339
+
340
+ **Forbidden phrases.** "AI-powered" without explanation. "10× your outbound" superlative. Aggressive sales pressure.
341
+
342
+ ## 11. Brand Narrative
343
+
344
+ Clay was founded in **2017** by **Kareem Amin** (CEO) in New York ([Sequoia — Partnering with Clay](https://sequoiacap.com/article/partnering-with-clay-on-a-mission-to-grow/), [Kareem Amin LinkedIn](https://www.linkedin.com/in/kareemamin)). **Varun Anand** joined as **co-founder + Head of Operations in 2021** ([Inside Clay's unconventional path to $1.25B — First Round Review podcast](https://review.firstround.com/podcast/inside-clays-unconventional-path-to-1-25b/)). Pivot from no-code-platform to **GTM-data-platform** around 2021 when sales/RevOps teams emerged as the actual customers — "Spreadsheet for outbound" → GTM-specific Airtable. Now: **10,000+ customers**, **150+ integrated data sources**. Funding: **Series B expansion $40M at $1.25B valuation**, then **Series C $100M led by CapitalG** (Alphabet's independent growth fund) on 2025-08-05 ([BusinessWire](https://www.businesswire.com/news/home/20250805719448/en/AI-GTM-Leader-Clay-Raises-$100M-Series-C-to-Fuel-GTM-Engineering-Roles-Industrywide)). Clay coined the **"GTM Engineering"** role category — published for it as a signature marketing position.
345
+
346
+ ## 12. Principles
347
+
348
+ 1. **Cells are the unit.** *UI implication:* table-first canvas, no tabs above data plane.
349
+ 2. **Recipe-style, not magic.** Workflows show every step + provider. *UI implication:* every step editable, never opaque.
350
+ 3. **Hover is the play.** Cards rotate, shadows pop. *UI implication:* generous hover transitions on cards (rotate ~3deg + hard shadow `4px 4px 0 #000`).
351
+ 4. **Customer voice over marketing voice.** *UI implication:* case studies first-class nav.
352
+ 5. **Three weights, strict roles.** *UI implication:* never introduce 700 or 300.
353
+
354
+ ## 13. Personas
355
+
356
+ *Personas are fictional archetypes informed by Clay user segments (RevOps, BDR managers, founders), not individual people.*
357
+
358
+ **Yusuf Khan, 32, NYC.** RevOps lead at B2B SaaS. 15 nightly enrichment workflows.
359
+
360
+ **Sarah Yoon, 27, San Francisco.** Founding BDR at Series A startup. Clay for list building + AI personalization.
361
+
362
+ **Olivia Bennett, 45, London.** Agency founder running outbound for 12 clients. Workflow templates across clients.
363
+
364
+ ## 14. States
365
+
366
+ | State | Treatment |
367
+ |---|---|
368
+ | **Empty (no workflows)** | Centered illustration + "Create your first workflow" CTA |
369
+ | **Empty (no data in table)** | Inline "+ Add a column" / "+ Add a row" with playful arrows |
370
+ | **Loading (enrichment)** | Per-cell spinner with elapsed time, cancellable |
371
+ | **Loading (workflow run)** | Top-bar progress with step count |
372
+ | **Error (provider failed)** | Cell shows red `#ef4444` border + tooltip with provider name |
373
+ | **Error (rate limit)** | Banner with countdown to next-allowed time + upgrade CTA |
374
+ | **Success (enrichment)** | Subtle green border pulse on cells, no toast |
375
+ | **Success (workflow ran)** | Notification chip top-right, dismissible |
376
+ | **Skeleton (table loading)** | Rotating skeleton cards (signature motion) |
377
+ | **Disabled (preview-only)** | 0.6 opacity + lock icon overlay |
378
+ | **Loading (AI generation)** | Per-row "AI is writing..." with cancel link |
379
+
380
+ ## 15. Motion & Easing
381
+
382
+ | Token | Value | Use |
383
+ |---|---|---|
384
+ | `motion-instant` | 0ms | Cell commit |
385
+ | `motion-fast` | 200ms | Hover (slower for rotation effect) |
386
+ | `motion-rotate` | 300ms | Card rotation on hover |
387
+ | `motion-shadow-snap` | 100ms | Hard shadow pop-in |
388
+ | `motion-standard` | 300ms | Modal, panel |
389
+
390
+ Easings: `ease-rotate cubic-bezier(0.4, 0, 0.2, 1)`, slight overshoot. **Hover rotation is the signature** — never disable except under `prefers-reduced-motion: reduce`.
391
+
392
+ ---
393
+
394
+ **Verified:** 2026-05-08 (B1 loop)
395
+ **Tier 1 sources:** clay.com (live DOM via playwright — Black `#000000` Primary 12px / 8×16 / 42px / 16px·500; content cards 16px radius)
396
+ **Tier 2 sources:** styles.refero.design / getdesign.md — no record.
397
+ **Tier 1 (Philosophy):** clay.com homepage; founder LinkedIn / podcast appearances.
398
+ **Style ref:** `stripe`. **Conflicts unresolved:** none.