spirewise 1.7.1 → 1.9.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 +63 -44
  3. package/install.sh +8 -8
  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,95 @@
1
+ # Example Page Structures — Product Demo First
2
+
3
+ Ready-to-assemble, **demo-first** page blueprints. Each section names a layout (see
4
+ `layout-system.md`) and components (see `component-library.md`). Every page leads with a
5
+ **Demo Hero** and contains **≥3 distinct demo moments**; major feature sections each
6
+ prove the claim with a **Product Frame** / clip / code / before-after. No borders between
7
+ sections (separate by whitespace + alternating panels + the floated frame's shadow).
8
+
9
+ Legend: `DH-* / F-* / P-* / C-* / Q-* / FT-*` layouts · components by name.
10
+
11
+ ## MANDATORY: 15+ page site map (≈20), 10+ sections/page, clean URLs
12
+
13
+ Always ship a **full multipage website with 15+ pages (≈20)** — never a single landing
14
+ page. Every page carries **at least 10 sections (≈12)**, **no borders/dividers between
15
+ sections**, pure HTML/CSS/vanilla JS, **extensionless URLs**. Required 20-page map:
16
+
17
+ ```
18
+ / Home /customers Customers
19
+ /platform Platform /case-studies Case Studies
20
+ /solutions Solutions /developers Developers
21
+ /products Products /docs Documentation ← + DOC-A subpages
22
+ /features Features /about About
23
+ /ai-agents AI Agents /careers Careers
24
+ /enterprise Enterprise /blog Blog ← + article pages
25
+ /security Security /contact Contact
26
+ /pricing Pricing /partners Partners
27
+ /resources Resources /faq FAQ
28
+ ```
29
+
30
+ Each blueprint below is a **10-section** skeleton — extend toward 12, never fewer than
31
+ 10. Every page must include: **Hero (Demo) · Feature Sections (with demos) · Product
32
+ Highlights · Trust Signals · Testimonials · Use Cases · Statistics · Integrations · CTA
33
+ · Footer.**
34
+
35
+ ---
36
+
37
+ ## 1. Home (default)
38
+ 1. **Navbar** (glass, dropdowns) — extensionless links
39
+ 2. **Demo Hero** `DH-A` — eyebrow · H1 · lead · CTA pair · **big interactive Product
40
+ Frame** (live demo or autoplay clip) with spotlight ← demo #1
41
+ 3. **Logos Section** — trusted-by row
42
+ 4. **Feature Sections** `F-A` alternating — 2–3 feature stories, each with a **Product
43
+ Frame** showing it ← demos #2–#4
44
+ 5. **Tabbed Feature Demo** `F-B` — one frame, tabs swap capabilities ← deep demo #5
45
+ 6. **Product Highlights** `F-C` bento of demos/metrics
46
+ 7. **Statistics** — Trust Section metrics (count-up)
47
+ 8. **Testimonials** — featured quote (+ customer result frame)
48
+ 9. **Integrations** — app grid + "See all" link
49
+ 10. **CTA** `C-A` (with a final mini demo / "try it") + **Footer** `FT-A`
50
+
51
+ ## 2. Platform / Product
52
+ 1. Navbar · 2. **Demo Hero** `DH-B` split (copy + live frame) · 3. Feature story `F-A` ·
53
+ 4. **Tabbed Feature Demo** `F-B` · 5. **Annotated Walkthrough** `F-E` · 6. **Dashboard
54
+ Preview** (App frame) · 7. Use Cases · 8. **Statistics** · 9. Testimonials · 10. CTA + Footer
55
+
56
+ ## 3. Features
57
+ 1. Navbar · 2. Demo Hero · 3.–8. one **Feature + Product Frame** per major capability
58
+ (`F-A` alternating / `F-B` tabbed / `F-D` before-after) · 9. Integrations · 10. CTA + Footer
59
+
60
+ ## 4. Developers / Documentation
61
+ - **Developers:** Navbar · **Demo Hero** with **Code/Terminal Product Frame** · Logos ·
62
+ **Code Preview** (tabbed) · **Interactive Demo** (mini editor) · Product Highlights ·
63
+ Use Cases · Statistics · CTA ("Read docs" + "Get API key") · Footer (≥10).
64
+ - **Docs:** Layout `DOC-A` three-pane; inline mono **Code/Terminal** demos in frames;
65
+ breadcrumb; prev/next.
66
+
67
+ ## 5. Enterprise / Security
68
+ 1. Navbar · 2. Demo Hero (outcome-led, demo of admin/SSO) · 3. Logos · 4. Feature `F-A` ·
69
+ 5. **Enterprise Section** · 6. **Security Section** · 7. **Statistics**/ROI · 8.
70
+ Testimonials (exec) · 9. CTA `C-B` (demo request form) · 10. Footer
71
+
72
+ ## 6. Pricing
73
+ 1. Navbar · 2. Demo Hero (short + plan toggle) · 3. **Pricing** `P-A/P-B` · 4. Feature
74
+ comparison (with mini demos) · 5. **Enterprise** band · 6. Trust Signals · 7. **Statistics**
75
+ · 8. Testimonials · 9. **FAQ** `Q-A` · 10. CTA + Footer
76
+
77
+ ## 7. Content pages (About, Careers, Customers, Case Studies, Blog, Partners, Resources, Contact, FAQ)
78
+ Reach **≥10 sections** by composing: Hero (with a relevant demo/visual) → body sections
79
+ (values/timeline, roles, customer grid with result frames, **case-study walkthroughs**,
80
+ article list, partner tiers, resource cards, contact form) → Trust Signals → Testimonials
81
+ → Statistics → Integrations → CTA → Footer. Case Studies especially use **Annotated
82
+ Walkthrough** / **Before-After** to show the product's impact.
83
+
84
+ ---
85
+
86
+ ## Assembly notes
87
+ - **Scale is mandatory:** 15+ pages, **≥10 sections each**, **≥3 demos each**. Never a
88
+ single page or a thin/claim-only page.
89
+ - **Lead with the product** every time (Demo Hero), and prove each major claim with a
90
+ framed demo. Show, don't tell.
91
+ - **No borders/dividers between sections** — whitespace + alternating panels + the
92
+ floated Product Frame shadow. One layout + one demo per section.
93
+ - Choose hero by content: live/interactive → `DH-A` centered or `DH-B` split; big visual/
94
+ video → `DH-C`.
95
+ - Use **real product UI/data** in every frame; never empty/lorem/fake frames or filler.
@@ -0,0 +1,76 @@
1
+ # Layout & Grid System — Product Demo First
2
+
3
+ A 12-column fluid grid + canonical **demo-first** section layouts. Every layout exists
4
+ to frame and spotlight the product. **No borders between sections.**
5
+
6
+ ## Grid
7
+
8
+ ```css
9
+ :root { --grid-cols: 12; --grid-gap: clamp(16px, 2.2vw, 28px); }
10
+
11
+ .grid { display: grid; gap: var(--grid-gap);
12
+ grid-template-columns: repeat(var(--grid-cols), 1fr); }
13
+
14
+ /* Responsive helpers (mobile-first) */
15
+ .cols-1 { grid-template-columns: 1fr; }
16
+ .cols-2 { grid-template-columns: repeat(2, 1fr); }
17
+ .cols-3 { grid-template-columns: repeat(3, 1fr); }
18
+ .cols-4 { grid-template-columns: repeat(4, 1fr); }
19
+ .split { grid-template-columns: 1fr 1.15fr; } /* copy | demo (demo slightly larger) */
20
+ @media (max-width: 900px){ .cols-3,.cols-4 { grid-template-columns: repeat(2,1fr); } }
21
+ @media (max-width: 820px){ .split { grid-template-columns: 1fr; } }
22
+ @media (max-width: 600px){ .cols-2,.cols-3,.cols-4 { grid-template-columns: 1fr; } }
23
+ ```
24
+
25
+ Breakpoints: `sm 480` · `md 768` · `lg 1024` · `xl 1280` · `2xl 1440`. Mobile-first;
26
+ collapse multi-column to single column by `md`. The demo always stays prominent.
27
+
28
+ ## Canonical demo-first section layouts
29
+
30
+ ### Hero layouts (always show the product)
31
+ - **DH-A Centered demo (default):** eyebrow → H1 → short lead → CTA pair → **large
32
+ centered Product Frame** (interactive demo, video, or crisp screenshot) below, with a
33
+ `--grad-spotlight` glow. The frame is the biggest element.
34
+ - **DH-B Split demo:** copy + CTAs left (`.split` left), **live Product Frame right** —
35
+ often an interactive or tabbed demo. Collapses to stacked on `md`.
36
+ - **DH-C Immersive demo:** short copy over/above a **full-bleed product showcase** (big
37
+ framed app or an autoplay clip) on a `--bg-muted` panel.
38
+
39
+ ### Feature layouts (each proves a claim with a demo)
40
+ - **F-A Alternating feature stories:** copy ↔ **Product Frame**, flipping sides each row
41
+ — the core demo-first pattern (Linear/Stripe). One feature + one demo per row.
42
+ - **F-B Tabbed feature demo:** left tabs (capabilities) drive one **Product Frame** on
43
+ the right that swaps content per tab — high-density, very product-led.
44
+ - **F-C Bento of demos:** asymmetric tiles, each a small framed product moment / clip /
45
+ metric.
46
+ - **F-D Before/After:** a slider or side-by-side framed comparison.
47
+ - **F-E Annotated walkthrough:** one large frame with sequential callouts pointing at UI.
48
+
49
+ ### Pricing / CTA / FAQ / Footer
50
+ - **P-A 3-tier** (middle highlighted) + monthly/annual toggle; **P-B 2-tier + enterprise**.
51
+ - **C-A Centered CTA band** on a soft panel — often with a final mini product frame or a
52
+ "try it" interactive demo. `--section-y-lg`, no border. **C-B Split CTA** (copy + form).
53
+ - **Q-A Accordion FAQ** (`--container-md`); **Q-B two-column**.
54
+ - **FT-A Mega footer** (brand + 4–6 columns + legal); **FT-B minimal**.
55
+
56
+ ### Dashboard / Docs
57
+ - **D-A Shell:** the product's own app layout (sidebar + top bar + content) — used inside
58
+ the Product Frame / Dashboard Preview.
59
+ - **DOC-A Three-pane docs:** nav · prose (`--container-md`) · TOC; inline mono Code/
60
+ Terminal demos; breadcrumb. (Hairlines allowed *within* docs, not between sections.)
61
+
62
+ ## Composition rules
63
+
64
+ 1. **Separate sections by panel + space + frame shadow, NEVER borders.** Alternate
65
+ `--bg-canvas`/`--bg-muted` (add `.section--muted`); `.section{border:0}`; no `<hr>`.
66
+ 2. **Every major section contains a product moment** (frame, clip, code, before/after).
67
+ Aim for **≥3 distinct demos per page** (hero + features + a deep interactive/video).
68
+ 3. **Full-bleed panel, contained content:** sections span edge-to-edge; inner
69
+ `.container`/`.container--wide` constrains content (wide for big showcases).
70
+ 4. **One layout + one demo per section.** Don't stack competing product shots.
71
+ 5. **At least 10 sections per page**, and the **site has 15+ pages.** Never thin.
72
+ 6. **Rhythm:** Demo Hero → logos/trust → alternating feature demos (F-A) → tabbed deep
73
+ demo (F-B) → before/after or walkthrough → metrics → testimonials → integrations →
74
+ pricing → FAQ → CTA (with a final demo) → footer.
75
+ 7. **Vertical rhythm** from `--section-y` (+`--frame-lift` around hero frames); horizontal
76
+ from the 12-col grid. The demo is always the visual anchor.
@@ -0,0 +1,82 @@
1
+ # Motion System — Product Demo First
2
+
3
+ Motion exists to **animate the product** — reveal how it works through tabbed demos,
4
+ autoplay-on-scroll clips, scrubbable walkthroughs, and gentle frame parallax. The page
5
+ itself stays calm. Everything degrades under `prefers-reduced-motion`.
6
+
7
+ Distilled from Linear/Stripe (tabbed product demos, annotated flows), Vercel/Retool
8
+ (interactive previews), Loom (video storytelling), and OpenAI/Cursor (live code demos).
9
+
10
+ ## Tokens
11
+
12
+ ```css
13
+ :root {
14
+ --dur-fast: 140ms; --dur-base: 240ms; --dur-slow: 380ms; --dur-slower: 640ms;
15
+ --ease-out: cubic-bezier(0.2, 1, 0.3, 1); /* primary — decelerate */
16
+ --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
17
+ }
18
+ ```
19
+
20
+ ## Principles
21
+ 1. **Animate the product, not the chrome.** The focal motion is inside/around the
22
+ Product Frame; page sections just fade/rise gently.
23
+ 2. **Short + eased** (140–380ms); reserve 640ms for big demo reveals/parallax.
24
+ 3. **Move a little:** translate 8–20px, scale 1.0→1.02; the frame can lift/tilt subtly.
25
+ 4. **One focal demo animation per viewport.** Don't autoplay five things at once.
26
+ 5. **Cheap props only** (`transform`/`opacity`); video/canvas for live demos.
27
+
28
+ ## Patterns (demo-centric)
29
+
30
+ - **Scroll reveal:** sections/cards start `opacity:0; translateY(18px)` → `.in` via
31
+ `IntersectionObserver`, `--dur-slow` `--ease-out`, stagger ~70ms. Reveal once.
32
+ - **Frame entrance:** the hero Product Frame rises + scales slightly (1.0→1.0 from 0.98)
33
+ and the `--grad-spotlight` fades in as it enters.
34
+ - **Autoplay-on-scroll video:** Product-Frame `<video muted loop playsinline>` plays when
35
+ ≥50% in view, pauses when out; poster shown until play; reduced-motion → poster only.
36
+ - **Tabbed feature demo:** switching a tab cross-fades + slides the Product Frame content
37
+ (`--dur-base`); active tab indicator slides.
38
+ - **Annotated walkthrough:** callouts reveal sequentially (advance on scroll or prev/next),
39
+ each with a short connector-line draw; numbers fade in.
40
+ - **Before/After:** draggable handle (pointer + arrow keys); smooth clip-path transition.
41
+ - **Frame parallax/tilt:** hero frame translates a few px slower than scroll, or tilts
42
+ ≤4° toward the pointer (desktop only; off for touch/reduced motion).
43
+ - **Hover:** card/frame shadow lift (`--shadow-md`→`--shadow-lg`); buttons bg shift +
44
+ press `translateY(1px)`.
45
+ - **Count-up / typewriter:** metrics count up; terminal types a command (final state in DOM).
46
+ - **Marquee (logos):** slow, linear, pausable.
47
+
48
+ ## Reduced motion (required)
49
+
50
+ ```css
51
+ @media (prefers-reduced-motion: reduce) {
52
+ *, *::before, *::after { animation-duration:.001ms !important;
53
+ animation-iteration-count:1 !important; transition-duration:.001ms !important;
54
+ scroll-behavior:auto !important; }
55
+ }
56
+ ```
57
+ Under reduced motion: show reveals/frames in final state; **don't autoplay video** (show
58
+ poster); stop parallax/tilt/marquee/typewriter/count-up at final values; tabbed/before-
59
+ after demos still work via clicks/keys without animation.
60
+
61
+ ## Minimal vanilla helpers
62
+
63
+ ```js
64
+ // reveal
65
+ const io = new IntersectionObserver((es)=>es.forEach((e,i)=>{ if(e.isIntersecting){
66
+ e.target.style.transitionDelay = `${Math.min(i*70,300)}ms`;
67
+ e.target.classList.add('in'); io.unobserve(e.target);} }, {threshold:.15}));
68
+ document.querySelectorAll('[data-reveal]').forEach(el=>io.observe(el));
69
+
70
+ // autoplay product video on scroll (respect reduced motion)
71
+ const rm = matchMedia('(prefers-reduced-motion: reduce)').matches;
72
+ const vio = new IntersectionObserver((es)=>es.forEach(e=>{
73
+ const v=e.target; if(rm) return;
74
+ if(e.isIntersecting){ v.play?.(); } else { v.pause?.(); }
75
+ }, {threshold:.5}));
76
+ document.querySelectorAll('video[data-demo]').forEach(v=>vio.observe(v));
77
+ ```
78
+ ```css
79
+ [data-reveal]{ opacity:0; transform: translateY(18px);
80
+ transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out); }
81
+ [data-reveal].in{ opacity:1; transform:none; }
82
+ ```
@@ -0,0 +1,74 @@
1
+ # Spacing System — Product Demo First
2
+
3
+ A strict **4-point base / 8-point rhythm** with generous space — but the priority is
4
+ **room for the product frame to breathe and float**. Sections separate by whitespace,
5
+ panels, and the frame's shadow, never by lines.
6
+
7
+ ## Scale tokens
8
+
9
+ ```css
10
+ :root {
11
+ /* 4-pt base, 8-pt rhythm */
12
+ --space-0: 0; --space-1: 4px; --space-2: 8px; --space-3: 12px;
13
+ --space-4: 16px; --space-5: 20px; --space-6: 24px; --space-8: 32px;
14
+ --space-10: 40px; --space-12: 48px; --space-16: 64px; --space-20: 80px;
15
+ --space-24: 96px; --space-28: 112px;--space-32: 128px;--space-40: 160px;
16
+
17
+ /* Radii — product frames + cards use large corners */
18
+ --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px;
19
+ --radius-xl: 20px; --radius-2xl: 28px; --radius-frame: 16px; --radius-pill: 999px;
20
+
21
+ /* Containers */
22
+ --container-sm: 680px; --container-md: 820px; --container-lg: 1040px;
23
+ --container-xl: 1200px; --container-2xl: 1320px; /* wide product showcases */
24
+ --gutter: clamp(20px, 5vw, 48px);
25
+
26
+ /* Section rhythm (fluid) — extra top room so the floated frame isn't cramped */
27
+ --section-y: clamp(72px, 9vw, 136px);
28
+ --section-y-lg: clamp(100px, 12vw, 184px); /* hero / big demo sections */
29
+ --stack: clamp(16px, 2vw, 24px);
30
+ --frame-lift: clamp(24px, 4vw, 56px); /* extra space around a floated product frame */
31
+ }
32
+ ```
33
+
34
+ ## Usage map
35
+
36
+ - **4-pt system** (`--space-1..6`): inside components and **inside the product frame**
37
+ (title bar padding, toolbar gaps, in-app spacing), button padding, badges, list gaps.
38
+ - **8-pt system** (`--space-8..16`): between components — card gaps, copy↔demo gaps,
39
+ form rows, grid gaps.
40
+ - **Container widths:** copy blocks `--container-md` (820); standard sections
41
+ `--container-lg/xl`; **wide product showcases** `--container-2xl` (1320) so big
42
+ framed demos have room.
43
+ - **Section spacing:** `padding-block: var(--section-y)`; hero + big-demo sections use
44
+ `--section-y-lg`. Add `--frame-lift` margin around a hero product frame so it floats.
45
+ - **Card spacing:** padding `--space-6`–`--space-8`; feature cards `--space-10`.
46
+ - **Grid gaps:** `--space-6`/`--space-8`; demo galleries `--space-5` dense.
47
+ - **Component spacing:** label→control `--space-2`; field→field `--space-5`; group→group `--space-8`.
48
+ - **Page spacing:** sections stack with no extra margins and **no borders/dividers** —
49
+ `--section-y` padding + alternating panels + the floated frame's shadow separate them.
50
+
51
+ ## Rules
52
+
53
+ 1. **Only use scale values.** No arbitrary `13px`/`27px`.
54
+ 2. **Give the product frame air.** Use `--frame-lift` so the floated frame's shadow
55
+ reads and the demo feels premium; don't crowd it against text or edges.
56
+ 3. **Proximity + panels + elevation group meaning.** Section breaks = full `--section-y`
57
+ + panel color change + frame shadow — never a border.
58
+ 4. **Consistent large radii:** inputs/badges `--radius-sm/md`; cards `--radius-lg/xl`;
59
+ **product frames `--radius-frame`**; modals `--radius-2xl`; pills `--radius-pill`.
60
+ 5. **Whitespace > dividers, always.**
61
+
62
+ ## Helpers
63
+
64
+ ```css
65
+ .container { width:100%; max-width: var(--container-xl);
66
+ margin-inline:auto; padding-inline: var(--gutter); }
67
+ .container--wide { max-width: var(--container-2xl); } /* product showcases */
68
+ .container--narrow { max-width: var(--container-md); }
69
+ .section { padding-block: var(--section-y); border: 0; } /* never a section border */
70
+ .section--hero, .section--demo { padding-block: var(--section-y-lg); }
71
+ .section--muted { background: var(--bg-muted); } /* alternate panel, not a line */
72
+ .frame-wrap { margin-block: var(--frame-lift); } /* air around a floated product frame */
73
+ .stack > * + * { margin-top: var(--stack); }
74
+ ```
@@ -0,0 +1,87 @@
1
+ # Typography System — Product Demo First
2
+
3
+ Modern, functional grotesk type that orients quickly and stays out of the product's
4
+ way. Headlines are confident but not oversized (the product frame is the biggest visual);
5
+ mono is first-class for code/terminal demos. Fluid scale across breakpoints.
6
+
7
+ ## Fonts
8
+
9
+ ```css
10
+ :root {
11
+ --font-sans: "Inter", "Geist", "Inter Tight", -apple-system, BlinkMacSystemFont,
12
+ "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ --font-display: var(--font-sans); /* or "Geist"/"Inter Tight" for tighter display */
14
+ --font-mono: "Geist Mono", "JetBrains Mono", "SF Mono", ui-monospace, Menlo, monospace;
15
+ }
16
+ ```
17
+ Notes:
18
+ - Inter/Geist read as "modern product UI" and pair naturally with framed app
19
+ screenshots. Mono is used heavily — code previews, terminals, annotations, API copy.
20
+ - Match the page type to the product's own UI font family where possible for cohesion.
21
+
22
+ ## Fluid type scale (clamp)
23
+
24
+ ```css
25
+ :root {
26
+ --fs-display: clamp(2.5rem, 1.5rem + 4.6vw, 4.5rem); /* 40 → 72px hero (product still bigger) */
27
+ --fs-h1: clamp(2.125rem, 1.5rem + 2.8vw, 3.25rem); /* 34 → 52px */
28
+ --fs-h2: clamp(1.625rem, 1.25rem + 1.8vw, 2.375rem);/* 26 → 38px */
29
+ --fs-h3: clamp(1.25rem, 1.1rem + 0.9vw, 1.625rem); /* 20 → 26px */
30
+ --fs-h4: clamp(1.0625rem, 1rem + 0.4vw, 1.25rem); /* 17 → 20px */
31
+ --fs-lead: clamp(1.0625rem, 1rem + 0.5vw, 1.3125rem);/* 17 → 21px intro/subhead */
32
+ --fs-body: 1rem; /* 16px base */
33
+ --fs-body-lg: 1.0625rem; /* 17px */
34
+ --fs-small: 0.875rem; /* 14px caption */
35
+ --fs-micro: 0.75rem; /* 12px labels/eyebrow/annotations */
36
+ }
37
+ ```
38
+
39
+ ## Roles (each: size · weight · line-height · tracking)
40
+
41
+ | Role | Size | Weight | Line-height | Tracking | Color |
42
+ |---|---|---|---|---|---|
43
+ | **Display** (hero) | `--fs-display` | 600–700 | 1.05 | -0.02em | `--text-primary` (or `--grad-text` on 1 word) |
44
+ | **H1** | `--fs-h1` | 600–700 | 1.08 | -0.02em | `--text-primary` |
45
+ | **H2** (section) | `--fs-h2` | 600 | 1.12 | -0.015em | `--text-primary` |
46
+ | **H3** | `--fs-h3` | 600 | 1.25 | -0.01em | `--text-primary` |
47
+ | **H4 / overline** | `--fs-h4` | 600 | 1.3 | 0 | `--text-primary` |
48
+ | **Eyebrow / label** | `--fs-micro` | 600 | 1.2 | 0.07em, UPPERCASE | `--accent` or `--text-muted` |
49
+ | **Lead / subhead** | `--fs-lead` | 400 | 1.5 | 0 | `--text-secondary` |
50
+ | **Body** | `--fs-body`/`-lg` | 400 | 1.6 | 0 | `--text-secondary` |
51
+ | **Caption / meta** | `--fs-small` | 400–500 | 1.45 | 0 | `--text-muted` |
52
+ | **Demo annotation** | `--fs-micro`/`--fs-small` | 500–600 | 1.3 | 0 | `--accent-2` / `--frame-text` |
53
+ | **Button** | `--fs-body` (`0.9375rem` compact) | 600 | 1 | -0.005em | `--text-on-accent` / `--text-primary` |
54
+ | **Navigation** | `--fs-small`/`--fs-body` | 500 | 1 | 0 | `--text-secondary` → `--text-primary` |
55
+ | **Pricing amount** | `clamp(2.25rem,1.8rem+2vw,3.25rem)` | 700 | 1 | -0.02em | `--text-primary` |
56
+ | **Code / terminal** | `--fs-small` | 400–500 | 1.6 | 0 | mono, syntax-tinted (in `--frame-text`) |
57
+
58
+ ## Rules
59
+
60
+ 1. **Type orients, product persuades.** Keep hero copy short and scannable so the demo
61
+ gets the focus; don't let headings out-size the product frame.
62
+ 2. **Tighten as it grows;** body stays ~1.6 and 0 tracking. Measure 60–75ch (`max-width: 68ch`).
63
+ 3. **Weights:** body 400, UI/emphasis 500–600, headings 600–700.
64
+ 4. **One display moment per page** (the hero). Don't oversize every heading.
65
+ 5. **Mono is a feature.** Use `--font-mono` for code/terminal demos, inline API tokens,
66
+ and some annotations — it signals a real developer product.
67
+ 6. **Eyebrows** label sections (uppercase, tracked, small, accent/muted) above H2s.
68
+ 7. **Annotations** on product frames use small, high-contrast labels (`--accent-2`/white
69
+ on dark frame) with a connector line/dot — readable at a glance.
70
+ 8. **Numbers/metrics** use `font-variant-numeric: tabular-nums`.
71
+
72
+ ## Base CSS
73
+
74
+ ```css
75
+ body { font-family: var(--font-sans); font-size: var(--fs-body);
76
+ line-height: 1.6; color: var(--text-secondary);
77
+ -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
78
+ h1,h2,h3,h4 { color: var(--text-primary); font-family: var(--font-display);
79
+ font-weight: 600; text-wrap: balance; letter-spacing: -0.02em; }
80
+ h1 { font-size: var(--fs-h1); line-height: 1.08; }
81
+ .eyebrow { font-size: var(--fs-micro); font-weight:600; letter-spacing:.07em;
82
+ text-transform:uppercase; color: var(--accent); }
83
+ .lead { font-size: var(--fs-lead); color: var(--text-secondary); max-width: 60ch; }
84
+ a { color: var(--accent); text-underline-offset: 2px; }
85
+ p { max-width: 68ch; }
86
+ code, pre { font-family: var(--font-mono); }
87
+ ```
@@ -0,0 +1,194 @@
1
+ # Website Generation Rules — Product Demo First
2
+
3
+ How an agent turns this design system into a **production-ready, multi-page, product-led
4
+ website**. Output clean, semantic **pure HTML + CSS + vanilla JavaScript** plus design
5
+ tokens. The signature: **every page leads with and revolves around a product demo**.
6
+ (The token/spec system can be exported for other agents — see below — but the generated
7
+ website itself is always pure vanilla.)
8
+
9
+ ## Technology stack (MANDATORY — no frameworks, no libraries)
10
+
11
+ Build everything — including all interactive demos — with **HTML5 + CSS3 + vanilla
12
+ JavaScript only**. The generated site must contain **zero** of:
13
+
14
+ > ❌ React · ❌ Vue · ❌ Angular · ❌ Svelte/Next/Nuxt · ❌ Bootstrap · ❌ Tailwind ·
15
+ > ❌ jQuery · ❌ any UI library · ❌ any CSS framework · ❌ any JS animation/utility library
16
+
17
+ No build step, no npm dependencies, no CDN component kits. Product Frames, interactive
18
+ demos, tabbed demos, before/after sliders, autoplay video, code/terminal previews — all
19
+ hand-written with native HTML/CSS/JS (Grid/Flexbox, custom properties,
20
+ `IntersectionObserver`, `<video>`). Exporting `tokens.json` for other agents is allowed;
21
+ shipping the site in a framework is not.
22
+
23
+ ## Mandatory scale & structure (read first)
24
+ - **Multipage: build 15+ pages (recommended ~20)** — a full site map, not one page.
25
+ - **Every page has at least 10 sections (recommend 12)**, each built around a demo/the
26
+ product where possible.
27
+ - **Demo-first:** every page opens with a **Demo Hero** and has **≥3 distinct demo
28
+ moments**; major feature sections each prove the claim with a Product Frame / clip /
29
+ code / before-after.
30
+ - **No borders or dividers between sections** — separate with `--section-y` spacing,
31
+ alternating panels (`--bg-canvas` ↔ `--bg-muted`), and the floated frame's shadow. In
32
+ CSS: `.section { border: 0 }`; never `<hr>`/divider or `border-top/bottom` between sections.
33
+ - **Clean, extensionless, Vercel-ready URLs** (`/pricing`, not `/pricing.html`).
34
+
35
+ ## Required pages (build all — 15+; ~20 recommended)
36
+ Home `/` · Platform `/platform` · Solutions `/solutions` · Products `/products` ·
37
+ Features `/features` · AI Agents `/ai-agents` · Enterprise `/enterprise` · Security
38
+ `/security` · Pricing `/pricing` · Customers `/customers` · Case Studies `/case-studies`
39
+ · Developers `/developers` · Documentation `/docs` · About `/about` · Careers `/careers`
40
+ · Blog `/blog` · Contact `/contact` · Partners `/partners` · Resources `/resources` ·
41
+ FAQ `/faq`. Add product/solution/blog/doc subpages freely.
42
+
43
+ ## Required sections (every page — ≥10, recommend 12)
44
+ Hero (Demo Hero) · Feature Sections (with demos) · Product Highlights · Trust Signals
45
+ (logos) · Testimonials · Use Cases · Statistics · Integrations · CTA · Footer. Add more
46
+ (Security, Enterprise, Bento of demos, Tabbed Feature Demo, Before/After, Code/Terminal)
47
+ to reach 12 and fit the page.
48
+
49
+ ## Site types this must support
50
+ Landing pages · startup websites · AI company websites · enterprise SaaS · developer
51
+ platforms · agentic-AI startups · infrastructure startups. (See `example-page-structures.md`.)
52
+
53
+ ## What to generate
54
+ - **HTML** — semantic, accessible, one file per page; product media in **Product Frames**.
55
+ - **CSS** — `tokens.css` (`:root` vars) + `styles.css` (base + components + utilities).
56
+ - **JavaScript** — vanilla, progressive enhancement: nav/dropdown, tabbed demo, before/
57
+ after slider, autoplay-on-scroll video, interactive demo, reveal, accordion, copy.
58
+ - **`vercel.json`** + **`sitemap.xml`** + **`robots.txt`**.
59
+ - **Design tokens** — `tokens.json` (machine-readable; token export only).
60
+ - **Component specifications** — when asked for the *system*, emit component markup +
61
+ token usage from `component-library.md` (incl. the Product Frame + demo components).
62
+ - **Accessibility + responsive guidance** inline (comments) and honored.
63
+
64
+ ## File/output layout (default — flat files + clean URLs)
65
+ ```
66
+ website/
67
+ ├── index.html # served at /
68
+ ├── platform.html solutions.html products.html features.html ai-agents.html
69
+ ├── enterprise.html security.html pricing.html customers.html case-studies.html
70
+ ├── developers.html docs.html about.html careers.html blog.html contact.html
71
+ ├── partners.html resources.html faq.html
72
+ ├── css/ { tokens.css, styles.css }
73
+ ├── js/ { main.js } # nav, tabbed demo, before/after, video, reveal, copy
74
+ ├── assets/ # product screenshots, clips (mp4/webm), posters, og images
75
+ ├── tokens.json
76
+ ├── sitemap.xml robots.txt
77
+ └── vercel.json
78
+ ```
79
+ Alternative: folder-per-page `platform/index.html`. Either way **all internal links are
80
+ extensionless** (`href="/pricing"`).
81
+
82
+ ## Clean URLs & Vercel (MANDATORY)
83
+ - **No `.html` in any URL**, no `page.html` links, no ugly query params.
84
+ - Emit **`vercel.json`** so `.html` is stripped, refresh works, and deep links resolve:
85
+ ```json
86
+ {
87
+ "cleanUrls": true,
88
+ "trailingSlash": false,
89
+ "headers": [
90
+ { "source": "/assets/(.*)", "headers": [
91
+ { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] }
92
+ ]
93
+ }
94
+ ```
95
+ `cleanUrls: true` serves `platform.html` at `/platform` and 301-redirects `.html`.
96
+ Provide a `404.html`. Every nav/footer/internal link is extensionless.
97
+
98
+ ## Navigation system (vanilla JS)
99
+ - **Desktop nav** with **dropdown/mega-menus** (optionally with product thumbnails);
100
+ keyboard + `aria-expanded`/`aria-haspopup`.
101
+ - **Mobile nav**: full-screen overlay, accordion, focus-trap, ESC.
102
+ - **Multi-level nav** + **breadcrumbs** on deep pages; `aria-current="page"`.
103
+
104
+ ## Hard rules
105
+ 1. **Vanilla only** (incl. demos). No frameworks/libraries in the shipped site.
106
+ 2. **Demo-first.** Every page leads with a Demo Hero; ≥3 demo moments/page; every major
107
+ feature section proves the claim with a **Product Frame** (never claim-only).
108
+ 3. **Frame all product media** with the Product Frame primitive; no raw images dropped on
109
+ the page; no empty/lorem/fake frames — use real, specific product UI/data.
110
+ 4. **Tokens first, once.** All colors/type/spacing as `:root` vars; no scattered hex/px;
111
+ rebrand = change `--accent-*`.
112
+ 5. **No section borders.** Separate with spacing + panels + frame shadow. `.section{border:0}`.
113
+ 6. **Mobile-first + responsive**; multi-column → single column by `md`; no 320px scroll;
114
+ demos remain usable and prominent on mobile.
115
+ 7. **Semantic + accessible** per `accessibility-system.md` (incl. demo a11y: keyboard,
116
+ captions, reduced-motion, no-JS fallbacks, text equivalents). Non-negotiable.
117
+ 8. **Components from the library** (+ demo components). Every component: responsive,
118
+ accessible, reusable, production-ready, animation-ready.
119
+ 9. **Performance:** system/Inter fonts; lazy-load below-the-fold images **and posters**;
120
+ `<video preload="metadata">`, compressed mp4/webm; animate transform/opacity only;
121
+ minimal JS, no libraries; target high Lighthouse (90+).
122
+ 10. **SEO on every page** (below): unique title/description, OG + Twitter, canonical,
123
+ JSON-LD, sitemap + robots. Add `VideoObject` JSON-LD for demo videos.
124
+ 11. **Self-verify** against anti-patterns + every companion checklist before done.
125
+
126
+ ## SEO requirements (every page)
127
+ Unique `<title>` + meta description (150–160); **Open Graph** + **Twitter card**
128
+ (`summary_large_image`) + OG image; **canonical** (clean URL); **JSON-LD**
129
+ (`Organization` + `WebSite` site-wide; `Product`, `FAQPage`, `BreadcrumbList`, `Article`,
130
+ `VideoObject` where relevant); **`sitemap.xml`** + **`robots.txt`**.
131
+
132
+ ## Performance requirements
133
+ Fast first paint, minimal vanilla JS, optimized/centralized CSS, lazy media + video
134
+ posters, cached assets (via `vercel.json`), no blocking libraries — high Lighthouse.
135
+
136
+ ## Boilerplate `<head>`
137
+ ```html
138
+ <!doctype html><html lang="en"><head>
139
+ <meta charset="utf-8">
140
+ <meta name="viewport" content="width=device-width, initial-scale=1">
141
+ <meta name="color-scheme" content="light">
142
+ <title><!-- Page · Brand --></title>
143
+ <meta name="description" content="<!-- 150–160 chars -->">
144
+ <link rel="canonical" href="https://brand.com/path">
145
+ <meta property="og:type" content="website">
146
+ <meta property="og:title" content="<!-- Page · Brand -->">
147
+ <meta property="og:description" content="<!-- … -->">
148
+ <meta property="og:url" content="https://brand.com/path">
149
+ <meta property="og:image" content="https://brand.com/assets/og.png">
150
+ <meta name="twitter:card" content="summary_large_image">
151
+ <link rel="stylesheet" href="/css/tokens.css">
152
+ <link rel="stylesheet" href="/css/styles.css">
153
+ <script type="application/ld+json"><!-- Organization / WebSite JSON-LD --></script>
154
+ </head>
155
+ <body>
156
+ <a class="skip-link" href="#main">Skip to content</a>
157
+ <header><!-- Navbar (links extensionless: /platform, /pricing) --></header>
158
+ <main id="main"><!-- Demo Hero + 10–12 sections, ≥3 demos, no dividers --></main>
159
+ <footer><!-- Footer --></footer>
160
+ <script src="/js/main.js" defer></script>
161
+ </body></html>
162
+ ```
163
+
164
+ ## Required base CSS (no section borders; product floats)
165
+ ```css
166
+ html, body { background: var(--bg-page); color: var(--text-secondary); }
167
+ .section { padding-block: var(--section-y); border: 0; } /* no borders/dividers between sections */
168
+ .section--muted { background: var(--bg-muted); } /* alternate panels by COLOR, not lines */
169
+ .section + .section { border-top: 0; } /* explicitly: no rule between sections */
170
+ /* Separation = whitespace (--section-y) + panel color + the floated Product Frame shadow.
171
+ Never add <hr> or divider elements between sections. */
172
+ ```
173
+
174
+ ## tokens.json shape (excerpt)
175
+ ```json
176
+ {
177
+ "color": { "bg": {"page":"#ffffff","canvas":"#f7f8fa","muted":"#f1f3f7"},
178
+ "frame": {"bg":"#0e1116","bar":"#171b22","text":"#e6e9ef"},
179
+ "text": {"primary":"#0b0d12","secondary":"#3c4250","muted":"#697186"},
180
+ "accent": {"base":"#4f46e5","2":"#06b6d4"} },
181
+ "space": { "4":"16px","6":"24px","8":"32px","16":"64px" },
182
+ "radius": { "md":"12px","lg":"16px","xl":"20px","frame":"16px","pill":"999px" },
183
+ "type": { "display":"clamp(2.5rem,1.5rem + 4.6vw,4.5rem)", "body":"1rem" }
184
+ }
185
+ ```
186
+
187
+ ## Definition of done
188
+ **15+ pages (≈20), each with ≥10 sections (≈12) and ≥3 demo moments, every page leading
189
+ with a Demo Hero, all product media in Product Frames, no borders/dividers between
190
+ sections.** Pure HTML/CSS/vanilla JS (no frameworks/libraries); clean extensionless URLs
191
+ with `vercel.json` (refresh + deep links work); desktop dropdown + mobile + breadcrumb
192
+ nav; per-page SEO + sitemap; tokens centralized; fully responsive; AA accessible (incl.
193
+ demo a11y); quiet motion with reduced-motion fallback; high Lighthouse; zero
194
+ anti-patterns; could sit next to Linear/Vercel/Retool without looking out of place.
@@ -1,47 +0,0 @@
1
- # Proof Designer
2
-
3
- A **Website Design System Architect** skill modeled on the live
4
- [Proof](https://useproof.com/) website — a customer-obsessed, social-proof-driven
5
- SaaS conversion site.
6
-
7
- It makes the agent act as a senior design system architect + frontend engineer
8
- that designs, documents, enforces, and **generates production-grade websites
9
- using only HTML, CSS, and JavaScript**, recreating Proof's look and feel.
10
-
11
- ## What it produces
12
-
13
- Writes a complete, token-driven site to `websites/01-proof/`:
14
-
15
- - `index.html` — full Proof-style landing page
16
- - `css/` — `tokens.css`, `base.css`, `components.css`, `utilities.css`
17
- - `js/main.js` — nav, mobile menu, scroll animations, form validation
18
- - `design-tokens.json`, `STYLE-GUIDE.md`, `COMPONENTS.md`
19
-
20
- ## Signature Proof patterns it recreates
21
-
22
- - Dark navy conversion hero with white logo, "Welcome to Proof." eyebrow +
23
- waving hand, white H1, and an inline **email-capture** form.
24
- - **Social proof everywhere**: inline activity ("1,000+ people started a free
25
- trial…"), floating quote + stat cards, grayscale customer-logo strip, big
26
- "25,000+ businesses" stat, single customer quote.
27
- - 3-up content card grid with wavy text links (Watch / Read / Learn).
28
- - Signature **wavy/squiggle motifs**, wavy underline links, and diagonal "angle"
29
- section dividers.
30
- - Blue primary CTAs, teal accent, Lato + Droid Serif typography, soft shadows.
31
-
32
- ## How to use
33
-
34
- Ask the agent to "build a site using the Proof design system" or "make a
35
- Proof-style SaaS landing page." It will build the design system first (tokens →
36
- components), then pages, then run the accessibility / performance / consistency
37
- checks — never random designs.
38
-
39
- See `SKILL.md` for the full method, design tokens, components, and quality bar.
40
-
41
- ## Site scope
42
-
43
- - **15+ pages**, each with **10+ sections**, all sharing the design system.
44
- - A **products page** plus a **separate full page per product** (≥6 if count unknown).
45
- - A `SITEMAP.md` listing every page and its sections.
46
-
47
- See `SKILL.md` → "Site scope" for the required page list.