@jaimevalasek/aioson 1.30.1 → 1.33.1

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 (136) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +19 -6
  3. package/docs/design-previews/cognitive-core-ui-auth.html +95 -0
  4. package/docs/design-previews/cognitive-core-ui-kanban.html +231 -0
  5. package/docs/design-previews/cognitive-core-ui-list-detail.html +174 -0
  6. package/docs/design-previews/cognitive-core-ui-preview.css +1315 -0
  7. package/docs/design-previews/cognitive-core-ui-settings.html +142 -0
  8. package/docs/design-previews/cognitive-core-ui-website.html +190 -1009
  9. package/docs/design-previews/cognitive-core-ui.html +281 -463
  10. package/docs/design-previews/index.html +83 -31
  11. package/docs/en/5-reference/cli-reference.md +1 -1
  12. package/docs/pt/5-referencia/comandos-cli.md +1 -1
  13. package/docs/pt/5-referencia/harness-retro.md +2 -1
  14. package/package.json +1 -1
  15. package/src/cli.js +38 -21
  16. package/src/commands/classify.js +389 -327
  17. package/src/commands/harness-retro-promote.js +387 -0
  18. package/src/commands/prototype-check.js +163 -0
  19. package/src/commands/verify-implementation.js +428 -0
  20. package/src/commands/workflow-next.js +222 -9
  21. package/src/constants.js +569 -511
  22. package/src/lib/retro/retro-render.js +10 -1
  23. package/src/lib/retro/retro-sources.js +45 -27
  24. package/src/lib/retro/verification-reports.js +230 -0
  25. package/src/runtime-store.js +13 -9
  26. package/src/verification/evidence-bundle.js +251 -0
  27. package/src/verification/ledger-store.js +221 -0
  28. package/src/verification/path-policy.js +74 -0
  29. package/src/verification/policy-engine.js +95 -0
  30. package/src/verification/prompt-package.js +314 -0
  31. package/src/verification/redaction.js +77 -0
  32. package/src/verification/report-parser.js +132 -0
  33. package/src/verification/report-store.js +97 -0
  34. package/src/verification/result.js +16 -0
  35. package/src/verification/runners/index.js +319 -0
  36. package/src/verification/runtime-telemetry.js +144 -0
  37. package/src/verification/schema.js +276 -0
  38. package/src/verification/source-discovery.js +153 -0
  39. package/template/.aioson/agents/analyst.md +9 -6
  40. package/template/.aioson/agents/briefing-refiner.md +22 -0
  41. package/template/.aioson/agents/briefing.md +69 -12
  42. package/template/.aioson/agents/design-hybrid-forge.md +18 -14
  43. package/template/.aioson/agents/dev.md +23 -10
  44. package/template/.aioson/agents/deyvin.md +3 -2
  45. package/template/.aioson/agents/product.md +15 -11
  46. package/template/.aioson/agents/qa.md +13 -4
  47. package/template/.aioson/agents/scope-check.md +19 -5
  48. package/template/.aioson/agents/sheldon.md +4 -3
  49. package/template/.aioson/agents/ux-ui.md +3 -2
  50. package/template/.aioson/docs/feature-expansion-taxonomy.md +31 -3
  51. package/template/.aioson/docs/play/README.md +2 -0
  52. package/template/.aioson/docs/play/agent-usage-guide.md +7 -1
  53. package/template/.aioson/docs/play/app-compatibility-guide.md +6 -1
  54. package/template/.aioson/docs/play/auth-services-and-testing.md +16 -1
  55. package/template/.aioson/docs/play/manifest-and-runtime.md +23 -0
  56. package/template/.aioson/docs/prototype-contract.md +81 -0
  57. package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
  58. package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
  59. package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
  60. package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
  61. package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
  62. package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
  63. package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
  64. package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
  65. package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
  66. package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
  67. package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
  68. package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
  69. package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
  70. package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
  71. package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
  72. package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
  73. package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
  74. package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
  75. package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
  76. package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
  77. package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
  78. package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
  79. package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
  80. package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
  81. package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
  82. package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
  83. package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
  84. package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
  85. package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
  86. package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
  87. package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
  88. package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
  89. package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
  90. package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
  91. package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
  92. package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
  93. package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
  94. package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
  95. package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
  96. package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
  97. package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
  98. package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
  99. package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
  100. package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
  101. package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
  102. package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
  103. package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
  104. package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
  105. package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
  106. package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
  107. package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
  108. package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
  109. package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
  110. package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
  111. package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
  112. package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
  113. package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
  114. package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
  115. package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
  116. package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
  117. package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
  118. package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
  119. package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
  120. package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
  121. package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
  122. package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
  123. package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
  124. package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
  125. package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
  126. package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
  127. package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
  128. package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
  129. package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
  130. package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
  131. package/template/.aioson/skills/process/briefing-expansion-scout/SKILL.md +25 -3
  132. package/template/.aioson/skills/process/design-hybrid-forge/SKILL.md +5 -3
  133. package/template/.aioson/skills/process/design-hybrid-forge/references/external-source-ingestion.md +89 -0
  134. package/template/.aioson/skills/process/product-scope-expansion/SKILL.md +29 -2
  135. package/template/.aioson/skills/process/prototype-forge/SKILL.md +92 -0
  136. package/template/.aioson/skills/process/sheldon-expansion-audit/SKILL.md +23 -2
@@ -1,295 +1,295 @@
1
- # Websites — Clean SaaS UI
2
-
3
- Marketing and landing page patterns for B2B SaaS products. Clean, professional, and product-first.
4
-
5
- ---
6
-
7
- ## Principles
8
-
9
- - **Light by default** — Clean SaaS marketing pages are light. Dark sections exist for contrast moments, not as the base.
10
- - **Product-first** — The product screenshot or demo is the hero, not a generic illustration.
11
- - **Functional copy** — Headlines describe what the product does and for whom. No buzzwords without meaning.
12
- - **Contained radius** — Marketing cards max out at `radius-2xl` (16px). Never rounded beyond that.
13
-
14
- ---
15
-
16
- ## Hero Pattern A — Value Proposition Hero
17
-
18
- **Use for:** main product landing page, feature launch, primary CTA
19
-
20
- ```
21
- ┌─────────────────────────────────────────────────────────┐
22
- │ [Logo] Features Pricing Docs [Sign in] [Start free →] │
23
- ├─────────────────────────────────────────────────────────┤
24
- │ │
25
- │ The CRM teams [Product screenshot or │
26
- │ actually use. dashboard mockup — right half] │
27
- │ │
28
- │ Manage deals, track shadow-lg, radius-xl, │
29
- │ contacts, and close slight perspective tilt │
30
- │ more revenue without (2-3deg) optional │
31
- │ the complexity. │
32
- │ │
33
- │ [Start free →] [See demo] │
34
- │ │
35
- │ —————————————————————————————————————— │
36
- │ Trusted by 1,200+ teams [logo][logo][logo][logo] │ ← social proof strip
37
- └─────────────────────────────────────────────────────────┘
38
- ```
39
-
40
- **Specs:**
41
- - Layout: 50/50 or 55/45 text/visual split — left-aligned text
42
- - Headline: `text-4xl` (desktop) / `text-3xl` (mobile), `font-bold`, `tracking-tight`
43
- - Subtitle: `text-lg text-secondary max-w-md`
44
- - Primary CTA: `control-lg` button, accent
45
- - Secondary CTA: ghost button or text link
46
- - Screenshot: `shadow-lg rounded-xl` — use a real product screenshot, not a mockup illustration
47
- - Social proof: `grayscale` logos, `text-sm text-muted` label above
48
- - Background: `bg-base` or `bg-void` — never a gradient mesh
49
-
50
- ---
51
-
52
- ## Hero Pattern B — Centered Announcement Hero
53
-
54
- **Use for:** product launch, major feature announcement, simple landing pages
55
-
56
- ```
57
- ┌─────────────────────────────────────────────────────────┐
58
- │ │
59
- │ ┌──────────────────┐ │
60
- │ │ ✨ New: AI Inbox │ ← announcement badge │
61
- │ └──────────────────┘ │
62
- │ │
63
- │ The support tool that scales │
64
- │ with your team. │
65
- │ │
66
- │ Handle 10× more tickets without │
67
- │ adding headcount. │
68
- │ │
69
- │ [Start free →] [See how it works] │
70
- │ │
71
- │ ───────────────────────────────────────────── │
72
- │ [Avatar][Avatar][Avatar] 1,200+ teams love it │ ← avatar cluster + social proof
73
- │ │
74
- └─────────────────────────────────────────────────────────┘
75
- ```
76
-
77
- **Specs:**
78
- - All centered, `max-w-3xl` container
79
- - Announcement badge: `bg-accent-dim text-accent text-sm px-3 py-1 rounded-full font-medium`
80
- - Headline: `text-5xl font-bold tracking-tight` — up to 2 lines
81
- - Subtitle: `text-xl text-secondary max-w-xl`
82
- - Avatar cluster: 4 overlapping avatars + "X+ teams" text
83
- - Background: `bg-base` — optionally with subtle radial gradient to `bg-void` at bottom
84
-
85
- ---
86
-
87
- ## Hero Pattern C — Demo Hero
88
-
89
- **Use for:** products where interactivity is the differentiator
90
-
91
- ```
92
- ┌─────────────────────────────────────────────────────────┐
93
- │ │
94
- │ See it in action. │
95
- │ No setup, no credit card. │
96
- │ │
97
- │ ┌─────────────────────────────────────────────────┐ │
98
- │ │ │ │
99
- │ │ [Interactive demo or video player] │ │ ← full-width frame
100
- │ │ │ │
101
- │ └─────────────────────────────────────────────────┘ │
102
- │ │
103
- │ [Start free →] [Book a demo] │
104
- └─────────────────────────────────────────────────────────┘
105
- ```
106
-
107
- **Specs:**
108
- - Dark section for the demo area — `bg-gray-900` or `bg-void dark` for contrast
109
- - Video/demo frame: `rounded-xl shadow-lg` with browser chrome optional
110
- - Headline above: `text-3xl font-bold text-heading`
111
- - CTAs below the demo, not above
112
- - Keep the section focused — no feature list competing with the demo
113
-
114
- ---
115
-
116
- ## Section Patterns
117
-
118
- ### 1. Feature Grid
119
-
120
- **Use for:** feature overview, benefits section
121
-
122
- ```
123
- ┌──────────────────────────────────────────────────────────┐
124
- │ Everything you need to close more deals. │
125
- │ subtitle text-secondary max-w-2xl centered │
126
- ├──────────────────────┬───────────────────┬───────────────┤
127
- │ [icon] │ [icon] │ [icon] │
128
- │ Pipeline Views │ Contact Intel │ Team Inbox │
129
- │ Visualize your… │ Never miss a… │ Collaborate… │
130
- ├──────────────────────┼───────────────────┼───────────────┤
131
- │ [icon] │ [icon] │ [icon] │
132
- │ Automation │ Reporting │ Integrations │
133
- └──────────────────────┴───────────────────┴───────────────┘
134
- ```
135
-
136
- - Icon: 24–32px, `text-accent` or semantic color
137
- - Title: `text-base font-semibold text-heading`
138
- - Description: `text-sm text-secondary`
139
- - No card borders, no shadows — clean icon + text on page background
140
- - 3 columns desktop, 2 mobile, 1 below 480px
141
-
142
- ---
143
-
144
- ### 2. Feature Deep Dive
145
-
146
- **Use for:** flagship features, comparison with competitors, "how it works"
147
-
148
- ```
149
- ┌─────────────────────────────────────────────────────────┐
150
- │ [Product screenshot — left] The pipeline that moves. │
151
- │ No more stale deals. │
152
- │ │
153
- │ See exactly where every │
154
- │ deal is and what's next. │
155
- │ │
156
- │ [→ Explore pipeline] │
157
- ├─────────────────────────────────────────────────────────┤
158
- │ Know your customer. [Product screenshot — right]│
159
- │ Before the call. ... │
160
- └─────────────────────────────────────────────────────────┘
161
- ```
162
-
163
- - Alternating left/right image+text
164
- - Screenshot: `rounded-xl shadow-md` — browser frame optional
165
- - Headline: `text-2xl font-bold` — benefit-focused, not feature name
166
- - Description: `text-base text-secondary max-w-sm`
167
- - Link: `text-accent font-medium` with `→` arrow
168
-
169
- ---
170
-
171
- ### 3. Testimonial Cards
172
-
173
- ```
174
- ┌──────────────────────────────────────────────────────────┐
175
- │ ┌────────────────┐ ┌────────────────┐ ┌─────────────┐│
176
- │ │ "Cut our CRM │ │ "Finally a │ │ "The best ││
177
- │ │ setup time by │ │ sales tool our │ │ investment ││
178
- │ │ 80%." │ │ team loves." │ │ we made." ││
179
- │ │ │ │ │ │ ││
180
- │ │ [Avatar] │ │ [Avatar] │ │ [Avatar] ││
181
- │ │ Jane S. │ │ Mike T. │ │ Sarah L. ││
182
- │ │ VP Sales, Acme │ │ Founder, Beta │ │ Ops, Gamma ││
183
- │ └────────────────┘ └────────────────┘ └─────────────┘│
184
- └──────────────────────────────────────────────────────────┘
185
- ```
186
-
187
- - Card: `bg-surface border border-default rounded-xl p-6 shadow-xs`
188
- - Quote: `text-base text-primary` — actual quote, not a paraphrase
189
- - Avatar: 40px, `radius-full`
190
- - Name: `text-sm font-semibold text-heading`
191
- - Role: `text-sm text-secondary`
192
-
193
- ---
194
-
195
- ### 4. Pricing Table
196
-
197
- ```
198
- ┌──────────────┬──────────────────┬──────────────┐
199
- │ Starter │ Pro │ Enterprise │
200
- │ │ ┌ Most popular ┐│ │
201
- │ $29/mo │ │ $79/mo ││ Custom │
202
- │ │ └──────────────┘│ │
203
- │ ✓ Feature │ ✓ Feature │ ✓ Feature │
204
- │ ✓ Feature │ ✓ Feature │ ✓ Feature │
205
- │ ✗ Feature │ ✓ Feature │ ✓ Feature │
206
- │ │ │ │
207
- │ [Get started]│ [Get started] │ [Contact us]│
208
- └──────────────┴──────────────────┴──────────────┘
209
- ```
210
-
211
- - Container: `grid grid-cols-3 gap-4`
212
- - Card: `bg-surface border border-default rounded-xl p-6`
213
- - Featured card: `border-accent border-2 shadow-md` — slight elevation
214
- - "Most popular" badge: `bg-accent text-white text-xs font-medium px-3 py-1 rounded-full`
215
- - Price: `text-3xl font-bold text-heading`
216
- - Feature list: `text-sm text-primary`, `✓` in `text-semantic-success`, `✗` in `text-muted`
217
-
218
- ---
219
-
220
- ### 5. Integration Logos
221
-
222
- ```
223
- Works with your existing stack.
224
-
225
- [Salesforce] [HubSpot] [Slack] [Zapier] [Gmail] [+40 more]
226
- ```
227
-
228
- - Logos: grayscale, `opacity-60 hover:opacity-100 transition-opacity`
229
- - Grid: `flex flex-wrap gap-8 justify-center items-center`
230
- - Section title: `text-sm font-medium text-muted text-center mb-6`
231
-
232
- ---
233
-
234
- ### 6. CTA Banner
235
-
236
- ```
237
- ┌─────────────────────────────────────────────────────────┐
238
- │ │
239
- │ Start closing more deals today. │
240
- │ Free for 14 days. No credit card required. │
241
- │ │
242
- │ [Start free →] │
243
- └─────────────────────────────────────────────────────────┘
244
- ```
245
-
246
- - Background: `bg-accent-dim` or `bg-elevated` — never full accent background
247
- - Headline: `text-2xl font-bold text-heading text-center`
248
- - Subtitle: `text-base text-secondary text-center`
249
- - CTA: primary button centered, `control-lg`
250
- - Padding: `py-16 px-6`
251
-
252
- ---
253
-
254
- ## Navigation (Marketing)
255
-
256
- ```
257
- [Logo] Features Pricing Customers Docs [Sign in] [Start free →]
258
- ```
259
-
260
- - Height: `64px`, `bg-surface/90 backdrop-blur sticky top-0 border-b border-default`
261
- - Logo: left-aligned
262
- - Nav links: `text-sm text-secondary hover:text-primary font-medium`
263
- - CTA: primary button `control-md`, right-aligned
264
- - Mobile: hamburger menu, full-screen overlay
265
-
266
- ---
267
-
268
- ## Footer
269
-
270
- ```
271
- [Logo] Product Company Resources
272
- Tagline Features About Blog
273
- Pricing Careers Docs
274
- Changelog Contact Status
275
-
276
- ─────────────────────────────────────────────────────────
277
- © 2026 ProductName. All rights reserved. [Privacy] [Terms]
278
- ```
279
-
280
- - `bg-surface border-t border-default`
281
- - Logo + tagline: left column
282
- - Link columns: `text-sm text-secondary hover:text-primary`
283
- - Bottom bar: `text-xs text-muted`
284
-
285
- ---
286
-
287
- ## Anti-patterns
288
-
289
- 1. **Gradient mesh backgrounds** — not this skill; cognitive-core can use atmospheric effects
290
- 2. **Hand-drawn illustrations** — that is warm-craft; use geometric SVG or product screenshots
291
- 3. **Oversized dramatic typography** — that is bold-editorial; clean SaaS headlines are bold but not theatrical
292
- 4. **Dark marketing pages as the default** — clean SaaS = light by default; dark sections for contrast moments only
293
- 5. **Cards with radius > 16px** — contained radius, moderate feel
294
- 6. **More than 2 font weights in a section** — clean, not editorial
295
- 7. **Testimonials without real names and companies** — generic "happy customer" kills trust
1
+ # Websites — Clean SaaS UI
2
+
3
+ Marketing and landing page patterns for B2B SaaS products. Clean, professional, and product-first.
4
+
5
+ ---
6
+
7
+ ## Principles
8
+
9
+ - **Light by default** — Clean SaaS marketing pages are light. Dark sections exist for contrast moments, not as the base.
10
+ - **Product-first** — The product screenshot or demo is the hero, not a generic illustration.
11
+ - **Functional copy** — Headlines describe what the product does and for whom. No buzzwords without meaning.
12
+ - **Contained radius** — Marketing cards max out at `radius-2xl` (16px). Never rounded beyond that.
13
+
14
+ ---
15
+
16
+ ## Hero Pattern A — Value Proposition Hero
17
+
18
+ **Use for:** main product landing page, feature launch, primary CTA
19
+
20
+ ```
21
+ ┌─────────────────────────────────────────────────────────┐
22
+ │ [Logo] Features Pricing Docs [Sign in] [Start free →] │
23
+ ├─────────────────────────────────────────────────────────┤
24
+ │ │
25
+ │ The CRM teams [Product screenshot or │
26
+ │ actually use. dashboard mockup — right half] │
27
+ │ │
28
+ │ Manage deals, track shadow-lg, radius-xl, │
29
+ │ contacts, and close slight perspective tilt │
30
+ │ more revenue without (2-3deg) optional │
31
+ │ the complexity. │
32
+ │ │
33
+ │ [Start free →] [See demo] │
34
+ │ │
35
+ │ —————————————————————————————————————— │
36
+ │ Trusted by 1,200+ teams [logo][logo][logo][logo] │ ← social proof strip
37
+ └─────────────────────────────────────────────────────────┘
38
+ ```
39
+
40
+ **Specs:**
41
+ - Layout: 50/50 or 55/45 text/visual split — left-aligned text
42
+ - Headline: `text-4xl` (desktop) / `text-3xl` (mobile), `font-bold`, `tracking-normal`
43
+ - Subtitle: `text-lg text-secondary max-w-md`
44
+ - Primary CTA: `control-lg` button, accent
45
+ - Secondary CTA: ghost button or text link
46
+ - Screenshot: `shadow-lg rounded-xl` — use a real product screenshot, not a mockup illustration
47
+ - Social proof: `grayscale` logos, `text-sm text-muted` label above
48
+ - Background: `bg-base` or `bg-void` — never a gradient mesh
49
+
50
+ ---
51
+
52
+ ## Hero Pattern B — Centered Announcement Hero
53
+
54
+ **Use for:** product launch, major feature announcement, simple landing pages
55
+
56
+ ```
57
+ ┌─────────────────────────────────────────────────────────┐
58
+ │ │
59
+ │ ┌──────────────────┐ │
60
+ │ │ ✨ New: AI Inbox │ ← announcement badge │
61
+ │ └──────────────────┘ │
62
+ │ │
63
+ │ The support tool that scales │
64
+ │ with your team. │
65
+ │ │
66
+ │ Handle 10× more tickets without │
67
+ │ adding headcount. │
68
+ │ │
69
+ │ [Start free →] [See how it works] │
70
+ │ │
71
+ │ ───────────────────────────────────────────── │
72
+ │ [Avatar][Avatar][Avatar] 1,200+ teams love it │ ← avatar cluster + social proof
73
+ │ │
74
+ └─────────────────────────────────────────────────────────┘
75
+ ```
76
+
77
+ **Specs:**
78
+ - All centered, `max-w-3xl` container
79
+ - Announcement badge: `bg-accent-dim text-accent text-sm px-3 py-1 rounded-full font-medium`
80
+ - Headline: `text-5xl font-bold tracking-normal` — up to 2 lines
81
+ - Subtitle: `text-xl text-secondary max-w-xl`
82
+ - Avatar cluster: 4 overlapping avatars + "X+ teams" text
83
+ - Background: `bg-base` — optionally with subtle radial gradient to `bg-void` at bottom
84
+
85
+ ---
86
+
87
+ ## Hero Pattern C — Demo Hero
88
+
89
+ **Use for:** products where interactivity is the differentiator
90
+
91
+ ```
92
+ ┌─────────────────────────────────────────────────────────┐
93
+ │ │
94
+ │ See it in action. │
95
+ │ No setup, no credit card. │
96
+ │ │
97
+ │ ┌─────────────────────────────────────────────────┐ │
98
+ │ │ │ │
99
+ │ │ [Interactive demo or video player] │ │ ← full-width frame
100
+ │ │ │ │
101
+ │ └─────────────────────────────────────────────────┘ │
102
+ │ │
103
+ │ [Start free →] [Book a demo] │
104
+ └─────────────────────────────────────────────────────────┘
105
+ ```
106
+
107
+ **Specs:**
108
+ - Dark section for the demo area — `bg-gray-900` or `bg-void dark` for contrast
109
+ - Video/demo frame: `rounded-xl shadow-lg` with browser chrome optional
110
+ - Headline above: `text-3xl font-bold text-heading`
111
+ - CTAs below the demo, not above
112
+ - Keep the section focused — no feature list competing with the demo
113
+
114
+ ---
115
+
116
+ ## Section Patterns
117
+
118
+ ### 1. Feature Grid
119
+
120
+ **Use for:** feature overview, benefits section
121
+
122
+ ```
123
+ ┌──────────────────────────────────────────────────────────┐
124
+ │ Everything you need to close more deals. │
125
+ │ subtitle text-secondary max-w-2xl centered │
126
+ ├──────────────────────┬───────────────────┬───────────────┤
127
+ │ [icon] │ [icon] │ [icon] │
128
+ │ Pipeline Views │ Contact Intel │ Team Inbox │
129
+ │ Visualize your… │ Never miss a… │ Collaborate… │
130
+ ├──────────────────────┼───────────────────┼───────────────┤
131
+ │ [icon] │ [icon] │ [icon] │
132
+ │ Automation │ Reporting │ Integrations │
133
+ └──────────────────────┴───────────────────┴───────────────┘
134
+ ```
135
+
136
+ - Icon: 24–32px, `text-accent` or semantic color
137
+ - Title: `text-base font-semibold text-heading`
138
+ - Description: `text-sm text-secondary`
139
+ - No card borders, no shadows — clean icon + text on page background
140
+ - 3 columns desktop, 2 mobile, 1 below 480px
141
+
142
+ ---
143
+
144
+ ### 2. Feature Deep Dive
145
+
146
+ **Use for:** flagship features, comparison with competitors, "how it works"
147
+
148
+ ```
149
+ ┌─────────────────────────────────────────────────────────┐
150
+ │ [Product screenshot — left] The pipeline that moves. │
151
+ │ No more stale deals. │
152
+ │ │
153
+ │ See exactly where every │
154
+ │ deal is and what's next. │
155
+ │ │
156
+ │ [→ Explore pipeline] │
157
+ ├─────────────────────────────────────────────────────────┤
158
+ │ Know your customer. [Product screenshot — right]│
159
+ │ Before the call. ... │
160
+ └─────────────────────────────────────────────────────────┘
161
+ ```
162
+
163
+ - Alternating left/right image+text
164
+ - Screenshot: `rounded-xl shadow-md` — browser frame optional
165
+ - Headline: `text-2xl font-bold` — benefit-focused, not feature name
166
+ - Description: `text-base text-secondary max-w-sm`
167
+ - Link: `text-accent font-medium` with `→` arrow
168
+
169
+ ---
170
+
171
+ ### 3. Testimonial Cards
172
+
173
+ ```
174
+ ┌──────────────────────────────────────────────────────────┐
175
+ │ ┌────────────────┐ ┌────────────────┐ ┌─────────────┐│
176
+ │ │ "Cut our CRM │ │ "Finally a │ │ "The best ││
177
+ │ │ setup time by │ │ sales tool our │ │ investment ││
178
+ │ │ 80%." │ │ team loves." │ │ we made." ││
179
+ │ │ │ │ │ │ ││
180
+ │ │ [Avatar] │ │ [Avatar] │ │ [Avatar] ││
181
+ │ │ Jane S. │ │ Mike T. │ │ Sarah L. ││
182
+ │ │ VP Sales, Acme │ │ Founder, Beta │ │ Ops, Gamma ││
183
+ │ └────────────────┘ └────────────────┘ └─────────────┘│
184
+ └──────────────────────────────────────────────────────────┘
185
+ ```
186
+
187
+ - Card: `bg-surface border border-default rounded-xl p-6 shadow-xs`
188
+ - Quote: `text-base text-primary` — actual quote, not a paraphrase
189
+ - Avatar: 40px, `radius-full`
190
+ - Name: `text-sm font-semibold text-heading`
191
+ - Role: `text-sm text-secondary`
192
+
193
+ ---
194
+
195
+ ### 4. Pricing Table
196
+
197
+ ```
198
+ ┌──────────────┬──────────────────┬──────────────┐
199
+ │ Starter │ Pro │ Enterprise │
200
+ │ │ ┌ Most popular ┐│ │
201
+ │ $29/mo │ │ $79/mo ││ Custom │
202
+ │ │ └──────────────┘│ │
203
+ │ ✓ Feature │ ✓ Feature │ ✓ Feature │
204
+ │ ✓ Feature │ ✓ Feature │ ✓ Feature │
205
+ │ ✗ Feature │ ✓ Feature │ ✓ Feature │
206
+ │ │ │ │
207
+ │ [Get started]│ [Get started] │ [Contact us]│
208
+ └──────────────┴──────────────────┴──────────────┘
209
+ ```
210
+
211
+ - Container: `grid grid-cols-3 gap-4`
212
+ - Card: `bg-surface border border-default rounded-xl p-6`
213
+ - Featured card: `border-accent border-2 shadow-md` — slight elevation
214
+ - "Most popular" badge: `bg-accent text-white text-xs font-medium px-3 py-1 rounded-full`
215
+ - Price: `text-3xl font-bold text-heading`
216
+ - Feature list: `text-sm text-primary`, `✓` in `text-semantic-success`, `✗` in `text-muted`
217
+
218
+ ---
219
+
220
+ ### 5. Integration Logos
221
+
222
+ ```
223
+ Works with your existing stack.
224
+
225
+ [Salesforce] [HubSpot] [Slack] [Zapier] [Gmail] [+40 more]
226
+ ```
227
+
228
+ - Logos: grayscale, `opacity-60 hover:opacity-100 transition-opacity`
229
+ - Grid: `flex flex-wrap gap-8 justify-center items-center`
230
+ - Section title: `text-sm font-medium text-muted text-center mb-6`
231
+
232
+ ---
233
+
234
+ ### 6. CTA Banner
235
+
236
+ ```
237
+ ┌─────────────────────────────────────────────────────────┐
238
+ │ │
239
+ │ Start closing more deals today. │
240
+ │ Free for 14 days. No credit card required. │
241
+ │ │
242
+ │ [Start free →] │
243
+ └─────────────────────────────────────────────────────────┘
244
+ ```
245
+
246
+ - Background: `bg-accent-dim` or `bg-elevated` — never full accent background
247
+ - Headline: `text-2xl font-bold text-heading text-center`
248
+ - Subtitle: `text-base text-secondary text-center`
249
+ - CTA: primary button centered, `control-lg`
250
+ - Padding: `py-16 px-6`
251
+
252
+ ---
253
+
254
+ ## Navigation (Marketing)
255
+
256
+ ```
257
+ [Logo] Features Pricing Customers Docs [Sign in] [Start free →]
258
+ ```
259
+
260
+ - Height: `64px`, `bg-surface/90 backdrop-blur sticky top-0 border-b border-default`
261
+ - Logo: left-aligned
262
+ - Nav links: `text-sm text-secondary hover:text-primary font-medium`
263
+ - CTA: primary button `control-md`, right-aligned
264
+ - Mobile: hamburger menu, full-screen overlay
265
+
266
+ ---
267
+
268
+ ## Footer
269
+
270
+ ```
271
+ [Logo] Product Company Resources
272
+ Tagline Features About Blog
273
+ Pricing Careers Docs
274
+ Changelog Contact Status
275
+
276
+ ─────────────────────────────────────────────────────────
277
+ © 2026 ProductName. All rights reserved. [Privacy] [Terms]
278
+ ```
279
+
280
+ - `bg-surface border-t border-default`
281
+ - Logo + tagline: left column
282
+ - Link columns: `text-sm text-secondary hover:text-primary`
283
+ - Bottom bar: `text-xs text-muted`
284
+
285
+ ---
286
+
287
+ ## Anti-patterns
288
+
289
+ 1. **Gradient mesh backgrounds** — not this skill; cognitive-core can use atmospheric effects
290
+ 2. **Hand-drawn illustrations** — that is warm-craft; use geometric SVG or product screenshots
291
+ 3. **Oversized dramatic typography** — that is bold-editorial; clean SaaS headlines are bold but not theatrical
292
+ 4. **Dark marketing pages as the default** — clean SaaS = light by default; dark sections for contrast moments only
293
+ 5. **Cards with radius > 16px** — contained radius, moderate feel
294
+ 6. **More than 2 font weights in a section** — clean, not editorial
295
+ 7. **Testimonials without real names and companies** — generic "happy customer" kills trust