spirewise 1.7.1 → 1.8.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 (210) hide show
  1. package/README.md +0 -15
  2. package/bin/cli.js +65 -37
  3. package/install.sh +3 -3
  4. package/package.json +2 -4
  5. package/skills/README.md +0 -1
  6. package/skills/ai-agent-os-design-system/README.md +105 -0
  7. package/skills/ai-agent-os-design-system/SKILL.md +195 -0
  8. package/skills/ai-agent-os-design-system/accessibility-system.md +67 -0
  9. package/skills/ai-agent-os-design-system/color-system.md +102 -0
  10. package/skills/ai-agent-os-design-system/component-library.md +147 -0
  11. package/skills/ai-agent-os-design-system/design-principles.md +79 -0
  12. package/skills/ai-agent-os-design-system/example-page-structures.md +93 -0
  13. package/skills/ai-agent-os-design-system/layout-system.md +74 -0
  14. package/skills/ai-agent-os-design-system/motion-system.md +85 -0
  15. package/skills/ai-agent-os-design-system/spacing-system.md +87 -0
  16. package/skills/ai-agent-os-design-system/typography-system.md +91 -0
  17. package/skills/ai-agent-os-design-system/website-generation-rules.md +192 -0
  18. package/skills/ai-dark-futuristic-design-system/README.md +91 -0
  19. package/skills/ai-dark-futuristic-design-system/SKILL.md +179 -0
  20. package/skills/ai-dark-futuristic-design-system/accessibility-system.md +61 -0
  21. package/skills/ai-dark-futuristic-design-system/color-system.md +99 -0
  22. package/skills/ai-dark-futuristic-design-system/component-library.md +140 -0
  23. package/skills/ai-dark-futuristic-design-system/design-principles.md +66 -0
  24. package/skills/ai-dark-futuristic-design-system/example-page-structures.md +124 -0
  25. package/skills/ai-dark-futuristic-design-system/layout-system.md +85 -0
  26. package/skills/ai-dark-futuristic-design-system/motion-system.md +76 -0
  27. package/skills/ai-dark-futuristic-design-system/spacing-system.md +73 -0
  28. package/skills/ai-dark-futuristic-design-system/typography-system.md +89 -0
  29. package/skills/ai-dark-futuristic-design-system/website-generation-rules.md +220 -0
  30. package/skills/apple-premium-minimal-design-system/README.md +95 -0
  31. package/skills/apple-premium-minimal-design-system/SKILL.md +166 -0
  32. package/skills/apple-premium-minimal-design-system/accessibility-system.md +60 -0
  33. package/skills/apple-premium-minimal-design-system/color-system.md +100 -0
  34. package/skills/apple-premium-minimal-design-system/component-library.md +136 -0
  35. package/skills/apple-premium-minimal-design-system/design-principles.md +65 -0
  36. package/skills/apple-premium-minimal-design-system/example-page-structures.md +90 -0
  37. package/skills/apple-premium-minimal-design-system/layout-system.md +89 -0
  38. package/skills/apple-premium-minimal-design-system/motion-system.md +75 -0
  39. package/skills/apple-premium-minimal-design-system/spacing-system.md +73 -0
  40. package/skills/apple-premium-minimal-design-system/typography-system.md +86 -0
  41. package/skills/apple-premium-minimal-design-system/website-generation-rules.md +207 -0
  42. package/skills/bento-grid-design-system/README.md +97 -0
  43. package/skills/bento-grid-design-system/SKILL.md +185 -0
  44. package/skills/bento-grid-design-system/accessibility-system.md +54 -0
  45. package/skills/bento-grid-design-system/color-system.md +98 -0
  46. package/skills/bento-grid-design-system/component-library.md +138 -0
  47. package/skills/bento-grid-design-system/design-principles.md +72 -0
  48. package/skills/bento-grid-design-system/example-page-structures.md +91 -0
  49. package/skills/bento-grid-design-system/layout-system.md +93 -0
  50. package/skills/bento-grid-design-system/motion-system.md +81 -0
  51. package/skills/bento-grid-design-system/spacing-system.md +77 -0
  52. package/skills/bento-grid-design-system/typography-system.md +85 -0
  53. package/skills/bento-grid-design-system/website-generation-rules.md +193 -0
  54. package/skills/brutalist-tech-design-system/README.md +100 -0
  55. package/skills/brutalist-tech-design-system/SKILL.md +185 -0
  56. package/skills/brutalist-tech-design-system/accessibility-system.md +61 -0
  57. package/skills/brutalist-tech-design-system/color-system.md +101 -0
  58. package/skills/brutalist-tech-design-system/component-library.md +117 -0
  59. package/skills/brutalist-tech-design-system/design-principles.md +73 -0
  60. package/skills/brutalist-tech-design-system/example-page-structures.md +92 -0
  61. package/skills/brutalist-tech-design-system/layout-system.md +74 -0
  62. package/skills/brutalist-tech-design-system/motion-system.md +80 -0
  63. package/skills/brutalist-tech-design-system/spacing-system.md +86 -0
  64. package/skills/brutalist-tech-design-system/typography-system.md +94 -0
  65. package/skills/brutalist-tech-design-system/website-generation-rules.md +195 -0
  66. package/skills/crunchbase-profile-generator/README.md +64 -0
  67. package/skills/crunchbase-profile-generator/SKILL.md +189 -0
  68. package/skills/editorial-luxury-design-system/README.md +98 -0
  69. package/skills/editorial-luxury-design-system/SKILL.md +187 -0
  70. package/skills/editorial-luxury-design-system/accessibility-system.md +63 -0
  71. package/skills/editorial-luxury-design-system/color-system.md +95 -0
  72. package/skills/editorial-luxury-design-system/component-library.md +131 -0
  73. package/skills/editorial-luxury-design-system/design-principles.md +77 -0
  74. package/skills/editorial-luxury-design-system/example-page-structures.md +94 -0
  75. package/skills/editorial-luxury-design-system/layout-system.md +80 -0
  76. package/skills/editorial-luxury-design-system/motion-system.md +82 -0
  77. package/skills/editorial-luxury-design-system/spacing-system.md +77 -0
  78. package/skills/editorial-luxury-design-system/typography-system.md +107 -0
  79. package/skills/editorial-luxury-design-system/website-generation-rules.md +194 -0
  80. package/skills/enterprise-data-viz-design-system/README.md +98 -0
  81. package/skills/enterprise-data-viz-design-system/SKILL.md +195 -0
  82. package/skills/enterprise-data-viz-design-system/accessibility-system.md +68 -0
  83. package/skills/enterprise-data-viz-design-system/color-system.md +112 -0
  84. package/skills/enterprise-data-viz-design-system/component-library.md +142 -0
  85. package/skills/enterprise-data-viz-design-system/design-principles.md +75 -0
  86. package/skills/enterprise-data-viz-design-system/example-page-structures.md +89 -0
  87. package/skills/enterprise-data-viz-design-system/layout-system.md +75 -0
  88. package/skills/enterprise-data-viz-design-system/motion-system.md +86 -0
  89. package/skills/enterprise-data-viz-design-system/spacing-system.md +85 -0
  90. package/skills/enterprise-data-viz-design-system/typography-system.md +100 -0
  91. package/skills/enterprise-data-viz-design-system/website-generation-rules.md +196 -0
  92. package/skills/f6s-copywriting/README.md +16 -6
  93. package/skills/f6s-copywriting/SKILL.md +162 -46
  94. package/skills/glassmorphism-design-system/README.md +98 -0
  95. package/skills/glassmorphism-design-system/SKILL.md +190 -0
  96. package/skills/glassmorphism-design-system/accessibility-system.md +62 -0
  97. package/skills/glassmorphism-design-system/color-system.md +128 -0
  98. package/skills/glassmorphism-design-system/component-library.md +120 -0
  99. package/skills/glassmorphism-design-system/design-principles.md +77 -0
  100. package/skills/glassmorphism-design-system/example-page-structures.md +92 -0
  101. package/skills/glassmorphism-design-system/layout-system.md +81 -0
  102. package/skills/glassmorphism-design-system/motion-system.md +86 -0
  103. package/skills/glassmorphism-design-system/spacing-system.md +73 -0
  104. package/skills/glassmorphism-design-system/typography-system.md +90 -0
  105. package/skills/glassmorphism-design-system/website-generation-rules.md +195 -0
  106. package/skills/linkedin-copywriting/README.md +15 -8
  107. package/skills/linkedin-copywriting/SKILL.md +129 -51
  108. package/skills/motion-storytelling-design-system/README.md +100 -0
  109. package/skills/motion-storytelling-design-system/SKILL.md +191 -0
  110. package/skills/motion-storytelling-design-system/accessibility-system.md +71 -0
  111. package/skills/motion-storytelling-design-system/color-system.md +101 -0
  112. package/skills/motion-storytelling-design-system/component-library.md +122 -0
  113. package/skills/motion-storytelling-design-system/design-principles.md +81 -0
  114. package/skills/motion-storytelling-design-system/example-page-structures.md +91 -0
  115. package/skills/motion-storytelling-design-system/layout-system.md +79 -0
  116. package/skills/motion-storytelling-design-system/motion-system.md +116 -0
  117. package/skills/motion-storytelling-design-system/spacing-system.md +83 -0
  118. package/skills/motion-storytelling-design-system/typography-system.md +89 -0
  119. package/skills/motion-storytelling-design-system/website-generation-rules.md +200 -0
  120. package/skills/nvidia-inception-idea-booster/README.md +43 -24
  121. package/skills/nvidia-inception-idea-booster/SKILL.md +260 -116
  122. package/skills/nvidia-inception-starter/README.md +6 -5
  123. package/skills/nvidia-inception-starter/SKILL.md +80 -43
  124. package/skills/nvidia-product-inventor/README.md +44 -40
  125. package/skills/nvidia-product-inventor/SKILL.md +265 -247
  126. package/skills/nvidia-startup-idea-founder/README.md +66 -26
  127. package/skills/nvidia-startup-idea-founder/SKILL.md +245 -189
  128. package/skills/product-demo-first-design-system/README.md +96 -0
  129. package/skills/product-demo-first-design-system/SKILL.md +185 -0
  130. package/skills/product-demo-first-design-system/accessibility-system.md +58 -0
  131. package/skills/product-demo-first-design-system/color-system.md +109 -0
  132. package/skills/product-demo-first-design-system/component-library.md +142 -0
  133. package/skills/product-demo-first-design-system/design-principles.md +66 -0
  134. package/skills/product-demo-first-design-system/example-page-structures.md +95 -0
  135. package/skills/product-demo-first-design-system/layout-system.md +76 -0
  136. package/skills/product-demo-first-design-system/motion-system.md +82 -0
  137. package/skills/product-demo-first-design-system/spacing-system.md +74 -0
  138. package/skills/product-demo-first-design-system/typography-system.md +87 -0
  139. package/skills/product-demo-first-design-system/website-generation-rules.md +194 -0
  140. package/skills/website-design-skills/01-proof/README.md +0 -47
  141. package/skills/website-design-skills/01-proof/SKILL.md +0 -303
  142. package/skills/website-design-skills/02-kajabi/README.md +0 -42
  143. package/skills/website-design-skills/02-kajabi/SKILL.md +0 -272
  144. package/skills/website-design-skills/03-lattice/README.md +0 -42
  145. package/skills/website-design-skills/03-lattice/SKILL.md +0 -271
  146. package/skills/website-design-skills/04-petal/README.md +0 -42
  147. package/skills/website-design-skills/04-petal/SKILL.md +0 -271
  148. package/skills/website-design-skills/05-dropbox-sign/README.md +0 -42
  149. package/skills/website-design-skills/05-dropbox-sign/SKILL.md +0 -271
  150. package/skills/website-design-skills/06-distributional/README.md +0 -42
  151. package/skills/website-design-skills/06-distributional/SKILL.md +0 -271
  152. package/skills/website-design-skills/07-appcues/README.md +0 -42
  153. package/skills/website-design-skills/07-appcues/SKILL.md +0 -271
  154. package/skills/website-design-skills/08-memberstack/README.md +0 -42
  155. package/skills/website-design-skills/08-memberstack/SKILL.md +0 -271
  156. package/skills/website-design-skills/09-flank/README.md +0 -42
  157. package/skills/website-design-skills/09-flank/SKILL.md +0 -275
  158. package/skills/website-design-skills/10-slidebean/README.md +0 -42
  159. package/skills/website-design-skills/10-slidebean/SKILL.md +0 -275
  160. package/skills/website-design-skills/11-formstack/README.md +0 -42
  161. package/skills/website-design-skills/11-formstack/SKILL.md +0 -275
  162. package/skills/website-design-skills/12-thalamus/README.md +0 -42
  163. package/skills/website-design-skills/12-thalamus/SKILL.md +0 -275
  164. package/skills/website-design-skills/13-grow/README.md +0 -42
  165. package/skills/website-design-skills/13-grow/SKILL.md +0 -275
  166. package/skills/website-design-skills/14-gemnote/README.md +0 -42
  167. package/skills/website-design-skills/14-gemnote/SKILL.md +0 -275
  168. package/skills/website-design-skills/15-draftbit/README.md +0 -42
  169. package/skills/website-design-skills/15-draftbit/SKILL.md +0 -275
  170. package/skills/website-design-skills/16-payman/README.md +0 -42
  171. package/skills/website-design-skills/16-payman/SKILL.md +0 -273
  172. package/skills/website-design-skills/17-effortel/README.md +0 -42
  173. package/skills/website-design-skills/17-effortel/SKILL.md +0 -272
  174. package/skills/website-design-skills/18-adopt/README.md +0 -42
  175. package/skills/website-design-skills/18-adopt/SKILL.md +0 -273
  176. package/skills/website-design-skills/19-kraftful/README.md +0 -42
  177. package/skills/website-design-skills/19-kraftful/SKILL.md +0 -273
  178. package/skills/website-design-skills/20-greenhouse/README.md +0 -42
  179. package/skills/website-design-skills/20-greenhouse/SKILL.md +0 -273
  180. package/skills/website-design-skills/21-weavy/README.md +0 -42
  181. package/skills/website-design-skills/21-weavy/SKILL.md +0 -273
  182. package/skills/website-design-skills/22-safetykit/README.md +0 -42
  183. package/skills/website-design-skills/22-safetykit/SKILL.md +0 -273
  184. package/skills/website-design-skills/23-modulify/README.md +0 -42
  185. package/skills/website-design-skills/23-modulify/SKILL.md +0 -270
  186. package/skills/website-design-skills/24-realm/README.md +0 -42
  187. package/skills/website-design-skills/24-realm/SKILL.md +0 -270
  188. package/skills/website-design-skills/25-modyfi/README.md +0 -42
  189. package/skills/website-design-skills/25-modyfi/SKILL.md +0 -269
  190. package/skills/website-design-skills/26-altitude/README.md +0 -42
  191. package/skills/website-design-skills/26-altitude/SKILL.md +0 -270
  192. package/skills/website-design-skills/27-way/README.md +0 -42
  193. package/skills/website-design-skills/27-way/SKILL.md +0 -270
  194. package/skills/website-design-skills/28-zentail/README.md +0 -42
  195. package/skills/website-design-skills/28-zentail/SKILL.md +0 -270
  196. package/skills/website-design-skills/29-zams/README.md +0 -42
  197. package/skills/website-design-skills/29-zams/SKILL.md +0 -270
  198. package/skills/website-design-skills/30-user-interviews/README.md +0 -44
  199. package/skills/website-design-skills/30-user-interviews/SKILL.md +0 -273
  200. package/skills/website-design-skills/31-bland/README.md +0 -44
  201. package/skills/website-design-skills/31-bland/SKILL.md +0 -273
  202. package/skills/website-design-skills/32-nauto/README.md +0 -44
  203. package/skills/website-design-skills/32-nauto/SKILL.md +0 -273
  204. package/skills/website-design-skills/33-bill/README.md +0 -44
  205. package/skills/website-design-skills/33-bill/SKILL.md +0 -273
  206. package/skills/website-design-skills/34-localyzer/README.md +0 -44
  207. package/skills/website-design-skills/34-localyzer/SKILL.md +0 -273
  208. package/skills/website-design-skills/35-jasper/README.md +0 -44
  209. package/skills/website-design-skills/35-jasper/SKILL.md +0 -273
  210. package/skills/website-design-skills/README.md +0 -108
@@ -0,0 +1,73 @@
1
+ # Spacing System — Apple Premium Minimal
2
+
3
+ A strict **4-point base / 8-point rhythm** with **extra-generous whitespace** — the
4
+ single biggest signal of premium minimal design. Sections breathe; content groups by
5
+ proximity and soft panels, never by lines.
6
+
7
+ ## Scale tokens
8
+
9
+ ```css
10
+ :root {
11
+ /* 4-pt base, 8-pt rhythm */
12
+ --space-0: 0; --space-1: 4px; --space-2: 8px; --space-3: 12px;
13
+ --space-4: 16px; --space-5: 20px; --space-6: 24px; --space-8: 32px;
14
+ --space-10: 40px; --space-12: 48px; --space-16: 64px; --space-20: 80px;
15
+ --space-24: 96px; --space-28: 112px;--space-32: 128px;--space-40: 160px;
16
+
17
+ /* Radii — Apple uses large, soft corners */
18
+ --radius-sm: 10px; --radius-md: 14px; --radius-lg: 18px;
19
+ --radius-xl: 24px; --radius-2xl: 32px; --radius-pill: 980px;
20
+
21
+ /* Containers */
22
+ --container-sm: 692px; --container-md: 820px; --container-lg: 980px;
23
+ --container-xl: 1120px; --container-2xl: 1280px;
24
+ --gutter: clamp(22px, 5vw, 48px); /* page side padding */
25
+
26
+ /* Section rhythm (fluid, generous) */
27
+ --section-y: clamp(72px, 9vw, 140px); /* vertical padding per section */
28
+ --section-y-lg: clamp(104px, 13vw, 200px);/* hero / major sections */
29
+ --stack: clamp(16px, 2vw, 24px); /* gap between stacked elements */
30
+ }
31
+ ```
32
+
33
+ ## Usage map
34
+
35
+ - **4-pt system** (`--space-1..6`): inside components — icon↔label, input padding,
36
+ badge padding, button padding (`--space-3 --space-6`, pill), list-item gaps.
37
+ - **8-pt system** (`--space-8..16`): between components — card internal gaps, form
38
+ rows, header↔body, gaps within a card grid.
39
+ - **Container widths:** Apple-style content is fairly narrow and centered — marketing
40
+ content `--container-lg` (980) to `--container-xl` (1120); wide galleries
41
+ `--container-2xl` (1280); long-form/docs prose `--container-md` (820).
42
+ - **Section spacing:** every section gets `padding-block: var(--section-y)`; hero and
43
+ final CTA use `--section-y-lg`. This generous rhythm is the premium feel.
44
+ - **Card spacing:** padding `--space-8` (32) default, `--space-10` (40) feature cards;
45
+ internal `--stack` between elements.
46
+ - **Grid gaps:** `--space-6`/`--space-8` (24–32) default; `--space-5` (20) dense grids.
47
+ - **Component spacing:** label→control `--space-2`; field→field `--space-5`;
48
+ group→group `--space-8`.
49
+ - **Page spacing:** sections stack with no extra margins and **no borders/dividers** —
50
+ `--section-y` padding + alternating white/`--bg-muted` panels separate them.
51
+
52
+ ## Rules
53
+
54
+ 1. **Only use scale values.** No arbitrary `13px`/`27px`; pick the nearest token.
55
+ 2. **Bigger viewport → much more space.** The fluid `clamp()` tokens scale section
56
+ padding up on desktop generously (premium minimal needs more air than usual).
57
+ 3. **Proximity + panels group meaning.** Related items get small gaps; section breaks
58
+ get a full `--section-y` plus a soft panel color change — never a border.
59
+ 4. **Consistent large radii by elevation:** inputs/badges `--radius-sm/md`; cards
60
+ `--radius-lg/xl`; modals/feature panels `--radius-2xl`; pills/buttons `--radius-pill`.
61
+ 5. **Whitespace > dividers, always.** Separate with space and panel color, not lines.
62
+
63
+ ## Helpers
64
+
65
+ ```css
66
+ .container { width:100%; max-width: var(--container-xl);
67
+ margin-inline:auto; padding-inline: var(--gutter); }
68
+ .container--narrow { max-width: var(--container-md); }
69
+ .section { padding-block: var(--section-y); border: 0; } /* never a section border */
70
+ .section--hero, .section--cta { padding-block: var(--section-y-lg); }
71
+ .section--muted { background: var(--bg-muted); } /* alternate panel, not a line */
72
+ .stack > * + * { margin-top: var(--stack); } /* vertical rhythm utility */
73
+ ```
@@ -0,0 +1,86 @@
1
+ # Typography System — Apple Premium Minimal
2
+
3
+ Big, tight, semibold headlines + a clean, comfortable body ramp carry the design.
4
+ San-Francisco-style grotesk for everything; optional mono for code/dev proof. Fluid
5
+ scale so headlines feel grand on desktop and stay legible on mobile.
6
+
7
+ ## Fonts
8
+
9
+ ```css
10
+ :root {
11
+ --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
12
+ "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
13
+ --font-display: var(--font-sans); /* SF-style display for headings */
14
+ --font-mono: "SF Mono", "Geist Mono", "JetBrains Mono", ui-monospace, Menlo, monospace;
15
+ }
16
+ ```
17
+ Notes:
18
+ - `-apple-system` / `BlinkMacSystemFont` give true **SF Pro** on Apple devices for
19
+ free; **Inter** is the closest cross-platform fallback. No webfont needed.
20
+ - For more character (Linear/Stripe energy) you may swap the display face to
21
+ "Inter Tight" / "Geist" — keep body neutral and legible.
22
+
23
+ ## Fluid type scale (clamp)
24
+
25
+ ```css
26
+ :root {
27
+ --fs-display: clamp(2.5rem, 1.2rem + 6.2vw, 5rem); /* 40 → 80px Apple-size hero */
28
+ --fs-h1: clamp(2rem, 1.3rem + 3.2vw, 3.5rem); /* 32 → 56px */
29
+ --fs-h2: clamp(1.625rem, 1.2rem + 2vw, 2.5rem); /* 26 → 40px */
30
+ --fs-h3: clamp(1.3125rem, 1.1rem + 1vw, 1.75rem); /* 21 → 28px */
31
+ --fs-h4: clamp(1.0625rem, 1rem + 0.4vw, 1.3125rem);/* 17 → 21px */
32
+ --fs-lead: clamp(1.1875rem, 1.05rem + 0.6vw, 1.5rem);/* 19 → 24px intro text */
33
+ --fs-body: 1.0625rem; /* 17px base (Apple body) */
34
+ --fs-body-lg: 1.1875rem; /* 19px */
35
+ --fs-small: 0.9375rem; /* 15px caption */
36
+ --fs-micro: 0.8125rem; /* 13px labels/eyebrow */
37
+ }
38
+ ```
39
+
40
+ ## Roles (each: size · weight · line-height · tracking)
41
+
42
+ | Role | Size | Weight | Line-height | Tracking | Color |
43
+ |---|---|---|---|---|---|
44
+ | **Display** (hero) | `--fs-display` | 600–700 | 1.05 | -0.015em to -0.03em | `--text-primary` (or `--grad-text` on 1 word) |
45
+ | **H1** | `--fs-h1` | 600 | 1.08 | -0.02em | `--text-primary` |
46
+ | **H2** (section) | `--fs-h2` | 600 | 1.1 | -0.015em | `--text-primary` |
47
+ | **H3** | `--fs-h3` | 600 | 1.2 | -0.01em | `--text-primary` |
48
+ | **H4 / overline** | `--fs-h4` | 600 | 1.3 | 0 | `--text-primary` |
49
+ | **Eyebrow / label** | `--fs-micro` | 600 | 1.2 | 0.06em, UPPERCASE | `--accent` or `--text-muted` |
50
+ | **Lead / subhead** | `--fs-lead` | 400 | 1.45 | 0 | `--text-secondary` |
51
+ | **Body** | `--fs-body`/`-lg` | 400 | 1.47–1.6 | 0 | `--text-secondary` |
52
+ | **Caption / meta** | `--fs-small` | 400 | 1.45 | 0 | `--text-muted` |
53
+ | **Button** | `--fs-body` (`1rem` compact) | 500–600 | 1 | -0.005em | `--text-on-accent` / `--text-primary` |
54
+ | **Navigation** | `--fs-small`/`--fs-body` | 400–500 | 1 | 0 | `--text-secondary` → `--text-primary` on hover |
55
+ | **Pricing amount** | `clamp(2.25rem,1.8rem+2vw,3.25rem)` | 600 | 1 | -0.02em | `--text-primary` |
56
+ | **Code / terminal** | `--fs-small` | 400 | 1.55 | 0 | mono, syntax-tinted (subtle) |
57
+
58
+ ## Rules
59
+
60
+ 1. **Tighten as it grows.** Big headings get tighter line-height + slightly negative
61
+ tracking; body stays ~1.47–1.6 and 0 tracking.
62
+ 2. **Measure (line length) 60–75ch** for body; cap with `max-width: 68ch`. Apple often
63
+ centers short, punchy lines — keep hero copy brief.
64
+ 3. **Weights:** body 400, UI/emphasis 500–600, headings 600 (occasionally 700). Apple
65
+ favors **semibold (600)** headlines over heavy 800/900.
66
+ 4. **One display moment per page** (the hero). Don't make every heading huge.
67
+ 5. **Gradient text** (`--grad-text`) on at most one hero phrase; never body/small text.
68
+ 6. **Eyebrows** label sections (uppercase, tracked, small, accent/muted) above H2s.
69
+ 7. **Numbers/metrics** use `font-variant-numeric: tabular-nums` for stat rows + pricing.
70
+
71
+ ## Base CSS
72
+
73
+ ```css
74
+ body { font-family: var(--font-sans); font-size: var(--fs-body);
75
+ line-height: 1.5; color: var(--text-secondary);
76
+ -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
77
+ h1,h2,h3,h4 { color: var(--text-primary); font-family: var(--font-display);
78
+ font-weight: 600; text-wrap: balance; letter-spacing: -0.02em; }
79
+ h1 { font-size: var(--fs-h1); line-height: 1.08; }
80
+ .eyebrow { font-size: var(--fs-micro); font-weight:600; letter-spacing:.06em;
81
+ text-transform:uppercase; color: var(--accent); }
82
+ .lead { font-size: var(--fs-lead); color: var(--text-secondary); max-width: 60ch; }
83
+ a { color: var(--accent-link); text-underline-offset: 2px; }
84
+ p { max-width: 68ch; }
85
+ code, pre { font-family: var(--font-mono); }
86
+ ```
@@ -0,0 +1,207 @@
1
+ # Website Generation Rules — Apple Premium Minimal
2
+
3
+ How an agent turns this design system into a **production-ready, multi-page website**.
4
+ Output clean, semantic **pure HTML + CSS + vanilla JavaScript** plus design tokens.
5
+ (The token/spec system can be exported for other agents — see below — but the
6
+ **generated website itself is always pure vanilla**.)
7
+
8
+ ## Technology stack (MANDATORY — no frameworks, no libraries)
9
+
10
+ Build everything with **HTML5 + CSS3 + vanilla JavaScript only**. The generated site
11
+ must contain **zero** of the following:
12
+
13
+ > ❌ React · ❌ Vue · ❌ Angular · ❌ Svelte/Next/Nuxt · ❌ Bootstrap · ❌ Tailwind ·
14
+ > ❌ jQuery · ❌ any UI library · ❌ any CSS framework · ❌ any JS animation/utility library
15
+
16
+ No build step, no npm dependencies, no CDN component kits. Layout, motion, nav,
17
+ dropdowns, accordions, tabs, carousels — all hand-written with native HTML/CSS/JS
18
+ (Grid/Flexbox, custom properties, `IntersectionObserver`). Exporting **design tokens**
19
+ (`tokens.json`) for other agents is allowed; shipping the site in a framework is not.
20
+
21
+ ## Mandatory scale & structure (read first)
22
+ - **Multipage: build 15+ pages (recommended ~20)** — a full site map, not one page.
23
+ - **Every page has at least 10 sections (recommend 12)** from the layouts/components.
24
+ - **No borders or dividers between sections** — separate with `--section-y` spacing
25
+ and **alternating white ↔ `--bg-muted` panels** only. In CSS: `.section { border: 0 }`
26
+ and **never** an `<hr>`/divider element or `border-top/bottom` between sections.
27
+ (Panel **color** changes are allowed and encouraged — that's not a border.)
28
+ - **Clean, extensionless, Vercel-ready URLs** (`/pricing`, not `/pricing.html`).
29
+
30
+ ## Required pages (build all of these — 15+; ~20 recommended)
31
+ Home `/` · Platform `/platform` · Solutions `/solutions` · Products `/products` ·
32
+ Features `/features` · AI Agents `/ai-agents` · Enterprise `/enterprise` · Security
33
+ `/security` · Pricing `/pricing` · Customers `/customers` · Case Studies
34
+ `/case-studies` · Developers `/developers` · Documentation `/docs` · About `/about` ·
35
+ Careers `/careers` · Blog `/blog` · Contact `/contact` · Partners `/partners` ·
36
+ Resources `/resources` · FAQ `/faq`. Add product/solution/blog/doc subpages freely.
37
+
38
+ ## Required sections (every page must contain these — ≥10, recommend 12)
39
+ Hero · Feature Sections · Product Highlights · Trust Signals (logos) · Testimonials ·
40
+ Use Cases · Statistics · Integrations · CTA Sections · Footer. Add more from
41
+ `component-library.md` (Security, Enterprise, Bento, Agent Workflow, Code/Terminal,
42
+ Pricing, FAQ) to reach 12 and to fit the page's purpose.
43
+
44
+ ## Site types this must support
45
+ Landing pages · startup websites · AI company websites · enterprise SaaS · developer
46
+ platforms · agentic-AI startups · infrastructure startups. Pick the page set + tone
47
+ per type (see `example-page-structures.md`).
48
+
49
+ ## What to generate
50
+ - **HTML** — semantic, accessible, one file per page.
51
+ - **CSS** — `tokens.css` (`:root` variables from color/typography/spacing) + `styles.css`
52
+ (base + components + utilities). No inline styles except dynamic values.
53
+ - **JavaScript** — vanilla, progressive enhancement only (nav/dropdown, accordion,
54
+ tabs, reveal, parallax, toggle, copy, carousel). Usable without JS.
55
+ - **`vercel.json`** — clean-URL + routing config (see below).
56
+ - **`sitemap.xml`** + **`robots.txt`** — for SEO.
57
+ - **Design tokens** — also emit `tokens.json` (machine-readable). (Token export only —
58
+ the site stays vanilla.)
59
+ - **Component specifications** — when asked for the *system* (not a site), emit each
60
+ component's markup + token usage from `component-library.md`.
61
+ - **Accessibility guidance** + **responsive guidance** inline (comments) and honored.
62
+
63
+ ## File/output layout (default — flat files + clean URLs)
64
+ ```
65
+ website/
66
+ ├── index.html # served at /
67
+ ├── platform.html # served at /platform (cleanUrls strips .html)
68
+ ├── solutions.html products.html features.html ai-agents.html enterprise.html
69
+ ├── security.html pricing.html customers.html case-studies.html developers.html
70
+ ├── docs.html about.html careers.html blog.html contact.html partners.html
71
+ ├── resources.html faq.html
72
+ ├── css/
73
+ │ ├── tokens.css # :root design tokens (single source of truth)
74
+ │ └── styles.css # base, components, utilities
75
+ ├── js/
76
+ │ └── main.js # nav/dropdown, reveal, parallax, accordion, tabs, copy
77
+ ├── assets/ # logos, product images, icons (SVG preferred), og images
78
+ ├── tokens.json # machine-readable tokens for other agents
79
+ ├── sitemap.xml robots.txt
80
+ └── vercel.json # cleanUrls + routing
81
+ ```
82
+ Alternative: folder-per-page `platform/index.html` served at `/platform`. Either way,
83
+ **all internal links are extensionless** (`href="/pricing"`).
84
+
85
+ ## Clean URLs & Vercel (MANDATORY)
86
+ - **No `.html` in any URL**, no `page.html` links, no ugly query params. Nav and all
87
+ internal links use clean paths (`/`, `/platform`, `/pricing`…).
88
+ - Emit **`vercel.json`** so `.html` is stripped, direct refresh works, and deep links
89
+ resolve:
90
+ ```json
91
+ {
92
+ "cleanUrls": true,
93
+ "trailingSlash": false,
94
+ "headers": [
95
+ { "source": "/assets/(.*)", "headers": [
96
+ { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] }
97
+ ]
98
+ }
99
+ ```
100
+ `cleanUrls: true` serves `platform.html` at `/platform` and 301-redirects the `.html`
101
+ form. Provide a `404.html`. Ensure every nav/footer/internal link is extensionless so
102
+ production routing, refresh, and deep links all work.
103
+
104
+ ## Navigation system (build fully, in vanilla JS)
105
+ - **Desktop nav** with **dropdown/mega-menus**: top items open a clean multi-column
106
+ panel of links + descriptions (white panel, soft shadow, large radius). Keyboard +
107
+ `aria-expanded`/`aria-haspopup`.
108
+ - **Mobile nav**: full-screen overlay, accordion sub-menus, focus-trap, ESC to close.
109
+ - **Multi-level navigation** + **breadcrumbs** on deep pages (docs/blog/case studies),
110
+ `aria-label="Breadcrumb"`.
111
+ - Active route highlighted via `aria-current="page"`. See Navbar in `component-library.md`.
112
+
113
+ ## Hard rules
114
+ 1. **Vanilla only.** No frameworks/libraries in the shipped site. Hand-write interactivity.
115
+ 2. **Tokens first, once.** All colors/type/spacing as `:root` variables in `tokens.css`;
116
+ every rule references them. **No scattered raw hex / px**. Rebrand = change `--accent-*`.
117
+ 3. **Mobile-first + responsive.** Base styles for small screens; enhance up with
118
+ `min-width` media queries. Multi-column → single column by `md`. No 320px scroll.
119
+ 4. **Semantic + accessible.** Follow `accessibility-system.md` (landmarks, one H1,
120
+ focus-visible, alt text, labels, reduced motion). Non-negotiable.
121
+ 5. **No section borders.** **No borders/dividers between sections** — separate with
122
+ `--section-y` spacing + alternating white/`--bg-muted` panels. `.section{border:0}`.
123
+ 6. **Components from the library.** Reuse `.btn`/`.card` primitives and the 17 specs;
124
+ don't invent ad-hoc styles. Every component: responsive, accessible, reusable,
125
+ production-ready, animation-ready.
126
+ 7. **Restraint + whitespace.** ≤ one subtle gradient per section; generous spacing;
127
+ hairlines only inside cards/inputs. Premium minimal, never busy.
128
+ 8. **Performance:** system fonts (`-apple-system`/Inter), no webfont needed; SVG icons;
129
+ lazy-load below-the-fold images (`loading="lazy"`); animate only transform/opacity;
130
+ minimal JS, no libraries; target excellent Lighthouse (90+).
131
+ 9. **SEO on every page** (see below): unique title + description, Open Graph + Twitter
132
+ cards, canonical, JSON-LD, and a site `sitemap.xml` + `robots.txt`.
133
+ 10. **Real content, not lorem.** Plausible, specific copy and data. Mark guesses `[PLACEHOLDER]`.
134
+ 11. **Self-verify** against the anti-patterns and every companion checklist before done.
135
+
136
+ ## SEO requirements (every page)
137
+ - Unique **`<title>`** and **meta description** (150–160 chars).
138
+ - **Open Graph** + **Twitter card** (`summary_large_image`) tags + an OG image.
139
+ - **Canonical** URL using the clean path.
140
+ - **Structured data** (JSON-LD): `Organization` + `WebSite` site-wide; `Product`,
141
+ `FAQPage`, `BreadcrumbList`, `Article` where relevant.
142
+ - **`sitemap.xml`** listing all clean URLs + **`robots.txt`** referencing it.
143
+
144
+ ## Performance requirements
145
+ Fast first paint, minimal vanilla JS, optimized/centralized CSS, lazy media, cached
146
+ assets (via `vercel.json` headers), no blocking libraries — enterprise-grade, high
147
+ Lighthouse.
148
+
149
+ ## Boilerplate `<head>`
150
+ ```html
151
+ <!doctype html><html lang="en"><head>
152
+ <meta charset="utf-8">
153
+ <meta name="viewport" content="width=device-width, initial-scale=1">
154
+ <meta name="color-scheme" content="light">
155
+ <title><!-- Page · Brand --></title>
156
+ <meta name="description" content="<!-- 150–160 chars -->">
157
+ <link rel="canonical" href="https://brand.com/path">
158
+ <meta property="og:type" content="website">
159
+ <meta property="og:title" content="<!-- Page · Brand -->">
160
+ <meta property="og:description" content="<!-- … -->">
161
+ <meta property="og:url" content="https://brand.com/path">
162
+ <meta property="og:image" content="https://brand.com/assets/og.png">
163
+ <meta name="twitter:card" content="summary_large_image">
164
+ <link rel="stylesheet" href="/css/tokens.css">
165
+ <link rel="stylesheet" href="/css/styles.css">
166
+ <script type="application/ld+json"><!-- Organization / WebSite JSON-LD --></script>
167
+ </head>
168
+ <body>
169
+ <a class="skip-link" href="#main">Skip to content</a>
170
+ <header><!-- Navbar (links extensionless: /platform, /pricing) --></header>
171
+ <main id="main"><!-- 10–12 sections, alternating white/muted panels, no dividers --></main>
172
+ <footer><!-- Footer --></footer>
173
+ <script src="/js/main.js" defer></script>
174
+ </body></html>
175
+ ```
176
+
177
+ ## Required base CSS (no section borders; panel alternation)
178
+ ```css
179
+ html, body { background: var(--bg-canvas); color: var(--text-secondary); }
180
+ .section { padding-block: var(--section-y);
181
+ border: 0; } /* no borders/dividers between sections */
182
+ .section--muted { background: var(--bg-muted); } /* alternate panels by COLOR, not lines */
183
+ .section + .section { border-top: 0; } /* explicitly: no rule between sections */
184
+ /* Do NOT add <hr> or divider elements between sections.
185
+ Separation = whitespace (--section-y) + panel color (white ↔ --bg-muted). */
186
+ ```
187
+
188
+ ## tokens.json shape (excerpt)
189
+ ```json
190
+ {
191
+ "color": { "bg": {"canvas":"#fbfbfd","white":"#ffffff","muted":"#f5f5f7"},
192
+ "text": {"primary":"#1d1d1f","secondary":"#424245","muted":"#6e6e73"},
193
+ "accent": {"base":"#0071e3","link":"#0066cc"} },
194
+ "space": { "4":"16px","6":"24px","8":"32px","16":"64px" },
195
+ "radius": { "md":"14px","lg":"18px","xl":"24px","pill":"980px" },
196
+ "type": { "display":"clamp(2.5rem,1.2rem + 6.2vw,5rem)", "body":"1.0625rem" }
197
+ }
198
+ ```
199
+
200
+ ## Definition of done
201
+ **15+ pages (≈20), each with ≥10 sections (≈12), no borders/dividers between sections
202
+ (separation by whitespace + alternating white/muted panels).** Pure HTML/CSS/vanilla JS
203
+ (no frameworks/libraries); clean extensionless URLs with `vercel.json` (refresh + deep
204
+ links work); desktop dropdown + mobile + breadcrumb nav; per-page SEO + sitemap; tokens
205
+ centralized; fully responsive; AA accessible; quiet motion with reduced-motion
206
+ fallback; high Lighthouse; zero anti-patterns; could sit next to Apple/Linear/Stripe/
207
+ Vercel without looking out of place.
@@ -0,0 +1,97 @@
1
+ # bento-grid-design-system
2
+
3
+ A world-class, **bento-grid design system** for building modular, tile-based websites —
4
+ pages composed from **asymmetric grids of varied-span tiles** that package each idea
5
+ (feature, metric, product shot, code, quote) into its own clean card. Distilled from
6
+ bento-led leaders (**Apple product pages, Linear, Vercel, Raycast, Resend, Notion**) and
7
+ modern AI sites (**OpenAI, Anthropic, Perplexity, Cursor**). It gives coding/design/UI/
8
+ branding/website-generation agents a complete, reusable system so they can ship modular
9
+ sites that look premium and scannable.
10
+
11
+ It also ships a **production website-generation framework**: a multipage site (15+ pages,
12
+ 10+ sections/page, mostly bento grids, **no borders/dividers between sections**) in **pure
13
+ HTML/CSS/vanilla JS** (the bento is CSS Grid — no masonry library; no React/Vue/Tailwind/
14
+ Bootstrap/jQuery/any library), with **clean Vercel-ready URLs** (no `.html`), navigation,
15
+ and full SEO.
16
+
17
+ > The full design intelligence is **baked into the companion files** (live research
18
+ > optional, to save tokens). Outputs a generated site/system into a `website/` folder.
19
+ > Sibling skills: `ai-dark-futuristic-design-system`, `apple-premium-minimal-design-system`,
20
+ > `product-demo-first-design-system`.
21
+
22
+ ## Install
23
+
24
+ ```bash
25
+ npx spirewise install -s bento-grid-design-system # pick agents + scope
26
+ npx spirewise install -s bento-grid-design-system -a claude,cursor -sc workspace
27
+ ```
28
+
29
+ ## Remove
30
+
31
+ ```bash
32
+ npx spirewise remove -s bento-grid-design-system # pick agents + scope
33
+ npx spirewise remove -s bento-grid-design-system -a claude,cursor -sc both
34
+ ```
35
+
36
+ (No Node? `./install.sh -s bento-grid-design-system` and `./install.sh remove -s bento-grid-design-system`.)
37
+
38
+ ## Use
39
+
40
+ After installing, ask your agent:
41
+
42
+ > "Build a bento-grid website for our product"
43
+ > "Make it like Apple/Linear/Raycast — modular bento tiles"
44
+
45
+ It reads the companion files, locks the tokens, plans each section's tiles (anchor +
46
+ varied spans), composes the bento grids + tile variants, applies motion + accessibility,
47
+ and emits **pure HTML + CSS + vanilla JS + tokens + `vercel.json` + `sitemap.xml`** into a
48
+ `website/` folder.
49
+
50
+ ## What's inside
51
+
52
+ | File | What it gives you |
53
+ |---|---|
54
+ | `SKILL.md` | Orchestrator: bento philosophy, mandates, workflow, output, checklist |
55
+ | `design-principles.md` | One-idea-per-tile philosophy, anchor-tile hierarchy, do/don'ts |
56
+ | `color-system.md` | Palette + **tile-surface** tokens (light + dark) as CSS vars |
57
+ | `typography-system.md` | Fonts, fluid type scale, tile-title roles |
58
+ | `spacing-system.md` | 4/8-pt scale, container widths, **bento gap + tile padding** |
59
+ | `layout-system.md` | The **bento grid engine** (CSS Grid + spans) + section layouts |
60
+ | `component-library.md` | 17 components + Bento Grid + Bento Tile variants |
61
+ | `motion-system.md` | Staggered tile reveals, hover lift, pointer spotlight |
62
+ | `accessibility-system.md` | Contrast, reading order, link-tiles, focus, reduced motion |
63
+ | `website-generation-rules.md` | Pure-vanilla build: pages, clean URLs + `vercel.json`, nav, SEO |
64
+ | `example-page-structures.md` | Bento-led page blueprints per site type |
65
+
66
+ ## The look
67
+
68
+ Soft rounded **tiles** on a calm canvas, consistent grid gaps, large radii, gentle
69
+ elevation, faint per-tile gradients, big confident headlines, one restrained accent, and
70
+ quiet hover/reveal motion. Modular and scannable — a well-designed bento box. Works light
71
+ or dark (default light).
72
+
73
+ ## Components (17 + bento toolkit)
74
+
75
+ Navbar · Hero bento · Capabilities bento · Bento Grid · Testimonials (quote tiles) · Logo
76
+ bento · Pricing · FAQ · CTA tile · Footer · Dashboard tile · Agent Workflow · Code tile ·
77
+ Terminal tile · Stat bento · Security · Enterprise — **plus** the Bento Grid engine and
78
+ tile variants (Feature, Metric, Media, Code, Quote, Integration, CTA, List).
79
+
80
+ ## Rules it enforces
81
+
82
+ - **Bento-led** — most sections are bento grids with **an anchor tile + varied spans**,
83
+ one idea per tile, mixed content types, real content (no empty/filler/monotonous grids).
84
+ - **Multipage scale (mandatory)** — **15+ pages (≈20)**, **≥10 sections/page (≈12)**, and
85
+ **no borders/dividers between sections** (separation by whitespace + panels + tile surfaces).
86
+ - **Pure vanilla stack** — HTML5 + CSS3 + vanilla JS only; the bento is **CSS Grid** (no
87
+ masonry lib); **no React/Vue/Angular/Svelte/Bootstrap/Tailwind/jQuery/any library**; no build.
88
+ - **Clean Vercel-ready URLs** — extensionless routes (`/pricing`), with `vercel.json`
89
+ (`cleanUrls`), `sitemap.xml`, `robots.txt`; refresh + deep links work.
90
+ - **Full navigation + SEO** — desktop dropdowns, mobile overlay, breadcrumbs; per-page
91
+ title/description, Open Graph, Twitter card, canonical, JSON-LD.
92
+ - **Centralized tokens**, **accessible by default** (sensible reading order despite `dense`
93
+ flow, link-wrapped tiles, focus, reduced motion), **mobile-first responsive** (graceful
94
+ 6→4→2→1 reflow), **restraint**. **Zero anti-patterns** — no template look, frameworks in
95
+ the shipped site, monotonous grids, or empty tiles.
96
+
97
+ See `SKILL.md` for the full workflow and the companion files for every token and spec.
@@ -0,0 +1,185 @@
1
+ ---
2
+ name: bento-grid-design-system
3
+ description: >-
4
+ A world-class, BENTO-GRID design system for building modular, tile-based websites
5
+ where content is organized into asymmetric bento grids — varied-span cards that
6
+ package features, metrics, product shots, code, and media into a clean, scannable
7
+ mosaic. Distilled from bento-led leaders (Apple product pages, Linear, Vercel,
8
+ Raycast, Vercel/Resend, Cron/Notion) and modern AI sites (OpenAI, Anthropic,
9
+ Perplexity, Cursor). It gives coding/design/UI/branding/website-generation agents a
10
+ complete, reusable system: design philosophy, color/typography/spacing/grid/layout
11
+ tokens (with a first-class bento grid engine), a 17+ -component library (Bento Grid,
12
+ Bento Tile variants, Hero Bento…), a motion system, accessibility + responsive
13
+ rules, and a production website-generation framework. The framework builds a
14
+ multipage site (15+ pages, 10+ sections/page, NO borders/dividers between sections)
15
+ in PURE HTML/CSS/vanilla JS (no React/Vue/Tailwind/Bootstrap/jQuery/any library),
16
+ with clean Vercel-ready URLs (no `.html`), navigation, and full SEO. Use when the
17
+ user asks for a "bento grid website", "bento layout", "modular tile landing page",
18
+ "make it like Apple/Linear/Raycast bento", or "a bento design system / tokens". The
19
+ full system is baked into the companion files (live research optional). Outputs a
20
+ generated site/system into a `website/` folder.
21
+ ---
22
+
23
+ # Bento Grid Design System
24
+
25
+ A complete, agent-ready design system for **bento-grid websites** — pages built from
26
+ **modular, asymmetric tiles** of varying spans that package each idea (a feature, a
27
+ metric, a product shot, a code sample, a quote) into its own card, arranged into a
28
+ clean, scannable mosaic. Distilled from Apple's bento product pages, Linear, Vercel,
29
+ Raycast, Resend, Notion, and modern AI sites (OpenAI, Anthropic, Perplexity, Cursor).
30
+
31
+ This skill is the **single source of truth**. The detailed system lives in the
32
+ companion files in this folder — read the ones relevant to the task, then generate.
33
+
34
+ ## The core idea — bento as the organizing principle
35
+
36
+ - **Compose pages from bento grids.** Most sections are an asymmetric grid of tiles
37
+ (1×1, 2×1, 1×2, 2×2 spans) — a "bento box" — rather than plain stacked rows.
38
+ - **One idea per tile.** Each tile holds a single, self-contained thought: a feature +
39
+ visual, a stat, a mini product frame, a quote, a code snippet, an integration logo.
40
+ - **Varied spans create rhythm.** Mix a large anchor tile with several small tiles so
41
+ every section has a clear focal point and a pleasing, scannable mosaic.
42
+ - **Tiles are the "cards"; the grid replaces dividers.** Separation comes from the
43
+ grid gaps and tile surfaces — **never borders between sections**.
44
+
45
+ ## Hard structural requirements (MANDATORY — never skip)
46
+
47
+ These are non-negotiable and override any conflicting guidance elsewhere:
48
+
49
+ 1. **Multipage — 15+ pages (≈20).** Always generate a **full multipage website with
50
+ more than 15 distinct pages** (not a single landing page) — a real site map.
51
+ 2. **10+ sections per page (≈12).** Every page contains **at least 10 full sections**;
52
+ most are bento grids, composed from the layout + component library.
53
+ 3. **No borders/dividers between sections.** **Zero border widths, lines, rules, or
54
+ `<hr>` between sections.** Separate sections with whitespace, soft background panels,
55
+ the bento tiles' own surfaces/elevation, and type hierarchy — never a section border.
56
+ (Tiles may have their own hairline/surface; that's a tile, not a section divider.)
57
+ 4. **Pure HTML + CSS + vanilla JS — no frameworks/libraries.** The generated site uses
58
+ **only HTML5, CSS3, and vanilla JavaScript** (the bento grid is CSS Grid — no
59
+ masonry library). No React/Vue/Angular/Svelte/Next, no Bootstrap/Tailwind/any CSS
60
+ framework, no jQuery/any UI or JS library, no build step. (Exporting `tokens.json`
61
+ for other agents is fine — that's data, not a framework.)
62
+ 5. **Clean, Vercel-ready URLs.** All routes are **extensionless** (`/pricing`, not
63
+ `/pricing.html`); ship a `vercel.json` (`cleanUrls: true`) plus `sitemap.xml` /
64
+ `robots.txt` so production refresh and deep links work.
65
+ 6. **Full navigation + SEO.** Desktop nav (dropdown/mega-menu where useful) + mobile
66
+ menu + breadcrumbs; per-page SEO (unique title/description, Open Graph, Twitter
67
+ card, canonical, JSON-LD). Every component: responsive, accessible, reusable,
68
+ production-ready, animation-ready.
69
+
70
+ See `website-generation-rules.md` for the required page list, required sections, the
71
+ `vercel.json`, navigation, and SEO specifics. Enforce in code: `.section { border: 0 }`
72
+ and never place `<hr>`/divider elements between sections.
73
+
74
+ ## When to use
75
+
76
+ Building or designing any landing page, marketing site, or product site that should use
77
+ a **modular bento-grid** aesthetic (Apple/Linear/Raycast/Vercel energy) — for a product,
78
+ AI startup, developer platform, or enterprise SaaS — or producing **design tokens / a
79
+ design system** for other agents.
80
+
81
+ ## The companion files (read what you need)
82
+
83
+ | File | What it gives you |
84
+ |---|---|
85
+ | `design-principles.md` | The bento philosophy, hierarchy laws, do/don'ts |
86
+ | `color-system.md` | Palette + tile-surface tokens (works light or dark) as CSS vars |
87
+ | `typography-system.md` | Fonts, fluid type scale, weights, tracking, tile-text roles |
88
+ | `spacing-system.md` | 4/8-pt scale, container widths, grid gaps, tile padding |
89
+ | `layout-system.md` | The **bento grid engine** + canonical bento section layouts |
90
+ | `component-library.md` | 17 components + Bento Grid + Bento Tile variants |
91
+ | `motion-system.md` | Tile hover/reveal stagger, spotlight, content micro-interactions |
92
+ | `accessibility-system.md` | Contrast, focus, motion, tile/grid semantics, keyboard |
93
+ | `website-generation-rules.md` | Pure-vanilla build: pages, clean URLs + `vercel.json`, nav, SEO |
94
+ | `example-page-structures.md` | Ready bento-grid page blueprints |
95
+
96
+ All tokens use the same names across files, so they compose into one stylesheet.
97
+
98
+ ## Phase 1 — Research is baked in (live analysis OPTIONAL)
99
+
100
+ The design intelligence extracted from the reference sites is **already encoded in the
101
+ companion files** — patterns, palettes, type scales, spacing, the bento grid engine,
102
+ components, motion. **Do NOT re-scrape the references for the basics; use the baked-in
103
+ system** (saves tokens). Only browse live when the user wants a *current* look from a
104
+ specific site, a brand-new pattern not covered here, or to verify a font/feature.
105
+
106
+ What the baked-in system already captures (the Phase-1 extraction): design patterns,
107
+ visual hierarchy, typography/spacing/grid/layout systems, color + gradient systems,
108
+ animation/motion, navigation, CTA + hero patterns, trust/enterprise/social-proof
109
+ components, footer/pricing/feature structures, interactive + micro-interactions,
110
+ glassmorphism usage, accessibility, mobile responsiveness, developer-experience
111
+ patterns, and AI-startup conversion patterns — all expressed as bento tiles.
112
+
113
+ ## Phase 2 — Generate (the workflow)
114
+
115
+ 1. **Clarify intent:** site type (product / SaaS / dev platform / AI / enterprise),
116
+ theme (light or dark base), brand accent (or default), and page set.
117
+ 2. **Lock the tokens:** start from `color-system.md` + `typography-system.md` +
118
+ `spacing-system.md`. Emit them once as `:root` CSS variables (and `tokens.json`).
119
+ 3. **Plan the bentos:** for each section, decide the tiles (the ideas) and their spans —
120
+ one anchor tile + supporting tiles. The grid is designed, not random.
121
+ 4. **Compose layouts + components:** use the bento grid engine and the Bento Tile
122
+ variants (feature, metric, media, quote, code, integration, CTA tile).
123
+ 5. **Apply motion + a11y:** tile hover/reveal stagger per `motion-system.md`, gated by
124
+ `prefers-reduced-motion`; meet every rule in `accessibility-system.md`.
125
+ 6. **Emit code:** follow `website-generation-rules.md` to produce clean, semantic,
126
+ responsive **pure HTML + CSS + vanilla JS** plus tokens, `vercel.json`, `sitemap.xml`,
127
+ `robots.txt`.
128
+ 7. **Self-check** against the anti-patterns and the verification checklist below.
129
+
130
+ ## Output
131
+
132
+ Unless the user specifies otherwise, write the generated **multipage site (15+ pages,
133
+ ~20)** into a `website/` folder in the project root:
134
+ - `website/index.html` **plus 15+ additional pages** (≥10 sections each, bento-led, no
135
+ inter-section borders), linked with **extensionless URLs** (`/pricing`)
136
+ - `website/css/tokens.css` + `website/css/styles.css`
137
+ - `website/js/main.js` (vanilla nav, tile interactions, motion — progressively enhanced)
138
+ - `website/vercel.json`, `website/sitemap.xml`, `website/robots.txt`
139
+ - `website/assets/` (tile media, icons, og images)
140
+ - `website/tokens.json` (machine-readable tokens for other agents)
141
+
142
+ When the user only wants the **system** (not a site), emit the tokens + component specs.
143
+
144
+ ## Default look (baked-in identity)
145
+
146
+ Soft rounded **tiles** on a calm canvas, generous grid gaps, large radii, gentle
147
+ elevation and faint tile gradients, big confident headlines, one restrained accent, and
148
+ quiet hover/reveal motion that brings tiles to life. Clean and modular — like a
149
+ well-designed bento box. Works **light or dark** (default light); a dark base is
150
+ included. (For a fully dark identity use `ai-dark-futuristic-design-system`; for Apple
151
+ minimal use `apple-premium-minimal-design-system`; for product-demo focus use
152
+ `product-demo-first-design-system`.)
153
+
154
+ ## Anti-patterns (never ship these)
155
+
156
+ Outdated startup designs · Bootstrap/ThemeForest/WordPress-template look · generic SaaS
157
+ or old-startup templates · poor typography · weak visual hierarchy · overloaded
158
+ gradients · excessive glassmorphism · poor accessibility · inconsistent spacing ·
159
+ **uniform/monotonous grids with no focal anchor tile · empty or filler tiles · borders
160
+ or dividers between sections · single-page sites or thin pages with fewer than 10
161
+ sections · any framework/library in the shipped site (React/Vue/Tailwind/Bootstrap/
162
+ jQuery/…) · `.html` in URLs**. The result must feel like Apple/Linear/Raycast — never
163
+ like a template.
164
+
165
+ ## Verification checklist (run before finishing)
166
+
167
+ 0. **Multipage scale met:** the site has **> 15 pages** (≈20), each page has **≥ 10
168
+ sections** (≈12), and there are **no borders/dividers between sections**.
169
+ 0b. **Bento-led met:** most sections are bento grids, each with **a clear anchor tile +
170
+ varied-span supporting tiles** (no monotonous uniform grid, no empty/filler tiles).
171
+ 0c. **Pure vanilla + clean URLs:** zero frameworks/libraries (bento is CSS Grid); all
172
+ routes extensionless with a working `vercel.json` (`cleanUrls`), `sitemap.xml`, `robots.txt`.
173
+ 0d. **Nav + SEO:** desktop nav/dropdowns + mobile menu + breadcrumbs; per-page title/
174
+ description, Open Graph + Twitter card, canonical, and JSON-LD.
175
+ 1. Tokens emitted once (`:root`/`tokens.css`) and reused — no scattered one-off hex.
176
+ 2. Type uses the fluid scale; spacing uses the 4/8-pt scale; bento uses the grid engine +
177
+ container widths — all from the companion files.
178
+ 3. Every section is a recognized layout; every tile/component matches `component-library.md`.
179
+ 4. Body text ≥ 4.5:1 contrast, large text ≥ 3:1; visible focus; motion respects
180
+ `prefers-reduced-motion`; semantic landmarks + alt text; tiles keyboard-navigable.
181
+ 5. Fully responsive (360 → 1440+): bento reflows gracefully to fewer columns / single
182
+ column; no horizontal scroll; tap targets ≥ 44px.
183
+ 6. Trips **zero** anti-patterns; tile content is real (not empty/filler).
184
+ 7. Output looks like it belongs next to Apple/Linear/Raycast — modular, clean, and
185
+ conversion-focused.