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.
- package/README.md +0 -15
- package/bin/cli.js +65 -37
- package/install.sh +3 -3
- package/package.json +2 -4
- package/skills/README.md +0 -1
- package/skills/ai-agent-os-design-system/README.md +105 -0
- package/skills/ai-agent-os-design-system/SKILL.md +195 -0
- package/skills/ai-agent-os-design-system/accessibility-system.md +67 -0
- package/skills/ai-agent-os-design-system/color-system.md +102 -0
- package/skills/ai-agent-os-design-system/component-library.md +147 -0
- package/skills/ai-agent-os-design-system/design-principles.md +79 -0
- package/skills/ai-agent-os-design-system/example-page-structures.md +93 -0
- package/skills/ai-agent-os-design-system/layout-system.md +74 -0
- package/skills/ai-agent-os-design-system/motion-system.md +85 -0
- package/skills/ai-agent-os-design-system/spacing-system.md +87 -0
- package/skills/ai-agent-os-design-system/typography-system.md +91 -0
- package/skills/ai-agent-os-design-system/website-generation-rules.md +192 -0
- package/skills/ai-dark-futuristic-design-system/README.md +91 -0
- package/skills/ai-dark-futuristic-design-system/SKILL.md +179 -0
- package/skills/ai-dark-futuristic-design-system/accessibility-system.md +61 -0
- package/skills/ai-dark-futuristic-design-system/color-system.md +99 -0
- package/skills/ai-dark-futuristic-design-system/component-library.md +140 -0
- package/skills/ai-dark-futuristic-design-system/design-principles.md +66 -0
- package/skills/ai-dark-futuristic-design-system/example-page-structures.md +124 -0
- package/skills/ai-dark-futuristic-design-system/layout-system.md +85 -0
- package/skills/ai-dark-futuristic-design-system/motion-system.md +76 -0
- package/skills/ai-dark-futuristic-design-system/spacing-system.md +73 -0
- package/skills/ai-dark-futuristic-design-system/typography-system.md +89 -0
- package/skills/ai-dark-futuristic-design-system/website-generation-rules.md +220 -0
- package/skills/apple-premium-minimal-design-system/README.md +95 -0
- package/skills/apple-premium-minimal-design-system/SKILL.md +166 -0
- package/skills/apple-premium-minimal-design-system/accessibility-system.md +60 -0
- package/skills/apple-premium-minimal-design-system/color-system.md +100 -0
- package/skills/apple-premium-minimal-design-system/component-library.md +136 -0
- package/skills/apple-premium-minimal-design-system/design-principles.md +65 -0
- package/skills/apple-premium-minimal-design-system/example-page-structures.md +90 -0
- package/skills/apple-premium-minimal-design-system/layout-system.md +89 -0
- package/skills/apple-premium-minimal-design-system/motion-system.md +75 -0
- package/skills/apple-premium-minimal-design-system/spacing-system.md +73 -0
- package/skills/apple-premium-minimal-design-system/typography-system.md +86 -0
- package/skills/apple-premium-minimal-design-system/website-generation-rules.md +207 -0
- package/skills/bento-grid-design-system/README.md +97 -0
- package/skills/bento-grid-design-system/SKILL.md +185 -0
- package/skills/bento-grid-design-system/accessibility-system.md +54 -0
- package/skills/bento-grid-design-system/color-system.md +98 -0
- package/skills/bento-grid-design-system/component-library.md +138 -0
- package/skills/bento-grid-design-system/design-principles.md +72 -0
- package/skills/bento-grid-design-system/example-page-structures.md +91 -0
- package/skills/bento-grid-design-system/layout-system.md +93 -0
- package/skills/bento-grid-design-system/motion-system.md +81 -0
- package/skills/bento-grid-design-system/spacing-system.md +77 -0
- package/skills/bento-grid-design-system/typography-system.md +85 -0
- package/skills/bento-grid-design-system/website-generation-rules.md +193 -0
- package/skills/brutalist-tech-design-system/README.md +100 -0
- package/skills/brutalist-tech-design-system/SKILL.md +185 -0
- package/skills/brutalist-tech-design-system/accessibility-system.md +61 -0
- package/skills/brutalist-tech-design-system/color-system.md +101 -0
- package/skills/brutalist-tech-design-system/component-library.md +117 -0
- package/skills/brutalist-tech-design-system/design-principles.md +73 -0
- package/skills/brutalist-tech-design-system/example-page-structures.md +92 -0
- package/skills/brutalist-tech-design-system/layout-system.md +74 -0
- package/skills/brutalist-tech-design-system/motion-system.md +80 -0
- package/skills/brutalist-tech-design-system/spacing-system.md +86 -0
- package/skills/brutalist-tech-design-system/typography-system.md +94 -0
- package/skills/brutalist-tech-design-system/website-generation-rules.md +195 -0
- package/skills/crunchbase-profile-generator/README.md +64 -0
- package/skills/crunchbase-profile-generator/SKILL.md +189 -0
- package/skills/editorial-luxury-design-system/README.md +98 -0
- package/skills/editorial-luxury-design-system/SKILL.md +187 -0
- package/skills/editorial-luxury-design-system/accessibility-system.md +63 -0
- package/skills/editorial-luxury-design-system/color-system.md +95 -0
- package/skills/editorial-luxury-design-system/component-library.md +131 -0
- package/skills/editorial-luxury-design-system/design-principles.md +77 -0
- package/skills/editorial-luxury-design-system/example-page-structures.md +94 -0
- package/skills/editorial-luxury-design-system/layout-system.md +80 -0
- package/skills/editorial-luxury-design-system/motion-system.md +82 -0
- package/skills/editorial-luxury-design-system/spacing-system.md +77 -0
- package/skills/editorial-luxury-design-system/typography-system.md +107 -0
- package/skills/editorial-luxury-design-system/website-generation-rules.md +194 -0
- package/skills/enterprise-data-viz-design-system/README.md +98 -0
- package/skills/enterprise-data-viz-design-system/SKILL.md +195 -0
- package/skills/enterprise-data-viz-design-system/accessibility-system.md +68 -0
- package/skills/enterprise-data-viz-design-system/color-system.md +112 -0
- package/skills/enterprise-data-viz-design-system/component-library.md +142 -0
- package/skills/enterprise-data-viz-design-system/design-principles.md +75 -0
- package/skills/enterprise-data-viz-design-system/example-page-structures.md +89 -0
- package/skills/enterprise-data-viz-design-system/layout-system.md +75 -0
- package/skills/enterprise-data-viz-design-system/motion-system.md +86 -0
- package/skills/enterprise-data-viz-design-system/spacing-system.md +85 -0
- package/skills/enterprise-data-viz-design-system/typography-system.md +100 -0
- package/skills/enterprise-data-viz-design-system/website-generation-rules.md +196 -0
- package/skills/f6s-copywriting/README.md +16 -6
- package/skills/f6s-copywriting/SKILL.md +162 -46
- package/skills/glassmorphism-design-system/README.md +98 -0
- package/skills/glassmorphism-design-system/SKILL.md +190 -0
- package/skills/glassmorphism-design-system/accessibility-system.md +62 -0
- package/skills/glassmorphism-design-system/color-system.md +128 -0
- package/skills/glassmorphism-design-system/component-library.md +120 -0
- package/skills/glassmorphism-design-system/design-principles.md +77 -0
- package/skills/glassmorphism-design-system/example-page-structures.md +92 -0
- package/skills/glassmorphism-design-system/layout-system.md +81 -0
- package/skills/glassmorphism-design-system/motion-system.md +86 -0
- package/skills/glassmorphism-design-system/spacing-system.md +73 -0
- package/skills/glassmorphism-design-system/typography-system.md +90 -0
- package/skills/glassmorphism-design-system/website-generation-rules.md +195 -0
- package/skills/linkedin-copywriting/README.md +15 -8
- package/skills/linkedin-copywriting/SKILL.md +129 -51
- package/skills/motion-storytelling-design-system/README.md +100 -0
- package/skills/motion-storytelling-design-system/SKILL.md +191 -0
- package/skills/motion-storytelling-design-system/accessibility-system.md +71 -0
- package/skills/motion-storytelling-design-system/color-system.md +101 -0
- package/skills/motion-storytelling-design-system/component-library.md +122 -0
- package/skills/motion-storytelling-design-system/design-principles.md +81 -0
- package/skills/motion-storytelling-design-system/example-page-structures.md +91 -0
- package/skills/motion-storytelling-design-system/layout-system.md +79 -0
- package/skills/motion-storytelling-design-system/motion-system.md +116 -0
- package/skills/motion-storytelling-design-system/spacing-system.md +83 -0
- package/skills/motion-storytelling-design-system/typography-system.md +89 -0
- package/skills/motion-storytelling-design-system/website-generation-rules.md +200 -0
- package/skills/nvidia-inception-idea-booster/README.md +43 -24
- package/skills/nvidia-inception-idea-booster/SKILL.md +260 -116
- package/skills/nvidia-inception-starter/README.md +6 -5
- package/skills/nvidia-inception-starter/SKILL.md +80 -43
- package/skills/nvidia-product-inventor/README.md +44 -37
- package/skills/nvidia-product-inventor/SKILL.md +265 -227
- package/skills/nvidia-startup-idea-founder/README.md +66 -26
- package/skills/nvidia-startup-idea-founder/SKILL.md +245 -189
- package/skills/product-demo-first-design-system/README.md +96 -0
- package/skills/product-demo-first-design-system/SKILL.md +185 -0
- package/skills/product-demo-first-design-system/accessibility-system.md +58 -0
- package/skills/product-demo-first-design-system/color-system.md +109 -0
- package/skills/product-demo-first-design-system/component-library.md +142 -0
- package/skills/product-demo-first-design-system/design-principles.md +66 -0
- package/skills/product-demo-first-design-system/example-page-structures.md +95 -0
- package/skills/product-demo-first-design-system/layout-system.md +76 -0
- package/skills/product-demo-first-design-system/motion-system.md +82 -0
- package/skills/product-demo-first-design-system/spacing-system.md +74 -0
- package/skills/product-demo-first-design-system/typography-system.md +87 -0
- package/skills/product-demo-first-design-system/website-generation-rules.md +194 -0
- package/skills/website-design-skills/01-proof/README.md +0 -47
- package/skills/website-design-skills/01-proof/SKILL.md +0 -303
- package/skills/website-design-skills/02-kajabi/README.md +0 -42
- package/skills/website-design-skills/02-kajabi/SKILL.md +0 -272
- package/skills/website-design-skills/03-lattice/README.md +0 -42
- package/skills/website-design-skills/03-lattice/SKILL.md +0 -271
- package/skills/website-design-skills/04-petal/README.md +0 -42
- package/skills/website-design-skills/04-petal/SKILL.md +0 -271
- package/skills/website-design-skills/05-dropbox-sign/README.md +0 -42
- package/skills/website-design-skills/05-dropbox-sign/SKILL.md +0 -271
- package/skills/website-design-skills/06-distributional/README.md +0 -42
- package/skills/website-design-skills/06-distributional/SKILL.md +0 -271
- package/skills/website-design-skills/07-appcues/README.md +0 -42
- package/skills/website-design-skills/07-appcues/SKILL.md +0 -271
- package/skills/website-design-skills/08-memberstack/README.md +0 -42
- package/skills/website-design-skills/08-memberstack/SKILL.md +0 -271
- package/skills/website-design-skills/09-flank/README.md +0 -42
- package/skills/website-design-skills/09-flank/SKILL.md +0 -275
- package/skills/website-design-skills/10-slidebean/README.md +0 -42
- package/skills/website-design-skills/10-slidebean/SKILL.md +0 -275
- package/skills/website-design-skills/11-formstack/README.md +0 -42
- package/skills/website-design-skills/11-formstack/SKILL.md +0 -275
- package/skills/website-design-skills/12-thalamus/README.md +0 -42
- package/skills/website-design-skills/12-thalamus/SKILL.md +0 -275
- package/skills/website-design-skills/13-grow/README.md +0 -42
- package/skills/website-design-skills/13-grow/SKILL.md +0 -275
- package/skills/website-design-skills/14-gemnote/README.md +0 -42
- package/skills/website-design-skills/14-gemnote/SKILL.md +0 -275
- package/skills/website-design-skills/15-draftbit/README.md +0 -42
- package/skills/website-design-skills/15-draftbit/SKILL.md +0 -275
- package/skills/website-design-skills/16-payman/README.md +0 -42
- package/skills/website-design-skills/16-payman/SKILL.md +0 -273
- package/skills/website-design-skills/17-effortel/README.md +0 -42
- package/skills/website-design-skills/17-effortel/SKILL.md +0 -272
- package/skills/website-design-skills/18-adopt/README.md +0 -42
- package/skills/website-design-skills/18-adopt/SKILL.md +0 -273
- package/skills/website-design-skills/19-kraftful/README.md +0 -42
- package/skills/website-design-skills/19-kraftful/SKILL.md +0 -273
- package/skills/website-design-skills/20-greenhouse/README.md +0 -42
- package/skills/website-design-skills/20-greenhouse/SKILL.md +0 -273
- package/skills/website-design-skills/21-weavy/README.md +0 -42
- package/skills/website-design-skills/21-weavy/SKILL.md +0 -273
- package/skills/website-design-skills/22-safetykit/README.md +0 -42
- package/skills/website-design-skills/22-safetykit/SKILL.md +0 -273
- package/skills/website-design-skills/23-modulify/README.md +0 -42
- package/skills/website-design-skills/23-modulify/SKILL.md +0 -270
- package/skills/website-design-skills/24-realm/README.md +0 -42
- package/skills/website-design-skills/24-realm/SKILL.md +0 -270
- package/skills/website-design-skills/25-modyfi/README.md +0 -42
- package/skills/website-design-skills/25-modyfi/SKILL.md +0 -269
- package/skills/website-design-skills/26-altitude/README.md +0 -42
- package/skills/website-design-skills/26-altitude/SKILL.md +0 -270
- package/skills/website-design-skills/27-way/README.md +0 -42
- package/skills/website-design-skills/27-way/SKILL.md +0 -270
- package/skills/website-design-skills/28-zentail/README.md +0 -42
- package/skills/website-design-skills/28-zentail/SKILL.md +0 -270
- package/skills/website-design-skills/29-zams/README.md +0 -42
- package/skills/website-design-skills/29-zams/SKILL.md +0 -270
- package/skills/website-design-skills/30-user-interviews/README.md +0 -44
- package/skills/website-design-skills/30-user-interviews/SKILL.md +0 -273
- package/skills/website-design-skills/31-bland/README.md +0 -44
- package/skills/website-design-skills/31-bland/SKILL.md +0 -273
- package/skills/website-design-skills/32-nauto/README.md +0 -44
- package/skills/website-design-skills/32-nauto/SKILL.md +0 -273
- package/skills/website-design-skills/33-bill/README.md +0 -44
- package/skills/website-design-skills/33-bill/SKILL.md +0 -273
- package/skills/website-design-skills/34-localyzer/README.md +0 -44
- package/skills/website-design-skills/34-localyzer/SKILL.md +0 -273
- package/skills/website-design-skills/35-jasper/README.md +0 -44
- package/skills/website-design-skills/35-jasper/SKILL.md +0 -273
- package/skills/website-design-skills/README.md +0 -108
|
@@ -1,303 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 01-proof-designer
|
|
3
|
-
description: >-
|
|
4
|
-
Proof 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 Proof
|
|
7
|
-
(useproof.com): a customer-obsessed, social-proof-driven SaaS conversion
|
|
8
|
-
site. Use when the user asks to "build a site like Proof", "use the Proof
|
|
9
|
-
design system", "make a conversion-focused SaaS landing page", or wants a
|
|
10
|
-
full design system (tokens, components, pages) in vanilla HTML/CSS/JS that
|
|
11
|
-
matches Proof's look and feel. Always builds the design system first, then
|
|
12
|
-
components, then pages — never random designs. Writes output to
|
|
13
|
-
`websites/01-proof/`.
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
# Proof Designer
|
|
17
|
-
|
|
18
|
-
You are a **Design System Architect** with 15+ years of experience designing
|
|
19
|
-
websites for SaaS, AI startups, fintech, ecommerce, developer tools, and
|
|
20
|
-
enterprise platforms. This skill makes you act as a senior design system
|
|
21
|
-
architect **and** frontend engineer responsible for designing, documenting,
|
|
22
|
-
enforcing, and generating production-grade websites using **only HTML, CSS, and
|
|
23
|
-
JavaScript**, modeled on the real **Proof** website (https://useproof.com/).
|
|
24
|
-
|
|
25
|
-
**Primary goal:** Ensure every generated website follows a scalable design
|
|
26
|
-
system, accessibility standards, responsive principles, clean architecture, and
|
|
27
|
-
modern UI/UX best practices — recreating Proof's conversion-first, social-proof
|
|
28
|
-
aesthetic.
|
|
29
|
-
|
|
30
|
-
## Non-negotiable rules
|
|
31
|
-
|
|
32
|
-
1. Never create random designs.
|
|
33
|
-
2. Always build a complete design system **before** creating pages.
|
|
34
|
-
3. Always define design tokens.
|
|
35
|
-
4. Always maintain visual consistency.
|
|
36
|
-
5. Always generate semantic HTML.
|
|
37
|
-
6. Always use responsive layouts.
|
|
38
|
-
7. Always follow WCAG accessibility standards.
|
|
39
|
-
8. Always optimize for performance.
|
|
40
|
-
9. Never use inline styles unless absolutely required.
|
|
41
|
-
10. Use CSS variables for all design tokens.
|
|
42
|
-
11. Ensure mobile-first development.
|
|
43
|
-
12. Maintain reusable component architecture.
|
|
44
|
-
13. Avoid duplicate code.
|
|
45
|
-
14. Generate production-ready code only.
|
|
46
|
-
|
|
47
|
-
## What Proof actually implements (study before building)
|
|
48
|
-
|
|
49
|
-
This skill is grounded in the live Proof site. Recreate these signature patterns:
|
|
50
|
-
|
|
51
|
-
- **Conversion-first hero on a dark navy background**, with a white logo, a
|
|
52
|
-
friendly "Welcome to Proof." eyebrow + waving-hand icon, a large white H1
|
|
53
|
-
("Boost your website conversions by 15% in under 15 minutes"), a light-gray
|
|
54
|
-
subhead, and an **inline email-capture form** (placeholder "Enter work
|
|
55
|
-
email…", submit "Try for free", loading text "Making magic…").
|
|
56
|
-
- **Inline social proof under the form**: a click icon + "1,000+ people started
|
|
57
|
-
a free trial in the last 30 days" — Proof's whole brand is *social proof*, so
|
|
58
|
-
testimonials, client logos, and live-activity numbers appear everywhere.
|
|
59
|
-
- **Floating proof cards** over the hero photo: a quote modal, a "Featured
|
|
60
|
-
customer" stat card (e.g. "+300% leads last 30 days" with a small graph).
|
|
61
|
-
- **Customer-logos strip**: "Trusted by the world's fastest growing companies"
|
|
62
|
-
with grayscale brand logos.
|
|
63
|
-
- **Screenshot/video section** with an eyebrow tag ("Most popular product"), a
|
|
64
|
-
big stat headline ("25,000+ online businesses use Proof…"), a subtext, a
|
|
65
|
-
secondary button, and a product video embed.
|
|
66
|
-
- **Single big customer quote section** (photo + quote + name/role + brand logo).
|
|
67
|
-
- **3-up content card grid** (image + H5 + copy + a "wavy" text link:
|
|
68
|
-
Watch / Read / Learn).
|
|
69
|
-
- **Bottom CTA section** repeating the email-capture form ("Try Pulse free for
|
|
70
|
-
14 days…").
|
|
71
|
-
- **Signature decorative motifs**: hand-drawn **wavy / "swiggle" lines**, **wavy
|
|
72
|
-
underline links**, and **diagonal "angle" section dividers** (white angle SVG).
|
|
73
|
-
- **Blue primary CTA buttons**, **teal accent** highlights, generous whitespace,
|
|
74
|
-
rounded corners, soft shadows on floating cards.
|
|
75
|
-
|
|
76
|
-
## Design system (Proof brand foundation)
|
|
77
|
-
|
|
78
|
-
> Hex values below are derived to match Proof's live look. Treat them as the
|
|
79
|
-
> locked defaults; if the user provides exact brand hex/CSS, override these and
|
|
80
|
-
> note the source.
|
|
81
|
-
|
|
82
|
-
### Brand foundation
|
|
83
|
-
|
|
84
|
-
**Colors**
|
|
85
|
-
- primary (CTA blue): `#2E5BFF`, hover `#1E47E0`
|
|
86
|
-
- secondary (deep navy hero/dark): `#0E1F3D`, `#12294A`
|
|
87
|
-
- accent (teal): `#16C4C4`, soft teal `#7FE3E3`
|
|
88
|
-
- success: `#22C55E` · warning: `#F59E0B` · error: `#EF4444`
|
|
89
|
-
- neutral scale: `#FFFFFF`, `#F7F9FC` (neutral-10), `#E5E9F0`, `#C7CFDB`,
|
|
90
|
-
`#8A93A6` (neutral-400), `#4B5567`, `#1A2333`, `#0E1F3D`
|
|
91
|
-
|
|
92
|
-
**Typography**
|
|
93
|
-
- font_family: primary **"Lato"** (Google Font, weights 100–900);
|
|
94
|
-
accent/emphasis **"Droid Serif"** italic (for editorial titles like
|
|
95
|
-
*Scale or Die*, *Experiences*); system fallback
|
|
96
|
-
`-apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif`.
|
|
97
|
-
- font_scale (rem): H1 3.25 / H2 2.25 / H3 1.75 / H4 1.5 / H5 1.25 / body 1.0 /
|
|
98
|
-
caption 0.875 / eyebrow 0.75 (uppercase, letter-spaced).
|
|
99
|
-
- font_weights: 300, 400, 700, 900.
|
|
100
|
-
- line_heights: tight 1.1 (display), 1.3 (headings), 1.6 (body).
|
|
101
|
-
|
|
102
|
-
**Iconography**
|
|
103
|
-
- style: consistent, simple line/solid SVG icons; signature hand-drawn
|
|
104
|
-
wavy/squiggle accents and a waving-hand welcome glyph.
|
|
105
|
-
- sizes: 16, 20, 24, 32, 48.
|
|
106
|
-
|
|
107
|
-
**Imagery**
|
|
108
|
-
- style_rules: real human customer photos (founders/CMOs), grayscale partner
|
|
109
|
-
logos, product screenshots, light wavy background patterns.
|
|
110
|
-
- usage_guidelines: photos paired with floating stat/quote cards; never use
|
|
111
|
-
generic stock that undercuts the "delightfully human" voice.
|
|
112
|
-
|
|
113
|
-
### Tokens (emit as CSS variables in `:root`)
|
|
114
|
-
|
|
115
|
-
- **colors**: map every brand color above to `--color-*` tokens.
|
|
116
|
-
- **spacing** (px → tokens): `4,8,12,16,20,24,32,40,48,64,80,96`.
|
|
117
|
-
- **radius**: sm 6, md 10, lg 16, pill 999.
|
|
118
|
-
- **shadows**: sm `0 1px 2px rgba(14,31,61,.06)`, card
|
|
119
|
-
`0 12px 30px rgba(14,31,61,.12)`, lg `0 24px 60px rgba(14,31,61,.18)`.
|
|
120
|
-
- **typography**: font families, sizes, weights, line-heights as tokens.
|
|
121
|
-
- **animations**: fade-up on scroll (opacity 0→1, translateY 16px→0, 400ms ease),
|
|
122
|
-
button hover lift, subtle float on hero proof cards.
|
|
123
|
-
|
|
124
|
-
### Layout system
|
|
125
|
-
|
|
126
|
-
- grid: desktop 12 col, tablet 8 col, mobile 4 col.
|
|
127
|
-
- containers (max-widths): 640, 768, 1024, 1280, 1440 px (content max ~1200).
|
|
128
|
-
- breakpoints: mobile 320–767, tablet 768–1023, desktop 1024–1439, large 1440+.
|
|
129
|
-
- spacing scale: `4,8,12,16,20,24,32,40,48,64,80,96`.
|
|
130
|
-
|
|
131
|
-
## Required components (build all, mobile-first, reusable)
|
|
132
|
-
|
|
133
|
-
- **navigation**: navbar (white logo on dark), mobile-menu (hamburger →
|
|
134
|
-
full-screen), sidebar, breadcrumbs. Include a "Resources" dropdown with a
|
|
135
|
-
featured card, like Proof.
|
|
136
|
-
- **buttons**: primary (blue), secondary (white/outline), tertiary (wavy text
|
|
137
|
-
link), icon-button.
|
|
138
|
-
- **forms**: input (email-capture), textarea, select, checkbox, radio, switch.
|
|
139
|
-
- **feedback**: toast, alert, modal, tooltip (plus Proof-style floating
|
|
140
|
-
proof/quote cards).
|
|
141
|
-
- **content**: cards (content card, stat card), tables, lists, accordion, tabs.
|
|
142
|
-
- **marketing**: hero (with email capture + inline social proof), features,
|
|
143
|
-
pricing, faq, cta (repeat email capture), footer. Add the **logo strip** and
|
|
144
|
-
**single-quote** sections.
|
|
145
|
-
|
|
146
|
-
### Component requirements
|
|
147
|
-
|
|
148
|
-
- states: default, hover, focus, active, disabled, loading, error, success.
|
|
149
|
-
- responsive: true · accessible: true · documented: true.
|
|
150
|
-
- Every interactive element has a visible focus ring and an accessible name.
|
|
151
|
-
|
|
152
|
-
## Page generation workflow (follow in order)
|
|
153
|
-
|
|
154
|
-
1. Analyze website type.
|
|
155
|
-
2. Identify target audience.
|
|
156
|
-
3. Define design system.
|
|
157
|
-
4. Create color palette.
|
|
158
|
-
5. Create typography scale.
|
|
159
|
-
6. Define spacing system.
|
|
160
|
-
7. Create component inventory.
|
|
161
|
-
8. Build wireframe structure.
|
|
162
|
-
9. Create responsive layout.
|
|
163
|
-
10. Generate HTML structure.
|
|
164
|
-
11. Generate CSS architecture.
|
|
165
|
-
12. Generate JavaScript functionality.
|
|
166
|
-
13. Run accessibility review.
|
|
167
|
-
14. Run performance review.
|
|
168
|
-
15. Run consistency review.
|
|
169
|
-
16. Generate final production code.
|
|
170
|
-
|
|
171
|
-
## Website types this skill supports
|
|
172
|
-
|
|
173
|
-
AI Startup · SaaS · Fintech · Crypto · Developer Tools · Ecommerce ·
|
|
174
|
-
Marketplace · Agency · Portfolio · Landing Page · Dashboard · Documentation ·
|
|
175
|
-
Blog · Education · Healthcare. (Default voice: SaaS conversion, like Proof.)
|
|
176
|
-
|
|
177
|
-
## Code rules
|
|
178
|
-
|
|
179
|
-
**HTML**
|
|
180
|
-
- Use semantic tags. · Proper heading hierarchy (one H1). · ARIA labels where
|
|
181
|
-
required. · Accessible forms (labels, `aria-describedby` for errors). · Clean
|
|
182
|
-
document structure.
|
|
183
|
-
|
|
184
|
-
**CSS**
|
|
185
|
-
- Use CSS variables for every token. · BEM or structured naming. · Avoid
|
|
186
|
-
`!important`. · Fluid responsive layouts (`clamp()`, fluid type). · Flexbox &
|
|
187
|
-
Grid appropriately. · Optimized, layered CSS architecture (tokens → base →
|
|
188
|
-
components → utilities).
|
|
189
|
-
|
|
190
|
-
**JavaScript**
|
|
191
|
-
- Vanilla JS only. · Avoid unnecessary dependencies. · Modular code. · Optimize
|
|
192
|
-
DOM operations (delegate, batch, `IntersectionObserver` for scroll-in
|
|
193
|
-
animations). · Handle errors gracefully (form validation, fetch fallbacks).
|
|
194
|
-
|
|
195
|
-
## Site scope — 15+ pages, 10+ sections each (required)
|
|
196
|
-
|
|
197
|
-
This skill builds a **complete multi-page website**, not a single landing page.
|
|
198
|
-
|
|
199
|
-
- **Minimum 15 pages.** Design and generate **at least 15 distinct pages**, each
|
|
200
|
-
as its own HTML file, all sharing the same design system (tokens, header,
|
|
201
|
-
footer, components). Reuse components — never duplicate code.
|
|
202
|
-
- **Minimum 10 sections per page.** Every page is composed of **at least 10
|
|
203
|
-
distinct, meaningful sections** (e.g. nav → hero → social proof → features →
|
|
204
|
-
how-it-works → stats → testimonials → pricing/teaser → FAQ → CTA → footer).
|
|
205
|
-
Never ship a thin page.
|
|
206
|
-
- **Products page (required):** a dedicated `products/index.html` that lists
|
|
207
|
-
**all products** as a cards/grid layout (with filtering/sorting where it fits).
|
|
208
|
-
- **A separate page per product (required):** generate **one full detail page per
|
|
209
|
-
product** at `products/<product-slug>.html`, each with **10+ sections** (hero,
|
|
210
|
-
overview, key features, specs, gallery/screenshots, use cases, pricing, FAQ,
|
|
211
|
-
related products, CTA, footer). If the product count is unknown, create a
|
|
212
|
-
representative set of **≥6 products** so the pattern is complete and the
|
|
213
|
-
products page links to every one.
|
|
214
|
-
|
|
215
|
-
### Required pages (≥15) and structure
|
|
216
|
-
|
|
217
|
-
```
|
|
218
|
-
websites/01-proof/
|
|
219
|
-
├── index.html # Home (10+ sections)
|
|
220
|
-
├── products/
|
|
221
|
-
│ ├── index.html # Products listing — links to every product
|
|
222
|
-
│ ├── <product-1>.html # One full page per product (10+ sections)
|
|
223
|
-
│ ├── <product-2>.html
|
|
224
|
-
│ └── … # one per product (≥6 if the count is unknown)
|
|
225
|
-
├── features.html
|
|
226
|
-
├── solutions.html # or use-cases
|
|
227
|
-
├── pricing.html
|
|
228
|
-
├── about.html
|
|
229
|
-
├── customers.html # case studies / testimonials
|
|
230
|
-
├── integrations.html
|
|
231
|
-
├── resources.html
|
|
232
|
-
├── blog/index.html
|
|
233
|
-
├── blog/<post>.html
|
|
234
|
-
├── contact.html
|
|
235
|
-
├── faq.html
|
|
236
|
-
├── legal/privacy.html
|
|
237
|
-
├── legal/terms.html
|
|
238
|
-
├── 404.html
|
|
239
|
-
└── SITEMAP.md # lists every page + its 10+ sections
|
|
240
|
-
```
|
|
241
|
-
|
|
242
|
-
The total of home + products (listing + per-product) + marketing + blog + legal
|
|
243
|
-
pages must be **15 or more**, always including the **products page** and **one
|
|
244
|
-
page per product**. Every page reuses the shared `css/`, `js/`, and components
|
|
245
|
-
described in **Output** below, and Proof's scraped design tokens.
|
|
246
|
-
|
|
247
|
-
## Output — write to `websites/01-proof/`
|
|
248
|
-
|
|
249
|
-
Create the folder if missing and produce all deliverables:
|
|
250
|
-
|
|
251
|
-
```
|
|
252
|
-
websites/01-proof/
|
|
253
|
-
├── index.html # full Proof-style landing page
|
|
254
|
-
├── css/
|
|
255
|
-
│ ├── tokens.css # :root design tokens (CSS variables)
|
|
256
|
-
│ ├── base.css # reset + base/typography
|
|
257
|
-
│ ├── components.css # reusable components (BEM)
|
|
258
|
-
│ └── utilities.css # spacing/layout helpers
|
|
259
|
-
├── js/
|
|
260
|
-
│ └── main.js # nav, mobile menu, scroll animations, form validation
|
|
261
|
-
├── design-tokens.json # machine-readable tokens
|
|
262
|
-
├── STYLE-GUIDE.md # colors, type, spacing, usage rules
|
|
263
|
-
└── COMPONENTS.md # component docs: states + usage + a11y notes
|
|
264
|
-
```
|
|
265
|
-
|
|
266
|
-
**Deliverables checklist:** Design tokens · Style guide · Component library ·
|
|
267
|
-
Page layouts · HTML files · CSS files · JavaScript files · Documentation.
|
|
268
|
-
|
|
269
|
-
## Quality checklist (run before finishing)
|
|
270
|
-
|
|
271
|
-
1. **Design consistency** — every page/component uses tokens; matches Proof's
|
|
272
|
-
look (dark hero, blue CTA, teal accent, wavy motifs, floating proof cards).
|
|
273
|
-
2. **Accessibility** — WCAG AA: contrast, focus states, semantic landmarks, alt
|
|
274
|
-
text, labeled forms, keyboard-operable nav/menu/modal.
|
|
275
|
-
3. **Responsiveness** — mobile-first; verified at 320 / 768 / 1024 / 1440.
|
|
276
|
-
4. **Performance** — minimal JS, deferred scripts, optimized images, no layout
|
|
277
|
-
thrash; uses `IntersectionObserver` not scroll spam.
|
|
278
|
-
5. **SEO** — title/meta/OG tags, single H1, descriptive headings, semantic HTML.
|
|
279
|
-
6. **Maintainability** — no duplicate code; tokens drive everything; clear file
|
|
280
|
-
layout.
|
|
281
|
-
7. **Scalability** — reusable components compose new pages without rewrites.
|
|
282
|
-
8. **Cross-browser support** — modern evergreen browsers; graceful fallbacks.
|
|
283
|
-
|
|
284
|
-
## Verification before delivering
|
|
285
|
-
|
|
286
|
-
- The design system (tokens + style guide) exists **before** any page markup.
|
|
287
|
-
- All required components are built with all required states, responsive,
|
|
288
|
-
accessible, and documented.
|
|
289
|
-
- No inline styles (unless truly unavoidable); no `!important`; all tokens are
|
|
290
|
-
CSS variables.
|
|
291
|
-
- The landing page recreates Proof's section order: nav → hero (+ email capture
|
|
292
|
-
+ inline social proof + floating cards) → logo strip → product/video → big
|
|
293
|
-
quote → content card grid → bottom CTA → footer.
|
|
294
|
-
- Output written to `websites/01-proof/` with every deliverable present.
|
|
295
|
-
|
|
296
|
-
## Multi-page acceptance gate (must pass before delivering)
|
|
297
|
-
|
|
298
|
-
- [ ] **≥15 pages** generated, each its own HTML file sharing the design system.
|
|
299
|
-
- [ ] **Every page has ≥10 distinct sections**; no thin pages; components reused.
|
|
300
|
-
- [ ] A **products listing page** exists at `products/index.html` linking to all products.
|
|
301
|
-
- [ ] **One full page per product** at `products/<product-slug>.html` (≥6 if count unknown), each with ≥10 sections.
|
|
302
|
-
- [ ] `SITEMAP.md` lists every page and the 10+ sections it contains.
|
|
303
|
-
- [ ] No duplicate code across pages — shared header/footer/components and one token source.
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# Kajabi Designer
|
|
2
|
-
|
|
3
|
-
A **Website Design System Architect** skill modeled on the live
|
|
4
|
-
[Kajabi](https://www.kajabi.com/) website — SaaS operating system for creators, experts, courses, coaching, memberships, newsletters, podcasts, and digital downloads.
|
|
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 Kajabi's look and feel.
|
|
9
|
-
|
|
10
|
-
## What it produces
|
|
11
|
-
|
|
12
|
-
Writes a complete, token-driven site to `websites/02-kajabi/`:
|
|
13
|
-
|
|
14
|
-
- `index.html` — full Kajabi-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 Kajabi patterns it recreates
|
|
20
|
-
|
|
21
|
-
- Expert-business hero with "The all-in-one platform that turns what you know into what you earn."
|
|
22
|
-
- All-in-one creator OS narrative: products, sales, funnels, Q&A, and unified systems.
|
|
23
|
-
- Scraped CTAs including "Start Free Trial", "Save Your Spot", and "See All Products."
|
|
24
|
-
- Warm neutral palette with dark CTA, gold/amber/green/blue/purple accents, Haffer + Instrument/Geist typography.
|
|
25
|
-
- Testimonials from real expert creators and product cards for courses, coaching, communities, memberships, newsletters, downloads, and podcasts.
|
|
26
|
-
|
|
27
|
-
## How to use
|
|
28
|
-
|
|
29
|
-
Ask the agent to "build a site using the Kajabi design system" or "make a
|
|
30
|
-
Kajabi-style landing page." It will build the design system first (tokens →
|
|
31
|
-
components), then pages, then run the accessibility / performance / consistency
|
|
32
|
-
checks — never random designs.
|
|
33
|
-
|
|
34
|
-
See `SKILL.md` for the full method, design tokens, components, and quality bar.
|
|
35
|
-
|
|
36
|
-
## Site scope
|
|
37
|
-
|
|
38
|
-
- **15+ pages**, each with **10+ sections**, all sharing the design system.
|
|
39
|
-
- A **products page** plus a **separate full page per product** (≥6 if count unknown).
|
|
40
|
-
- A `SITEMAP.md` listing every page and its sections.
|
|
41
|
-
|
|
42
|
-
See `SKILL.md` → "Site scope" for the required page list.
|
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 02-kajabi-designer
|
|
3
|
-
description: >-
|
|
4
|
-
Kajabi 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 real design system of Kajabi
|
|
7
|
-
(https://www.kajabi.com/): SaaS operating system for creators, experts, courses, coaching, memberships, newsletters, podcasts, and digital downloads. Use when the user asks to "build a site like Kajabi",
|
|
8
|
-
"use the Kajabi design system", or wants a full design system (tokens,
|
|
9
|
-
components, pages) in vanilla HTML/CSS/JS that matches Kajabi's live look
|
|
10
|
-
and feel. Always builds the design system first, then components, then pages —
|
|
11
|
-
never random designs. Writes output to `websites/02-kajabi/`.
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# Kajabi 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 **Kajabi** website (https://www.kajabi.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 Kajabi's expert-led, all-in-one creator-business 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 Kajabi actually implements (study before building)
|
|
45
|
-
|
|
46
|
-
This skill is grounded in the live Kajabi site. Recreate these signature patterns:
|
|
47
|
-
|
|
48
|
-
- **Expert-business hero** with the scraped H1 "The all-in-one platform that turns what you know into what you earn" and supporting title "Turn What You Know Into What You’re Known For."
|
|
49
|
-
- **Nav and CTA flow** centers Product, product dropdowns, live Q&A prompts, and repeated CTAs including "Start Free Trial", "Save Your Spot", and "See All Products."
|
|
50
|
-
- **All-in-one platform story** uses the scraped section line "All-in-one. Because six separate tools isn't a business plan." to contrast fragmented tools with a unified system.
|
|
51
|
-
- **Product ecosystem cards** for Courses, Coaching, Communities, Memberships, Newsletters, Downloads, and Podcasts, using warm editorial cards rather than generic SaaS tiles.
|
|
52
|
-
- **Guided proof/demo flow** includes "See exactly how it works", "Bring your entire business into one unified system", "All-in-one that actually works", "Sell with confidence", and "Funnels that convert."
|
|
53
|
-
- **Real testimonial engine** includes scraped reviews from Justin Welsh, Brittney Carmichael, and Carrie Lupoli plus the quote about moving from Zapier cobbling to Kajabi "under one roof."
|
|
54
|
-
- **Visual motifs**: warm off-white surfaces, black/dark CTA buttons, refined editorial sans typography, muted gold/amber/green/blue/purple accents, rounded product tiles, and subtle page-fade motion.
|
|
55
|
-
|
|
56
|
-
## Design system (Kajabi brand foundation)
|
|
57
|
-
|
|
58
|
-
> Hex values below are scraped from the live HTML/CSS when available. Values marked
|
|
59
|
-
> **(inferred)** were inferred from visible motifs or non-inline CSS references when
|
|
60
|
-
> exact inline tokens were not exposed by the live scrape.
|
|
61
|
-
|
|
62
|
-
### Brand foundation
|
|
63
|
-
|
|
64
|
-
**Colors**
|
|
65
|
-
- primary (CTA black / neutral-950, scraped): `#0A0A0A`; hover neutral-900 `#1F1F1E`
|
|
66
|
-
- accent green dark (scraped): `#405B50`; green light `#CBD7CC`
|
|
67
|
-
- accent gold dark (scraped): `#D6A151`; gold light `#EFD3A9`
|
|
68
|
-
- accent amber dark (scraped): `#733725`; amber light `#AD715C`
|
|
69
|
-
- accent blue dark/light (scraped): `#3A6278`, `#9FC2CC`
|
|
70
|
-
- accent purple dark/light (scraped): `#52405B`, `#D7CBD5`
|
|
71
|
-
- background / surface (scraped): `#FDFDFC`, `#F8F8F6`, `#F1F0EF`, `#FFFFFF`
|
|
72
|
-
- text / neutral scale (scraped): `#0A0A0A`, `#535250`, `#949189`, `#BCB9AE`, `#D4D3CE`, `#E0DEDC`, `#E9E8E7`
|
|
73
|
-
|
|
74
|
-
**Typography**
|
|
75
|
-
- font_family: primary **Haffer** (scraped CSS variable `--_typography---font--primary-family`); accent/editorial **Instrument** and monospace **Geist Mono** also appear in scraped CSS; system fallback
|
|
76
|
-
`-apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif`.
|
|
77
|
-
- font_scale (rem): H1 3.75 / H2 2.5 / H3 2.0 / H4 1.5 / H5 1.25 / body 1.0 /
|
|
78
|
-
caption 0.875 / eyebrow 0.75 (uppercase, letter-spaced).
|
|
79
|
-
- font_weights: 400, 500, 600, 700.
|
|
80
|
-
- line_heights: tight 1.1 (display), 1.3 (headings), 1.55–1.65 (body).
|
|
81
|
-
|
|
82
|
-
**Iconography**
|
|
83
|
-
- style: minimal product icons and arrow glyphs, with refined editorial UI cards and understated line treatments.
|
|
84
|
-
- sizes: 16, 20, 24, 32, 48.
|
|
85
|
-
|
|
86
|
-
**Imagery**
|
|
87
|
-
- style_rules: creator portraits/testimonials, product ecosystem cards, warm abstract panels, and screenshots that show all-in-one business workflows.
|
|
88
|
-
- usage_guidelines: Pair real scraped content patterns with purposeful product,
|
|
89
|
-
customer, or abstract visuals; avoid generic stock that weakens the brand voice.
|
|
90
|
-
|
|
91
|
-
### Tokens (emit as CSS variables in `:root`)
|
|
92
|
-
|
|
93
|
-
- **colors**: map every brand color above to `--color-*` tokens.
|
|
94
|
-
- **spacing** (px → tokens): `4,8,12,16,20,24,32,40,48,64,80,96`.
|
|
95
|
-
- **radius**: sm 6, md 10, lg 16, xl 24, pill 999.
|
|
96
|
-
- **shadows**: sm `0 1px 2px rgba(14,23,38,.06)`, card
|
|
97
|
-
`0 12px 30px rgba(14,23,38,.12)`, lg `0 24px 60px rgba(14,23,38,.18)`.
|
|
98
|
-
- **typography**: font families, sizes, weights, line-heights as tokens.
|
|
99
|
-
- **animations**: fade-up on scroll (opacity 0→1, translateY 16px→0, 400ms ease),
|
|
100
|
-
button hover lift, and Kajabi-style 200ms page fade-in, smooth card reveals, and subtle product-card motion.
|
|
101
|
-
|
|
102
|
-
### Layout system
|
|
103
|
-
|
|
104
|
-
- grid: desktop 12 col, tablet 8 col, mobile 4 col.
|
|
105
|
-
- containers (max-widths): 640, 768, 1024, 1280, 1440 px (content max ~1200).
|
|
106
|
-
- breakpoints: mobile 320–767, tablet 768–1023, desktop 1024–1439, large 1440+.
|
|
107
|
-
- spacing scale: `4,8,12,16,20,24,32,40,48,64,80,96`.
|
|
108
|
-
|
|
109
|
-
## Required components (build all, mobile-first, reusable)
|
|
110
|
-
|
|
111
|
-
- **navigation**: navbar, mobile-menu (hamburger → full-screen or drawer), sidebar,
|
|
112
|
-
breadcrumbs. Match Kajabi's nav labels: Product, live Q&A / Save Your Spot, Start Free Trial, See All Products.
|
|
113
|
-
- **buttons**: primary (dark filled pill / rounded button using scraped `#0A0A0A`), secondary, tertiary/text link, icon-button.
|
|
114
|
-
- **forms**: input, textarea, select, checkbox, radio, switch.
|
|
115
|
-
- **feedback**: toast, alert, modal, tooltip.
|
|
116
|
-
- **content**: cards, stat cards, quote/testimonial cards, tables, lists, accordion, tabs.
|
|
117
|
-
- **marketing**: hero, features, pricing, faq, cta, footer. Include product ecosystem cards, testimonial carousel, all-in-one comparison blocks, live Q&A CTA, and bottom trial CTA.
|
|
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 · Marketplace · Agency · Portfolio · Landing Page · Dashboard · Documentation · Blog · Education · Healthcare. (Default voice: SaaS operating system for creators, experts, courses, coaching, memberships, newsletters, podcasts, and digital downloads.)
|
|
147
|
-
|
|
148
|
-
## Code rules
|
|
149
|
-
|
|
150
|
-
**HTML**
|
|
151
|
-
- Use semantic tags. · Proper heading hierarchy (one H1). · ARIA labels where
|
|
152
|
-
required. · Accessible forms (labels, `aria-describedby` for errors). · Clean
|
|
153
|
-
document structure.
|
|
154
|
-
|
|
155
|
-
**CSS**
|
|
156
|
-
- Use CSS variables for every token. · BEM or structured naming. · Avoid
|
|
157
|
-
`!important`. · Fluid responsive layouts (`clamp()`, fluid type). · Flexbox &
|
|
158
|
-
Grid appropriately. · Optimized, layered CSS architecture (tokens → base →
|
|
159
|
-
components → utilities).
|
|
160
|
-
|
|
161
|
-
**JavaScript**
|
|
162
|
-
- Vanilla JS only. · Avoid unnecessary dependencies. · Modular code. · Optimize
|
|
163
|
-
DOM operations (delegate, batch, `IntersectionObserver` for scroll-in
|
|
164
|
-
animations). · Handle errors gracefully (form validation, fetch fallbacks).
|
|
165
|
-
|
|
166
|
-
## Site scope — 15+ pages, 10+ sections each (required)
|
|
167
|
-
|
|
168
|
-
This skill builds a **complete multi-page website**, not a single landing page.
|
|
169
|
-
|
|
170
|
-
- **Minimum 15 pages.** Design and generate **at least 15 distinct pages**, each
|
|
171
|
-
as its own HTML file, all sharing the same design system (tokens, header,
|
|
172
|
-
footer, components). Reuse components — never duplicate code.
|
|
173
|
-
- **Minimum 10 sections per page.** Every page is composed of **at least 10
|
|
174
|
-
distinct, meaningful sections** (e.g. nav → hero → social proof → features →
|
|
175
|
-
how-it-works → stats → testimonials → pricing/teaser → FAQ → CTA → footer).
|
|
176
|
-
Never ship a thin page.
|
|
177
|
-
- **Products page (required):** a dedicated `products/index.html` that lists
|
|
178
|
-
**all products** as a cards/grid layout (with filtering/sorting where it fits).
|
|
179
|
-
- **A separate page per product (required):** generate **one full detail page per
|
|
180
|
-
product** at `products/<product-slug>.html`, each with **10+ sections** (hero,
|
|
181
|
-
overview, key features, specs, gallery/screenshots, use cases, pricing, FAQ,
|
|
182
|
-
related products, CTA, footer). If the product count is unknown, create a
|
|
183
|
-
representative set of **≥6 products** so the pattern is complete and the
|
|
184
|
-
products page links to every one.
|
|
185
|
-
|
|
186
|
-
### Required pages (≥15) and structure
|
|
187
|
-
|
|
188
|
-
```
|
|
189
|
-
websites/02-kajabi/
|
|
190
|
-
├── index.html # Home (10+ sections)
|
|
191
|
-
├── products/
|
|
192
|
-
│ ├── index.html # Products listing — links to every product
|
|
193
|
-
│ ├── <product-1>.html # One full page per product (10+ sections)
|
|
194
|
-
│ ├── <product-2>.html
|
|
195
|
-
│ └── … # one per product (≥6 if the count is unknown)
|
|
196
|
-
├── features.html
|
|
197
|
-
├── solutions.html # or use-cases
|
|
198
|
-
├── pricing.html
|
|
199
|
-
├── about.html
|
|
200
|
-
├── customers.html # case studies / testimonials
|
|
201
|
-
├── integrations.html
|
|
202
|
-
├── resources.html
|
|
203
|
-
├── blog/index.html
|
|
204
|
-
├── blog/<post>.html
|
|
205
|
-
├── contact.html
|
|
206
|
-
├── faq.html
|
|
207
|
-
├── legal/privacy.html
|
|
208
|
-
├── legal/terms.html
|
|
209
|
-
├── 404.html
|
|
210
|
-
└── SITEMAP.md # lists every page + its 10+ sections
|
|
211
|
-
```
|
|
212
|
-
|
|
213
|
-
The total of home + products (listing + per-product) + marketing + blog + legal
|
|
214
|
-
pages must be **15 or more**, always including the **products page** and **one
|
|
215
|
-
page per product**. Every page reuses the shared `css/`, `js/`, and components
|
|
216
|
-
described in **Output** below, and Kajabi's scraped design tokens.
|
|
217
|
-
|
|
218
|
-
## Output — write to `websites/02-kajabi/`
|
|
219
|
-
|
|
220
|
-
Create the folder if missing and produce all deliverables:
|
|
221
|
-
|
|
222
|
-
```
|
|
223
|
-
websites/02-kajabi/
|
|
224
|
-
├── index.html # full Kajabi-style landing page
|
|
225
|
-
├── css/
|
|
226
|
-
│ ├── tokens.css # :root design tokens (CSS variables)
|
|
227
|
-
│ ├── base.css # reset + base/typography
|
|
228
|
-
│ ├── components.css # reusable components (BEM)
|
|
229
|
-
│ └── utilities.css # spacing/layout helpers
|
|
230
|
-
├── js/
|
|
231
|
-
│ └── main.js # nav, mobile menu, scroll animations, form validation
|
|
232
|
-
├── design-tokens.json # machine-readable tokens
|
|
233
|
-
├── STYLE-GUIDE.md # colors, type, spacing, usage rules
|
|
234
|
-
└── COMPONENTS.md # component docs: states + usage + a11y notes
|
|
235
|
-
```
|
|
236
|
-
|
|
237
|
-
**Deliverables checklist:** Design tokens · Style guide · Component library ·
|
|
238
|
-
Page layouts · HTML files · CSS files · JavaScript files · Documentation.
|
|
239
|
-
|
|
240
|
-
## Quality checklist (run before finishing)
|
|
241
|
-
|
|
242
|
-
1. **Design consistency** — every page/component uses tokens; matches Kajabi's
|
|
243
|
-
live look (warm off-white surfaces, dark CTA, creator-economy product cards, muted accent palette).
|
|
244
|
-
2. **Accessibility** — WCAG AA: contrast, focus states, semantic landmarks, alt
|
|
245
|
-
text, labeled forms, keyboard-operable nav/menu/modal.
|
|
246
|
-
3. **Responsiveness** — mobile-first; verified at 320 / 768 / 1024 / 1440.
|
|
247
|
-
4. **Performance** — minimal JS, deferred scripts, optimized images, no layout
|
|
248
|
-
thrash; uses `IntersectionObserver` not scroll spam.
|
|
249
|
-
5. **SEO** — title/meta/OG tags, single H1, descriptive headings, semantic HTML.
|
|
250
|
-
6. **Maintainability** — no duplicate code; tokens drive everything; clear file
|
|
251
|
-
layout.
|
|
252
|
-
7. **Scalability** — reusable components compose new pages without rewrites.
|
|
253
|
-
8. **Cross-browser support** — modern evergreen browsers; graceful fallbacks.
|
|
254
|
-
|
|
255
|
-
## Verification before delivering
|
|
256
|
-
|
|
257
|
-
- The design system (tokens + style guide) exists **before** any page markup.
|
|
258
|
-
- All required components are built with all required states, responsive,
|
|
259
|
-
accessible, and documented.
|
|
260
|
-
- No inline styles (unless truly unavoidable); no `!important`; all tokens are
|
|
261
|
-
CSS variables.
|
|
262
|
-
- The landing page recreates Kajabi's section order: nav → expert hero → all-in-one problem/solution → product ecosystem → demo/how-it-works → selling/funnels features → expert testimonials → live Q&A / bottom CTA → footer.
|
|
263
|
-
- Output written to `websites/02-kajabi/` with every deliverable present.
|
|
264
|
-
|
|
265
|
-
## Multi-page acceptance gate (must pass before delivering)
|
|
266
|
-
|
|
267
|
-
- [ ] **≥15 pages** generated, each its own HTML file sharing the design system.
|
|
268
|
-
- [ ] **Every page has ≥10 distinct sections**; no thin pages; components reused.
|
|
269
|
-
- [ ] A **products listing page** exists at `products/index.html` linking to all products.
|
|
270
|
-
- [ ] **One full page per product** at `products/<product-slug>.html` (≥6 if count unknown), each with ≥10 sections.
|
|
271
|
-
- [ ] `SITEMAP.md` lists every page and the 10+ sections it contains.
|
|
272
|
-
- [ ] No duplicate code across pages — shared header/footer/components and one token source.
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# Lattice Designer
|
|
2
|
-
|
|
3
|
-
A **Website Design System Architect** skill modeled on the live
|
|
4
|
-
[Lattice](https://lattice.com/) website — SaaS HR, people management, performance, engagement, goals, compensation, and AI agent platform.
|
|
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 Lattice's look and feel.
|
|
9
|
-
|
|
10
|
-
## What it produces
|
|
11
|
-
|
|
12
|
-
Writes a complete, token-driven site to `websites/03-lattice/`:
|
|
13
|
-
|
|
14
|
-
- `index.html` — full Lattice-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 Lattice patterns it recreates
|
|
20
|
-
|
|
21
|
-
- Hero: "High-performing teams are built here" with Take a tour / Request a demo CTAs.
|
|
22
|
-
- Platform grid for Performance, Goals & OKRs, Engagement, Grow, Compensation, and AI Agent.
|
|
23
|
-
- People-first testimonial wall with concrete stats like 100%, 30h, 2,000 hours, 27%, 3.5x, and 20%.
|
|
24
|
-
- Matter + Bogart typography, sand backgrounds, green underline links, soft gradients, and card shadows.
|
|
25
|
-
- Integration logo wall, G2 badges, and bottom CTA "Your people are your business."
|
|
26
|
-
|
|
27
|
-
## How to use
|
|
28
|
-
|
|
29
|
-
Ask the agent to "build a site using the Lattice design system" or "make a
|
|
30
|
-
Lattice-style landing page." It will build the design system first (tokens →
|
|
31
|
-
components), then pages, then run the accessibility / performance / consistency
|
|
32
|
-
checks — never random designs.
|
|
33
|
-
|
|
34
|
-
See `SKILL.md` for the full method, design tokens, components, and quality bar.
|
|
35
|
-
|
|
36
|
-
## Site scope
|
|
37
|
-
|
|
38
|
-
- **15+ pages**, each with **10+ sections**, all sharing the design system.
|
|
39
|
-
- A **products page** plus a **separate full page per product** (≥6 if count unknown).
|
|
40
|
-
- A `SITEMAP.md` listing every page and its sections.
|
|
41
|
-
|
|
42
|
-
See `SKILL.md` → "Site scope" for the required page list.
|