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,414 @@
1
+ ---
2
+ id: superhuman
3
+ name: Superhuman
4
+ country: US
5
+ category: developer-tools
6
+ homepage: "https://superhuman.com"
7
+ primary_color: "#5840ff"
8
+ logo:
9
+ type: github
10
+ slug: superhuman
11
+ verified: "2026-05-15"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Superhuman Media Assets
15
+ url: "https://superhuman.com/media-assets"
16
+ type: brand
17
+ description: Superhuman's press and brand asset kit.
18
+ og_image: "https://superhumanstatic.com/super-funnel/main/public/images/v3/social-share.png"
19
+ ---
20
+
21
+ # Design System Inspiration of Superhuman
22
+
23
+ ## 1. Visual Theme & Atmosphere
24
+
25
+ Superhuman's website feels like opening a luxury envelope — predominantly white, immaculately clean, with a single dramatic gesture of color that commands attention. The hero section is a cinematic purple gradient, a deep twilight wash of `#1b1938` that evokes the moment just before dawn, overlaid with confident white typography. Below this dramatic entrance, the rest of the site is almost entirely white canvas with dark charcoal text, creating a stark but refined reading experience.
26
+
27
+ The typography is the true signature: Super Sans VF, a custom variable font with unconventional weight stops (460, 540, 600, 700) that sit between traditional font weight categories. Weight 460 — slightly heavier than regular but lighter than medium — is the workhorse, creating text that feels more confident than typical 400-weight but never aggressive. The tight line-heights (0.96 on display text) compress headlines into dense, powerful blocks, while generous 1.50 line-height on body text provides airy readability. This tension between compressed power and breathing room defines the Superhuman typographic voice.
28
+
29
+ The design philosophy is maximum confidence through minimum decoration. Warm cream buttons (`#e9e5dd`) instead of bright CTAs, a near-absence of borders and shadows, and lavender purple (`#cbb7fb`) as the sole accent color. It's a productivity tool that markets itself like a luxury brand — every pixel earns its place, nothing is merely decorative. The brand naming convention extends to colors: the primary purple is called "Mysteria," straddling blue and purple with deliberate ambiguity.
30
+
31
+ **Key Characteristics:**
32
+ - Deep purple gradient hero (`#1b1938`) contrasting against a predominantly white content body
33
+ - Super Sans VF variable font with non-standard weight stops (460, 540, 600, 700) — sits between conventional weight categories
34
+ - Ultra-tight display line-height (0.96) creating compressed, powerful headlines
35
+ - Warm Cream (`#e9e5dd`) buttons instead of bright/saturated CTAs — understated luxury
36
+ - Lavender Purple (`#cbb7fb`) as the singular accent color — a soft, approachable purple
37
+ - Minimal border-radius scale: only 8px and 16px — no micro-rounding, no pill shapes
38
+ - Product screenshots dominate the content — the UI sells itself with minimal surrounding decoration
39
+
40
+ ## 2. Color Palette & Roles
41
+
42
+ ### Primary
43
+ - **Mysteria Purple** (`#1b1938`): Hero gradient background, deep purple that straddles blue-purple — the darkest expression of the brand
44
+ - **Lavender Glow** (`#cbb7fb`): Primary accent and highlight color — soft purple used for emphasis, decorative elements, and interactive highlights
45
+ - **Charcoal Ink** (`#292827`): Primary text and heading color on light surfaces — warm near-black with faint brown undertone
46
+
47
+ ### Secondary & Accent
48
+ - **Amethyst Link** (`#714cb6`): Underlined link text — mid-range purple that connects to the brand palette while signaling interactivity
49
+ - **Translucent White** (`color(srgb 1 1 1 / 0.95)`): Hero overlay text — near-white at 95% opacity for depth layering on dark surfaces
50
+ - **Misted White** (`color(srgb 1 1 1 / 0.8)`): Secondary text on dark surfaces — 80% opacity white for hierarchy on the hero gradient
51
+
52
+ ### Surface & Background
53
+ - **Pure White** (`#ffffff`): Primary page background — the dominant canvas color for all content sections
54
+ - **Warm Cream** (`#e9e5dd`): Button background — a warm, neutral cream that avoids the coldness of pure gray
55
+ - **Parchment Border** (`#dcd7d3`): Card and divider borders — warm light gray with slight pink undertone
56
+
57
+ ### Neutrals & Text
58
+ - **Charcoal Ink** (`#292827`): Primary heading and body text on white surfaces
59
+ - **Amethyst Link** (`#714cb6`): In-content links with underline decoration
60
+ - **Translucent White 95%** (`color(srgb 1 1 1 / 0.95)`): Primary text on dark/purple surfaces
61
+ - **Translucent White 80%** (`color(srgb 1 1 1 / 0.8)`): Secondary text on dark/purple surfaces
62
+
63
+ ### Semantic & Accent
64
+ - Superhuman operates with extreme color restraint — Lavender Glow (`#cbb7fb`) is the only true accent
65
+ - Interactive states are communicated through opacity shifts and underline decorations rather than color changes
66
+ - The warm cream button palette avoids any saturated semantic colors (no red errors, green success visible on marketing)
67
+
68
+ ### Gradient System
69
+ - **Hero Gradient**: Deep purple gradient starting from `#1b1938`, transitioning through purple-to-twilight tones across the hero section — the most dramatic visual element on the entire site
70
+ - **Content Transition**: The gradient dissolves into the white content area, creating a cinematic curtain-lift effect as the user scrolls
71
+ - No other gradients on the marketing site — the hero gradient is a singular dramatic gesture
72
+
73
+ ## 3. Typography Rules
74
+
75
+ ### Font Family
76
+ - **Display & Body**: `Super Sans VF` — custom variable font with non-standard weight axis. Fallbacks: `system-ui, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue`
77
+ - **Product UI** (referenced in brand): `Messina Sans` / `Messina Serif` / `Messina Mono` from Luzi Type — used in the product itself for sans-serif-to-serif transitions
78
+
79
+ ### Hierarchy
80
+
81
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
82
+ |------|------|------|--------|-------------|----------------|-------|
83
+ | Display Hero | Super Sans VF | 64px | 540 | 0.96 | 0px | Maximum compression, powerful block headlines |
84
+ | Section Display | Super Sans VF | 48px | 460 | 0.96 | -1.32px | Lighter weight for section introductions |
85
+ | Section Heading | Super Sans VF | 48px | 460 | 0.96 | 0px | Alternate section heading without tracking |
86
+ | Feature Title | Super Sans VF | 28px | 540 | 1.14 | -0.63px | Feature block headlines, tighter |
87
+ | Sub-heading Large | Super Sans VF | 26px | 460 | 1.30 | 0px | Content sub-sections |
88
+ | Card Heading | Super Sans VF | 22px | 460 | 0.76 | -0.315px | Card title with extreme compression |
89
+ | Body Heading | Super Sans VF | 20px | 460 | 1.20 | 0px | Bold content intros |
90
+ | Body Heading Alt | Super Sans VF | 20px | 460 | 1.10 | -0.55px | Tighter variant for emphasis |
91
+ | Body Heading Relaxed | Super Sans VF | 20px | 460 | 1.25 | -0.4px | More breathing room variant |
92
+ | Emphasis Body | Super Sans VF | 18px | 540 | 1.50 | -0.135px | Medium-weight body for callouts |
93
+ | Body | Super Sans VF | 16px | 460 | 1.50 | 0px | Standard reading text — generous line-height |
94
+ | Button / UI Bold | Super Sans VF | 16px | 700 | 1.00 | 0px | Bold UI elements |
95
+ | Button / UI Semi | Super Sans VF | 16px | 600 | 1.00 | 0px | Semi-bold navigation and labels |
96
+ | Nav Link | Super Sans VF | 16px | 460 | 1.20 | 0px | Navigation items |
97
+ | Caption | Super Sans VF | 14px | 500 | 1.20 | -0.315px | Small labels, metadata |
98
+ | Caption Semi | Super Sans VF | 14px | 600 | 1.29 | 0px | Emphasized small text |
99
+ | Caption Body | Super Sans VF | 14px | 460 | 1.50 | 0px | Small body text |
100
+ | Micro Label | Super Sans VF | 12px | 700 | 1.50 | 0px | Smallest text — badges, tags |
101
+
102
+ ### Principles
103
+ - **Non-standard weight axis**: Weights 460 and 540 are deliberately between conventional Regular (400) and Medium (500), creating a typographic texture that feels subtly "off" in a confident way — slightly heavier than expected, never quite bold
104
+ - **Extreme display compression**: Display headlines at 0.96 line-height collapse lines nearly on top of each other, creating dense typographic blocks that feel architectural
105
+ - **Body generosity**: In contrast, body text at 1.50 line-height is extremely spacious, ensuring comfortable reading after the dense headline impact
106
+ - **Selective negative tracking**: Letter-spacing is applied surgically — -1.32px on 48px headings, -0.63px on 28px features, but 0px on body text. The larger the text, the tighter the tracking
107
+ - **Variable font efficiency**: A single font file serves all weight variations (460–700), enabling smooth weight transitions and micro-adjustments
108
+
109
+ ## 4. Component Stylings
110
+
111
+ ### Buttons
112
+
113
+ **Warm Cream Primary**
114
+ - Background: `#e9e5dd`
115
+ - Text: `#292827` (Charcoal Ink)
116
+ - Radius: 8px
117
+ - Padding: 12px 20px
118
+ - Font: 16px / 460 / Super Sans VF
119
+ - Hover: subtle opacity / brightness shift
120
+ - Use: Signature CTA — warm, muted, luxurious
121
+
122
+ **Dark Primary**
123
+ - Background: `#292827`
124
+ - Text: `#ffffff`
125
+ - Radius: 8px
126
+ - Padding: 12px 20px
127
+ - Font: 16px / 600 / Super Sans VF
128
+ - Hover: subtle brightness shift
129
+ - Use: Inverse CTA on light contrast sections
130
+
131
+ **Hero CTA**
132
+ - Background: `#e9e5dd` (Warm Cream)
133
+ - Text: `#292827`
134
+ - Radius: 8px
135
+ - Padding: 14px 24px
136
+ - Font: 16px / 600 / Super Sans VF
137
+ - Use: Hero CTA on the dark purple gradient `#1b1938`
138
+
139
+ **Ghost / Text Link**
140
+ - Background: transparent
141
+ - Text: `#714cb6` (Amethyst Link) or `#292827` (Charcoal Ink) by context
142
+ - Radius: 0
143
+ - Padding: 0
144
+ - Decoration: underline
145
+ - Use: Inline text link
146
+
147
+ ### Inputs
148
+
149
+ **Default**
150
+ - Background: `#ffffff`
151
+ - Text: `#292827`
152
+ - Border: 1px solid `#dcd7d3` (Parchment Border)
153
+ - Radius: 8px
154
+ - Padding: 12px 16px
155
+ - Font: 16px / 460 / Super Sans VF
156
+ - Focus: border `#292827` (Charcoal Ink)
157
+ - Use: Standard input — minimal form presence; marketing site funnels users to signup
158
+
159
+ ### Cards
160
+
161
+ **Content Card**
162
+ - Background: `#ffffff`
163
+ - Border: 1px solid `#dcd7d3` (Parchment Border)
164
+ - Radius: 16px
165
+ - Padding: 24px
166
+ - Use: Clean and minimal default card
167
+
168
+ **Dark Surface Card**
169
+ - Background: `#292827`
170
+ - Text: `#e9e5dd`
171
+ - Border: 1px solid `#292827`
172
+ - Radius: 16px
173
+ - Padding: 24px
174
+ - Use: Card on dark sections — warm-neutral tone preserved
175
+
176
+ **Hero Surface**
177
+ - Background: rgba transparent over purple gradient `#1b1938`
178
+ - Border: 1px solid `rgba(255, 255, 255, 0.2)`
179
+ - Radius: 16px
180
+ - Padding: 24px
181
+ - Use: Ghostly containment on hero gradient
182
+
183
+ **Product Screenshot**
184
+ - Background: transparent
185
+ - Radius: 12px
186
+ - Padding: 0px
187
+ - Use: Large product UI image, clean edges, minimal framing
188
+
189
+ ### Badges
190
+
191
+ **Default**
192
+ - Background: `#e9e5dd`
193
+ - Text: `#292827`
194
+ - Radius: 8px
195
+ - Padding: 4px 10px
196
+ - Font: 12px / 600 / Super Sans VF
197
+ - Use: Inferred from §1-§2 baseline (no explicit DS variant in source) — warm cream micro-tag.
198
+
199
+ ### Navigation
200
+ - **Top nav**: Clean white background on content sections, transparent on hero gradient
201
+ - **Nav links**: Super Sans VF at 16px, weight 460/600 for hierarchy
202
+ - **CTA button**: Warm Cream (`#e9e5dd`) pill in the nav — subtle, not attention-grabbing
203
+ - **Sticky behavior**: Nav remains fixed on scroll with background transition
204
+ - **Mobile**: Collapses to hamburger menu with simplified layout
205
+
206
+ ### Image Treatment
207
+ - **Product screenshots**: Large, dominant product UI images showing the email interface — the product is the hero
208
+ - **Lifestyle photography**: A single dramatic image (silhouette against purple/red gradient) in the hero area — cinematic and editorial
209
+ - **Full-width presentation**: Screenshots span full container width with subtle shadow or no border
210
+ - **Aspect ratios**: Wide landscape ratios (roughly 16:9) for product screenshots
211
+ - **Color integration**: Screenshots are carefully color-graded to harmonize with the purple-to-white page flow
212
+
213
+ ### Testimonial / Social Proof
214
+ - "Your Superhuman suite" section with product feature grid
215
+ - Feature descriptions paired with product screenshots — proof through demonstration rather than quotes
216
+ - Clean grid layout with consistent card sizing
217
+
218
+ ## 5. Layout Principles
219
+
220
+ ### Spacing System
221
+ - **Base unit**: 8px
222
+ - **Scale**: 2px, 4px, 6px, 8px, 12px, 16px, 18px, 20px, 24px, 28px, 32px, 36px, 40px, 48px, 56px
223
+ - **Section padding**: 48px–80px vertical between major sections
224
+ - **Card padding**: 16px–32px internal spacing
225
+ - **Component gaps**: 8px–16px between related elements
226
+
227
+ ### Grid & Container
228
+ - **Max width**: ~1200px content container, centered
229
+ - **Column patterns**: Full-width hero, centered single-column for key messaging, 2-3 column grid for feature cards
230
+ - **Feature grid**: Even column distribution for "Your Superhuman suite" product showcase
231
+
232
+ ### Whitespace Philosophy
233
+ - **Confident emptiness**: Generous whitespace between sections signals premium positioning — every element has room to breathe
234
+ - **Product as content**: Large product screenshots fill space that lesser sites would fill with marketing copy
235
+ - **Progressive density**: The hero is spacious and cinematic, content sections become denser with feature grids, then opens up again for CTAs
236
+
237
+ ### Border Radius Scale
238
+ - **8px**: Buttons, inline elements (`span`, `button`, `div`) — the universal small radius
239
+ - **16px**: Cards, links, larger containers (`a`, card elements) — the universal large radius
240
+ - Only two radii in the entire system — radical simplicity. No micro-rounding (2px), no pill shapes (50px+)
241
+
242
+ ## 6. Depth & Elevation
243
+
244
+ | Level | Treatment | Use |
245
+ |-------|-----------|-----|
246
+ | Level 0 (Flat) | No shadow, white background | Primary page canvas, most content surfaces |
247
+ | Level 1 (Border) | `1px solid #dcd7d3` (Parchment Border) | Card containment, section dividers |
248
+ | Level 2 (Dark Border) | `1px solid #292827` | Header elements, dark section separators |
249
+ | Level 3 (Glow) | Subtle shadow (from 6 shadow definitions detected) | Product screenshot containers, elevated cards |
250
+ | Level 4 (Hero Depth) | `rgba(255, 255, 255, 0.2)` transparent border | Elements on the dark purple gradient hero |
251
+
252
+ ### Shadow Philosophy
253
+ Superhuman's elevation system is remarkably restrained on the marketing site. Depth is primarily communicated through:
254
+ - **Border containment**: Warm-toned borders (`#dcd7d3`) at 1px create gentle separation
255
+ - **Color contrast**: The hero gradient creates massive depth through color shift rather than shadows
256
+ - **Product screenshots**: Screenshots themselves create depth by showing a layered UI within the flat page
257
+ - **Opacity layering**: Semi-transparent whites on the hero gradient create atmospheric depth layers
258
+
259
+ ### Decorative Depth
260
+ - **Hero gradient**: The `#1b1938` → white gradient transition is the primary depth device — a cinematic curtain effect
261
+ - **Lavender accents**: `#cbb7fb` Lavender Glow elements float above the dark gradient, creating a stellar/atmospheric effect
262
+ - **No glassmorphism**: Despite the translucent borders, there are no blur/frosted-glass effects
263
+ - **Photography depth**: The hero silhouette image creates natural atmospheric depth without artificial CSS
264
+
265
+ ## 7. Do's and Don'ts
266
+
267
+ ### Do
268
+ - Use Super Sans VF at weight 460 as the default — it's slightly heavier than regular, which is the brand's typographic signature
269
+ - Keep display headlines at 0.96 line-height — the compression is intentional and powerful
270
+ - Use Warm Cream (`#e9e5dd`) for primary buttons — not white, not gray, specifically warm cream
271
+ - Limit border-radius to 8px (small) and 16px (large) — the binary radius system is deliberate
272
+ - Apply negative letter-spacing on headlines only (-0.63px to -1.32px) — body text stays at 0px
273
+ - Use Lavender Glow (`#cbb7fb`) as the only accent color — it's the sole color departure from the neutral palette
274
+ - Let product screenshots be the primary visual content — the UI sells itself
275
+ - Maintain the dramatic hero gradient as a singular gesture — the rest of the page is white
276
+
277
+ ### Don't
278
+ - Use conventional font weights (400, 500, 600) — Superhuman's 460 and 540 are deliberately between standard stops
279
+ - Add bright or saturated CTA colors (blue, green, red) — buttons are intentionally muted in Warm Cream or Charcoal
280
+ - Introduce additional accent colors beyond Lavender Glow — the palette is deliberately restrained to one accent
281
+ - Apply shadows generously — depth comes from borders, color contrast, and photography, not box-shadows
282
+ - Use tight line-height on body text — display is compressed (0.96) but body is generous (1.50)
283
+ - Add decorative elements, icons, or illustrations — Superhuman relies on product UI and minimal typography
284
+ - Create pill-shaped buttons — the system uses 8px radius, not rounded pills
285
+ - Use pure black (`#000000`) for text — Charcoal Ink (`#292827`) is warmer and softer
286
+
287
+ ## 8. Responsive Behavior
288
+
289
+ ### Breakpoints
290
+ | Name | Width | Key Changes |
291
+ |------|-------|-------------|
292
+ | Mobile | <768px | Single column, hero text reduces to ~36px, stacked feature cards, hamburger nav |
293
+ | Tablet | 768px–1024px | 2-column feature grid begins, hero text ~48px, nav partially visible |
294
+ | Desktop | 1024px–1440px | Full layout, 64px hero display, multi-column feature grid, full nav |
295
+ | Large Desktop | >1440px | Max-width container centered, generous side margins |
296
+
297
+ ### Touch Targets
298
+ - Buttons: 8px radius with comfortable padding — meets touch target guidelines
299
+ - Nav links: 16px text with adequate surrounding padding
300
+ - Mobile CTAs: Full-width Warm Cream buttons for easy thumb reach
301
+ - Links: Underline decoration provides clear tap affordance
302
+
303
+ ### Collapsing Strategy
304
+ - **Navigation**: Full horizontal nav → hamburger menu on mobile
305
+ - **Hero text**: 64px display → 48px → ~36px across breakpoints
306
+ - **Feature grid**: Multi-column product showcase → 2-column → single stacked column
307
+ - **Product screenshots**: Scale within containers, maintaining landscape ratios
308
+ - **Section spacing**: Reduces proportionally — generous desktop margins compress on mobile
309
+
310
+ ### Image Behavior
311
+ - Product screenshots scale responsively while maintaining aspect ratios
312
+ - Hero silhouette image crops or scales — maintains dramatic composition
313
+ - No art direction changes — same compositions across all breakpoints
314
+ - Lazy loading likely on below-fold product screenshots
315
+
316
+ ## 9. Agent Prompt Guide
317
+
318
+ ### Quick Color Reference
319
+ - Hero Background: Mysteria Purple (`#1b1938`)
320
+ - Primary Text (light bg): Charcoal Ink (`#292827`)
321
+ - Primary Text (dark bg): Translucent White (`color(srgb 1 1 1 / 0.95)` — use `rgba(255,255,255,0.95)`)
322
+ - Accent: Lavender Glow (`#cbb7fb`)
323
+ - Button Background: Warm Cream (`#e9e5dd`)
324
+ - Border: Parchment Border (`#dcd7d3`)
325
+ - Link: Amethyst Link (`#714cb6`)
326
+ - Page Background: Pure White (`#ffffff`)
327
+
328
+ ### Example Component Prompts
329
+ - "Create a hero section with deep purple gradient background (#1b1938), 64px Super Sans heading at weight 540, line-height 0.96, white text at 95% opacity, and a warm cream button (#e9e5dd, 8px radius, #292827 text)"
330
+ - "Design a feature card with white background, 1px #dcd7d3 border, 16px radius, 20px Super Sans heading at weight 460, and 16px body text at weight 460 with 1.50 line-height in #292827"
331
+ - "Build a navigation bar with white background, Super Sans links at 16px weight 460, a warm cream CTA button (#e9e5dd, 8px radius), sticky positioning"
332
+ - "Create a product showcase section with centered 48px heading (weight 460, -1.32px letter-spacing, #292827), a large product screenshot below, on white background"
333
+ - "Design an accent badge using Lavender Glow (#cbb7fb) background, 8px radius, 12px bold text (weight 700), for category labels"
334
+
335
+ ### Iteration Guide
336
+ When refining existing screens generated with this design system:
337
+ 1. Verify font weight is 460 (not 400 or 500) for body and 540 for display — the non-standard weights are essential
338
+ 2. Check that display line-height is 0.96 — if headlines look too spaced, they're wrong
339
+ 3. Ensure buttons use Warm Cream (#e9e5dd) not pure white or gray — the warmth is subtle but critical
340
+ 4. Confirm the only accent color is Lavender Glow (#cbb7fb) — no other hues should appear
341
+ 5. The overall tone should feel like a luxury product presentation — minimal, confident, with one dramatic color gesture in the hero
342
+
343
+ ## 10. Voice & Tone
344
+
345
+ Superhuman's voice is **luxury-productivity and time-as-craft.** "Docs, Mail, and AI That Work Everywhere" — capability-driven with luxury register. Lavender Glow `#cbb7fb` accent + dark surfaces signal "premium tool for time-conscious professionals."
346
+
347
+ | Context | Tone |
348
+ |---|---|
349
+ | CTA | Verb. "Sign up", "Get Superhuman", "Get the suite" |
350
+ | Marketing | Time-as-craft. "Save 4 hours a week" recurring framing |
351
+ | Documentation | Sparse — luxury product, minimal docs |
352
+ | Error | Polite. "Couldn't sync. Try again in a moment." |
353
+
354
+ **Voice samples**
355
+ - Marketing CTAs: *"Sign up"* / *"Get Superhuman"* <!-- verified: superhuman.com homepage 2026-05 -->
356
+
357
+ **Forbidden phrases.** "Revolutionary email". Aggressive Gmail-comparison framing.
358
+
359
+ ## 11. Brand Narrative
360
+
361
+ Superhuman was founded **2014** in San Francisco by **Rahul Vohra (CEO)**, **Conrad Irwin (CTO)**, and **Vivek Sodera** — Vohra famously built the original brand around the **"time is luxury"** premium email positioning ([Tracxn — Superhuman](https://tracxn.com/d/companies/superhuman/__uNI3PJ_Huz1B_OobMp1RIu3DT8SOBubIyA2wkxh7Quk), [Antler — Superhuman with Rahul Vohra](https://www.antler.co/blog/antler-early-days-episode-2-superhuman-with-rahul-vohra)). **Series B $33M (May 2019)** led by **Andreessen Horowitz** with **Boldstart Ventures + First Round Capital** — total funding ~**$118M across 3 rounds** from 41 investors. Premium email client positioning — fast, keyboard-driven, AI-augmented. **Acquired by Grammarly July 1 2025**; Grammarly had recently acquired **Coda**, then **rebranded the combined Grammarly+Coda+Superhuman entity to "Superhuman"** as the unified suite name (live `superhuman.com` 2026-05 confirms Mail/Grammarly/Coda product nav under unified Superhuman brand). Per recent reporting: **$700M ARR, 40M daily users** for the merged company ([The Spl.it — Inside the New Superhuman: $700M ARR, 40M Daily Users with Rahul Vohra](https://www.thespl.it/p/inside-the-new-superhuman-700m-arr)). The brand voice — **Lavender Glow accent** (`#d4c7ff`) for the unified suite, Sky Blue (`#51b1e7`) preserved on legacy Superhuman Mail surfaces, luxury chrome, keyboard shortcuts as signature — reflects the "time is luxury" positioning carried forward.
362
+
363
+ ## 12. Principles
364
+
365
+ 1. **Time is the luxury.** *UI implication:* all surfaces emphasize speed/efficiency outcomes.
366
+ 2. **Keyboard-first.** *UI implication:* every action has a keyboard shortcut documented.
367
+ 3. **Lavender Glow `#cbb7fb` is THE accent.** *UI implication:* don't introduce other hues.
368
+ 4. **Pill 8-12px primary.** *UI implication:* primary CTAs pill-shaped.
369
+ 5. **Luxury minimal.** *UI implication:* don't crowd surfaces; whitespace is the design.
370
+
371
+ ## 13. Personas
372
+
373
+ *Personas are fictional archetypes informed by Superhuman user segments (busy executives, founders, sales leaders), not individual people.*
374
+
375
+ **Catherine Liu, 44, NYC.** VP Sales at Series C SaaS. Superhuman for inbox velocity.
376
+
377
+ **Marcus Webb, 38, San Francisco.** Founder. Email is most of his day; Superhuman keyboard speed is the difference.
378
+
379
+ **Sofia Park, 32, Seoul.** Investor. Superhuman + Calendar + AI summary on every email.
380
+
381
+ ## 14. States
382
+
383
+ | State | Treatment |
384
+ |---|---|
385
+ | **Empty (no email)** | "Inbox Zero achieved" celebration moment |
386
+ | **Empty (no contacts)** | Connect contacts CTA |
387
+ | **Loading (sync)** | Real-time sync indicator |
388
+ | **Loading (AI summary)** | Per-email summary loader |
389
+ | **Error (sync)** | "Couldn't sync. Retry in 10s." |
390
+ | **Error (delivery)** | Bounce indicator + retry |
391
+ | **Success (sent)** | Subtle Lavender Glow pulse |
392
+ | **Success (snoozed)** | Snooze badge with time |
393
+ | **Skeleton (inbox)** | Lavender-tinted placeholders |
394
+ | **Disabled (no plan)** | Upgrade link |
395
+ | **Loading (AI processing)** | Per-email progress |
396
+
397
+ ## 15. Motion & Easing
398
+
399
+ | Token | Value | Use |
400
+ |---|---|---|
401
+ | `motion-instant` | 0ms | Keyboard shortcut commit |
402
+ | `motion-fast` | 100ms | Hover (faster than typical for keyboard-first feel) |
403
+ | `motion-standard` | 250ms | Modal, panel |
404
+ | `motion-glow-pulse` | 800ms | Lavender Glow accent moment |
405
+
406
+ **Lavender Glow pulse** is the signature accent moment. `prefers-reduced-motion: reduce` removes glow pulse.
407
+
408
+ ---
409
+
410
+ **Verified:** 2026-05-08 (omd:migrate run 57 — Apple-tier)
411
+ **Tier 1 sources:** superhuman.com home (unified Suite post-Grammarly-merger) + superhuman.com/pricing (legacy Superhuman Mail) — live DOM via playwright. **Two-system split**: Suite **`#d4c7ff` Lavender** 8px / 36px / 14px·600 + Lavender Dark `#714cb6` outline-text + Cream `color(srgb 0.925 0.914 0.885)` sub-nav + Maroon `#421d24` 16px banner; legacy Mail **`#51b1e7` Sky Blue** 6px / 46-54px / 18px·500-600 ALL CAPS + Sky Lighter `#3dafed` + Deep `#186dbb` featured. **Weight 460** rare intermediate. `color(srgb …)` CSS Color L4.
412
+ **Tier 2 sources:** styles.refero.design / getdesign.md — no record.
413
+ **Tier 2 (Philosophy/founders/Grammarly-acquisition):** Tracxn, Antler (Vohra interview), Crunchbase, Boldstart Ventures, The Spl.it (post-merger ARR), TechRadar.
414
+ **Style ref:** `claude`. **Conflicts unresolved:** none. **Earlier addition:** dual-system Lavender Suite + Sky Blue Mail post-merger split + Grammarly+Coda+Superhuman rebrand narrative + weight 460 + `color(srgb)` syntax missed by prior pass.