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,87 @@
1
+ # Spacing System — AI Agent Operating System
2
+
3
+ A strict **4-point base / 8-point rhythm** tuned for **two densities**: spacious **marketing**
4
+ sections and compact **control-room** UI (consoles, timelines, graphs, logs). Whitespace,
5
+ surface elevation, and tone separate sections — never borders.
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 — crisp, tooling (small) */
18
+ --radius-sm: 6px; --radius-md: 8px; --radius-lg: 12px; --radius-xl: 16px;
19
+ --radius-pill: 999px;
20
+
21
+ /* Containers */
22
+ --container-sm: 680px; --container-md: 840px; --container-lg: 1080px;
23
+ --container-xl: 1240px; --container-2xl: 1440px; /* wide consoles/graphs */
24
+ --gutter: clamp(20px, 4vw, 40px);
25
+
26
+ /* Section rhythm (marketing) */
27
+ --section-y: clamp(64px, 8vw, 120px);
28
+ --section-y-lg: clamp(88px, 10vw, 160px);
29
+
30
+ /* Control-room density (compact) */
31
+ --panel-gap: clamp(12px, 1.2vw, 20px); /* gap between panels/cards */
32
+ --panel-pad: clamp(16px, 1.6vw, 24px); /* padding inside a panel */
33
+ --log-line-y: 4px; /* tight log/trace line spacing */
34
+ --node-pad: var(--space-3) var(--space-4); /* graph node padding */
35
+ --step-gap: var(--space-4); /* timeline step gap */
36
+ --stack: clamp(12px, 1.4vw, 20px);
37
+ }
38
+ ```
39
+
40
+ ## Two densities
41
+
42
+ - **Marketing density** (hero, features, pricing, CTA): generous — `--section-y` padding, larger
43
+ type, whitespace. Sells the product.
44
+ - **Control-room density** (graphs, timelines, consoles, logs, tables): compact — `--panel-gap`
45
+ between panels, `--panel-pad` inside, tight `--log-line-y`/`--step-gap`. Information-rich but
46
+ aligned and calm (mono + consistent status keeps density legible).
47
+
48
+ Use the right density per context — a console/graph is denser than a hero.
49
+
50
+ ## Usage map
51
+
52
+ - **4-pt** (`--space-1..6`): inside components — node padding, chip/badge padding, log line
53
+ spacing, step gaps, button padding, label↔value.
54
+ - **8-pt** (`--space-8..16`): between components — panel gaps (`--panel-gap`), section-internal
55
+ blocks, form rows.
56
+ - **Container widths:** marketing `--container-lg/xl`; **wide consoles/graphs** `--container-2xl`;
57
+ prose/docs `--container-md`.
58
+ - **Section spacing:** marketing `--section-y` (hero/CTA `--section-y-lg`); a control-room
59
+ *section* still gets `--section-y`, but the console/graph *inside* uses `--panel-gap`.
60
+ - **Page spacing:** sections stack with no extra margins and **no borders/dividers** —
61
+ `--section-y` + surface elevation + tone separate them.
62
+
63
+ ## Rules
64
+
65
+ 1. **Only use scale values** (plus the deliberate density tokens).
66
+ 2. **Align everything.** Mono + consistent paddings make logs/graphs/timelines read as orderly.
67
+ 3. **Consistent panel radius/padding** so a console reads as one system.
68
+ 4. **Logs/traces breathe just enough:** tight `--log-line-y` but ≥ 36px row targets for any
69
+ interactive log rows; scroll long consoles inside a labelled region.
70
+ 5. **Whitespace + elevation > dividers.** Separate sections this way, never lines.
71
+
72
+ ## Helpers
73
+
74
+ ```css
75
+ .container { width:100%; max-width: var(--container-xl);
76
+ margin-inline:auto; padding-inline: var(--gutter); }
77
+ .container--wide { max-width: var(--container-2xl); }
78
+ .section { padding-block: var(--section-y); border: 0; } /* never a section border */
79
+ .section--lg { padding-block: var(--section-y-lg); }
80
+ .section--alt { background: var(--bg-800); } /* alternate tone, not a line */
81
+ .panels { display:grid; gap: var(--panel-gap); }
82
+ .panel { background: var(--surface-1); border:1px solid var(--border-default);
83
+ border-radius: var(--radius-lg); padding: var(--panel-pad); }
84
+ .console { background: var(--canvas); border:1px solid var(--border-default);
85
+ border-radius: var(--radius-lg); } /* graph/log canvas */
86
+ .stack > * + * { margin-top: var(--stack); }
87
+ ```
@@ -0,0 +1,91 @@
1
+ # Typography System — AI Agent Operating System
2
+
3
+ A precise, tooling-grade type system: a clean **grotesk** for headings/marketing and a
4
+ first-class **monospace** for the agent mechanics — logs, traces, tool calls, node labels,
5
+ timestamps, IDs, code. Dense but legible. Fluid scale.
6
+
7
+ ## Fonts
8
+
9
+ ```css
10
+ :root {
11
+ --font-sans: "Inter", "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
12
+ Helvetica, Arial, sans-serif;
13
+ --font-display: var(--font-sans); /* or "Geist" for tighter display */
14
+ /* Monospace — the agent-OS voice: logs, traces, node labels, code, IDs, timestamps */
15
+ --font-mono: "Geist Mono", "JetBrains Mono", "IBM Plex Mono", "SF Mono", ui-monospace, Menlo, monospace;
16
+ }
17
+ ```
18
+ Mono is core here — agent runs *look* like logs/traces. Use it for the console, timelines,
19
+ graph labels, tool calls, status chips, metrics, and code/terminal panels.
20
+
21
+ ## Fluid type scale (clamp)
22
+
23
+ ```css
24
+ :root {
25
+ --fs-display: clamp(2.25rem, 1.5rem + 3.4vw, 3.75rem); /* 36 → 60px hero */
26
+ --fs-h1: clamp(2rem, 1.5rem + 2.4vw, 3rem); /* 32 → 48px */
27
+ --fs-h2: clamp(1.5rem, 1.2rem + 1.6vw, 2.25rem); /* 24 → 36px section */
28
+ --fs-h3: clamp(1.25rem, 1.1rem + 0.8vw, 1.625rem); /* 20 → 26px panel title */
29
+ --fs-h4: clamp(1.0625rem, 1rem + 0.4vw, 1.25rem); /* 17 → 20px */
30
+ --fs-lead: clamp(1.0625rem, 1rem + 0.5vw, 1.3125rem);/* 17 → 21px */
31
+ --fs-body: 0.9375rem; /* 15px base (dense, technical) */
32
+ --fs-body-lg: 1.0625rem; /* 17px marketing body */
33
+ --fs-small: 0.8125rem; /* 13px caption / log / label */
34
+ --fs-mono: 0.8125rem; /* 13px console/trace */
35
+ --fs-micro: 0.6875rem; /* 11px chip / tick */
36
+ }
37
+ ```
38
+
39
+ ## Roles (each: family · size · weight · line-height · tracking)
40
+
41
+ | Role | Family | Size | Weight | LH | Tracking |
42
+ |---|---|---|---|---|---|
43
+ | **Display** (hero) | sans | `--fs-display` | 600–700 | 1.06 | -0.02em |
44
+ | **H1** | sans | `--fs-h1` | 600–700 | 1.08 | -0.02em |
45
+ | **H2** (section) | sans | `--fs-h2` | 600 | 1.15 | -0.015em |
46
+ | **H3** (panel title) | sans | `--fs-h3` | 600 | 1.25 | -0.01em |
47
+ | **Eyebrow / label** | mono | `--fs-micro` | 600 | 1.2 | 0.08em, UPPERCASE |
48
+ | **Lead / deck** | sans | `--fs-lead` | 400 | 1.5 | 0 |
49
+ | **Body** | sans | `--fs-body`/`-lg` | 400 | 1.6 | 0 |
50
+ | **Console / log line** | mono | `--fs-mono` | 400–500 | 1.55 | 0 |
51
+ | **Trace / step** | mono | `--fs-mono` | 400–500 | 1.5 | 0 |
52
+ | **Node label** | mono | `--fs-small` | 500–600 | 1.2 | 0 |
53
+ | **Status chip** | mono | `--fs-micro` | 600 | 1 | 0.04em, UPPERCASE |
54
+ | **Timestamp / ID** | mono | `--fs-micro` | 400 | 1.2 | 0 · tabular-nums |
55
+ | **Metric** | mono | `clamp(1.5rem,1.2rem+1.4vw,2.25rem)` | 600 | 1 | -0.01em · tabular-nums |
56
+ | **Button** | sans/mono | `--fs-body` | 600 | 1 | 0 |
57
+ | **Navigation** | sans/mono | `--fs-small`/`--fs-body` | 500 | 1 | 0 |
58
+ | **Pricing amount** | sans | `clamp(2.25rem,1.8rem+2vw,3.25rem)` | 700 | 1 | -0.02em · tabular-nums |
59
+ | **Code / terminal** | mono | `--fs-small` | 400–500 | 1.6 | 0 |
60
+
61
+ ## Rules
62
+
63
+ 1. **Mono for the mechanics.** Logs, traces, tool calls, node labels, timestamps, IDs, metrics,
64
+ status chips, and code are mono — it reads as a real agent system and aligns columns.
65
+ 2. **Tabular numerals** for timestamps, durations, token counts, metrics, pricing
66
+ (`font-variant-numeric: tabular-nums`) so values align and don't jump while streaming.
67
+ 3. **Dense but legible:** product/console body 15px, marketing prose 17px; console line-height
68
+ ~1.55; never below ~13px for read logs.
69
+ 4. **Sans for marketing voice, mono for system voice** — the contrast reinforces "OS for agents".
70
+ 5. **UPPERCASE for labels/chips/eyebrows** (tracked), sentence case for body.
71
+ 6. **One display moment per page** (the hero); panel titles stay calm.
72
+ 7. **Measure** marketing prose ≤ 68ch; log/trace lines can run wide in a scroll container.
73
+
74
+ ## Base CSS
75
+
76
+ ```css
77
+ body { font-family: var(--font-sans); font-size: var(--fs-body); line-height: 1.6;
78
+ color: var(--text-secondary); -webkit-font-smoothing: antialiased;
79
+ text-rendering: optimizeLegibility; }
80
+ h1,h2,h3 { color: var(--text-primary); font-family: var(--font-display); font-weight: 600;
81
+ text-wrap: balance; letter-spacing: -0.015em; }
82
+ h1 { font-size: var(--fs-h1); line-height: 1.08; }
83
+ .eyebrow, .chip, .node__label, .log, .trace, code, pre, .mono, .metric, .ts {
84
+ font-family: var(--font-mono); }
85
+ .metric, .ts, .num { font-variant-numeric: tabular-nums; }
86
+ .eyebrow { font-size: var(--fs-micro); font-weight:600; letter-spacing:.08em;
87
+ text-transform:uppercase; color: var(--text-muted); }
88
+ .lead { font-size: var(--fs-lead); color: var(--text-secondary); max-width: 60ch; }
89
+ a { color: var(--accent); text-underline-offset: 2px; }
90
+ p { max-width: 68ch; }
91
+ ```
@@ -0,0 +1,192 @@
1
+ # Website Generation Rules — AI Agent Operating System
2
+
3
+ How an agent turns this design system into a **production-ready, multi-page, agentic-AI product
4
+ website**. Output clean, semantic **pure HTML + CSS + vanilla JavaScript** plus design tokens.
5
+ The signature: the page renders the product's real mechanics — agent graphs, run timelines,
6
+ tool-call streams, reasoning traces, command palette — **honestly and accessibly**, with
7
+ **graphs/timelines hand-built in inline SVG/Canvas/semantic HTML (no graph library)**.
8
+
9
+ ## Technology stack (MANDATORY — no frameworks, no libraries)
10
+
11
+ Build everything — including all agent visuals — with **HTML5 + CSS3 + vanilla JavaScript only**.
12
+ The generated site must contain **zero** of:
13
+
14
+ > ❌ React · ❌ Vue · ❌ Angular · ❌ Svelte/Next/Nuxt · ❌ Bootstrap · ❌ Tailwind · ❌ jQuery ·
15
+ > ❌ D3 · ❌ Cytoscape · ❌ React Flow · ❌ vis.js · ❌ mermaid runtime · ❌ any graph/charting/UI/animation library
16
+
17
+ **Agent graphs/timelines/traces are authored as inline SVG, `<canvas>`, or semantic HTML
18
+ (`<ol>`/`<table>`)** with positions/edges computed in plain JS. No build step, no npm, no CDN
19
+ kits. Exporting `tokens.json` (and sample `data/*.json` runs/graphs) is allowed; shipping the
20
+ site in a framework/graph library 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)**, leading with agent mechanics where it fits.
25
+ - **No borders or dividers between sections** — separate with **whitespace, surface elevation
26
+ (panels), and background tone (`--bg-900`/`--bg-800`)**. In CSS: `.section { border: 0 }`; never
27
+ `<hr>`/divider or `border-top/bottom` between sections. (Node/edge borders, timeline connectors,
28
+ and panel edges are *inside* components — not section dividers.)
29
+ - **Honest, accessible agent UI:** coherent example runs (no gibberish); a consistent **status
30
+ system** (color + icon + label); **every graph/timeline/trace has a text/list equivalent**.
31
+ - **Clean, extensionless, Vercel-ready URLs** (`/pricing`, not `/pricing.html`).
32
+
33
+ ## Required pages (build all — 15+; ~20 recommended)
34
+ Home `/` · Platform `/platform` · Solutions `/solutions` · Products `/products` ·
35
+ Features `/features` · AI Agents `/ai-agents` · Enterprise `/enterprise` · Security `/security` ·
36
+ Pricing `/pricing` · Customers `/customers` · Case Studies `/case-studies` · Developers
37
+ `/developers` · Documentation `/docs` · About `/about` · Careers `/careers` · Blog `/blog` ·
38
+ Contact `/contact` · Partners `/partners` · Resources `/resources` · FAQ `/faq`. Add agent/
39
+ integration/changelog subpages freely.
40
+
41
+ ## Required sections (every page — ≥10, recommend 12)
42
+ Hero (workspace/run) · Feature Sections · Product Highlights · Trust Signals (logos) ·
43
+ Testimonials · Use Cases · Statistics (status/metrics) · Integrations · CTA · Footer. Add more
44
+ (Agent Graph, Run Timeline, Tool Stream, Security, Enterprise, Code/Terminal) to reach 12.
45
+
46
+ ## Site types this must support
47
+ Landing pages · startup websites · AI company websites · enterprise SaaS · developer platforms ·
48
+ agentic-AI startups · infrastructure startups. (See `example-page-structures.md`.)
49
+
50
+ ## What to generate
51
+ - **HTML** — semantic, accessible, one file per page; agent visuals with text/list equivalents.
52
+ - **CSS** — `tokens.css` (`:root` vars incl. status + node/edge) + `styles.css` (base + agent
53
+ components + console + tables).
54
+ - **JavaScript** — vanilla agent engine (SVG/canvas graph layout, run progression, tool-stream
55
+ log, command palette, count-up) + nav/menu/accordion — all reduced-motion-aware; usable without
56
+ JS (server-rendered SVG + `<ol>` runs).
57
+ - **`vercel.json`** + **`sitemap.xml`** + **`robots.txt`**; optional `data/*.json` sample runs.
58
+ - **Design tokens** — `tokens.json` (token export only).
59
+ - **Component specifications** — when asked for the *system*, emit graph/timeline/palette/status markup.
60
+ - **Accessibility + responsive guidance** inline (comments) and honored.
61
+
62
+ ## File/output layout (default — flat files + clean URLs)
63
+ ```
64
+ website/
65
+ ├── index.html # served at /
66
+ ├── platform.html solutions.html products.html features.html ai-agents.html
67
+ ├── enterprise.html security.html pricing.html customers.html case-studies.html
68
+ ├── developers.html docs.html about.html careers.html blog.html contact.html
69
+ ├── partners.html resources.html faq.html
70
+ ├── css/ { tokens.css, styles.css }
71
+ ├── js/ { main.js, agent.js } # vanilla graph/timeline/stream + command palette
72
+ ├── data/ { runs.json, graph.json } # sample agent runs (optional)
73
+ ├── assets/ tokens.json sitemap.xml robots.txt vercel.json
74
+ ```
75
+ Alternative: folder-per-page `platform/index.html`. Either way **all internal links are
76
+ extensionless** (`href="/pricing"`).
77
+
78
+ ## Clean URLs & Vercel (MANDATORY)
79
+ - **No `.html` in any URL**, no `page.html` links, no ugly query params.
80
+ - Emit **`vercel.json`** so `.html` is stripped, refresh works, and deep links resolve:
81
+ ```json
82
+ {
83
+ "cleanUrls": true,
84
+ "trailingSlash": false,
85
+ "headers": [
86
+ { "source": "/assets/(.*)", "headers": [
87
+ { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] }
88
+ ]
89
+ }
90
+ ```
91
+ `cleanUrls: true` serves `platform.html` at `/platform` and 301-redirects `.html`. Provide a
92
+ `404.html`. Every internal link is extensionless.
93
+
94
+ ## Navigation system (vanilla JS)
95
+ - **Desktop nav** with optional product/solutions dropdown/mega-menu **+ a Cmd-K command-palette
96
+ trigger**; keyboard + `aria-expanded`/`aria-haspopup`.
97
+ - **Mobile nav**: full-screen overlay, accordion, focus-trap, ESC.
98
+ - **Multi-level nav** + **breadcrumbs** on deep pages; `aria-current="page"`.
99
+
100
+ ## Hard rules
101
+ 1. **Vanilla only; agent visuals are inline SVG/Canvas/semantic HTML** — no graph/charting/UI library.
102
+ 2. **Render real mechanics, coherently.** Lead with graph/run-timeline/tool-stream/trace using
103
+ **realistic example runs** (no gibberish); a consistent **status system** (color + icon + label).
104
+ 3. **Every agent visual has a text/list equivalent** (`<ol>`/`<table>`) + `aria` summary; **status
105
+ never color-only**; streaming logs use `role="log" aria-live="polite"` + pause.
106
+ 4. **Command palette** done right (Cmd-K + visible button; dialog/combobox/listbox semantics; Esc).
107
+ 5. **Tokens first, once** (incl. status + node/edge); no scattered hex/px.
108
+ 6. **No section borders.** Separate with space + surface/tone. `.section{border:0}`.
109
+ 7. **Mobile-first + responsive**; workspace stacks; graphs simplify; consoles scroll — no page h-scroll.
110
+ 8. **Semantic + accessible** per `accessibility-system.md`. Non-negotiable.
111
+ 9. **Performance:** SVG for typical graphs, `<canvas>` for huge ones; compute layout once;
112
+ rAF-throttle run progression/streaming; `content-visibility` offscreen; high Lighthouse (90+).
113
+ 10. **No AI-magic clichés** (glowing brains/orbs); real, plausible runs/data; mark guesses `[PLACEHOLDER]`.
114
+ 11. **Self-verify** against anti-patterns + every companion checklist before done.
115
+
116
+ ## SEO requirements (every page)
117
+ Unique `<title>` + meta description (150–160); **Open Graph** + **Twitter card**
118
+ (`summary_large_image`) + OG image; **canonical** (clean URL); **JSON-LD** (`Organization` +
119
+ `WebSite` + `SoftwareApplication` for the product; `FAQPage`, `BreadcrumbList`, `Article` where
120
+ relevant); **`sitemap.xml`** + **`robots.txt`**. (Runs are real HTML `<ol>`/text, so content is crawlable.)
121
+
122
+ ## Performance requirements
123
+ SVG graphs (canvas for huge), layout computed once, rAF-throttled run/stream, `content-visibility`
124
+ offscreen, lazy media, cached assets (via `vercel.json`), no libraries — high Lighthouse.
125
+
126
+ ## Boilerplate `<head>`
127
+ ```html
128
+ <!doctype html><html lang="en"><head>
129
+ <meta charset="utf-8">
130
+ <meta name="viewport" content="width=device-width, initial-scale=1">
131
+ <meta name="color-scheme" content="dark light">
132
+ <title><!-- Page · Brand --></title>
133
+ <meta name="description" content="<!-- 150–160 chars -->">
134
+ <link rel="canonical" href="https://brand.com/path">
135
+ <meta property="og:type" content="website">
136
+ <meta property="og:title" content="<!-- Page · Brand -->">
137
+ <meta property="og:description" content="<!-- … -->">
138
+ <meta property="og:url" content="https://brand.com/path">
139
+ <meta property="og:image" content="https://brand.com/assets/og.png">
140
+ <meta name="twitter:card" content="summary_large_image">
141
+ <link rel="stylesheet" href="/css/tokens.css">
142
+ <link rel="stylesheet" href="/css/styles.css">
143
+ <script type="application/ld+json"><!-- Organization / WebSite / SoftwareApplication JSON-LD --></script>
144
+ </head>
145
+ <body>
146
+ <a class="skip-link" href="#main">Skip to content</a>
147
+ <header><!-- Navbar + Cmd-K trigger (links extensionless: /platform, /pricing) --></header>
148
+ <main id="main"><!-- workspace hero + 10–12 sections, no dividers --></main>
149
+ <footer><!-- Footer --></footer>
150
+ <script src="/js/agent.js" defer></script>
151
+ <script src="/js/main.js" defer></script>
152
+ </body></html>
153
+ ```
154
+
155
+ ## Required base CSS (no section borders; control-room)
156
+ ```css
157
+ html, body { background: var(--bg-base); color: var(--text-secondary); }
158
+ .section { padding-block: var(--section-y); border: 0; } /* no borders/dividers between sections */
159
+ .section--alt { background: var(--bg-800); } /* alternate tone by COLOR, not lines */
160
+ .section + .section { border-top: 0; }
161
+ .visually-hidden { position:absolute; width:1px; height:1px; padding:0; margin:-1px;
162
+ overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0; } /* for graph/run text equivalents */
163
+ /* Separation = whitespace + surface elevation + tone. Node/edge/panel borders are INSIDE
164
+ components, never section dividers; no <hr> between sections. */
165
+ ```
166
+
167
+ ## tokens.json shape (excerpt)
168
+ ```json
169
+ {
170
+ "color": { "bg": {"base":"#0a0c10","900":"#0e1116","800":"#12161d"},
171
+ "surface": {"1":"#141923","2":"#1a212d","3":"#222b3a"}, "canvas":"#0b0e13",
172
+ "text": {"primary":"#eef2f8","secondary":"#aeb7c7","muted":"#828c9e"},
173
+ "accent":"#5b9dff",
174
+ "status": {"running":"#5b9dff","success":"#2dd4a0","failed":"#f4516c",
175
+ "waiting":"#38bdf8","approve":"#f5a524","blocked":"#c0566b","queued":"#828c9e"},
176
+ "edge":"rgba(255,255,255,0.18)", "edgeActive":"#5b9dff" },
177
+ "space": { "4":"16px","6":"24px","8":"32px","16":"64px" },
178
+ "radius": { "md":"8px","lg":"12px","xl":"16px","pill":"999px" },
179
+ "type": { "body":"0.9375rem","mono":"Geist Mono, JetBrains Mono, monospace","numerals":"tabular-nums" }
180
+ }
181
+ ```
182
+
183
+ ## Definition of done
184
+ **15+ pages (≈20), each with ≥10 sections (≈12), leading with agent mechanics where it fits, no
185
+ borders/dividers between sections.** Pure HTML/CSS/vanilla JS with **graphs/timelines/traces
186
+ hand-built in inline SVG/Canvas/semantic HTML (no graph library)**; coherent example runs + a
187
+ consistent **status system**; **every agent visual has a text/list equivalent** + `aria` summary +
188
+ not-color-only; a working accessible **command palette** (Cmd-K + button); clean extensionless URLs
189
+ with `vercel.json` (refresh + deep links work); desktop nav + mobile + breadcrumb; per-page SEO +
190
+ sitemap; tokens centralized (incl. status); fully responsive (workspace/graph/console reflow); AA
191
+ accessible; precise functional motion (run progression) with reduced-motion fallback; high
192
+ Lighthouse; zero anti-patterns; could sit next to Cursor/Cognition/Sierra — a real, trustworthy agent OS.
@@ -0,0 +1,91 @@
1
+ # ai-dark-futuristic-design-system
2
+
3
+ A world-class, **dark-futuristic design system** distilled from the top AI startup
4
+ websites — **OpenAI, Anthropic, Perplexity, Cursor, Lovable, Replit, Runway,
5
+ ElevenLabs, Midjourney, xAI, Scale AI, Cognition, Sierra, Harvey**. It gives
6
+ coding/design/UI/branding/website-generation agents a complete, reusable system so
7
+ they can ship AI-startup sites that visually compete with those references while
8
+ staying accessible, responsive, and conversion-optimized. It also ships a **production
9
+ website-generation framework**: a multipage site (15+ pages, 10+ sections/page) in
10
+ **pure HTML/CSS/vanilla JS** (no React/Vue/Tailwind/Bootstrap/jQuery/any library),
11
+ with **clean Vercel-ready URLs**, mega-menu navigation, and full SEO.
12
+
13
+ > The full design intelligence is **baked into the companion files** (live research
14
+ > optional, to save tokens). Outputs a generated site/system into a `website/` folder.
15
+
16
+ ## Install
17
+
18
+ ```bash
19
+ npx spirewise install -s ai-dark-futuristic-design-system # pick agents + scope
20
+ npx spirewise install -s ai-dark-futuristic-design-system -a claude,cursor -sc workspace
21
+ ```
22
+
23
+ ## Remove
24
+
25
+ ```bash
26
+ npx spirewise remove -s ai-dark-futuristic-design-system # pick agents + scope
27
+ npx spirewise remove -s ai-dark-futuristic-design-system -a claude,cursor -sc both
28
+ ```
29
+
30
+ (No Node? `./install.sh -s ai-dark-futuristic-design-system` and `./install.sh remove -s ai-dark-futuristic-design-system`.)
31
+
32
+ ## Use
33
+
34
+ After installing, ask your agent:
35
+
36
+ > "Design an AI startup landing page — dark, futuristic, like Anthropic/Cursor"
37
+ > "Generate design tokens + components for our AI SaaS site"
38
+
39
+ It reads the relevant companion files, locks the tokens, composes layouts from the
40
+ component library, applies motion + accessibility, and emits **pure HTML + CSS +
41
+ vanilla JS + design tokens + `vercel.json` + `sitemap.xml`** into a `website/` folder.
42
+
43
+ ## What's inside
44
+
45
+ | File | What it gives you |
46
+ |---|---|
47
+ | `SKILL.md` | Orchestrator: philosophy summary, workflow, output, checklist |
48
+ | `design-principles.md` | Philosophy, visual-hierarchy laws, do/don'ts |
49
+ | `color-system.md` | Dark palettes + accents + gradients as CSS variables |
50
+ | `typography-system.md` | Fonts, fluid type scale, weights, tracking, roles |
51
+ | `spacing-system.md` | 4/8-pt scale, container widths, section/card rhythm |
52
+ | `layout-system.md` | 12-col grid + canonical section layouts |
53
+ | `component-library.md` | Specs for all 17 components |
54
+ | `motion-system.md` | Easing, durations, hover/scroll/micro-interactions |
55
+ | `accessibility-system.md` | Contrast, focus, semantics, keyboard, reduced motion |
56
+ | `website-generation-rules.md` | Pure-vanilla build rules: page list, clean URLs + `vercel.json`, nav, SEO, perf |
57
+ | `example-page-structures.md` | Section-by-section page blueprints per site type |
58
+
59
+ ## The look
60
+
61
+ Near-black blue-violet backgrounds, layered surfaces, one high-contrast text ramp, a
62
+ restrained **violet→cyan** AI accent, subtle gradients/glow, generous spacing, large
63
+ fluid display type, and quiet fast micro-motion — premium and enterprise-credible.
64
+
65
+ ## Components (17)
66
+
67
+ Navbar · Hero · Feature Grid · Bento Grid · Testimonials · Logos · Pricing · FAQ ·
68
+ CTA · Footer · Dashboard Preview · Agent Workflow · Code Preview · Terminal Preview ·
69
+ Trust · Security · Enterprise.
70
+
71
+ ## Rules it enforces
72
+
73
+ - **Multipage scale (mandatory)** — builds a **15+ page (≈20)** site, **≥10 sections
74
+ per page (≈12)**, **all sections on one shared background color**, and **no
75
+ borders/dividers between sections** (separation by spacing only).
76
+ - **Pure vanilla stack** — HTML5 + CSS3 + vanilla JS only; **no React/Vue/Angular/
77
+ Svelte/Bootstrap/Tailwind/jQuery/any UI or CSS library** and no build step.
78
+ - **Clean Vercel-ready URLs** — extensionless routes (`/pricing`), with `vercel.json`
79
+ (`cleanUrls`), `sitemap.xml`, and `robots.txt`; refresh + deep links work.
80
+ - **Full navigation + SEO** — desktop mega-menus, mobile overlay, breadcrumbs; per-page
81
+ title/description, Open Graph, Twitter card, canonical, and JSON-LD structured data.
82
+ - **Centralized tokens** (`:root`/`tokens.css` + optional `tokens.json`) — rebrand by
83
+ changing the accent only; no scattered hex/px.
84
+ - **Accessible by default** — AA contrast, visible focus, semantics, reduced motion.
85
+ - **Mobile-first responsive**, 4/8-pt spacing, fluid type, 12-col grid.
86
+ - **Restraint** — ≤1 prominent gradient/glow per section, glass as a garnish.
87
+ - **Zero anti-patterns** — no Bootstrap/ThemeForest/WordPress/template look, frameworks
88
+ in the shipped site, overloaded gradients, excessive glassmorphism, weak hierarchy,
89
+ or poor contrast.
90
+
91
+ See `SKILL.md` for the full workflow and the companion files for every token and spec.
@@ -0,0 +1,179 @@
1
+ ---
2
+ name: ai-dark-futuristic-design-system
3
+ description: >-
4
+ A world-class, dark-futuristic design system distilled from top AI startup
5
+ websites (OpenAI, Anthropic, Perplexity, Cursor, Lovable, Replit, Runway,
6
+ ElevenLabs, Midjourney, xAI, Scale AI, Cognition, Sierra, Harvey). It gives
7
+ coding/design/UI/branding/website-generation agents a complete, reusable system —
8
+ design philosophy, color/typography/spacing/grid/layout tokens, a 17-component
9
+ library, a motion system, accessibility rules, responsive rules, and a production
10
+ website-generation framework — so they can ship AI-startup sites that visually
11
+ compete with the references while staying accessible and conversion-optimized. The
12
+ framework builds a multipage site (15+ pages, 10+ sections/page, one shared section
13
+ background, no section borders) in PURE HTML/CSS/vanilla JS (no React/Vue/Tailwind/
14
+ Bootstrap/jQuery/any library), with clean Vercel-ready URLs, mega-menu navigation,
15
+ and full SEO.
16
+ Use when the user asks to "design an AI startup website", "make it look like
17
+ OpenAI/Anthropic/Cursor", "dark futuristic landing page", "build a premium AI SaaS
18
+ site", or "give me a design system / design tokens". The full system is baked into
19
+ the companion files in this folder (live research optional). Outputs a generated
20
+ site/system into a `website/` (or user-named) folder.
21
+ ---
22
+
23
+ # AI Dark Futuristic Design System
24
+
25
+ A complete, agent-ready design system for building **premium, dark, futuristic AI
26
+ startup websites** that hold their own next to OpenAI, Anthropic, Perplexity,
27
+ Cursor, Lovable, Replit, Runway, ElevenLabs, Midjourney, xAI, Scale AI, Cognition,
28
+ Sierra, and Harvey.
29
+
30
+ This skill is the **single source of truth**. The detailed system lives in the
31
+ companion files in this folder — read the ones relevant to the task, then generate.
32
+
33
+ ## Hard structural requirements (MANDATORY — never skip)
34
+
35
+ These are non-negotiable and override any conflicting guidance elsewhere:
36
+
37
+ 1. **Multipage — 15+ pages.** Always generate a **full multipage website with MORE
38
+ THAN 15 distinct pages** (not a single landing page). Build a real site map (home,
39
+ product/feature pages, solutions, pricing, customers, about, blog/index, docs,
40
+ security, enterprise, careers, contact, legal, etc.) until you exceed 15 pages.
41
+ 2. **10 sections per page.** Every page must contain **at least 10 full sections** —
42
+ compose them from the layout + component library so each page is rich and complete.
43
+ 3. **One single background color for ALL sections.** Every section on every page uses
44
+ the **same background color** (`--bg-900`). Do **NOT** alternate section
45
+ backgrounds, and do **NOT** give sections different fills. The whole page is one
46
+ continuous dark canvas; separation comes from **spacing, type, and surfaces
47
+ (cards)** only.
48
+ 4. **No borders/dividers between sections.** There must be **zero border width, lines,
49
+ rules, or divider elements between sections**. Sections are separated by whitespace
50
+ (`--section-y` padding) alone — never by a border, `border-top/bottom`, `<hr>`, or
51
+ a background-color change.
52
+ 5. **Pure HTML + CSS + vanilla JS — no frameworks/libraries.** The generated website
53
+ uses **only HTML5, CSS3, and vanilla JavaScript**. No React/Vue/Angular/Svelte/
54
+ Next, no Bootstrap/Tailwind/any CSS framework, no jQuery/any UI or JS library, no
55
+ build step. Hand-write everything. (You may still export `tokens.json` for other
56
+ agents — that's token data, not a framework.)
57
+ 6. **Clean, Vercel-ready URLs.** All routes are **extensionless** (`/pricing`, not
58
+ `/pricing.html`); ship a `vercel.json` (`cleanUrls: true`) plus `sitemap.xml` /
59
+ `robots.txt` so refresh and deep links work in production.
60
+ 7. **Full navigation + SEO.** Desktop **mega-menu** nav + mobile overlay + breadcrumbs;
61
+ per-page SEO (unique title/description, Open Graph, Twitter card, canonical,
62
+ JSON-LD). Every component: responsive, accessible, reusable, production-ready,
63
+ animation-ready, dark-mode-optimized.
64
+
65
+ See `website-generation-rules.md` for the required page list (15+, ~20), required
66
+ sections (≥10, ~12), the `vercel.json`, nav, and SEO specifics.
67
+
68
+ Enforce these in code: set one page background, give every `.section`
69
+ `background: transparent; border: 0;`, and rely on `--section-y` padding for rhythm.
70
+
71
+ ## When to use
72
+
73
+ Building or designing any landing page, marketing site, or product site for an AI
74
+ company, agentic-AI startup, developer platform, infrastructure startup, or
75
+ enterprise SaaS — or producing **design tokens / a design system** for other agents.
76
+
77
+ ## The companion files (read what you need)
78
+
79
+ | File | What it gives you |
80
+ |---|---|
81
+ | `design-principles.md` | The philosophy, visual-hierarchy laws, and do/don'ts |
82
+ | `color-system.md` | Dark palettes + accents + gradients as CSS variables |
83
+ | `typography-system.md` | Fonts, fluid type scale, weights, tracking, roles |
84
+ | `spacing-system.md` | 4/8-pt scale, container widths, section/card rhythm |
85
+ | `layout-system.md` | Grid + the canonical section layouts |
86
+ | `component-library.md` | Specs for all 17 required components |
87
+ | `motion-system.md` | Easing, durations, hover/scroll/micro-interactions |
88
+ | `accessibility-system.md` | Contrast, focus, motion, semantics, keyboard |
89
+ | `website-generation-rules.md` | Pure-vanilla build: pages, sections, clean URLs + `vercel.json`, nav, SEO, perf |
90
+ | `example-page-structures.md` | Ready section-by-section page blueprints |
91
+
92
+ All tokens use the same names across files, so they compose into one stylesheet.
93
+
94
+ ## Phase 1 — Research is baked in (live analysis OPTIONAL)
95
+
96
+ The design intelligence extracted from the reference sites is **already encoded in
97
+ the companion files** — patterns, palettes, type scales, spacing, components,
98
+ motion. **Do NOT re-scrape the references for the basics; use the baked-in system**
99
+ (saves tokens). Only browse live when the user wants a *current* look from a
100
+ specific site, a brand-new pattern not covered here, or to verify a font/feature —
101
+ then fold it in and note what changed.
102
+
103
+ What the baked-in system already captures (the Phase-1 extraction): design patterns,
104
+ visual hierarchy, typography/spacing/grid/layout systems, color + gradient systems,
105
+ animation/motion, navigation, CTA + hero patterns, trust/enterprise/social-proof
106
+ components, footer/pricing/feature structures, interactive + micro-interactions,
107
+ glassmorphism usage, accessibility, mobile responsiveness, developer-experience
108
+ patterns, and AI-startup conversion patterns.
109
+
110
+ ## Phase 2 — Generate (the workflow)
111
+
112
+ 1. **Clarify intent:** site type (landing / SaaS / dev platform / enterprise /
113
+ agentic), brand accent (or use the default violet→cyan), and page set.
114
+ 2. **Lock the tokens:** start from `color-system.md` + `typography-system.md` +
115
+ `spacing-system.md`. Emit them once as `:root` CSS variables (and optionally a
116
+ `tokens.json`). Override only the accent to match the brand.
117
+ 3. **Compose layouts:** pick section layouts from `layout-system.md` /
118
+ `example-page-structures.md`; assemble components from `component-library.md`.
119
+ 4. **Apply motion + a11y:** add interactions per `motion-system.md`, gated by
120
+ `prefers-reduced-motion`; meet every rule in `accessibility-system.md`.
121
+ 5. **Emit code:** follow `website-generation-rules.md` to produce clean, semantic,
122
+ responsive **pure HTML + CSS + vanilla JS** (no frameworks/libraries) plus design
123
+ tokens, `vercel.json` (clean URLs), `sitemap.xml`, and `robots.txt`.
124
+ 6. **Self-check** against the anti-patterns and the verification checklist below.
125
+
126
+ ## Output
127
+
128
+ Unless the user specifies otherwise, write the generated **multipage site (15+
129
+ pages, ~20)** into a `website/` folder in the project root:
130
+ - `website/index.html` **plus 15+ additional pages** (one continuous same-background
131
+ canvas each, ≥10 sections per page, no inter-section borders), linked with
132
+ **extensionless URLs** (`/pricing`)
133
+ - `website/css/tokens.css` (the `:root` design tokens) + `website/css/styles.css`
134
+ - `website/js/main.js` (vanilla nav/mega-menu, motion, interactions — progressively enhanced)
135
+ - `website/vercel.json` (clean-URL routing), `website/sitemap.xml`, `website/robots.txt`
136
+ - `website/tokens.json` (machine-readable tokens for other agents)
137
+
138
+ When the user only wants the **system** (not a site), emit the tokens + component
139
+ specs as files/snippets they can drop into any stack.
140
+
141
+ ## Default look (baked-in identity)
142
+
143
+ Near-black blue-violet backgrounds, layered surfaces, one high-contrast text ramp, a
144
+ **violet→cyan** AI accent used sparingly, restrained gradients and glow, generous
145
+ spacing, large fluid display type, and quiet, fast micro-motion. Premium and
146
+ enterprise-credible — never neon-soaked or template-looking.
147
+
148
+ ## Anti-patterns (never ship these)
149
+
150
+ Outdated startup designs · Bootstrap/ThemeForest/WordPress-template look · generic
151
+ SaaS or old-startup templates · poor typography · weak visual hierarchy · overloaded
152
+ gradients · excessive glassmorphism · poor accessibility · inconsistent spacing ·
153
+ **alternating/different section background colors · borders or dividers between
154
+ sections · single-page sites or thin pages with fewer than 10 sections · any
155
+ framework/library in the shipped site (React/Vue/Tailwind/Bootstrap/jQuery/…) ·
156
+ `.html` in URLs**. The result must feel like OpenAI/Anthropic/Perplexity/Cursor/
157
+ Lovable/Vercel/Linear — never like a template.
158
+
159
+ ## Verification checklist (run before finishing)
160
+
161
+ 0. **Multipage scale met:** the site has **> 15 pages** (≈20), each page has **≥ 10
162
+ sections** (≈12), **all sections share one background color** (`--bg-900`), and there
163
+ are **no borders/dividers between sections** (separation by spacing only).
164
+ 0b. **Pure vanilla + clean URLs:** zero frameworks/libraries (no React/Vue/Tailwind/
165
+ Bootstrap/jQuery/etc.); all routes extensionless with a working `vercel.json`
166
+ (`cleanUrls`), `sitemap.xml`, and `robots.txt`; refresh + deep links resolve.
167
+ 0c. **Nav + SEO:** desktop mega-menu + mobile overlay + breadcrumbs; every page has a
168
+ unique title/description, Open Graph + Twitter card, canonical, and JSON-LD.
169
+ 1. Tokens emitted once (`:root`/`tokens.css`) and reused — no hard-coded one-off hex
170
+ values scattered through the markup.
171
+ 2. Type uses the fluid scale; spacing uses the 4/8-pt scale; layout uses the grid +
172
+ container widths — all from the companion files.
173
+ 3. Every section is a recognized layout; every component matches `component-library.md`.
174
+ 4. Body text ≥ 4.5:1 contrast, large text ≥ 3:1; visible focus states; motion
175
+ respects `prefers-reduced-motion`; semantic landmarks + alt text present.
176
+ 5. Fully responsive (360 → 1440+), no horizontal scroll, tap targets ≥ 44px.
177
+ 6. Trips **zero** anti-patterns; gradients/glass are restrained; hierarchy is clear.
178
+ 7. Output looks like it belongs next to the reference sites — premium, dark,
179
+ futuristic, and conversion-focused.