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 — Dark Futuristic
2
+
3
+ A strict **4-point base / 8-point rhythm** scale. Generous space is the premium
4
+ signal — sections breathe, content groups by proximity, nothing crowds.
5
+
6
+ ## Scale tokens
7
+
8
+ ```css
9
+ :root {
10
+ /* 4-pt base, 8-pt rhythm */
11
+ --space-0: 0; --space-1: 4px; --space-2: 8px; --space-3: 12px;
12
+ --space-4: 16px; --space-5: 20px; --space-6: 24px; --space-8: 32px;
13
+ --space-10: 40px; --space-12: 48px; --space-16: 64px; --space-20: 80px;
14
+ --space-24: 96px; --space-28: 112px;--space-32: 128px;--space-40: 160px;
15
+
16
+ /* Radii */
17
+ --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px;
18
+ --radius-xl: 24px; --radius-2xl: 32px; --radius-pill: 999px;
19
+
20
+ /* Containers */
21
+ --container-sm: 640px; --container-md: 768px; --container-lg: 1024px;
22
+ --container-xl: 1200px; --container-2xl: 1320px;
23
+ --gutter: clamp(20px, 5vw, 48px); /* page side padding */
24
+
25
+ /* Section rhythm (fluid) */
26
+ --section-y: clamp(64px, 8vw, 128px); /* vertical padding per section */
27
+ --section-y-lg: clamp(96px, 12vw, 192px);/* hero / major sections */
28
+ --stack: clamp(16px, 2vw, 24px); /* gap between stacked elements */
29
+ }
30
+ ```
31
+
32
+ ## Usage map
33
+
34
+ - **4-pt system** (`--space-1..6`): inside components — icon↔label, input padding,
35
+ badge padding, button padding (`--space-3 --space-6`), list-item gaps.
36
+ - **8-pt system** (`--space-8..16`): between components — card internal gaps, form
37
+ rows, header↔body, gaps within a card grid.
38
+ - **Container widths:** marketing content tops out at `--container-xl` (1200) to
39
+ `--container-2xl` (1320); long-form/docs prose at `--container-md` (768). Center
40
+ with `margin-inline:auto` + `padding-inline: var(--gutter)`.
41
+ - **Section spacing:** every section gets `padding-block: var(--section-y)`; hero and
42
+ final CTA use `--section-y-lg`. This single rule creates the calm vertical rhythm.
43
+ - **Card spacing:** padding `--space-6` (24) small, `--space-8` (32) default,
44
+ `--space-10` (40) feature cards; internal `--stack` between elements.
45
+ - **Grid gaps:** `--space-6` (24) default; `--space-4` (16) dense bento; `--space-8`
46
+ (32) spacious feature rows.
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 alone separates them, all on one shared `--bg-900` background
51
+ (never alternate or change section background colors).
52
+
53
+ ## Rules
54
+
55
+ 1. **Only use scale values.** No arbitrary `13px`/`27px`. If you need a new size, pick
56
+ the nearest token.
57
+ 2. **Bigger viewport → more space.** The fluid `clamp()` tokens scale section padding
58
+ up on desktop and down on mobile automatically.
59
+ 3. **Proximity groups meaning.** Related items get small gaps; unrelated groups get a
60
+ full `--space-12`+ gap. Don't separate with borders when space will do.
61
+ 4. **Consistent radii by elevation:** inputs/badges `--radius-sm/md`; cards
62
+ `--radius-lg/xl`; modals/hero panels `--radius-2xl`; pills `--radius-pill`.
63
+ 5. **Whitespace > dividers.** Prefer space and surface changes over lines to separate.
64
+
65
+ ## Helpers
66
+
67
+ ```css
68
+ .container { width:100%; max-width: var(--container-xl);
69
+ margin-inline:auto; padding-inline: var(--gutter); }
70
+ .section { padding-block: var(--section-y); }
71
+ .section--hero, .section--cta { padding-block: var(--section-y-lg); }
72
+ .stack > * + * { margin-top: var(--stack); } /* vertical rhythm utility */
73
+ ```
@@ -0,0 +1,89 @@
1
+ # Typography System — Dark Futuristic
2
+
3
+ Large, tight, calm type carries the design. Modern grotesk sans for UI, optional
4
+ mono for code/dev proof. Fluid scale so headings breathe on desktop and stay legible
5
+ on mobile.
6
+
7
+ ## Fonts
8
+
9
+ ```css
10
+ :root {
11
+ --font-sans: "Inter", "Geist", "General Sans", -apple-system, BlinkMacSystemFont,
12
+ "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ --font-display: var(--font-sans); /* or "Geist", "Satoshi" for more character */
14
+ --font-mono: "Geist Mono", "JetBrains Mono", "SF Mono", ui-monospace, Menlo, monospace;
15
+ }
16
+ ```
17
+
18
+ Recommendations by brand temperament:
19
+ - **Calm / enterprise (OpenAI, Anthropic, Harvey, Sierra):** Inter / Geist.
20
+ - **Sharp / product (Cursor, Linear-like):** Geist / Satoshi, tighter tracking.
21
+ - **Expressive (Runway, Midjourney, Lovable):** a distinctive display face for H1
22
+ only; keep body neutral.
23
+ - **Dev platforms (Replit, ElevenLabs, Scale):** pair sans with `--font-mono` in
24
+ code/terminal previews.
25
+
26
+ ## Fluid type scale (clamp)
27
+
28
+ ```css
29
+ :root {
30
+ --fs-display: clamp(2.75rem, 1.6rem + 5.6vw, 5.5rem); /* 44 → 88px hero/display */
31
+ --fs-h1: clamp(2.25rem, 1.5rem + 3.4vw, 3.75rem); /* 36 → 60px */
32
+ --fs-h2: clamp(1.75rem, 1.3rem + 2.1vw, 2.75rem); /* 28 → 44px */
33
+ --fs-h3: clamp(1.375rem, 1.15rem + 1.1vw, 1.875rem);/* 22 → 30px */
34
+ --fs-h4: clamp(1.125rem, 1.02rem + 0.5vw, 1.375rem);/* 18 → 22px */
35
+ --fs-lead: clamp(1.125rem, 1.02rem + 0.5vw, 1.375rem);/* 18 → 22px intro text */
36
+ --fs-body: 1rem; /* 16px base */
37
+ --fs-body-lg: 1.125rem; /* 18px */
38
+ --fs-small: 0.875rem; /* 14px caption */
39
+ --fs-micro: 0.75rem; /* 12px labels/eyebrow */
40
+ }
41
+ ```
42
+
43
+ ## Roles (each: size · weight · line-height · tracking)
44
+
45
+ | Role | Size | Weight | Line-height | Tracking | Color |
46
+ |---|---|---|---|---|---|
47
+ | **Display** (hero) | `--fs-display` | 600–700 | 1.02–1.05 | -0.02em to -0.03em | `--text-primary` (or `--grad-text` on 1 word) |
48
+ | **H1** | `--fs-h1` | 600–700 | 1.06 | -0.02em | `--text-primary` |
49
+ | **H2** (section) | `--fs-h2` | 600 | 1.1 | -0.015em | `--text-primary` |
50
+ | **H3** | `--fs-h3` | 600 | 1.2 | -0.01em | `--text-primary` |
51
+ | **H4 / overline** | `--fs-h4` | 600 | 1.25 | 0 | `--text-primary` |
52
+ | **Eyebrow / label** | `--fs-micro` | 600 | 1.2 | 0.08em, UPPERCASE | `--accent` or `--text-muted` |
53
+ | **Lead / subhead** | `--fs-lead` | 400–500 | 1.5 | 0 | `--text-secondary` |
54
+ | **Body** | `--fs-body`/`-lg` | 400 | 1.6–1.7 | 0 | `--text-secondary` |
55
+ | **Caption / meta** | `--fs-small` | 400–500 | 1.5 | 0 | `--text-muted` |
56
+ | **Button** | `--fs-body` (`0.9375rem` compact) | 600 | 1 | -0.005em | `--text-on-accent` / `--text-primary` |
57
+ | **Navigation** | `--fs-small`/`--fs-body` | 500 | 1 | 0 | `--text-secondary` → `--text-primary` on hover |
58
+ | **Pricing amount** | `clamp(2.5rem,2rem+2vw,3.5rem)` | 700 | 1 | -0.02em | `--text-primary` |
59
+ | **Code / terminal** | `--fs-small` | 400–500 | 1.6 | 0 | mono, syntax-tinted |
60
+
61
+ ## Rules
62
+
63
+ 1. **Tighten as it grows.** Bigger headings get tighter line-height and slightly
64
+ negative letter-spacing; body stays at 1.6–1.7 and 0 tracking.
65
+ 2. **Measure (line length) 60–75ch** for body; cap with `max-width: 65ch`.
66
+ 3. **Weights:** body 400, emphasis/UI 500–600, headings 600–700. Avoid 800/900 (reads
67
+ heavy on dark) and avoid <400 for body on dark (too thin).
68
+ 4. **One display moment per page** (the hero). Don't make every heading huge.
69
+ 5. **Gradient text** (`--grad-text`) on at most one hero phrase; never on body or
70
+ small text (hurts legibility/contrast).
71
+ 6. **Eyebrows** label sections (uppercase, tracked, small, accent/muted) above H2s.
72
+ 7. **Numbers/metrics** use tabular figures where available (`font-variant-numeric:
73
+ tabular-nums`) for stat rows and pricing.
74
+
75
+ ## Base CSS
76
+
77
+ ```css
78
+ body { font-family: var(--font-sans); font-size: var(--fs-body);
79
+ line-height: 1.65; color: var(--text-secondary);
80
+ -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
81
+ h1,h2,h3,h4 { color: var(--text-primary); font-family: var(--font-display);
82
+ text-wrap: balance; }
83
+ h1 { font-size: var(--fs-h1); font-weight: 700; line-height: 1.06; letter-spacing:-0.02em; }
84
+ .eyebrow { font-size: var(--fs-micro); font-weight:600; letter-spacing:.08em;
85
+ text-transform:uppercase; color: var(--accent); }
86
+ .lead { font-size: var(--fs-lead); color: var(--text-secondary); max-width: 60ch; }
87
+ p { max-width: 65ch; }
88
+ code, pre { font-family: var(--font-mono); }
89
+ ```
@@ -0,0 +1,220 @@
1
+ # Website Generation Rules — Dark Futuristic
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 still be exported for other agents/stacks — see below — but
6
+ the **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. Everything — layout, motion,
17
+ nav, accordions, tabs, carousels, mega-menus — is hand-written with native HTML/CSS/JS
18
+ (Grid/Flexbox, custom properties, `IntersectionObserver`, etc.). Exporting **design
19
+ tokens** (`tokens.json`) for other agents is allowed; shipping the site in a framework
20
+ is not.
21
+
22
+ ## Mandatory scale & structure (read first)
23
+ - **Multipage: build 15+ pages (recommended ~20)** — a full site map, not one page.
24
+ - **Every page has at least 10 sections (recommend 12)** from the layouts/components.
25
+ - **All sections share ONE background color** (`--bg-900`). Never alternate or vary
26
+ section backgrounds.
27
+ - **No borders or dividers between sections** — separate with `--section-y` spacing
28
+ only. In CSS: one page background + `.section { background: transparent; border: 0; }`.
29
+ - **Clean, extensionless, Vercel-ready URLs** (`/pricing`, not `/pricing.html`) — see
30
+ "Clean URLs & Vercel" below.
31
+
32
+ ## Required pages (build all of these — 15+; ~20 recommended)
33
+ Home `/` · Platform `/platform` · Solutions `/solutions` · Products `/products` ·
34
+ Features `/features` · AI Agents `/ai-agents` · Enterprise `/enterprise` · Security
35
+ `/security` · Pricing `/pricing` · Customers `/customers` · Case Studies
36
+ `/case-studies` · Developers `/developers` · Documentation `/docs` · About `/about` ·
37
+ Careers `/careers` · Blog `/blog` · Contact `/contact` · Partners `/partners` ·
38
+ Resources `/resources` · FAQ `/faq`. Add product/solution/blog/doc subpages freely.
39
+
40
+ ## Required sections (every page must contain these — ≥10, recommend 12)
41
+ Hero · Feature Sections · Product Highlights · Trust Signals (logos) · Testimonials ·
42
+ Use Cases · Statistics · Integrations · CTA Sections · Footer. Add more from
43
+ `component-library.md` (Security, Enterprise, Bento, Agent Workflow, Code/Terminal,
44
+ Pricing, FAQ) to reach 12 and to fit the page's purpose.
45
+
46
+ ## Site types this must support
47
+ Landing pages · startup websites · AI company websites · enterprise SaaS · developer
48
+ platforms · agentic-AI startups · infrastructure startups · NVIDIA-Inception-grade
49
+ companies. Pick the page set + tone per type (see `example-page-structures.md`).
50
+
51
+ ## What to generate
52
+ - **HTML** — semantic, accessible, one file per page.
53
+ - **CSS** — `tokens.css` (`:root` variables from color/typography/spacing) + `styles.css`
54
+ (base + components + utilities). No inline styles except dynamic values.
55
+ - **JavaScript** — vanilla, progressive enhancement only (nav/mega-menu, accordion,
56
+ tabs, reveal, toggle, copy, carousel). The page must be readable/usable without JS.
57
+ - **`vercel.json`** — clean-URL + routing config (see below).
58
+ - **`sitemap.xml`** + **`robots.txt`** — for SEO.
59
+ - **Design tokens** — also emit `tokens.json` (machine-readable) so other agents can
60
+ reuse the system in any stack. (Token export only — the site stays vanilla.)
61
+ - **Component specifications** — when asked for the *system* (not a site), emit each
62
+ component's markup + token usage from `component-library.md`.
63
+ - **Accessibility guidance** + **responsive guidance** inline (comments) and honored.
64
+
65
+ ## File/output layout (default — flat files + clean URLs)
66
+ ```
67
+ website/
68
+ ├── index.html # served at /
69
+ ├── platform.html # served at /platform (cleanUrls strips .html)
70
+ ├── solutions.html # /solutions
71
+ ├── products.html features.html ai-agents.html enterprise.html security.html
72
+ ├── pricing.html customers.html case-studies.html developers.html docs.html
73
+ ├── about.html careers.html blog.html contact.html partners.html resources.html faq.html
74
+ ├── css/
75
+ │ ├── tokens.css # :root design tokens (single source of truth)
76
+ │ └── styles.css # base, components, utilities
77
+ ├── js/
78
+ │ └── main.js # nav/mega-menu, reveal, accordion, tabs, copy, carousel
79
+ ├── assets/ # logos, images, icons (SVG preferred), og images
80
+ ├── tokens.json # machine-readable tokens for other agents
81
+ ├── sitemap.xml # all clean URLs
82
+ ├── robots.txt
83
+ └── vercel.json # cleanUrls + routing
84
+ ```
85
+ Alternative (also fine): folder-per-page `platform/index.html` served at `/platform`.
86
+ Either way, **all internal links are extensionless** (`href="/pricing"`).
87
+
88
+ ## Clean URLs & Vercel (MANDATORY)
89
+ - **No `.html` in any URL**, no `page.html` links, no ugly query params. Internal
90
+ links and the nav use clean paths (`/`, `/platform`, `/pricing`, `/developers`…).
91
+ - Emit **`vercel.json`** so `.html` is stripped, direct refresh works, and deep links
92
+ resolve:
93
+ ```json
94
+ {
95
+ "cleanUrls": true,
96
+ "trailingSlash": false,
97
+ "headers": [
98
+ { "source": "/assets/(.*)", "headers": [
99
+ { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] }
100
+ ]
101
+ }
102
+ ```
103
+ `cleanUrls: true` serves `platform.html` at `/platform` and 301-redirects the
104
+ `.html` form. (If using folder-per-page, the same config serves `/platform`.)
105
+ - Provide a `404.html` for unknown routes. Ensure every nav/footer/internal link is
106
+ extensionless so production routing, refresh, and deep links all work.
107
+
108
+ ## Navigation system (build fully, in vanilla JS)
109
+ - **Desktop nav** with **mega-menus**: hovering/clicking a top item (Platform,
110
+ Solutions, Products, Developers) opens a multi-column panel of links + descriptions
111
+ (glass surface, same tokens). Keyboard + `aria-expanded`/`aria-haspopup` support.
112
+ - **Mobile nav**: full-screen overlay, accordion sub-menus, focus-trap, ESC to close.
113
+ - **Multi-level navigation** (top item → mega-menu groups → links) and a **breadcrumb**
114
+ component on deep pages (docs, blog posts, case studies) using `aria-label="Breadcrumb"`.
115
+ - Active route highlighted via `aria-current="page"`. See Navbar in `component-library.md`.
116
+
117
+ ## Hard rules
118
+ 1. **Vanilla only.** No frameworks/libraries of any kind in the shipped site (see
119
+ Technology stack). Hand-write all interactivity.
120
+ 2. **Tokens first, once.** Define all colors/type/spacing as `:root` variables in
121
+ `tokens.css`; every rule references them. **No scattered raw hex / px**. Rebrand =
122
+ change `--accent-*` only.
123
+ 3. **Mobile-first + responsive.** Author base styles for small screens; enhance up
124
+ with `min-width` media queries. Multi-column → single column by `md`. No horizontal
125
+ scroll at 320px.
126
+ 4. **Semantic + accessible.** Follow `accessibility-system.md` to the letter (landmarks,
127
+ one H1, focus-visible, alt text, labels, reduced motion). Non-negotiable.
128
+ 5. **One background, no section borders.** Every section uses the **same** background
129
+ (`--bg-900`) — never alternate fills — and there are **no borders/dividers between
130
+ sections**. Give `.section { background: transparent; border: 0; }` and let
131
+ `--section-y` padding create separation. Each section = inner `.container` + a
132
+ single recognized layout on the one continuous canvas.
133
+ 6. **Components from the library.** Reuse `.btn`/`.card` primitives and the 17 specs;
134
+ don't invent ad-hoc styles. Every component: responsive, accessible, reusable,
135
+ production-ready, animation-ready, dark-mode-optimized.
136
+ 7. **Restraint.** ≤ one prominent gradient and ≤ one glow per section; glass on ≤ 2
137
+ elements total; honor the 90/8/2 color split.
138
+ 8. **Performance:** system fonts or `font-display: swap`; SVG icons inline or sprite;
139
+ lazy-load below-the-fold images (`loading="lazy"`); animate only transform/opacity;
140
+ minimal JS, no libraries; target excellent Lighthouse (90+ perf/SEO/best-practices/a11y).
141
+ 9. **SEO on every page** (see SEO section): unique title + description, Open Graph +
142
+ Twitter cards, canonical, structured data, and a site `sitemap.xml` + `robots.txt`.
143
+ 10. **Real content, not lorem.** Use plausible, specific copy and data (metrics, code,
144
+ testimonials). Mark guesses `[PLACEHOLDER]`.
145
+ 11. **Self-verify** against the anti-patterns and every companion checklist before done.
146
+
147
+ ## SEO requirements (every page)
148
+ - Unique **`<title>`** and **meta description** (150–160 chars).
149
+ - **Open Graph** (`og:title/description/type/url/image`) and **Twitter card**
150
+ (`summary_large_image`) tags + an OG image in `assets/`.
151
+ - **Canonical** URL (`<link rel="canonical" href="https://domain/path">`) using the
152
+ clean URL.
153
+ - **Structured data** (JSON-LD): `Organization` + `WebSite` site-wide; `Product`,
154
+ `FAQPage`, `BreadcrumbList`, `Article` where relevant.
155
+ - **`sitemap.xml`** listing all clean URLs + **`robots.txt`** referencing it.
156
+
157
+ ## Performance requirements
158
+ Fast first paint, minimal vanilla JS, optimized/centralized CSS, lazy media, cached
159
+ assets (via `vercel.json` headers), no blocking libraries — aim for enterprise-grade,
160
+ high-Lighthouse results.
161
+
162
+ ## Boilerplate `<head>`
163
+ ```html
164
+ <!doctype html><html lang="en"><head>
165
+ <meta charset="utf-8">
166
+ <meta name="viewport" content="width=device-width, initial-scale=1">
167
+ <meta name="color-scheme" content="dark">
168
+ <title><!-- Page · Brand --></title>
169
+ <meta name="description" content="<!-- 150–160 chars -->">
170
+ <link rel="canonical" href="https://brand.com/path">
171
+ <meta property="og:type" content="website">
172
+ <meta property="og:title" content="<!-- Page · Brand -->">
173
+ <meta property="og:description" content="<!-- … -->">
174
+ <meta property="og:url" content="https://brand.com/path">
175
+ <meta property="og:image" content="https://brand.com/assets/og.png">
176
+ <meta name="twitter:card" content="summary_large_image">
177
+ <link rel="stylesheet" href="/css/tokens.css">
178
+ <link rel="stylesheet" href="/css/styles.css">
179
+ <script type="application/ld+json"><!-- Organization / WebSite JSON-LD --></script>
180
+ </head>
181
+ <body>
182
+ <a class="skip-link" href="#main">Skip to content</a>
183
+ <header><!-- Navbar + mega-menu (links extensionless: /platform, /pricing) --></header>
184
+ <main id="main"><!-- 10–12 sections, same bg, no dividers --></main>
185
+ <footer><!-- Footer --></footer>
186
+ <script src="/js/main.js" defer></script>
187
+ </body></html>
188
+ ```
189
+
190
+ ## Required base CSS (one background, no section borders)
191
+ ```css
192
+ html, body { background: var(--bg-900); } /* single canvas for the whole page */
193
+ .section { padding-block: var(--section-y);
194
+ background: transparent; /* never alternate section fills */
195
+ border: 0; } /* no borders/dividers between sections */
196
+ .section + .section { border-top: 0; } /* explicitly: no rule between sections */
197
+ /* Do NOT add <hr>, divider elements, or background-color changes between sections.
198
+ Separation = whitespace (--section-y), type, and card surfaces only. */
199
+ ```
200
+
201
+ ## tokens.json shape (excerpt)
202
+ ```json
203
+ {
204
+ "color": { "bg": {"base":"#06070A","900":"#0A0C12","800":"#0F121A"},
205
+ "text": {"primary":"#F4F6FB","secondary":"#B6BDCC","muted":"#8A92A6"},
206
+ "accent": {"base":"#7C6BFF","2":"#22D3EE"} },
207
+ "space": { "4":"16px","6":"24px","8":"32px","16":"64px" },
208
+ "radius": { "md":"12px","lg":"16px","xl":"24px","pill":"999px" },
209
+ "type": { "display":"clamp(2.75rem,1.6rem + 5.6vw,5.5rem)", "body":"1rem" }
210
+ }
211
+ ```
212
+
213
+ ## Definition of done
214
+ **15+ pages (≈20), each with ≥10 sections (≈12), all on one shared `--bg-900`
215
+ background with no borders/dividers between sections.** Pure HTML/CSS/vanilla JS (no
216
+ frameworks/libraries); clean extensionless URLs with `vercel.json` (refresh + deep
217
+ links work); full desktop mega-menu + mobile + breadcrumb nav; per-page SEO + sitemap;
218
+ tokens centralized; fully responsive; AA accessible; quiet motion with reduced-motion
219
+ fallback; high Lighthouse; zero anti-patterns; could sit next to OpenAI/Anthropic/
220
+ Cursor/Perplexity/Linear/Vercel without looking out of place.
@@ -0,0 +1,95 @@
1
+ # apple-premium-minimal-design-system
2
+
3
+ A world-class, **Apple-style premium minimal design system** for building elegant,
4
+ light, spacious product and AI-startup websites — distilled from **Apple** plus
5
+ premium-minimal peers (**Linear, Stripe, Vercel, Notion**) and modern AI sites
6
+ (**OpenAI, Anthropic, Perplexity, Cursor**). It gives coding/design/UI/branding/
7
+ website-generation agents a complete, reusable system so they can ship sites that
8
+ visually compete with those references while staying accessible, responsive, and
9
+ conversion-optimized.
10
+
11
+ It also ships a **production website-generation framework**: a multipage site (15+
12
+ pages, 10+ sections/page, **no borders/dividers between sections**) in **pure HTML/CSS/
13
+ vanilla JS** (no React/Vue/Tailwind/Bootstrap/jQuery/any library), with **clean
14
+ Vercel-ready URLs** (no `.html`), navigation, and full SEO.
15
+
16
+ > The full design intelligence is **baked into the companion files** (live research
17
+ > optional, to save tokens). Outputs a generated site/system into a `website/` folder.
18
+ > For a fully **dark, futuristic** identity instead, use `ai-dark-futuristic-design-system`.
19
+
20
+ ## Install
21
+
22
+ ```bash
23
+ npx spirewise install -s apple-premium-minimal-design-system # pick agents + scope
24
+ npx spirewise install -s apple-premium-minimal-design-system -a claude,cursor -sc workspace
25
+ ```
26
+
27
+ ## Remove
28
+
29
+ ```bash
30
+ npx spirewise remove -s apple-premium-minimal-design-system # pick agents + scope
31
+ npx spirewise remove -s apple-premium-minimal-design-system -a claude,cursor -sc both
32
+ ```
33
+
34
+ (No Node? `./install.sh -s apple-premium-minimal-design-system` and `./install.sh remove -s apple-premium-minimal-design-system`.)
35
+
36
+ ## Use
37
+
38
+ After installing, ask your agent:
39
+
40
+ > "Design an Apple-style premium minimal website for our product"
41
+ > "Make it look like Apple/Linear/Stripe — clean and minimal"
42
+
43
+ It reads the companion files, locks the tokens, composes layouts from the component
44
+ library, applies motion + accessibility, and emits **pure HTML + CSS + vanilla JS +
45
+ design tokens + `vercel.json` + `sitemap.xml`** into a `website/` folder.
46
+
47
+ ## What's inside
48
+
49
+ | File | What it gives you |
50
+ |---|---|
51
+ | `SKILL.md` | Orchestrator: philosophy, mandates, workflow, output, checklist |
52
+ | `design-principles.md` | Philosophy (clarity/deference/depth), hierarchy laws, do/don'ts |
53
+ | `color-system.md` | Light premium palette + accent + (optional dark) as CSS variables |
54
+ | `typography-system.md` | SF-style fonts, fluid type scale, weights, tracking, roles |
55
+ | `spacing-system.md` | 4/8-pt scale, container widths, generous section/card rhythm |
56
+ | `layout-system.md` | 12-col grid + canonical section layouts |
57
+ | `component-library.md` | Specs for all 17 components |
58
+ | `motion-system.md` | Easing, durations, scroll reveals, parallax, micro-interactions |
59
+ | `accessibility-system.md` | Contrast, focus, semantics, keyboard, reduced motion |
60
+ | `website-generation-rules.md` | Pure-vanilla build: pages, clean URLs + `vercel.json`, nav, SEO |
61
+ | `example-page-structures.md` | Section-by-section page blueprints per site type |
62
+
63
+ ## The look
64
+
65
+ Light, airy canvas (white / `#fbfbfd`) with soft light-gray panels, near-black text, a
66
+ restrained **Apple-blue** accent, big bold tight-tracked headlines, very generous
67
+ whitespace, large radii, hairline-only borders (cards/inputs, never between sections),
68
+ and smooth quiet scroll motion — premium, calm, product-first.
69
+
70
+ ## Components (17)
71
+
72
+ Navbar · Hero · Feature Grid · Bento Grid · Testimonials · Logos · Pricing · FAQ · CTA
73
+ · Footer · Dashboard Preview · Agent Workflow · Code Preview · Terminal Preview · Trust
74
+ · Security · Enterprise.
75
+
76
+ ## Rules it enforces
77
+
78
+ - **Multipage scale (mandatory)** — **15+ pages (≈20)**, **≥10 sections per page (≈12)**,
79
+ and **no borders/dividers between sections** (separation by whitespace + alternating
80
+ white/muted panels).
81
+ - **Pure vanilla stack** — HTML5 + CSS3 + vanilla JS only; **no React/Vue/Angular/
82
+ Svelte/Bootstrap/Tailwind/jQuery/any UI or CSS library** and no build step.
83
+ - **Clean Vercel-ready URLs** — extensionless routes (`/pricing`), with `vercel.json`
84
+ (`cleanUrls`), `sitemap.xml`, and `robots.txt`; refresh + deep links work.
85
+ - **Full navigation + SEO** — desktop dropdowns, mobile overlay, breadcrumbs; per-page
86
+ title/description, Open Graph, Twitter card, canonical, JSON-LD.
87
+ - **Centralized tokens** (`:root`/`tokens.css` + optional `tokens.json`) — rebrand by
88
+ changing the accent only; no scattered hex/px.
89
+ - **Accessible by default** — AA contrast (watch the grays), visible focus, semantics,
90
+ reduced motion.
91
+ - **Restraint + whitespace** — premium minimal; ≤1 subtle gradient per section, hairlines
92
+ only inside cards. **Zero anti-patterns** — no template look, frameworks in the shipped
93
+ site, clutter, or low-contrast gray text.
94
+
95
+ See `SKILL.md` for the full workflow and the companion files for every token and spec.
@@ -0,0 +1,166 @@
1
+ ---
2
+ name: apple-premium-minimal-design-system
3
+ description: >-
4
+ A world-class, Apple-style PREMIUM MINIMAL design system for building elegant,
5
+ light, spacious product and AI-startup websites — distilled from Apple plus
6
+ premium-minimal references (Linear, Stripe, Vercel, Notion, Family, Arc) and modern
7
+ AI sites (OpenAI, Anthropic, Perplexity, Cursor). It gives coding/design/UI/
8
+ branding/website-generation agents a complete, reusable system: design philosophy,
9
+ color/typography/spacing/grid/layout tokens, a 17-component library, a motion
10
+ system, accessibility + responsive rules, and a production website-generation
11
+ framework. The framework builds a multipage site (15+ pages, 10+ sections/page,
12
+ NO borders/dividers between sections) in PURE HTML/CSS/vanilla JS (no React/Vue/
13
+ Tailwind/Bootstrap/jQuery/any library), with clean Vercel-ready URLs (no `.html`),
14
+ navigation, and full SEO. Use when the user asks for "Apple-style website", "premium
15
+ minimal design", "clean elegant landing page", "make it look like Apple/Linear/
16
+ Stripe", or "a minimal design system / design tokens". The full system is baked into
17
+ the companion files in this folder (live research optional). Outputs a generated
18
+ site/system into a `website/` (or user-named) folder.
19
+ ---
20
+
21
+ # Apple Premium Minimal Design System
22
+
23
+ A complete, agent-ready design system for building **premium, minimal, light** product
24
+ and AI-startup websites with the craft of **Apple** — clarity, deference, generous
25
+ whitespace, big confident type, and quiet motion — alongside premium-minimal peers
26
+ (Linear, Stripe, Vercel, Notion) and modern AI sites (OpenAI, Anthropic, Perplexity).
27
+
28
+ This skill is the **single source of truth**. The detailed system lives in the
29
+ companion files in this folder — read the ones relevant to the task, then generate.
30
+
31
+ ## Hard structural requirements (MANDATORY — never skip)
32
+
33
+ These are non-negotiable and override any conflicting guidance elsewhere:
34
+
35
+ 1. **Multipage — 15+ pages (≈20).** Always generate a **full multipage website with
36
+ more than 15 distinct pages** (not a single landing page) — a real site map.
37
+ 2. **10+ sections per page (≈12).** Every page contains **at least 10 full sections**
38
+ composed from the layout + component library.
39
+ 3. **No borders/dividers between sections.** **Zero border widths, lines, rules, or
40
+ `<hr>` between sections.** Separate sections with **whitespace, soft background
41
+ panels (white ↔ `--bg-muted`), elevation, and type hierarchy** — never a border.
42
+ (Unlike the dark system, Apple-minimal *may* alternate white and light-gray section
43
+ backgrounds — that's color, not a border — but never draw a line between sections.)
44
+ 4. **Pure HTML + CSS + vanilla JS — no frameworks/libraries.** The generated site uses
45
+ **only HTML5, CSS3, and vanilla JavaScript**. No React/Vue/Angular/Svelte/Next, no
46
+ Bootstrap/Tailwind/any CSS framework, no jQuery/any UI or JS library, no build step.
47
+ (You may still export `tokens.json` for other agents — that's data, not a framework.)
48
+ 5. **Clean, Vercel-ready URLs.** All routes are **extensionless** (`/pricing`, not
49
+ `/pricing.html`); ship a `vercel.json` (`cleanUrls: true`) plus `sitemap.xml` /
50
+ `robots.txt` so production refresh and deep links work.
51
+ 6. **Full navigation + SEO.** Desktop nav (with dropdown/mega-menu where useful) +
52
+ mobile menu + breadcrumbs; per-page SEO (unique title/description, Open Graph,
53
+ Twitter card, canonical, JSON-LD). Every component: responsive, accessible,
54
+ reusable, production-ready, animation-ready.
55
+
56
+ See `website-generation-rules.md` for the required page list, required sections, the
57
+ `vercel.json`, navigation, and SEO specifics. Enforce in code: `.section { border: 0 }`
58
+ and never place `<hr>`/divider elements between sections.
59
+
60
+ ## When to use
61
+
62
+ Building or designing any landing page, marketing site, or product site that should
63
+ feel **premium and minimal** (Apple/Linear/Stripe energy) — for a product company, AI
64
+ startup, developer platform, or enterprise SaaS — or producing **design tokens / a
65
+ design system** for other agents.
66
+
67
+ ## The companion files (read what you need)
68
+
69
+ | File | What it gives you |
70
+ |---|---|
71
+ | `design-principles.md` | The philosophy, visual-hierarchy laws, and do/don'ts |
72
+ | `color-system.md` | Light premium palettes + accent + (optional dark) as CSS variables |
73
+ | `typography-system.md` | Fonts, fluid type scale, weights, tracking, roles |
74
+ | `spacing-system.md` | 4/8-pt scale, container widths, section/card rhythm |
75
+ | `layout-system.md` | Grid + the canonical section layouts |
76
+ | `component-library.md` | Specs for all 17 components |
77
+ | `motion-system.md` | Easing, durations, hover/scroll/micro-interactions |
78
+ | `accessibility-system.md` | Contrast, focus, motion, semantics, keyboard |
79
+ | `website-generation-rules.md` | Pure-vanilla build: pages, sections, clean URLs + `vercel.json`, nav, SEO |
80
+ | `example-page-structures.md` | Ready section-by-section page blueprints |
81
+
82
+ All tokens use the same names across files, so they compose into one stylesheet.
83
+
84
+ ## Phase 1 — Research is baked in (live analysis OPTIONAL)
85
+
86
+ The design intelligence extracted from the reference sites is **already encoded in the
87
+ companion files** — patterns, palettes, type scales, spacing, components, motion. **Do
88
+ NOT re-scrape the references for the basics; use the baked-in system** (saves tokens).
89
+ Only browse live when the user wants a *current* look from a specific site, a brand-new
90
+ pattern not covered here, or to verify a font/feature — then fold it in.
91
+
92
+ What the baked-in system already captures (the Phase-1 extraction): design patterns,
93
+ visual hierarchy, typography/spacing/grid/layout systems, color + gradient systems,
94
+ animation/motion, navigation, CTA + hero patterns, trust/enterprise/social-proof
95
+ components, footer/pricing/feature structures, interactive + micro-interactions,
96
+ glassmorphism usage, accessibility, mobile responsiveness, developer-experience
97
+ patterns, and AI-startup conversion patterns.
98
+
99
+ ## Phase 2 — Generate (the workflow)
100
+
101
+ 1. **Clarify intent:** site type (product / SaaS / dev platform / enterprise / AI),
102
+ brand accent (or use the default Apple blue), and page set.
103
+ 2. **Lock the tokens:** start from `color-system.md` + `typography-system.md` +
104
+ `spacing-system.md`. Emit them once as `:root` CSS variables (and `tokens.json`).
105
+ Override only the accent to match the brand.
106
+ 3. **Compose layouts:** pick section layouts from `layout-system.md` /
107
+ `example-page-structures.md`; assemble components from `component-library.md`.
108
+ 4. **Apply motion + a11y:** add interactions per `motion-system.md`, gated by
109
+ `prefers-reduced-motion`; meet every rule in `accessibility-system.md`.
110
+ 5. **Emit code:** follow `website-generation-rules.md` to produce clean, semantic,
111
+ responsive **pure HTML + CSS + vanilla JS** (no frameworks/libraries) plus design
112
+ tokens, `vercel.json` (clean URLs), `sitemap.xml`, and `robots.txt`.
113
+ 6. **Self-check** against the anti-patterns and the verification checklist below.
114
+
115
+ ## Output
116
+
117
+ Unless the user specifies otherwise, write the generated **multipage site (15+ pages,
118
+ ~20)** into a `website/` folder in the project root:
119
+ - `website/index.html` **plus 15+ additional pages** (≥10 sections each, no
120
+ inter-section borders), linked with **extensionless URLs** (`/pricing`)
121
+ - `website/css/tokens.css` (the `:root` design tokens) + `website/css/styles.css`
122
+ - `website/js/main.js` (vanilla nav, motion, interactions — progressively enhanced)
123
+ - `website/vercel.json` (clean-URL routing), `website/sitemap.xml`, `website/robots.txt`
124
+ - `website/tokens.json` (machine-readable tokens for other agents)
125
+
126
+ When the user only wants the **system** (not a site), emit the tokens + component
127
+ specs as files/snippets they can drop into any stack.
128
+
129
+ ## Default look (baked-in identity)
130
+
131
+ Light, airy canvas (white / `#fbfbfd`) with soft light-gray panels, near-black
132
+ high-contrast text, one restrained **Apple-blue** accent, big bold tight-tracked
133
+ headlines, very generous whitespace, large radii, hairline-only borders (on cards/
134
+ inputs, never between sections), and smooth, quiet scroll motion. Premium, calm,
135
+ product-first — never busy, neon, or template-looking.
136
+
137
+ ## Anti-patterns (never ship these)
138
+
139
+ Outdated startup designs · Bootstrap/ThemeForest/WordPress-template look · generic SaaS
140
+ or old-startup templates · poor typography · weak visual hierarchy · overloaded
141
+ gradients · excessive glassmorphism · poor accessibility · inconsistent spacing ·
142
+ **borders or dividers between sections · single-page sites or thin pages with fewer
143
+ than 10 sections · any framework/library in the shipped site (React/Vue/Tailwind/
144
+ Bootstrap/jQuery/…) · `.html` in URLs · clutter or low-contrast gray text**. The result
145
+ must feel like Apple/Linear/Stripe/Vercel — never like a template.
146
+
147
+ ## Verification checklist (run before finishing)
148
+
149
+ 0. **Multipage scale met:** the site has **> 15 pages** (≈20), each page has **≥ 10
150
+ sections** (≈12), and there are **no borders/dividers between sections**.
151
+ 0b. **Pure vanilla + clean URLs:** zero frameworks/libraries; all routes extensionless
152
+ with a working `vercel.json` (`cleanUrls`), `sitemap.xml`, and `robots.txt`; refresh
153
+ + deep links resolve.
154
+ 0c. **Nav + SEO:** desktop nav/dropdowns + mobile menu + breadcrumbs; every page has a
155
+ unique title/description, Open Graph + Twitter card, canonical, and JSON-LD.
156
+ 1. Tokens emitted once (`:root`/`tokens.css`) and reused — no hard-coded one-off hex
157
+ values scattered through the markup.
158
+ 2. Type uses the fluid scale; spacing uses the 4/8-pt scale; layout uses the grid +
159
+ container widths — all from the companion files.
160
+ 3. Every section is a recognized layout; every component matches `component-library.md`.
161
+ 4. Body text ≥ 4.5:1 contrast, large text ≥ 3:1; visible focus states; motion respects
162
+ `prefers-reduced-motion`; semantic landmarks + alt text present.
163
+ 5. Fully responsive (360 → 1440+), no horizontal scroll, tap targets ≥ 44px.
164
+ 6. Trips **zero** anti-patterns; effects restrained; whitespace generous; hierarchy clear.
165
+ 7. Output looks like it belongs next to Apple/Linear/Stripe — premium, minimal, calm,
166
+ and conversion-focused.