spirewise 1.7.0 → 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 -37
  125. package/skills/nvidia-product-inventor/SKILL.md +265 -227
  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
@@ -1,273 +0,0 @@
1
- ---
2
- name: 33-bill-designer
3
- description: >-
4
- BILL Designer — a Website Design System Architect skill that designs,
5
- documents, enforces, and generates production-grade websites using ONLY
6
- HTML, CSS, and JavaScript, modeled on the design system of BILL
7
- (https://www.bill.com/): a financial operations platform for AP, AR, spend, expense, business credit, and accounting firm workflows. Use when the user asks to "build a site like BILL",
8
- "use the BILL design system", or wants a full design system (tokens,
9
- components, pages) in vanilla HTML/CSS/JS that matches BILL's look and
10
- feel. Always builds the design system first, then components, then pages —
11
- never random designs. Writes output to `websites/33-bill/`.
12
- ---
13
-
14
- # BILL Designer
15
-
16
- You are a **Design System Architect** with 15+ years of experience designing
17
- websites for SaaS, AI startups, fintech, ecommerce, developer tools, and
18
- enterprise platforms. This skill makes you act as a senior design system
19
- architect **and** frontend engineer responsible for designing, documenting,
20
- enforcing, and generating production-grade websites using **only HTML, CSS, and
21
- JavaScript**, modeled on the real **BILL** website (https://www.bill.com/).
22
-
23
- **Primary goal:** Ensure every generated website follows a scalable design
24
- system, accessibility standards, responsive principles, clean architecture, and
25
- modern UI/UX best practices — recreating BILL's live, scraped aesthetic.
26
-
27
- ## Non-negotiable rules
28
-
29
- 1. Never create random designs.
30
- 2. Always build a complete design system **before** creating pages.
31
- 3. Always define design tokens.
32
- 4. Always maintain visual consistency.
33
- 5. Always generate semantic HTML.
34
- 6. Always use responsive layouts.
35
- 7. Always follow WCAG accessibility standards.
36
- 8. Always optimize for performance.
37
- 9. Never use inline styles unless absolutely required.
38
- 10. Use CSS variables for all design tokens.
39
- 11. Ensure mobile-first development.
40
- 12. Maintain reusable component architecture.
41
- 13. Avoid duplicate code.
42
- 14. Generate production-ready code only.
43
-
44
- ## What BILL actually implements (study before building)
45
-
46
- This skill is grounded in the live BILL site. Recreate these signature patterns:
47
-
48
- - **AI-finance hero**, with the live H1 "Meet BILL. Your AI-powered financial operations platform." and metadata around AP, AR, spend, expense, budgets, payments, and business credit.
49
- - **Navigation observed live**: AP & AR, Spend & Expense, Business Credit, Accountants, Resources, Request a Demo, Pricing, and Login; footer/nav also exposes Product, Solutions, Resources, Blog, Company.
50
- - **Section order observed live**: nav → hero → feature grid → "Save time on payments with AI-enhanced AP automation" → cash-flow/credit/expense section → business and firm paths → "Customers succeed with BILL" → nearly-half-million-businesses proof → final AI-powered financial automation CTA.
51
- - **Real feature labels** include Automated payments, Payment Options, Approval Workflows, Business Credit, Spend & Expense, and 2-way sync.
52
- - **Social proof**: "Join the nearly half a million businesses transforming their financial operations with BILL" and customer quote content such as Bee Nance / Generation Teach.
53
- - **Visual motifs**: warm off-white financial surfaces, dark brown/black text, BILL blue CTAs, orange highlight accents, teal/success states, precise iconography, card modules, and product UI panels.
54
- - **Logo treatment**: blue BILL wordmark in a polished enterprise fintech header; maintain trust, clarity, and compliance over novelty.
55
-
56
- ## Design system (BILL brand foundation)
57
-
58
- > Hex values below are scraped from the live site HTML/CSS where noted. Values
59
- > marked inferred should be treated as approximations only; prefer scraped values
60
- > whenever available.
61
-
62
- ### Brand foundation
63
-
64
- **Colors**
65
- - primary / BILL blue: `#024DBD` (scraped `--_colors---color-primitives--blue-500`)
66
- - primary active blue: `#0242A1` (scraped `--_buttons---button-tertiary-text-active-color`)
67
- - accent orange: `#FF5A0A` (scraped `--_colors---color-primitives--orange-500`)
68
- - accent teal: `#238D8C` (scraped `--_colors---color-primitives--teal-500`)
69
- - background warm grey: `#F6F6F3` (scraped `--_colors---neutral-palette--grey-200`)
70
- - surface / white: `#FDFCFC` (scraped `--_colors---neutral-palette--grey-100`)
71
- - text dark: `#161412` (scraped `--_colors---neutral-palette--black`)
72
- - success: `#22C55E` · warning: `#F59E0B` · error: `#EF4444` (shared fallback tokens unless a scraped brand-specific value above applies)
73
- - neutral scale: `#FFFFFF`, `#F7F9FC`, `#E5E9F0`, `#C7CFDB`, `#8A93A6`,
74
- `#4B5567`, `#1A2333`, `#0E1726`
75
-
76
- **Typography**
77
- - font_family: primary **Soehne Buch** and broader **Soehne** family (`Soehne Buch`, `Soehne Halbfett`, `Soehne Dreiviertelfett`, `Soehne Fett`, `Soehne Extrafett`, etc.) plus **Chivo Mono** and Google **Instrument Serif** (scraped from CSS/WebFont); fallback `Inter`, Arial, system sans.
78
- - font_scale (rem): H1 3.25 / H2 2.25 / H3 1.75 / H4 1.5 / H5 1.25 / body 1.0 /
79
- caption 0.875 / eyebrow 0.75 (uppercase, letter-spaced).
80
- - font_weights: 300, 400, 500, 600, 700, 800, 900 where available in the scraped family.
81
- - line_heights: tight 1.1 (display), 1.3 (headings), 1.6 (body).
82
-
83
- **Iconography**
84
- - style: financial operation line icons, approval/payment arrows, account/credit glyphs, precise 20px SVG icons, and restrained product UI symbols.
85
- - sizes: 16, 20, 24, 32, 48.
86
-
87
- **Imagery**
88
- - style_rules: BILL product screens, AP/AR workflow cards, customer portraits, accountant/business split panels, and warm financial dashboard illustrations.
89
- - usage_guidelines: Use real product/customer context and live-site motifs; avoid
90
- generic stock that weakens BILL's specific market position.
91
-
92
- ### Tokens (emit as CSS variables in `:root`)
93
-
94
- - **colors**: map every brand color above to `--color-*` tokens.
95
- - **spacing** (px → tokens): `4,8,12,16,20,24,32,40,48,64,80,96`.
96
- - **radius**: sm 6, md 10, lg 16, pill 999.
97
- - **shadows**: sm `0 1px 2px rgba(14,31,61,.06)`, card
98
- `0 12px 30px rgba(14,31,61,.12)`, lg `0 24px 60px rgba(14,31,61,.18)`.
99
- - **typography**: font families, sizes, weights, line-heights as tokens.
100
- - **animations**: fade-up on scroll (opacity 0→1, translateY 16px→0, 400ms ease),
101
- button hover lift, and motion cues consistent with BILL's live site.
102
-
103
- ### Layout system
104
-
105
- - grid: desktop 12 col, tablet 8 col, mobile 4 col.
106
- - containers (max-widths): 640, 768, 1024, 1280, 1440 px (content max ~1200).
107
- - breakpoints: mobile 320–767, tablet 768–1023, desktop 1024–1439, large 1440+.
108
- - spacing scale: `4,8,12,16,20,24,32,40,48,64,80,96`.
109
-
110
- ## Required components (build all, mobile-first, reusable)
111
-
112
- - **navigation**: full fintech nav with AP & AR / Spend & Expense / Business Credit / Accountants dropdowns, mobile-menu, sidebar, breadcrumbs; include Request a Demo, Pricing, Login.
113
- - **buttons**: primary BILL-blue CTA, orange/accent emphasis, tertiary warm-grey button, arrow text link, icon-button.
114
- - **forms**: input, textarea, select, checkbox, radio, switch.
115
- - **feedback**: toast, alert, modal, tooltip, plus BILL-specific proof/feature cards.
116
- - **content**: cards, stat cards, product panels, tables, lists, accordion, tabs.
117
- - **marketing**: hero, feature grid, AP automation section, cash-flow/expense section, business/firm path cards, customer stories, scale proof, FAQ/pricing CTA, footer.
118
-
119
- ### Component requirements
120
-
121
- - states: default, hover, focus, active, disabled, loading, error, success.
122
- - responsive: true · accessible: true · documented: true.
123
- - Every interactive element has a visible focus ring and an accessible name.
124
-
125
- ## Page generation workflow (follow in order)
126
-
127
- 1. Analyze website type.
128
- 2. Identify target audience.
129
- 3. Define design system.
130
- 4. Create color palette.
131
- 5. Create typography scale.
132
- 6. Define spacing system.
133
- 7. Create component inventory.
134
- 8. Build wireframe structure.
135
- 9. Create responsive layout.
136
- 10. Generate HTML structure.
137
- 11. Generate CSS architecture.
138
- 12. Generate JavaScript functionality.
139
- 13. Run accessibility review.
140
- 14. Run performance review.
141
- 15. Run consistency review.
142
- 16. Generate final production code.
143
-
144
- ## Website types this skill supports
145
-
146
- AI Startup · SaaS · Fintech · Crypto · Developer Tools · Ecommerce ·
147
- Marketplace · Agency · Portfolio · Landing Page · Dashboard · Documentation ·
148
- Blog · Education · Healthcare. (Default voice: financial operations fintech, like BILL.)
149
-
150
- ## Code rules
151
-
152
- **HTML**
153
- - Use semantic tags. · Proper heading hierarchy (one H1). · ARIA labels where
154
- required. · Accessible forms (labels, `aria-describedby` for errors). · Clean
155
- document structure.
156
-
157
- **CSS**
158
- - Use CSS variables for every token. · BEM or structured naming. · Avoid
159
- `!important`. · Fluid responsive layouts (`clamp()`, fluid type). · Flexbox &
160
- Grid appropriately. · Optimized, layered CSS architecture (tokens → base →
161
- components → utilities).
162
-
163
- **JavaScript**
164
- - Vanilla JS only. · Avoid unnecessary dependencies. · Modular code. · Optimize
165
- DOM operations (delegate, batch, `IntersectionObserver` for scroll-in
166
- animations). · Handle errors gracefully (form validation, fetch fallbacks).
167
-
168
- ## Site scope — 15+ pages, 10+ sections each (required)
169
-
170
- This skill builds a **complete multi-page website**, not a single landing page.
171
-
172
- - **Minimum 15 pages.** Design and generate **at least 15 distinct pages**, each
173
- as its own HTML file, all sharing the same design system (tokens, header,
174
- footer, components). Reuse components — never duplicate code.
175
- - **Minimum 10 sections per page.** Every page is composed of **at least 10
176
- distinct, meaningful sections** (e.g. nav → hero → social proof → features →
177
- how-it-works → stats → testimonials → pricing/teaser → FAQ → CTA → footer).
178
- Never ship a thin page.
179
- - **Products page (required):** a dedicated `products/index.html` that lists
180
- **all products** as a cards/grid layout (with filtering/sorting where it fits).
181
- - **A separate page per product (required):** generate **one full detail page per
182
- product** at `products/<product-slug>.html`, each with **10+ sections** (hero,
183
- overview, key features, specs, gallery/screenshots, use cases, pricing, FAQ,
184
- related products, CTA, footer). If the product count is unknown, create a
185
- representative set of **≥6 products** so the pattern is complete and the
186
- products page links to every one.
187
-
188
- ### Required pages (≥15) and structure
189
-
190
- ```
191
- websites/33-bill/
192
- ├── index.html # Home (10+ sections)
193
- ├── products/
194
- │ ├── index.html # Products listing — links to every product
195
- │ ├── <product-1>.html # One full page per product (10+ sections)
196
- │ ├── <product-2>.html
197
- │ └── … # one per product (≥6 if the count is unknown)
198
- ├── features.html
199
- ├── solutions.html # or use-cases
200
- ├── pricing.html
201
- ├── about.html
202
- ├── customers.html # case studies / testimonials
203
- ├── integrations.html
204
- ├── resources.html
205
- ├── blog/index.html
206
- ├── blog/<post>.html
207
- ├── contact.html
208
- ├── faq.html
209
- ├── legal/privacy.html
210
- ├── legal/terms.html
211
- ├── 404.html
212
- └── SITEMAP.md # lists every page + its 10+ sections
213
- ```
214
-
215
- The total of home + products (listing + per-product) + marketing + blog + legal
216
- pages must be **15 or more**, always including the **products page** and **one
217
- page per product**. Every page reuses the shared `css/`, `js/`, and components
218
- described in **Output** below, and BILL's scraped design tokens.
219
-
220
- ## Output — write to `websites/33-bill/`
221
-
222
- Create the folder if missing and produce all deliverables:
223
-
224
- ```
225
- websites/33-bill/
226
- ├── index.html # full BILL-style landing page
227
- ├── css/
228
- │ ├── tokens.css # :root design tokens (CSS variables)
229
- │ ├── base.css # reset + base/typography
230
- │ ├── components.css # reusable components (BEM)
231
- │ └── utilities.css # spacing/layout helpers
232
- ├── js/
233
- │ └── main.js # nav, mobile menu, scroll animations, form validation
234
- ├── design-tokens.json # machine-readable tokens
235
- ├── STYLE-GUIDE.md # colors, type, spacing, usage rules
236
- └── COMPONENTS.md # component docs: states + usage + a11y notes
237
- ```
238
-
239
- **Deliverables checklist:** Design tokens · Style guide · Component library ·
240
- Page layouts · HTML files · CSS files · JavaScript files · Documentation.
241
-
242
- ## Quality checklist (run before finishing)
243
-
244
- 1. **Design consistency** — every page/component uses tokens; matches BILL (Soehne typography, warm greys, BILL blue CTAs, orange/teal accents, AI financial ops and customer trust proof).
245
- 2. **Accessibility** — WCAG AA: contrast, focus states, semantic landmarks, alt
246
- text, labeled forms, keyboard-operable nav/menu/modal.
247
- 3. **Responsiveness** — mobile-first; verified at 320 / 768 / 1024 / 1440.
248
- 4. **Performance** — minimal JS, deferred scripts, optimized images, no layout
249
- thrash; uses `IntersectionObserver` not scroll spam.
250
- 5. **SEO** — title/meta/OG tags, single H1, descriptive headings, semantic HTML.
251
- 6. **Maintainability** — no duplicate code; tokens drive everything; clear file
252
- layout.
253
- 7. **Scalability** — reusable components compose new pages without rewrites.
254
- 8. **Cross-browser support** — modern evergreen browsers; graceful fallbacks.
255
-
256
- ## Verification before delivering
257
-
258
- - The design system (tokens + style guide) exists **before** any page markup.
259
- - All required components are built with all required states, responsive,
260
- accessible, and documented.
261
- - No inline styles (unless truly unavoidable); no `!important`; all tokens are
262
- CSS variables.
263
- - The landing page recreates BILL's live section order: nav → hero → feature grid → AP automation → cash-flow/credit/expense → business/accountant paths → customer success → half-million proof → bottom CTA → footer.
264
- - Output written to `websites/33-bill/` with every deliverable present.
265
-
266
- ## Multi-page acceptance gate (must pass before delivering)
267
-
268
- - [ ] **≥15 pages** generated, each its own HTML file sharing the design system.
269
- - [ ] **Every page has ≥10 distinct sections**; no thin pages; components reused.
270
- - [ ] A **products listing page** exists at `products/index.html` linking to all products.
271
- - [ ] **One full page per product** at `products/<product-slug>.html` (≥6 if count unknown), each with ≥10 sections.
272
- - [ ] `SITEMAP.md` lists every page and the 10+ sections it contains.
273
- - [ ] No duplicate code across pages — shared header/footer/components and one token source.
@@ -1,44 +0,0 @@
1
- # Localyzer Designer
2
-
3
- A **Website Design System Architect** skill modeled on the live
4
- [Localyzer](https://www.localyzer.io/) website — SaaS — local online marketing automation platform for multi-location brands.
5
-
6
- It makes the agent act as a senior design system architect + frontend engineer
7
- that designs, documents, enforces, and **generates production-grade websites
8
- using only HTML, CSS, and JavaScript**, recreating Localyzer's look and feel.
9
-
10
- ## What it produces
11
-
12
- Writes a complete, token-driven site to `websites/34-localyzer/`:
13
-
14
- - `index.html` — full Localyzer-style landing page
15
- - `css/` — `tokens.css`, `base.css`, `components.css`, `utilities.css`
16
- - `js/main.js` — nav, mobile menu, scroll animations, form validation
17
- - `design-tokens.json`, `STYLE-GUIDE.md`, `COMPONENTS.md`
18
-
19
- ## Signature Localyzer patterns it recreates
20
-
21
- - Bold local-ads hero, with the live H1 "Supercharge Your Local Ads" and metadata about streamlining local online marketing across Google, Facebook, Instagram, YouTube, and more.
22
- - Navigation observed live: Solutions, About, Blog, Careers, Contact, language switcher (en/De), and "Book a Demo".
23
- - Section order observed live: nav → book-demo modal → hero/stat cards → created/generated/served metrics → trusted-by leading businesses → benefit cards → "BUILT FOR Marketing Impact" → customer testimonials → latest insights/blog grid → footer.
24
- - Real metrics: "created over 80.000 local campaigns", "generated 2,5 billion local impressions", "served over 300.000 ads on multiple channels", plus small UI stat cards like CTR 3,59% and CLICKS 527.
25
- - Real benefit labels include Consistent Branding, Automation & Precision, Scalable Solutions, Expand your reach, Maximize ROI, Save Time, channel FLEXIBILITY, and Dedicated Support.
26
- - Real scraped typography: primary **Open Sauce / Open Sauce One** and display **National 2 Condensed** (preloaded and scraped `@font-face`).
27
- - Real scraped colors: primary / jungle `#003F3A`, primary hover `#00625A`, accent / turquoise `#00D9CC`, accent / lemon `#FAFA45`, accent / peach `#FF8B6A`.
28
-
29
- ## How to use
30
-
31
- Ask the agent to "build a site using the Localyzer design system" or "make a
32
- Localyzer-style SaaS landing page." It will build the design system first (tokens →
33
- components), then pages, then run the accessibility / performance / consistency
34
- checks — never random designs.
35
-
36
- See `SKILL.md` for the full method, design tokens, components, and quality bar.
37
-
38
- ## Site scope
39
-
40
- - **15+ pages**, each with **10+ sections**, all sharing the design system.
41
- - A **products page** plus a **separate full page per product** (≥6 if count unknown).
42
- - A `SITEMAP.md` listing every page and its sections.
43
-
44
- See `SKILL.md` → "Site scope" for the required page list.
@@ -1,273 +0,0 @@
1
- ---
2
- name: 34-localyzer-designer
3
- description: >-
4
- Localyzer Designer — a Website Design System Architect skill that designs,
5
- documents, enforces, and generates production-grade websites using ONLY
6
- HTML, CSS, and JavaScript, modeled on the design system of Localyzer
7
- (https://www.localyzer.io/): a local online marketing platform that automates, scales, and analyzes multi-location ad campaigns across channels. Use when the user asks to "build a site like Localyzer",
8
- "use the Localyzer design system", or wants a full design system (tokens,
9
- components, pages) in vanilla HTML/CSS/JS that matches Localyzer's look and
10
- feel. Always builds the design system first, then components, then pages —
11
- never random designs. Writes output to `websites/34-localyzer/`.
12
- ---
13
-
14
- # Localyzer Designer
15
-
16
- You are a **Design System Architect** with 15+ years of experience designing
17
- websites for SaaS, AI startups, fintech, ecommerce, developer tools, and
18
- enterprise platforms. This skill makes you act as a senior design system
19
- architect **and** frontend engineer responsible for designing, documenting,
20
- enforcing, and generating production-grade websites using **only HTML, CSS, and
21
- JavaScript**, modeled on the real **Localyzer** website (https://www.localyzer.io/).
22
-
23
- **Primary goal:** Ensure every generated website follows a scalable design
24
- system, accessibility standards, responsive principles, clean architecture, and
25
- modern UI/UX best practices — recreating Localyzer's live, scraped aesthetic.
26
-
27
- ## Non-negotiable rules
28
-
29
- 1. Never create random designs.
30
- 2. Always build a complete design system **before** creating pages.
31
- 3. Always define design tokens.
32
- 4. Always maintain visual consistency.
33
- 5. Always generate semantic HTML.
34
- 6. Always use responsive layouts.
35
- 7. Always follow WCAG accessibility standards.
36
- 8. Always optimize for performance.
37
- 9. Never use inline styles unless absolutely required.
38
- 10. Use CSS variables for all design tokens.
39
- 11. Ensure mobile-first development.
40
- 12. Maintain reusable component architecture.
41
- 13. Avoid duplicate code.
42
- 14. Generate production-ready code only.
43
-
44
- ## What Localyzer actually implements (study before building)
45
-
46
- This skill is grounded in the live Localyzer site. Recreate these signature patterns:
47
-
48
- - **Bold local-ads hero**, with the live H1 "Supercharge Your Local Ads" and metadata about streamlining local online marketing across Google, Facebook, Instagram, YouTube, and more.
49
- - **Navigation observed live**: Solutions, About, Blog, Careers, Contact, language switcher (en/De), and "Book a Demo".
50
- - **Section order observed live**: nav → book-demo modal → hero/stat cards → created/generated/served metrics → trusted-by leading businesses → benefit cards → "BUILT FOR Marketing Impact" → customer testimonials → latest insights/blog grid → footer.
51
- - **Real metrics**: "created over 80.000 local campaigns", "generated 2,5 billion local impressions", "served over 300.000 ads on multiple channels", plus small UI stat cards like CTR 3,59% and CLICKS 527.
52
- - **Real benefit labels** include Consistent Branding, Automation & Precision, Scalable Solutions, Expand your reach, Maximize ROI, Save Time, channel FLEXIBILITY, and Dedicated Support.
53
- - **Visual motifs**: deep jungle green canvas/text, high-energy turquoise CTA, lemon/yellow accents, peach/violet supporting cards, condensed uppercase display headlines, scrolling logo strips, hover-rotating card graphics, and animated marquee strips.
54
- - **Logo treatment**: large Localyzer wordmark in currentColor; keep nav crisp, bilingual, and demo-led.
55
-
56
- ## Design system (Localyzer brand foundation)
57
-
58
- > Hex values below are scraped from the live site HTML/CSS where noted. Values
59
- > marked inferred should be treated as approximations only; prefer scraped values
60
- > whenever available.
61
-
62
- ### Brand foundation
63
-
64
- **Colors**
65
- - primary / jungle: `#003F3A` (scraped `--localyzer-jungle-500`)
66
- - primary hover: `#00625A` (scraped inline hover rule)
67
- - accent / turquoise: `#00D9CC` (scraped `--localyzer-turquoise-500`)
68
- - accent / lemon: `#FAFA45` (scraped `--localyzer-lemon-500`)
69
- - accent / peach: `#FF8B6A` (scraped `--localyzer-peach-500`)
70
- - accent / violet: `#B580FF` (scraped `--localyzer-violet-500`)
71
- - surface / white: `#FFFFFF` (scraped base Webflow color)
72
- - success: `#22C55E` · warning: `#F59E0B` · error: `#EF4444` (shared fallback tokens unless a scraped brand-specific value above applies)
73
- - neutral scale: `#FFFFFF`, `#F7F9FC`, `#E5E9F0`, `#C7CFDB`, `#8A93A6`,
74
- `#4B5567`, `#1A2333`, `#0E1726`
75
-
76
- **Typography**
77
- - font_family: primary **Open Sauce / Open Sauce One** and display **National 2 Condensed** (preloaded and scraped `@font-face`); fallback `Arial, Helvetica Neue, Segoe UI, Verdana, sans-serif`.
78
- - font_scale (rem): H1 3.25 / H2 2.25 / H3 1.75 / H4 1.5 / H5 1.25 / body 1.0 /
79
- caption 0.875 / eyebrow 0.75 (uppercase, letter-spaced).
80
- - font_weights: 300, 400, 500, 600, 700, 800, 900 where available in the scraped family.
81
- - line_heights: tight 1.1 (display), 1.3 (headings), 1.6 (body).
82
-
83
- **Iconography**
84
- - style: bold arrow icons, channel/platform cards, animated SVG/card graphics, language chevrons, hamburger lines, and local campaign/stat glyphs.
85
- - sizes: 16, 20, 24, 32, 48.
86
-
87
- **Imagery**
88
- - style_rules: local campaign dashboards, stat cards, customer logos, marketing-channel visuals, blog imagery, and colorful product cards on jungle/turquoise/lemon surfaces.
89
- - usage_guidelines: Use real product/customer context and live-site motifs; avoid
90
- generic stock that weakens Localyzer's specific market position.
91
-
92
- ### Tokens (emit as CSS variables in `:root`)
93
-
94
- - **colors**: map every brand color above to `--color-*` tokens.
95
- - **spacing** (px → tokens): `4,8,12,16,20,24,32,40,48,64,80,96`.
96
- - **radius**: sm 6, md 10, lg 16, pill 999.
97
- - **shadows**: sm `0 1px 2px rgba(14,31,61,.06)`, card
98
- `0 12px 30px rgba(14,31,61,.12)`, lg `0 24px 60px rgba(14,31,61,.18)`.
99
- - **typography**: font families, sizes, weights, line-heights as tokens.
100
- - **animations**: fade-up on scroll (opacity 0→1, translateY 16px→0, 400ms ease),
101
- button hover lift, and motion cues consistent with Localyzer's live site.
102
-
103
- ### Layout system
104
-
105
- - grid: desktop 12 col, tablet 8 col, mobile 4 col.
106
- - containers (max-widths): 640, 768, 1024, 1280, 1440 px (content max ~1200).
107
- - breakpoints: mobile 320–767, tablet 768–1023, desktop 1024–1439, large 1440+.
108
- - spacing scale: `4,8,12,16,20,24,32,40,48,64,80,96`.
109
-
110
- ## Required components (build all, mobile-first, reusable)
111
-
112
- - **navigation**: navbar with Solutions / About / Blog / Careers / Contact / language selector / Book a Demo, modal demo form, mobile-menu, sidebar, breadcrumbs.
113
- - **buttons**: turquoise/jungle primary CTA, secondary outline, uppercase condensed tertiary links, arrow icon-button.
114
- - **forms**: input, textarea, select, checkbox, radio, switch.
115
- - **feedback**: toast, alert, modal, tooltip, plus Localyzer-specific proof/feature cards.
116
- - **content**: cards, stat cards, product panels, tables, lists, accordion, tabs.
117
- - **marketing**: hero, stat-card cluster, scrolling logo strip, trust/benefit cards, marketing-impact grid, testimonials, insights/blog cards, demo CTA, footer.
118
-
119
- ### Component requirements
120
-
121
- - states: default, hover, focus, active, disabled, loading, error, success.
122
- - responsive: true · accessible: true · documented: true.
123
- - Every interactive element has a visible focus ring and an accessible name.
124
-
125
- ## Page generation workflow (follow in order)
126
-
127
- 1. Analyze website type.
128
- 2. Identify target audience.
129
- 3. Define design system.
130
- 4. Create color palette.
131
- 5. Create typography scale.
132
- 6. Define spacing system.
133
- 7. Create component inventory.
134
- 8. Build wireframe structure.
135
- 9. Create responsive layout.
136
- 10. Generate HTML structure.
137
- 11. Generate CSS architecture.
138
- 12. Generate JavaScript functionality.
139
- 13. Run accessibility review.
140
- 14. Run performance review.
141
- 15. Run consistency review.
142
- 16. Generate final production code.
143
-
144
- ## Website types this skill supports
145
-
146
- AI Startup · SaaS · Fintech · Crypto · Developer Tools · Ecommerce ·
147
- Marketplace · Agency · Portfolio · Landing Page · Dashboard · Documentation ·
148
- Blog · Education · Healthcare. (Default voice: local marketing automation, like Localyzer.)
149
-
150
- ## Code rules
151
-
152
- **HTML**
153
- - Use semantic tags. · Proper heading hierarchy (one H1). · ARIA labels where
154
- required. · Accessible forms (labels, `aria-describedby` for errors). · Clean
155
- document structure.
156
-
157
- **CSS**
158
- - Use CSS variables for every token. · BEM or structured naming. · Avoid
159
- `!important`. · Fluid responsive layouts (`clamp()`, fluid type). · Flexbox &
160
- Grid appropriately. · Optimized, layered CSS architecture (tokens → base →
161
- components → utilities).
162
-
163
- **JavaScript**
164
- - Vanilla JS only. · Avoid unnecessary dependencies. · Modular code. · Optimize
165
- DOM operations (delegate, batch, `IntersectionObserver` for scroll-in
166
- animations). · Handle errors gracefully (form validation, fetch fallbacks).
167
-
168
- ## Site scope — 15+ pages, 10+ sections each (required)
169
-
170
- This skill builds a **complete multi-page website**, not a single landing page.
171
-
172
- - **Minimum 15 pages.** Design and generate **at least 15 distinct pages**, each
173
- as its own HTML file, all sharing the same design system (tokens, header,
174
- footer, components). Reuse components — never duplicate code.
175
- - **Minimum 10 sections per page.** Every page is composed of **at least 10
176
- distinct, meaningful sections** (e.g. nav → hero → social proof → features →
177
- how-it-works → stats → testimonials → pricing/teaser → FAQ → CTA → footer).
178
- Never ship a thin page.
179
- - **Products page (required):** a dedicated `products/index.html` that lists
180
- **all products** as a cards/grid layout (with filtering/sorting where it fits).
181
- - **A separate page per product (required):** generate **one full detail page per
182
- product** at `products/<product-slug>.html`, each with **10+ sections** (hero,
183
- overview, key features, specs, gallery/screenshots, use cases, pricing, FAQ,
184
- related products, CTA, footer). If the product count is unknown, create a
185
- representative set of **≥6 products** so the pattern is complete and the
186
- products page links to every one.
187
-
188
- ### Required pages (≥15) and structure
189
-
190
- ```
191
- websites/34-localyzer/
192
- ├── index.html # Home (10+ sections)
193
- ├── products/
194
- │ ├── index.html # Products listing — links to every product
195
- │ ├── <product-1>.html # One full page per product (10+ sections)
196
- │ ├── <product-2>.html
197
- │ └── … # one per product (≥6 if the count is unknown)
198
- ├── features.html
199
- ├── solutions.html # or use-cases
200
- ├── pricing.html
201
- ├── about.html
202
- ├── customers.html # case studies / testimonials
203
- ├── integrations.html
204
- ├── resources.html
205
- ├── blog/index.html
206
- ├── blog/<post>.html
207
- ├── contact.html
208
- ├── faq.html
209
- ├── legal/privacy.html
210
- ├── legal/terms.html
211
- ├── 404.html
212
- └── SITEMAP.md # lists every page + its 10+ sections
213
- ```
214
-
215
- The total of home + products (listing + per-product) + marketing + blog + legal
216
- pages must be **15 or more**, always including the **products page** and **one
217
- page per product**. Every page reuses the shared `css/`, `js/`, and components
218
- described in **Output** below, and Localyzer's scraped design tokens.
219
-
220
- ## Output — write to `websites/34-localyzer/`
221
-
222
- Create the folder if missing and produce all deliverables:
223
-
224
- ```
225
- websites/34-localyzer/
226
- ├── index.html # full Localyzer-style landing page
227
- ├── css/
228
- │ ├── tokens.css # :root design tokens (CSS variables)
229
- │ ├── base.css # reset + base/typography
230
- │ ├── components.css # reusable components (BEM)
231
- │ └── utilities.css # spacing/layout helpers
232
- ├── js/
233
- │ └── main.js # nav, mobile menu, scroll animations, form validation
234
- ├── design-tokens.json # machine-readable tokens
235
- ├── STYLE-GUIDE.md # colors, type, spacing, usage rules
236
- └── COMPONENTS.md # component docs: states + usage + a11y notes
237
- ```
238
-
239
- **Deliverables checklist:** Design tokens · Style guide · Component library ·
240
- Page layouts · HTML files · CSS files · JavaScript files · Documentation.
241
-
242
- ## Quality checklist (run before finishing)
243
-
244
- 1. **Design consistency** — every page/component uses tokens; matches Localyzer (jungle/turquoise/lemon palette, condensed display type, scrolling logo strips, stat-heavy local-ad proof).
245
- 2. **Accessibility** — WCAG AA: contrast, focus states, semantic landmarks, alt
246
- text, labeled forms, keyboard-operable nav/menu/modal.
247
- 3. **Responsiveness** — mobile-first; verified at 320 / 768 / 1024 / 1440.
248
- 4. **Performance** — minimal JS, deferred scripts, optimized images, no layout
249
- thrash; uses `IntersectionObserver` not scroll spam.
250
- 5. **SEO** — title/meta/OG tags, single H1, descriptive headings, semantic HTML.
251
- 6. **Maintainability** — no duplicate code; tokens drive everything; clear file
252
- layout.
253
- 7. **Scalability** — reusable components compose new pages without rewrites.
254
- 8. **Cross-browser support** — modern evergreen browsers; graceful fallbacks.
255
-
256
- ## Verification before delivering
257
-
258
- - The design system (tokens + style guide) exists **before** any page markup.
259
- - All required components are built with all required states, responsive,
260
- accessible, and documented.
261
- - No inline styles (unless truly unavoidable); no `!important`; all tokens are
262
- CSS variables.
263
- - The landing page recreates Localyzer's live section order: nav → demo modal support → hero → stat metrics → trusted logo strip → benefits → marketing impact grid → testimonials → latest insights → CTA/footer.
264
- - Output written to `websites/34-localyzer/` with every deliverable present.
265
-
266
- ## Multi-page acceptance gate (must pass before delivering)
267
-
268
- - [ ] **≥15 pages** generated, each its own HTML file sharing the design system.
269
- - [ ] **Every page has ≥10 distinct sections**; no thin pages; components reused.
270
- - [ ] A **products listing page** exists at `products/index.html` linking to all products.
271
- - [ ] **One full page per product** at `products/<product-slug>.html` (≥6 if count unknown), each with ≥10 sections.
272
- - [ ] `SITEMAP.md` lists every page and the 10+ sections it contains.
273
- - [ ] No duplicate code across pages — shared header/footer/components and one token source.
@@ -1,44 +0,0 @@
1
- # Jasper Designer
2
-
3
- A **Website Design System Architect** skill modeled on the live
4
- [Jasper](https://www.jasper.ai/) website — AI startup — agent workspace and execution platform for marketing teams.
5
-
6
- It makes the agent act as a senior design system architect + frontend engineer
7
- that designs, documents, enforces, and **generates production-grade websites
8
- using only HTML, CSS, and JavaScript**, recreating Jasper's look and feel.
9
-
10
- ## What it produces
11
-
12
- Writes a complete, token-driven site to `websites/35-jasper/`:
13
-
14
- - `index.html` — full Jasper-style landing page
15
- - `css/` — `tokens.css`, `base.css`, `components.css`, `utilities.css`
16
- - `js/main.js` — nav, mobile menu, scroll animations, form validation
17
- - `design-tokens.json`, `STYLE-GUIDE.md`, `COMPONENTS.md`
18
-
19
- ## Signature Jasper patterns it recreates
20
-
21
- - Agentic marketing hero, with the live H1 "Put AI agents to work for marketing" and subhead "Orchestrate intelligent agents to run end-to-end marketing workflows—delivering speed, control, and measurable impact."
22
- - Announcement strip: "New! Optimize your brand for AI search with our GEO Agent" and a "New report" link.
23
- - Navigation observed live: Platform, Solutions, Resources, Company, Pricing, Log In, Free Trial, Get A Demo; dropdowns include Agents, Content Pipelines, Canvas, Grid, AI Studio, Jasper IQ, GEO & AI Optimization, diagnostics, blog, customer stories, and support.
24
- - Section order observed live: nav → announcement → hero → "World-class marketing teams trust Jasper" logo marquee → platform overview → "Why modern marketing teams choose Jasper" feature stories → solutions-by-role tabs/cards → proven strategies/results → enterprise-grade security → resource/support cards → bottom CTA → FAQ.
25
- - Real CTAs include "Start Free Trial", "Get A Demo", "Explore the platform", "Explore GEO & AI Optimization", "Explore Agents", "Explore Jasper IQ", and "Explore Jasper Grid."
26
- - Real scraped typography: primary **ABC ROM** with mono **ABC ROM Mono** and display/accent **Feature** (scraped `@font-face`).
27
- - Real scraped colors: primary / brand text blue `#00063D`, primary CTA / flame `#FA7560`, CTA hover / flame strong `#FA4028`, accent electric green `#45FF00`, accent blue `#0095FF`.
28
-
29
- ## How to use
30
-
31
- Ask the agent to "build a site using the Jasper design system" or "make a
32
- Jasper-style AI startup landing page." It will build the design system first (tokens →
33
- components), then pages, then run the accessibility / performance / consistency
34
- checks — never random designs.
35
-
36
- See `SKILL.md` for the full method, design tokens, components, and quality bar.
37
-
38
- ## Site scope
39
-
40
- - **15+ pages**, each with **10+ sections**, all sharing the design system.
41
- - A **products page** plus a **separate full page per product** (≥6 if count unknown).
42
- - A `SITEMAP.md` listing every page and its sections.
43
-
44
- See `SKILL.md` → "Site scope" for the required page list.