opendevbrowser 0.0.24 → 0.0.26
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 +1 -1
- package/dist/browser/fingerprint/canary.d.ts.map +1 -1
- package/dist/{chunk-K2TEHJCV.js → chunk-AVQL6WAS.js} +2856 -694
- package/dist/chunk-AVQL6WAS.js.map +1 -0
- package/dist/{chunk-5I6TZRVS.js → chunk-GTTYIAI7.js} +1053 -474
- package/dist/chunk-GTTYIAI7.js.map +1 -0
- package/dist/cli/commands/daemon.d.ts +25 -0
- package/dist/cli/commands/daemon.d.ts.map +1 -1
- package/dist/cli/commands/inspiredesign.d.ts.map +1 -1
- package/dist/cli/commands/serve.d.ts +10 -13
- package/dist/cli/commands/serve.d.ts.map +1 -1
- package/dist/cli/commands/status.d.ts.map +1 -1
- package/dist/cli/daemon-client.d.ts +13 -0
- package/dist/cli/daemon-client.d.ts.map +1 -1
- package/dist/cli/daemon-commands.d.ts.map +1 -1
- package/dist/cli/daemon-status-policy.d.ts +6 -0
- package/dist/cli/daemon-status-policy.d.ts.map +1 -0
- package/dist/cli/daemon-status.d.ts +1 -0
- package/dist/cli/daemon-status.d.ts.map +1 -1
- package/dist/cli/daemon.d.ts +12 -2
- package/dist/cli/daemon.d.ts.map +1 -1
- package/dist/cli/help.d.ts.map +1 -1
- package/dist/cli/index.js +188 -108
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/remote-manager.d.ts +8 -6
- package/dist/cli/remote-manager.d.ts.map +1 -1
- package/dist/cli/utils/http.d.ts.map +1 -1
- package/dist/daemon-fingerprint.json +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +147 -46
- package/dist/index.js.map +1 -1
- package/dist/inspiredesign/brief-expansion.d.ts +41 -0
- package/dist/inspiredesign/brief-expansion.d.ts.map +1 -0
- package/dist/inspiredesign/handoff.d.ts +3 -1
- package/dist/inspiredesign/handoff.d.ts.map +1 -1
- package/dist/opendevbrowser.d.ts.map +1 -1
- package/dist/opendevbrowser.js +147 -46
- package/dist/opendevbrowser.js.map +1 -1
- package/dist/providers/inspiredesign-capture-mode.d.ts +3 -0
- package/dist/providers/inspiredesign-capture-mode.d.ts.map +1 -0
- package/dist/providers/inspiredesign-capture.d.ts +8 -1
- package/dist/providers/inspiredesign-capture.d.ts.map +1 -1
- package/dist/providers/inspiredesign-contract.d.ts +30 -0
- package/dist/providers/inspiredesign-contract.d.ts.map +1 -1
- package/dist/providers/renderer.d.ts +2 -1
- package/dist/providers/renderer.d.ts.map +1 -1
- package/dist/providers/workflows.d.ts +2 -0
- package/dist/providers/workflows.d.ts.map +1 -1
- package/dist/{providers-6YVHKTOJ.js → providers-T2FQJCF6.js} +2 -2
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/inspiredesign_run.d.ts.map +1 -1
- package/dist/tools/status.d.ts.map +1 -1
- package/extension/manifest.json +1 -1
- package/package.json +1 -1
- package/skills/opendevbrowser-best-practices/SKILL.md +3 -2
- package/skills/opendevbrowser-design-agent/SKILL.md +1 -0
- package/skills/opendevbrowser-design-agent/assets/templates/inspiredesign-advanced-brief.v1.json +1370 -0
- package/skills/opendevbrowser-design-agent/scripts/validate-skill-assets.sh +2 -0
- package/dist/chunk-5I6TZRVS.js.map +0 -1
- package/dist/chunk-K2TEHJCV.js.map +0 -1
- /package/dist/{providers-6YVHKTOJ.js.map → providers-T2FQJCF6.js.map} +0 -0
package/skills/opendevbrowser-design-agent/assets/templates/inspiredesign-advanced-brief.v1.json
ADDED
|
@@ -0,0 +1,1370 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "inspiredesign-advanced-brief.v1",
|
|
3
|
+
"defaultFormatId": "premium-editorial-landing-page",
|
|
4
|
+
"commonRules": [
|
|
5
|
+
"Preserve only the product, brand, audience, platform, and tone cues that are explicitly present in the source brief.",
|
|
6
|
+
"Treat missing details as open constraints instead of inventing brand facts or user needs.",
|
|
7
|
+
"Use inspiration references to extract transferable design logic rather than copying a single layout, visual treatment, or narrative beat literally."
|
|
8
|
+
],
|
|
9
|
+
"outputRequirements": [
|
|
10
|
+
"Return a reusable design contract that can drive design.md, implementation-plan artifacts, and a Canvas-ready prototype path.",
|
|
11
|
+
"Keep the direction premium, specific, and implementable instead of generic or template-driven."
|
|
12
|
+
],
|
|
13
|
+
"formats": [
|
|
14
|
+
{
|
|
15
|
+
"id": "premium-editorial-landing-page",
|
|
16
|
+
"label": "Premium editorial landing page",
|
|
17
|
+
"bestFor": [
|
|
18
|
+
"product homepages",
|
|
19
|
+
"docs homepages",
|
|
20
|
+
"launch pages",
|
|
21
|
+
"rebrands"
|
|
22
|
+
],
|
|
23
|
+
"businessFocus": [
|
|
24
|
+
"premium SaaS marketing",
|
|
25
|
+
"product launches",
|
|
26
|
+
"docs-first brands",
|
|
27
|
+
"brand refresh surfaces"
|
|
28
|
+
],
|
|
29
|
+
"keywords": [
|
|
30
|
+
"landing",
|
|
31
|
+
"homepage",
|
|
32
|
+
"launch",
|
|
33
|
+
"brand",
|
|
34
|
+
"editorial",
|
|
35
|
+
"hero",
|
|
36
|
+
"marketing",
|
|
37
|
+
"docs"
|
|
38
|
+
],
|
|
39
|
+
"matchSignals": {
|
|
40
|
+
"positive": [
|
|
41
|
+
"landing",
|
|
42
|
+
"homepage",
|
|
43
|
+
"home page",
|
|
44
|
+
"launch",
|
|
45
|
+
"brand",
|
|
46
|
+
"rebrand",
|
|
47
|
+
"editorial",
|
|
48
|
+
"hero",
|
|
49
|
+
"marketing",
|
|
50
|
+
"docs"
|
|
51
|
+
],
|
|
52
|
+
"excluded": [
|
|
53
|
+
"dashboard",
|
|
54
|
+
"admin",
|
|
55
|
+
"onboarding"
|
|
56
|
+
],
|
|
57
|
+
"tieBreaker": 1
|
|
58
|
+
},
|
|
59
|
+
"lead": "Study the inspiration references and synthesize a premium editorial landing page system that translates the source brief into a reusable, brand-specific direction.",
|
|
60
|
+
"archetype": "editorial brand campaign",
|
|
61
|
+
"layoutArchetype": "full-bleed hero with narrative section cadence",
|
|
62
|
+
"typographySystem": "display serif or refined grotesk headlines paired with restrained sans body copy",
|
|
63
|
+
"surfaceTreatment": "bright print-like planes, disciplined image crops, and hairline dividers",
|
|
64
|
+
"shapeLanguage": "sharp framing with selective soft corners only where interaction requires it",
|
|
65
|
+
"componentGrammar": "hero composition, proof bands, narrative media strips, restrained CTA groups",
|
|
66
|
+
"motionGrammar": "measured fades, staggered reveals, and restrained parallax",
|
|
67
|
+
"paletteIntent": "bright neutral field with one confident accent and controlled contrast",
|
|
68
|
+
"visualDensity": "airy",
|
|
69
|
+
"designVariance": "balanced asymmetry",
|
|
70
|
+
"focusAreas": [
|
|
71
|
+
"hero composition",
|
|
72
|
+
"brand presence",
|
|
73
|
+
"typography rhythm",
|
|
74
|
+
"spacing cadence",
|
|
75
|
+
"image treatment",
|
|
76
|
+
"CTA hierarchy",
|
|
77
|
+
"section sequencing",
|
|
78
|
+
"trust-building moments",
|
|
79
|
+
"motion tone"
|
|
80
|
+
],
|
|
81
|
+
"responsiveCollapseRules": [
|
|
82
|
+
"Collapse split editorial compositions into a single text-first stack before line length becomes cramped.",
|
|
83
|
+
"Keep one dominant visual plane on mobile rather than shrinking multiple competing media blocks."
|
|
84
|
+
],
|
|
85
|
+
"guardrails": [
|
|
86
|
+
"Prioritize one dominant hero idea and a clear narrative progression instead of dashboard-style clutter.",
|
|
87
|
+
"Favor a full-bleed visual approach with restrained supporting copy and deliberate section sequencing."
|
|
88
|
+
],
|
|
89
|
+
"antiPatterns": [
|
|
90
|
+
"No feature-card hero.",
|
|
91
|
+
"No metric strip in the first viewport.",
|
|
92
|
+
"No generic startup copy tone.",
|
|
93
|
+
"No dashboard chrome on a marketing surface."
|
|
94
|
+
],
|
|
95
|
+
"deliverables": [
|
|
96
|
+
"Translate the references into a reusable design contract that fits the product story, audience, and brand voice in the source brief.",
|
|
97
|
+
"Define the hero doctrine, visual hierarchy, and section cadence clearly enough for a first implementation pass."
|
|
98
|
+
],
|
|
99
|
+
"route": {
|
|
100
|
+
"profile": "product-story",
|
|
101
|
+
"themeStrategy": "single-theme",
|
|
102
|
+
"navigationModel": "global-header",
|
|
103
|
+
"layoutApproach": "editorial-hero-sequence"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "b2b-dashboard-app-shell",
|
|
108
|
+
"label": "B2B dashboard or app shell",
|
|
109
|
+
"bestFor": [
|
|
110
|
+
"admin products",
|
|
111
|
+
"internal tools",
|
|
112
|
+
"data-heavy SaaS"
|
|
113
|
+
],
|
|
114
|
+
"businessFocus": [
|
|
115
|
+
"operations software",
|
|
116
|
+
"internal tooling",
|
|
117
|
+
"multi-tenant analytics products",
|
|
118
|
+
"enterprise control surfaces"
|
|
119
|
+
],
|
|
120
|
+
"keywords": [
|
|
121
|
+
"dashboard",
|
|
122
|
+
"admin",
|
|
123
|
+
"app shell",
|
|
124
|
+
"internal tool",
|
|
125
|
+
"operator",
|
|
126
|
+
"table",
|
|
127
|
+
"analytics",
|
|
128
|
+
"SaaS"
|
|
129
|
+
],
|
|
130
|
+
"matchSignals": {
|
|
131
|
+
"positive": [
|
|
132
|
+
"dashboard",
|
|
133
|
+
"admin",
|
|
134
|
+
"app shell",
|
|
135
|
+
"app-shell",
|
|
136
|
+
"internal tool",
|
|
137
|
+
"operator",
|
|
138
|
+
"table",
|
|
139
|
+
"analytics",
|
|
140
|
+
"saas",
|
|
141
|
+
"control room"
|
|
142
|
+
],
|
|
143
|
+
"excluded": [
|
|
144
|
+
"onboarding",
|
|
145
|
+
"villa",
|
|
146
|
+
"festival"
|
|
147
|
+
],
|
|
148
|
+
"tieBreaker": 2
|
|
149
|
+
},
|
|
150
|
+
"lead": "Use the inspiration references and source brief to extract a reusable dashboard and app-shell contract that stays fast, calm, and operator-friendly.",
|
|
151
|
+
"archetype": "operational workspace shell",
|
|
152
|
+
"layoutArchetype": "predictable desktop shell with fixed navigation zones and state-aware work panels",
|
|
153
|
+
"typographySystem": "sharp grotesk UI type with monospaced numeric support for tables and diagnostics",
|
|
154
|
+
"surfaceTreatment": "bright control-room surfaces with disciplined dividers and low-elevation panels",
|
|
155
|
+
"shapeLanguage": "rectilinear structure with restrained radii and explicit separators",
|
|
156
|
+
"componentGrammar": "sidebar, command toolbar, filter rail, data tables, detail drawers, empty states",
|
|
157
|
+
"motionGrammar": "state-transition clarity, panel continuity, and zero decorative animation noise",
|
|
158
|
+
"paletteIntent": "crisp neutral shell with one utility accent and clear semantic state colors",
|
|
159
|
+
"visualDensity": "dense but breathable",
|
|
160
|
+
"designVariance": "low-variance structure",
|
|
161
|
+
"focusAreas": [
|
|
162
|
+
"information hierarchy",
|
|
163
|
+
"sidebar behavior",
|
|
164
|
+
"top-bar responsibilities",
|
|
165
|
+
"search and filter placement",
|
|
166
|
+
"table-versus-card decisions",
|
|
167
|
+
"density management",
|
|
168
|
+
"panel rhythm",
|
|
169
|
+
"empty states",
|
|
170
|
+
"loading states",
|
|
171
|
+
"primary action priority"
|
|
172
|
+
],
|
|
173
|
+
"responsiveCollapseRules": [
|
|
174
|
+
"Collapse secondary panes before compressing the primary work surface.",
|
|
175
|
+
"Preserve search, filters, and the primary action path as fixed zones on narrow breakpoints."
|
|
176
|
+
],
|
|
177
|
+
"guardrails": [
|
|
178
|
+
"Favor predictable layout zones, strong state communication, and clean action paths over decorative UI noise.",
|
|
179
|
+
"Keep the interaction model credible and scalable across desktop breakpoints."
|
|
180
|
+
],
|
|
181
|
+
"antiPatterns": [
|
|
182
|
+
"No hero marketing treatment inside the shell.",
|
|
183
|
+
"No floating-window chaos.",
|
|
184
|
+
"No equal-emphasis KPI tiles everywhere.",
|
|
185
|
+
"No ornamental glass or neon styling."
|
|
186
|
+
],
|
|
187
|
+
"deliverables": [
|
|
188
|
+
"Return a dashboard contract that can guide a first implementation plan and a Canvas-first prototype handoff.",
|
|
189
|
+
"Specify the shell grammar for navigation, filters, data views, and state feedback."
|
|
190
|
+
],
|
|
191
|
+
"route": {
|
|
192
|
+
"profile": "ops-control",
|
|
193
|
+
"themeStrategy": "single-theme",
|
|
194
|
+
"navigationModel": "sidebar",
|
|
195
|
+
"layoutApproach": "workspace-shell"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"id": "cinematic-product-story",
|
|
200
|
+
"label": "Cinematic product-story or photostudio direction",
|
|
201
|
+
"bestFor": [
|
|
202
|
+
"hardware",
|
|
203
|
+
"consumer products",
|
|
204
|
+
"showcase pages",
|
|
205
|
+
"keynote-style launches"
|
|
206
|
+
],
|
|
207
|
+
"businessFocus": [
|
|
208
|
+
"hardware launches",
|
|
209
|
+
"premium consumer products",
|
|
210
|
+
"device showcases",
|
|
211
|
+
"showcase-led commerce alternatives"
|
|
212
|
+
],
|
|
213
|
+
"keywords": [
|
|
214
|
+
"product story",
|
|
215
|
+
"hardware",
|
|
216
|
+
"device",
|
|
217
|
+
"physical product",
|
|
218
|
+
"showcase",
|
|
219
|
+
"photography",
|
|
220
|
+
"keynote"
|
|
221
|
+
],
|
|
222
|
+
"matchSignals": {
|
|
223
|
+
"positive": [
|
|
224
|
+
"product story",
|
|
225
|
+
"product-story",
|
|
226
|
+
"hardware",
|
|
227
|
+
"device",
|
|
228
|
+
"physical product",
|
|
229
|
+
"showcase",
|
|
230
|
+
"photography",
|
|
231
|
+
"launch page",
|
|
232
|
+
"keynote",
|
|
233
|
+
"consumer product"
|
|
234
|
+
],
|
|
235
|
+
"excluded": [
|
|
236
|
+
"dashboard",
|
|
237
|
+
"settings",
|
|
238
|
+
"festival"
|
|
239
|
+
],
|
|
240
|
+
"tieBreaker": 2
|
|
241
|
+
},
|
|
242
|
+
"lead": "Study the inspiration references and synthesize a cinematic product-story direction that turns the source brief into a premium, product-led narrative.",
|
|
243
|
+
"archetype": "photostudio launch narrative",
|
|
244
|
+
"layoutArchetype": "scene-based scroll story with full-bleed product reveals",
|
|
245
|
+
"typographySystem": "restrained sans or condensed display with large scale contrast and minimal body copy",
|
|
246
|
+
"surfaceTreatment": "dark or bright studio backdrops, high-contrast product planes, and controlled material highlights",
|
|
247
|
+
"shapeLanguage": "large uninterrupted planes with almost no ornamental framing",
|
|
248
|
+
"componentGrammar": "scene hero, proof interludes, spec reveals, testimonial or quote punctuations",
|
|
249
|
+
"motionGrammar": "slow dissolves, glide transitions, and product-led reveal timing",
|
|
250
|
+
"paletteIntent": "controlled studio palette that serves material realism instead of interface variety",
|
|
251
|
+
"visualDensity": "sparse",
|
|
252
|
+
"designVariance": "high cinematic contrast",
|
|
253
|
+
"focusAreas": [
|
|
254
|
+
"lighting",
|
|
255
|
+
"framing",
|
|
256
|
+
"crop strategy",
|
|
257
|
+
"material and surface cues",
|
|
258
|
+
"typography restraint",
|
|
259
|
+
"scroll pacing",
|
|
260
|
+
"transition from emotion to proof",
|
|
261
|
+
"product-detail storytelling"
|
|
262
|
+
],
|
|
263
|
+
"responsiveCollapseRules": [
|
|
264
|
+
"Keep one scene per scroll beat on mobile instead of compressing multiple proof layers together.",
|
|
265
|
+
"Stack product proof and supporting copy under the main image plane once panoramic width is lost."
|
|
266
|
+
],
|
|
267
|
+
"guardrails": [
|
|
268
|
+
"Do not fall back to generic ecommerce grids, trust-badge clutter, or spec-dump layouts.",
|
|
269
|
+
"Prioritize product-story clarity over commerce-system conventions and keep the scene count disciplined."
|
|
270
|
+
],
|
|
271
|
+
"antiPatterns": [
|
|
272
|
+
"No marketplace product grid.",
|
|
273
|
+
"No coupon or deal framing.",
|
|
274
|
+
"No dense comparison tables in the hero.",
|
|
275
|
+
"No dashboard-like metric blocks."
|
|
276
|
+
],
|
|
277
|
+
"deliverables": [
|
|
278
|
+
"Return a premium product-led story with 3 to 5 clear scene beats and a strong visual hierarchy.",
|
|
279
|
+
"Define the scene structure, motion posture, and proof handoff clearly enough for a launch-page build."
|
|
280
|
+
],
|
|
281
|
+
"route": {
|
|
282
|
+
"profile": "cinematic-minimal",
|
|
283
|
+
"themeStrategy": "single-theme",
|
|
284
|
+
"navigationModel": "immersive",
|
|
285
|
+
"layoutApproach": "product-scene-scroll"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"id": "mobile-first-onboarding-activation",
|
|
290
|
+
"label": "Mobile-first onboarding and activation flow",
|
|
291
|
+
"bestFor": [
|
|
292
|
+
"consumer apps",
|
|
293
|
+
"onboarding redesigns",
|
|
294
|
+
"activation funnel work"
|
|
295
|
+
],
|
|
296
|
+
"businessFocus": [
|
|
297
|
+
"consumer mobile apps",
|
|
298
|
+
"activation funnel redesigns",
|
|
299
|
+
"first-session experiences",
|
|
300
|
+
"trust-forward account creation"
|
|
301
|
+
],
|
|
302
|
+
"keywords": [
|
|
303
|
+
"mobile",
|
|
304
|
+
"onboarding",
|
|
305
|
+
"activation",
|
|
306
|
+
"signup",
|
|
307
|
+
"first session",
|
|
308
|
+
"consumer app",
|
|
309
|
+
"funnel"
|
|
310
|
+
],
|
|
311
|
+
"matchSignals": {
|
|
312
|
+
"positive": [
|
|
313
|
+
"mobile",
|
|
314
|
+
"onboarding",
|
|
315
|
+
"activation",
|
|
316
|
+
"signup",
|
|
317
|
+
"sign-up",
|
|
318
|
+
"first session",
|
|
319
|
+
"consumer app",
|
|
320
|
+
"funnel",
|
|
321
|
+
"activation flow",
|
|
322
|
+
"native app"
|
|
323
|
+
],
|
|
324
|
+
"required": [
|
|
325
|
+
"mobile"
|
|
326
|
+
],
|
|
327
|
+
"excluded": [
|
|
328
|
+
"dashboard",
|
|
329
|
+
"festival"
|
|
330
|
+
],
|
|
331
|
+
"tieBreaker": 2
|
|
332
|
+
},
|
|
333
|
+
"lead": "Work from the inspiration references and source brief to define a mobile-first onboarding and activation experience that moves a user from curiosity to a confident first action.",
|
|
334
|
+
"archetype": "trust-forward activation flow",
|
|
335
|
+
"layoutArchetype": "screen-sequenced onboarding stack with clear first-action transition",
|
|
336
|
+
"typographySystem": "high-legibility mobile sans with deliberate contrast between titles, helper copy, and CTA labels",
|
|
337
|
+
"surfaceTreatment": "native-feeling surfaces, clean overlays, and quiet previews of the core product",
|
|
338
|
+
"shapeLanguage": "soft, tap-friendly forms and decisive CTA containers",
|
|
339
|
+
"componentGrammar": "value slides, progress moments, CTA stacks, trust cues, first-session empty states",
|
|
340
|
+
"motionGrammar": "confident screen pacing, low-friction transitions, and gentle confirmation motion",
|
|
341
|
+
"paletteIntent": "safe, modern mobile palette with one brand accent and generous clean space",
|
|
342
|
+
"visualDensity": "balanced",
|
|
343
|
+
"designVariance": "low-noise clarity",
|
|
344
|
+
"focusAreas": [
|
|
345
|
+
"first impression",
|
|
346
|
+
"explanation of value",
|
|
347
|
+
"screen pacing",
|
|
348
|
+
"UI-preview usage",
|
|
349
|
+
"illustration or motion strategy",
|
|
350
|
+
"trust cues",
|
|
351
|
+
"CTA structure",
|
|
352
|
+
"key transition moments",
|
|
353
|
+
"first-session empty state behavior",
|
|
354
|
+
"visual rules that should carry into the core product"
|
|
355
|
+
],
|
|
356
|
+
"responsiveCollapseRules": [
|
|
357
|
+
"Treat mobile as the source layout and only expand supporting previews for larger breakpoints.",
|
|
358
|
+
"Keep primary CTAs anchored within thumb reach when the flow collapses to narrow screens."
|
|
359
|
+
],
|
|
360
|
+
"guardrails": [
|
|
361
|
+
"Keep the system simple, emotionally clear, and conversion-focused instead of overloaded with feature marketing.",
|
|
362
|
+
"Make the outcome feel native, modern, and brand-specific rather than template-driven."
|
|
363
|
+
],
|
|
364
|
+
"antiPatterns": [
|
|
365
|
+
"No marketing landing page hero inside onboarding.",
|
|
366
|
+
"No overloaded feature tour before first action.",
|
|
367
|
+
"No desktop-first shell adapted down to mobile.",
|
|
368
|
+
"No modal maze."
|
|
369
|
+
],
|
|
370
|
+
"deliverables": [
|
|
371
|
+
"Return a reusable onboarding direction that can become both a contract and an implementation-ready prototype plan.",
|
|
372
|
+
"Define the launch tone, CTA posture, first-session empty-state behavior, and transition moments."
|
|
373
|
+
],
|
|
374
|
+
"route": {
|
|
375
|
+
"profile": "auth-focused",
|
|
376
|
+
"themeStrategy": "light-dark-parity",
|
|
377
|
+
"navigationModel": "contextual",
|
|
378
|
+
"layoutApproach": "stacked-mobile-flow"
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"id": "existing-product-redesign",
|
|
383
|
+
"label": "Existing product redesign from inspiration",
|
|
384
|
+
"bestFor": [
|
|
385
|
+
"redesigns that must keep identity",
|
|
386
|
+
"quality upgrades without a full rebrand",
|
|
387
|
+
"surface modernization"
|
|
388
|
+
],
|
|
389
|
+
"businessFocus": [
|
|
390
|
+
"existing digital products",
|
|
391
|
+
"incremental modernization programs",
|
|
392
|
+
"identity-preserving redesigns",
|
|
393
|
+
"mature brands needing a quality lift"
|
|
394
|
+
],
|
|
395
|
+
"keywords": [
|
|
396
|
+
"redesign",
|
|
397
|
+
"refresh",
|
|
398
|
+
"modernize",
|
|
399
|
+
"upgrade",
|
|
400
|
+
"existing product",
|
|
401
|
+
"keep identity"
|
|
402
|
+
],
|
|
403
|
+
"matchSignals": {
|
|
404
|
+
"positive": [
|
|
405
|
+
"redesign",
|
|
406
|
+
"refresh",
|
|
407
|
+
"modernize",
|
|
408
|
+
"upgrade",
|
|
409
|
+
"existing product",
|
|
410
|
+
"current product",
|
|
411
|
+
"keep identity",
|
|
412
|
+
"retain identity",
|
|
413
|
+
"simplify",
|
|
414
|
+
"amplify"
|
|
415
|
+
],
|
|
416
|
+
"excluded": [
|
|
417
|
+
"festival",
|
|
418
|
+
"villa"
|
|
419
|
+
],
|
|
420
|
+
"tieBreaker": 1
|
|
421
|
+
},
|
|
422
|
+
"lead": "Compare the source brief against the inspiration references and synthesize a redesign contract that upgrades the product without discarding its core identity.",
|
|
423
|
+
"archetype": "incremental premium redesign",
|
|
424
|
+
"layoutArchetype": "familiar shell with sharpened hierarchy and reduced ornament",
|
|
425
|
+
"typographySystem": "brand-safe type refresh that raises contrast without forcing a new visual language",
|
|
426
|
+
"surfaceTreatment": "existing brand DNA cleaned into brighter, calmer, more disciplined surfaces",
|
|
427
|
+
"shapeLanguage": "minimal shape shifts that improve confidence without looking like a rebrand",
|
|
428
|
+
"componentGrammar": "keep-versus-rebuild map across nav, hero, sections, cards, and forms",
|
|
429
|
+
"motionGrammar": "subtle polish motion that signals quality rather than novelty",
|
|
430
|
+
"paletteIntent": "stay inside brand memory while improving clarity, contrast, and discipline",
|
|
431
|
+
"visualDensity": "balanced",
|
|
432
|
+
"designVariance": "low-disruption improvement",
|
|
433
|
+
"focusAreas": [
|
|
434
|
+
"hierarchy",
|
|
435
|
+
"tone",
|
|
436
|
+
"composition",
|
|
437
|
+
"visual confidence",
|
|
438
|
+
"motion",
|
|
439
|
+
"photography",
|
|
440
|
+
"layout discipline",
|
|
441
|
+
"what to keep",
|
|
442
|
+
"what to remove",
|
|
443
|
+
"what to simplify",
|
|
444
|
+
"what to amplify"
|
|
445
|
+
],
|
|
446
|
+
"responsiveCollapseRules": [
|
|
447
|
+
"Preserve the core product shell while removing only the weakest supporting decoration on smaller breakpoints.",
|
|
448
|
+
"Collapse any new premium framing before harming the known action path or navigation model."
|
|
449
|
+
],
|
|
450
|
+
"guardrails": [
|
|
451
|
+
"Avoid superficial mimicry and avoid proposing a totally unrelated brand system.",
|
|
452
|
+
"Favor the smallest coherent visual shift that creates a real quality jump."
|
|
453
|
+
],
|
|
454
|
+
"antiPatterns": [
|
|
455
|
+
"No hard rebrand unless the brief explicitly asks for it.",
|
|
456
|
+
"No novelty components that disrupt known user flows.",
|
|
457
|
+
"No random style mixing from multiple references.",
|
|
458
|
+
"No gratuitous animation layer."
|
|
459
|
+
],
|
|
460
|
+
"deliverables": [
|
|
461
|
+
"Return a transformation plan that is specific enough to drive implementation-plan artifacts and clear enough to hand directly into Canvas.",
|
|
462
|
+
"Explain what to keep, remove, simplify, amplify, and restyle across the core surface."
|
|
463
|
+
],
|
|
464
|
+
"route": {
|
|
465
|
+
"profile": "clean-room",
|
|
466
|
+
"themeStrategy": "single-theme",
|
|
467
|
+
"navigationModel": "contextual",
|
|
468
|
+
"layoutApproach": "incremental-redesign-system"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"id": "maison-campaign-world",
|
|
473
|
+
"label": "Maison campaign world",
|
|
474
|
+
"bestFor": [
|
|
475
|
+
"luxury fashion",
|
|
476
|
+
"fragrance launches",
|
|
477
|
+
"jewelry campaigns",
|
|
478
|
+
"premium hospitality brands"
|
|
479
|
+
],
|
|
480
|
+
"businessFocus": [
|
|
481
|
+
"fashion maisons",
|
|
482
|
+
"luxury accessories",
|
|
483
|
+
"fragrance campaigns",
|
|
484
|
+
"high-end hospitality identity"
|
|
485
|
+
],
|
|
486
|
+
"keywords": [
|
|
487
|
+
"maison",
|
|
488
|
+
"atelier",
|
|
489
|
+
"collection",
|
|
490
|
+
"season",
|
|
491
|
+
"campaign",
|
|
492
|
+
"couture",
|
|
493
|
+
"fragrance",
|
|
494
|
+
"heritage"
|
|
495
|
+
],
|
|
496
|
+
"matchSignals": {
|
|
497
|
+
"positive": [
|
|
498
|
+
"maison",
|
|
499
|
+
"atelier",
|
|
500
|
+
"collection",
|
|
501
|
+
"season",
|
|
502
|
+
"campaign",
|
|
503
|
+
"craft",
|
|
504
|
+
"couture",
|
|
505
|
+
"fragrance",
|
|
506
|
+
"editorial",
|
|
507
|
+
"heritage"
|
|
508
|
+
],
|
|
509
|
+
"excluded": [
|
|
510
|
+
"dashboard",
|
|
511
|
+
"onboarding",
|
|
512
|
+
"table"
|
|
513
|
+
],
|
|
514
|
+
"tieBreaker": 3
|
|
515
|
+
},
|
|
516
|
+
"lead": "Study the inspiration references and synthesize a maison campaign system that feels expensive, editorial, and brand-sovereign rather than digitally generic.",
|
|
517
|
+
"archetype": "luxury campaign world",
|
|
518
|
+
"layoutArchetype": "poster-scale editorial spread with chaptered campaign beats",
|
|
519
|
+
"typographySystem": "high-contrast serif display paired with a narrow polished grotesk support system",
|
|
520
|
+
"surfaceTreatment": "bright gallery whites, deep photographic contrast, and couture-grade negative space",
|
|
521
|
+
"shapeLanguage": "frame-led compositions, hairline dividers, and almost no utilitarian chrome",
|
|
522
|
+
"componentGrammar": "campaign hero, chapter markers, collection highlights, quote interludes, couture CTA moments",
|
|
523
|
+
"motionGrammar": "slow dissolves, image drifts, and precise text reveal pacing",
|
|
524
|
+
"paletteIntent": "light editorial base with ink-black contrast and one jewel-toned accent",
|
|
525
|
+
"visualDensity": "very airy",
|
|
526
|
+
"designVariance": "high-fashion asymmetry",
|
|
527
|
+
"focusAreas": [
|
|
528
|
+
"brand mythmaking",
|
|
529
|
+
"editorial pacing",
|
|
530
|
+
"hero image posture",
|
|
531
|
+
"headline scale",
|
|
532
|
+
"collection sequencing",
|
|
533
|
+
"proof without dashboard logic",
|
|
534
|
+
"campaign chapter structure"
|
|
535
|
+
],
|
|
536
|
+
"responsiveCollapseRules": [
|
|
537
|
+
"Keep one campaign image dominant on mobile rather than shrinking a spread into multiple tiles.",
|
|
538
|
+
"Move supporting chapter markers beneath the hero stack once the poster layout collapses."
|
|
539
|
+
],
|
|
540
|
+
"guardrails": [
|
|
541
|
+
"Keep the system poised, bright, and expensive rather than dark, loud, or overtly technical.",
|
|
542
|
+
"Treat interaction chrome as secondary to image-led composition and typographic authority."
|
|
543
|
+
],
|
|
544
|
+
"antiPatterns": [
|
|
545
|
+
"No SaaS cards.",
|
|
546
|
+
"No metric strips.",
|
|
547
|
+
"No feature-grid hero.",
|
|
548
|
+
"No startup copy tone."
|
|
549
|
+
],
|
|
550
|
+
"deliverables": [
|
|
551
|
+
"Define the hero doctrine, chapter sequence, typography scale, photography treatment, motion cues, and CTA posture.",
|
|
552
|
+
"Return a reusable campaign-world contract that can scale across launch, collection, and brand story surfaces."
|
|
553
|
+
],
|
|
554
|
+
"route": {
|
|
555
|
+
"profile": "cinematic-minimal",
|
|
556
|
+
"themeStrategy": "single-theme",
|
|
557
|
+
"navigationModel": "immersive",
|
|
558
|
+
"layoutApproach": "maison-editorial-campaign"
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"id": "sunlit-resort-narrative",
|
|
563
|
+
"label": "Sunlit resort narrative",
|
|
564
|
+
"bestFor": [
|
|
565
|
+
"destination resorts",
|
|
566
|
+
"travel products",
|
|
567
|
+
"premium real estate hospitality",
|
|
568
|
+
"villa or stay showcases"
|
|
569
|
+
],
|
|
570
|
+
"businessFocus": [
|
|
571
|
+
"resort brands",
|
|
572
|
+
"villa booking experiences",
|
|
573
|
+
"destination marketing",
|
|
574
|
+
"luxury stay products"
|
|
575
|
+
],
|
|
576
|
+
"keywords": [
|
|
577
|
+
"retreat",
|
|
578
|
+
"stay",
|
|
579
|
+
"villa",
|
|
580
|
+
"destination",
|
|
581
|
+
"itinerary",
|
|
582
|
+
"suite",
|
|
583
|
+
"property",
|
|
584
|
+
"oceanview"
|
|
585
|
+
],
|
|
586
|
+
"matchSignals": {
|
|
587
|
+
"positive": [
|
|
588
|
+
"retreat",
|
|
589
|
+
"stay",
|
|
590
|
+
"villa",
|
|
591
|
+
"destination",
|
|
592
|
+
"itinerary",
|
|
593
|
+
"suite",
|
|
594
|
+
"property",
|
|
595
|
+
"escape",
|
|
596
|
+
"reservation",
|
|
597
|
+
"oceanview"
|
|
598
|
+
],
|
|
599
|
+
"excluded": [
|
|
600
|
+
"dashboard",
|
|
601
|
+
"admin",
|
|
602
|
+
"table"
|
|
603
|
+
],
|
|
604
|
+
"tieBreaker": 3
|
|
605
|
+
},
|
|
606
|
+
"lead": "Work from the references to create a resort narrative system that feels sunlit, breathable, and destination-led rather than like a booking engine template.",
|
|
607
|
+
"archetype": "panoramic hospitality story",
|
|
608
|
+
"layoutArchetype": "panoramic media planes with story-to-booking progression",
|
|
609
|
+
"typographySystem": "refined sans with lightly romantic display moments and generous line length",
|
|
610
|
+
"surfaceTreatment": "warm mineral surfaces, luminous image planes, and quiet itinerary bands",
|
|
611
|
+
"shapeLanguage": "soft-edged frames, map ribbons, and understated sectional dividers",
|
|
612
|
+
"componentGrammar": "panorama hero, itinerary strips, amenity chapters, map moments, booking CTA band",
|
|
613
|
+
"motionGrammar": "soft parallax, crossfades, and calm scroll pacing",
|
|
614
|
+
"paletteIntent": "sunlit mineral neutrals with ocean or stone accents",
|
|
615
|
+
"visualDensity": "airy",
|
|
616
|
+
"designVariance": "serene asymmetry",
|
|
617
|
+
"focusAreas": [
|
|
618
|
+
"story-to-booking flow",
|
|
619
|
+
"gallery rhythm",
|
|
620
|
+
"map placement",
|
|
621
|
+
"reservation CTA timing",
|
|
622
|
+
"ambient proof moments",
|
|
623
|
+
"quiet destination framing"
|
|
624
|
+
],
|
|
625
|
+
"responsiveCollapseRules": [
|
|
626
|
+
"Collapse panoramas into one priority image followed by itinerary and booking content.",
|
|
627
|
+
"Move any map or amenity ribbons below the first booking CTA on narrow screens."
|
|
628
|
+
],
|
|
629
|
+
"guardrails": [
|
|
630
|
+
"Keep the composition spacious, bright, and calm rather than dense or transactional in the first viewport.",
|
|
631
|
+
"Use reservation moments as a payoff to the story, not as the dominant hero payload."
|
|
632
|
+
],
|
|
633
|
+
"antiPatterns": [
|
|
634
|
+
"No booking-engine clutter above the fold.",
|
|
635
|
+
"No discount language.",
|
|
636
|
+
"No crowded comparison blocks.",
|
|
637
|
+
"No generic travel-card mosaic."
|
|
638
|
+
],
|
|
639
|
+
"deliverables": [
|
|
640
|
+
"Define the story-to-booking sequence, gallery rules, map module grammar, booking CTA cadence, and responsive image behavior.",
|
|
641
|
+
"Return a reusable hospitality narrative contract that can support both destination storytelling and conversion."
|
|
642
|
+
],
|
|
643
|
+
"route": {
|
|
644
|
+
"profile": "product-story",
|
|
645
|
+
"themeStrategy": "single-theme",
|
|
646
|
+
"navigationModel": "immersive",
|
|
647
|
+
"layoutApproach": "panoramic-resort-story"
|
|
648
|
+
}
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"id": "architecture-monograph-system",
|
|
652
|
+
"label": "Architecture monograph system",
|
|
653
|
+
"bestFor": [
|
|
654
|
+
"architecture studios",
|
|
655
|
+
"interior practices",
|
|
656
|
+
"luxury real estate showcases",
|
|
657
|
+
"industrial design portfolios"
|
|
658
|
+
],
|
|
659
|
+
"businessFocus": [
|
|
660
|
+
"architecture practices",
|
|
661
|
+
"interior design studios",
|
|
662
|
+
"monograph-style project archives",
|
|
663
|
+
"project-led real estate showcases"
|
|
664
|
+
],
|
|
665
|
+
"keywords": [
|
|
666
|
+
"studio",
|
|
667
|
+
"practice",
|
|
668
|
+
"residence",
|
|
669
|
+
"project archive",
|
|
670
|
+
"monograph",
|
|
671
|
+
"materiality",
|
|
672
|
+
"plan",
|
|
673
|
+
"case study"
|
|
674
|
+
],
|
|
675
|
+
"matchSignals": {
|
|
676
|
+
"positive": [
|
|
677
|
+
"studio",
|
|
678
|
+
"practice",
|
|
679
|
+
"residence",
|
|
680
|
+
"project archive",
|
|
681
|
+
"monograph",
|
|
682
|
+
"materiality",
|
|
683
|
+
"plan",
|
|
684
|
+
"section",
|
|
685
|
+
"site",
|
|
686
|
+
"case study"
|
|
687
|
+
],
|
|
688
|
+
"excluded": [
|
|
689
|
+
"dashboard",
|
|
690
|
+
"activation",
|
|
691
|
+
"festival"
|
|
692
|
+
],
|
|
693
|
+
"tieBreaker": 3
|
|
694
|
+
},
|
|
695
|
+
"lead": "Study the references and define an architecture monograph system that feels rigorous, silent, and materially precise rather than market-driven.",
|
|
696
|
+
"archetype": "architectural monograph",
|
|
697
|
+
"layoutArchetype": "baseline-driven case-study grid with full-bleed drawing and photography pairings",
|
|
698
|
+
"typographySystem": "elegant serif narrative text with mono or narrow sans captioning for plans, sections, and annotations",
|
|
699
|
+
"surfaceTreatment": "paper-bright backgrounds, disciplined black rules, and full-bleed documentation plates",
|
|
700
|
+
"shapeLanguage": "hard-edged framing, asymmetrical margins, and gallery-like restraint",
|
|
701
|
+
"componentGrammar": "project index, drawing plate, material notes, caption rails, silent CTA treatments",
|
|
702
|
+
"motionGrammar": "almost-silent motion, precise image crossfades, and subtle chapter shifts",
|
|
703
|
+
"paletteIntent": "architectural neutrals with stone, graphite, and one material accent",
|
|
704
|
+
"visualDensity": "measured",
|
|
705
|
+
"designVariance": "controlled asymmetry",
|
|
706
|
+
"focusAreas": [
|
|
707
|
+
"archive index design",
|
|
708
|
+
"case-study cadence",
|
|
709
|
+
"plan and section treatment",
|
|
710
|
+
"caption systems",
|
|
711
|
+
"material cues",
|
|
712
|
+
"image rhythm",
|
|
713
|
+
"spacing discipline"
|
|
714
|
+
],
|
|
715
|
+
"responsiveCollapseRules": [
|
|
716
|
+
"Stack drawings and photography vertically before shrinking annotation legibility.",
|
|
717
|
+
"Keep captions attached to their artifacts on mobile instead of floating them into side rails."
|
|
718
|
+
],
|
|
719
|
+
"guardrails": [
|
|
720
|
+
"Keep the system rigorous, restrained, and material-first rather than promotional.",
|
|
721
|
+
"Let drawings, plans, and photography carry authority instead of decorative interface chrome."
|
|
722
|
+
],
|
|
723
|
+
"antiPatterns": [
|
|
724
|
+
"No rounded-card ecosystem.",
|
|
725
|
+
"No playful animation.",
|
|
726
|
+
"No marketing filler.",
|
|
727
|
+
"No sales-led CTA dominance."
|
|
728
|
+
],
|
|
729
|
+
"deliverables": [
|
|
730
|
+
"Define the archive index, case-study template, caption rules, image rhythm, and spacing discipline.",
|
|
731
|
+
"Return a monograph-grade contract that can guide both portfolio and project-depth surfaces."
|
|
732
|
+
],
|
|
733
|
+
"route": {
|
|
734
|
+
"profile": "clean-room",
|
|
735
|
+
"themeStrategy": "single-theme",
|
|
736
|
+
"navigationModel": "contextual",
|
|
737
|
+
"layoutApproach": "monograph-case-study-grid"
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"id": "luminous-research-atlas",
|
|
742
|
+
"label": "Luminous research atlas",
|
|
743
|
+
"bestFor": [
|
|
744
|
+
"AI labs",
|
|
745
|
+
"think tanks",
|
|
746
|
+
"climate or health research",
|
|
747
|
+
"data-storytelling products"
|
|
748
|
+
],
|
|
749
|
+
"businessFocus": [
|
|
750
|
+
"research organizations",
|
|
751
|
+
"evidence-led storytelling",
|
|
752
|
+
"atlas and observatory products",
|
|
753
|
+
"methodology-rich publications"
|
|
754
|
+
],
|
|
755
|
+
"keywords": [
|
|
756
|
+
"atlas",
|
|
757
|
+
"observatory",
|
|
758
|
+
"methodology",
|
|
759
|
+
"evidence",
|
|
760
|
+
"report",
|
|
761
|
+
"research",
|
|
762
|
+
"index",
|
|
763
|
+
"publication"
|
|
764
|
+
],
|
|
765
|
+
"matchSignals": {
|
|
766
|
+
"positive": [
|
|
767
|
+
"atlas",
|
|
768
|
+
"observatory",
|
|
769
|
+
"methodology",
|
|
770
|
+
"evidence",
|
|
771
|
+
"report",
|
|
772
|
+
"research",
|
|
773
|
+
"map",
|
|
774
|
+
"model",
|
|
775
|
+
"index",
|
|
776
|
+
"publication"
|
|
777
|
+
],
|
|
778
|
+
"excluded": [
|
|
779
|
+
"checkout",
|
|
780
|
+
"festival",
|
|
781
|
+
"villa"
|
|
782
|
+
],
|
|
783
|
+
"tieBreaker": 3
|
|
784
|
+
},
|
|
785
|
+
"lead": "Study the inspiration references and synthesize a luminous research atlas that turns evidence, methodology, and narrative into a premium, readable system.",
|
|
786
|
+
"archetype": "annotated evidence atlas",
|
|
787
|
+
"layoutArchetype": "bright scroll atlas with chaptered evidence bands and annotation rails",
|
|
788
|
+
"typographySystem": "precise sans for data and narrative paired with restrained serif emphasis",
|
|
789
|
+
"surfaceTreatment": "ivory research planes, layered evidence visuals, and quiet annotation rails",
|
|
790
|
+
"shapeLanguage": "clean modules, chart frames, citation bars, and highlighted note rails",
|
|
791
|
+
"componentGrammar": "evidence chapters, methodology blocks, chart plates, callout annotations, citation modules",
|
|
792
|
+
"motionGrammar": "zoom-and-highlight transitions, subtle annotation reveals, and calm data emphasis",
|
|
793
|
+
"paletteIntent": "bright ivory base with measured accent coding for evidence groups",
|
|
794
|
+
"visualDensity": "balanced",
|
|
795
|
+
"designVariance": "structured expressiveness",
|
|
796
|
+
"focusAreas": [
|
|
797
|
+
"evidence hierarchy",
|
|
798
|
+
"methodology framing",
|
|
799
|
+
"annotation rails",
|
|
800
|
+
"chart grammar",
|
|
801
|
+
"citation treatment",
|
|
802
|
+
"scroll-story beats",
|
|
803
|
+
"proof sequencing"
|
|
804
|
+
],
|
|
805
|
+
"responsiveCollapseRules": [
|
|
806
|
+
"Collapse annotation rails beneath the primary evidence block before reducing chart legibility.",
|
|
807
|
+
"Keep citations attached to the relevant section on mobile instead of moving them to a distant appendix treatment."
|
|
808
|
+
],
|
|
809
|
+
"guardrails": [
|
|
810
|
+
"Keep the surface bright, exact, and evidence-first rather than dashboard-like or cyber-styled.",
|
|
811
|
+
"Use motion only to clarify how the user should read charts, maps, and methodology layers."
|
|
812
|
+
],
|
|
813
|
+
"antiPatterns": [
|
|
814
|
+
"No cyber glow.",
|
|
815
|
+
"No dashboard clutter.",
|
|
816
|
+
"No decorative charts.",
|
|
817
|
+
"No unexplained iconography."
|
|
818
|
+
],
|
|
819
|
+
"deliverables": [
|
|
820
|
+
"Define the evidence hierarchy, chart grammar, annotation system, citation treatment, and scroll-story beats.",
|
|
821
|
+
"Return a premium research contract detailed enough for publication surfaces and Canvas-ready implementation."
|
|
822
|
+
],
|
|
823
|
+
"route": {
|
|
824
|
+
"profile": "documentation",
|
|
825
|
+
"themeStrategy": "single-theme",
|
|
826
|
+
"navigationModel": "contextual",
|
|
827
|
+
"layoutApproach": "annotated-atlas-scroll"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"id": "private-wealth-salon",
|
|
832
|
+
"label": "Private wealth salon",
|
|
833
|
+
"bestFor": [
|
|
834
|
+
"private banking",
|
|
835
|
+
"wealth platforms",
|
|
836
|
+
"family office software",
|
|
837
|
+
"premium fintech"
|
|
838
|
+
],
|
|
839
|
+
"businessFocus": [
|
|
840
|
+
"private client finance",
|
|
841
|
+
"wealth intelligence products",
|
|
842
|
+
"family office tools",
|
|
843
|
+
"advisor-facing premium fintech"
|
|
844
|
+
],
|
|
845
|
+
"keywords": [
|
|
846
|
+
"wealth",
|
|
847
|
+
"capital",
|
|
848
|
+
"portfolio",
|
|
849
|
+
"treasury",
|
|
850
|
+
"allocation",
|
|
851
|
+
"advisor",
|
|
852
|
+
"estate",
|
|
853
|
+
"reporting"
|
|
854
|
+
],
|
|
855
|
+
"matchSignals": {
|
|
856
|
+
"positive": [
|
|
857
|
+
"wealth",
|
|
858
|
+
"capital",
|
|
859
|
+
"portfolio",
|
|
860
|
+
"treasury",
|
|
861
|
+
"allocation",
|
|
862
|
+
"advisor",
|
|
863
|
+
"private client",
|
|
864
|
+
"estate",
|
|
865
|
+
"intelligence",
|
|
866
|
+
"reporting"
|
|
867
|
+
],
|
|
868
|
+
"excluded": [
|
|
869
|
+
"crypto",
|
|
870
|
+
"token",
|
|
871
|
+
"festival"
|
|
872
|
+
],
|
|
873
|
+
"tieBreaker": 3
|
|
874
|
+
},
|
|
875
|
+
"lead": "Work from the references to synthesize a private wealth system that feels like a discreet salon rather than a retail fintech dashboard.",
|
|
876
|
+
"archetype": "salon-grade trust interface",
|
|
877
|
+
"layoutArchetype": "split-panel trust sequence with couture data previews and service-led sections",
|
|
878
|
+
"typographySystem": "tall high-contrast headlines with polished sans detail and refined numeric styling",
|
|
879
|
+
"surfaceTreatment": "warm neutral surfaces, quiet paper textures, and disciplined premium separators",
|
|
880
|
+
"shapeLanguage": "framed content rooms, quiet tab rails, and couture table spacing",
|
|
881
|
+
"componentGrammar": "trust hero, portfolio preview, advisor modules, secure access moments, service panels",
|
|
882
|
+
"motionGrammar": "restrained hover microphysics and dignified panel continuity",
|
|
883
|
+
"paletteIntent": "warm neutrals, muted metallic accents, and calm signal colors",
|
|
884
|
+
"visualDensity": "measured",
|
|
885
|
+
"designVariance": "low-noise luxury",
|
|
886
|
+
"focusAreas": [
|
|
887
|
+
"trust architecture",
|
|
888
|
+
"advisor touchpoints",
|
|
889
|
+
"portfolio preview hierarchy",
|
|
890
|
+
"secure entry tone",
|
|
891
|
+
"service-led proof",
|
|
892
|
+
"numeric typography discipline"
|
|
893
|
+
],
|
|
894
|
+
"responsiveCollapseRules": [
|
|
895
|
+
"Collapse split salons into a single guided trust sequence before compressing numeric previews.",
|
|
896
|
+
"Keep the secure action path and advisor contact moment visible without crowding the first viewport."
|
|
897
|
+
],
|
|
898
|
+
"guardrails": [
|
|
899
|
+
"Keep the system discreet, bright, and high-confidence instead of aggressive or hype-driven.",
|
|
900
|
+
"Treat data previews as crafted typography and spacing problems, not as loud KPI tiles."
|
|
901
|
+
],
|
|
902
|
+
"antiPatterns": [
|
|
903
|
+
"No crypto aesthetic.",
|
|
904
|
+
"No KPI tile wall.",
|
|
905
|
+
"No loud B2B dashboard chrome.",
|
|
906
|
+
"No neon or dark-trading UI posture."
|
|
907
|
+
],
|
|
908
|
+
"deliverables": [
|
|
909
|
+
"Define the trust architecture, data-preview modules, advisor touchpoints, secure entry tone, and motion restraint rules.",
|
|
910
|
+
"Return a reusable private-wealth contract that can guide both marketing and authenticated advisory surfaces."
|
|
911
|
+
],
|
|
912
|
+
"route": {
|
|
913
|
+
"profile": "clean-room",
|
|
914
|
+
"themeStrategy": "single-theme",
|
|
915
|
+
"navigationModel": "contextual",
|
|
916
|
+
"layoutApproach": "salon-trust-panels"
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"id": "cultural-festival-atlas",
|
|
921
|
+
"label": "Cultural festival atlas",
|
|
922
|
+
"bestFor": [
|
|
923
|
+
"biennales",
|
|
924
|
+
"art fairs",
|
|
925
|
+
"music festivals",
|
|
926
|
+
"design weeks",
|
|
927
|
+
"premium conferences"
|
|
928
|
+
],
|
|
929
|
+
"businessFocus": [
|
|
930
|
+
"festival identity systems",
|
|
931
|
+
"program-driven event surfaces",
|
|
932
|
+
"cultural institutions",
|
|
933
|
+
"multi-venue schedule products"
|
|
934
|
+
],
|
|
935
|
+
"keywords": [
|
|
936
|
+
"edition",
|
|
937
|
+
"lineup",
|
|
938
|
+
"program",
|
|
939
|
+
"venue",
|
|
940
|
+
"exhibition",
|
|
941
|
+
"passes",
|
|
942
|
+
"festival",
|
|
943
|
+
"screening"
|
|
944
|
+
],
|
|
945
|
+
"matchSignals": {
|
|
946
|
+
"positive": [
|
|
947
|
+
"edition",
|
|
948
|
+
"lineup",
|
|
949
|
+
"program",
|
|
950
|
+
"venue",
|
|
951
|
+
"exhibition",
|
|
952
|
+
"passes",
|
|
953
|
+
"festival",
|
|
954
|
+
"talks",
|
|
955
|
+
"screening",
|
|
956
|
+
"schedule"
|
|
957
|
+
],
|
|
958
|
+
"excluded": [
|
|
959
|
+
"dashboard",
|
|
960
|
+
"billing",
|
|
961
|
+
"checkout"
|
|
962
|
+
],
|
|
963
|
+
"tieBreaker": 3
|
|
964
|
+
},
|
|
965
|
+
"lead": "Study the references and define a cultural festival atlas that feels poster-led, kinetic, and editorial rather than like a corporate event microsite.",
|
|
966
|
+
"archetype": "poster-grid program atlas",
|
|
967
|
+
"layoutArchetype": "chaptered program sequence with wayfinding color blocks and event-driven typographic beats",
|
|
968
|
+
"typographySystem": "expressive variable type paired with a sober schedule support face",
|
|
969
|
+
"surfaceTreatment": "bright poster fields, color-block navigation, and layered program markers",
|
|
970
|
+
"shapeLanguage": "poster frames, directional bars, stacked ribbons, and event tags",
|
|
971
|
+
"componentGrammar": "edition hero, lineup atlas, schedule chapters, venue maps, ticket pathways",
|
|
972
|
+
"motionGrammar": "kinetic type bands, chapter transitions, and route-aware section motion",
|
|
973
|
+
"paletteIntent": "bright thematic palette system with venue or category coding",
|
|
974
|
+
"visualDensity": "high but legible",
|
|
975
|
+
"designVariance": "high-expression systems",
|
|
976
|
+
"focusAreas": [
|
|
977
|
+
"identity system",
|
|
978
|
+
"schedule grammar",
|
|
979
|
+
"venue map modules",
|
|
980
|
+
"ticket CTA logic",
|
|
981
|
+
"wayfinding hierarchy",
|
|
982
|
+
"program chaptering"
|
|
983
|
+
],
|
|
984
|
+
"responsiveCollapseRules": [
|
|
985
|
+
"Reduce poster-grid complexity to a clean event list plus prominent schedule filters on mobile.",
|
|
986
|
+
"Keep venue maps and ticket actions in the same narrative lane once space becomes limited."
|
|
987
|
+
],
|
|
988
|
+
"guardrails": [
|
|
989
|
+
"Keep the direction cultural, expressive, and controlled rather than generic corporate-conference UI.",
|
|
990
|
+
"Let typography and wayfinding structure create the energy before adding decorative media."
|
|
991
|
+
],
|
|
992
|
+
"antiPatterns": [
|
|
993
|
+
"No corporate conference template.",
|
|
994
|
+
"No equal-width card grids.",
|
|
995
|
+
"No dead spreadsheet agenda hero.",
|
|
996
|
+
"No low-energy generic icon rows."
|
|
997
|
+
],
|
|
998
|
+
"deliverables": [
|
|
999
|
+
"Define the identity system, schedule grammar, venue map modules, ticket CTA logic, and motion choreography.",
|
|
1000
|
+
"Return a reusable festival contract that can cover edition landing, lineup, program, and pass-conversion surfaces."
|
|
1001
|
+
],
|
|
1002
|
+
"route": {
|
|
1003
|
+
"profile": "cinematic-minimal",
|
|
1004
|
+
"themeStrategy": "multi-theme-system",
|
|
1005
|
+
"navigationModel": "immersive",
|
|
1006
|
+
"layoutApproach": "poster-program-sequence"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"id": "wellness-ritual-system",
|
|
1011
|
+
"label": "Wellness ritual system",
|
|
1012
|
+
"bestFor": [
|
|
1013
|
+
"beauty",
|
|
1014
|
+
"skincare",
|
|
1015
|
+
"clinics",
|
|
1016
|
+
"premium wellness apps",
|
|
1017
|
+
"recovery products"
|
|
1018
|
+
],
|
|
1019
|
+
"businessFocus": [
|
|
1020
|
+
"wellness programs",
|
|
1021
|
+
"skincare systems",
|
|
1022
|
+
"beauty rituals",
|
|
1023
|
+
"recovery and clinic products"
|
|
1024
|
+
],
|
|
1025
|
+
"keywords": [
|
|
1026
|
+
"ritual",
|
|
1027
|
+
"treatment",
|
|
1028
|
+
"glow",
|
|
1029
|
+
"routine",
|
|
1030
|
+
"recovery",
|
|
1031
|
+
"clinic",
|
|
1032
|
+
"ingredient",
|
|
1033
|
+
"reset"
|
|
1034
|
+
],
|
|
1035
|
+
"matchSignals": {
|
|
1036
|
+
"positive": [
|
|
1037
|
+
"ritual",
|
|
1038
|
+
"treatment",
|
|
1039
|
+
"glow",
|
|
1040
|
+
"routine",
|
|
1041
|
+
"recovery",
|
|
1042
|
+
"clinic",
|
|
1043
|
+
"session",
|
|
1044
|
+
"ingredient",
|
|
1045
|
+
"skin",
|
|
1046
|
+
"reset"
|
|
1047
|
+
],
|
|
1048
|
+
"excluded": [
|
|
1049
|
+
"dashboard",
|
|
1050
|
+
"table",
|
|
1051
|
+
"festival"
|
|
1052
|
+
],
|
|
1053
|
+
"tieBreaker": 3
|
|
1054
|
+
},
|
|
1055
|
+
"lead": "Study the references and synthesize a wellness ritual system that feels luminous, calm, and premium without collapsing into stock spa cliches.",
|
|
1056
|
+
"archetype": "ritual-led wellness story",
|
|
1057
|
+
"layoutArchetype": "porcelain chapter flow with ritual steps, proof surfaces, and booking or activation moments",
|
|
1058
|
+
"typographySystem": "soft modern serif accents over highly legible sans narrative copy",
|
|
1059
|
+
"surfaceTreatment": "porcelain surfaces, mineral gradients, translucent layers, and macro texture photography",
|
|
1060
|
+
"shapeLanguage": "gentle curves, rounded panels, and flowing sectional transitions",
|
|
1061
|
+
"componentGrammar": "ritual hero, routine modules, ingredient proof surfaces, booking moments, calm testimonials",
|
|
1062
|
+
"motionGrammar": "breathing rhythm, gentle float motion, and calm confirmation transitions",
|
|
1063
|
+
"paletteIntent": "bright mineral palette with skin-safe neutrals and one clean accent",
|
|
1064
|
+
"visualDensity": "airy",
|
|
1065
|
+
"designVariance": "soft continuity",
|
|
1066
|
+
"focusAreas": [
|
|
1067
|
+
"ritual flow modules",
|
|
1068
|
+
"ingredient and proof surfaces",
|
|
1069
|
+
"booking posture",
|
|
1070
|
+
"first-session tone",
|
|
1071
|
+
"wellness trust cues",
|
|
1072
|
+
"motion breathing rules"
|
|
1073
|
+
],
|
|
1074
|
+
"responsiveCollapseRules": [
|
|
1075
|
+
"Stack ritual steps vertically before shrinking proof imagery or ingredient legibility.",
|
|
1076
|
+
"Keep booking or activation moments separated from storytelling content on narrow screens."
|
|
1077
|
+
],
|
|
1078
|
+
"guardrails": [
|
|
1079
|
+
"Keep the system bright, thematic, and premium rather than washed-out, decorative, or medicalized.",
|
|
1080
|
+
"Use motion to reinforce calm confidence, not to create soft-focus vagueness."
|
|
1081
|
+
],
|
|
1082
|
+
"antiPatterns": [
|
|
1083
|
+
"No stock-spa cliches.",
|
|
1084
|
+
"No pseudo-medical dashboard.",
|
|
1085
|
+
"No oversaturated gradient fog.",
|
|
1086
|
+
"No generic beauty ecommerce grid."
|
|
1087
|
+
],
|
|
1088
|
+
"deliverables": [
|
|
1089
|
+
"Define the ritual flow modules, ingredient and proof surfaces, booking moments, first-session tone, and motion breathing rules.",
|
|
1090
|
+
"Return a reusable wellness contract for product, clinic, and app activation surfaces."
|
|
1091
|
+
],
|
|
1092
|
+
"route": {
|
|
1093
|
+
"profile": "product-story",
|
|
1094
|
+
"themeStrategy": "single-theme",
|
|
1095
|
+
"navigationModel": "global-header",
|
|
1096
|
+
"layoutApproach": "ritual-story-flow"
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"id": "creative-tool-laboratory",
|
|
1101
|
+
"label": "Creative tool laboratory",
|
|
1102
|
+
"bestFor": [
|
|
1103
|
+
"design tools",
|
|
1104
|
+
"AI builders",
|
|
1105
|
+
"devtools with premium brand positioning",
|
|
1106
|
+
"creative software"
|
|
1107
|
+
],
|
|
1108
|
+
"businessFocus": [
|
|
1109
|
+
"creative software",
|
|
1110
|
+
"builder platforms",
|
|
1111
|
+
"design tooling",
|
|
1112
|
+
"AI-assisted creation products"
|
|
1113
|
+
],
|
|
1114
|
+
"keywords": [
|
|
1115
|
+
"canvas",
|
|
1116
|
+
"lab",
|
|
1117
|
+
"studio",
|
|
1118
|
+
"editor",
|
|
1119
|
+
"compose",
|
|
1120
|
+
"prototype",
|
|
1121
|
+
"generate",
|
|
1122
|
+
"workspace",
|
|
1123
|
+
"toolkit",
|
|
1124
|
+
"layer"
|
|
1125
|
+
],
|
|
1126
|
+
"matchSignals": {
|
|
1127
|
+
"positive": [
|
|
1128
|
+
"canvas",
|
|
1129
|
+
"lab",
|
|
1130
|
+
"studio",
|
|
1131
|
+
"editor",
|
|
1132
|
+
"compose",
|
|
1133
|
+
"prototype",
|
|
1134
|
+
"generate",
|
|
1135
|
+
"workspace",
|
|
1136
|
+
"toolkit",
|
|
1137
|
+
"layer"
|
|
1138
|
+
],
|
|
1139
|
+
"excluded": [
|
|
1140
|
+
"villa",
|
|
1141
|
+
"festival",
|
|
1142
|
+
"fragrance"
|
|
1143
|
+
],
|
|
1144
|
+
"tieBreaker": 3
|
|
1145
|
+
},
|
|
1146
|
+
"lead": "Use the references to create a creative tool laboratory direction that feels precise, bright, and premium without falling back to generic admin shells.",
|
|
1147
|
+
"archetype": "specimen-grade creative workspace",
|
|
1148
|
+
"layoutArchetype": "bright laboratory shell with stage, inspector, and specimen panels",
|
|
1149
|
+
"typographySystem": "sharp grotesk UI type with monospaced support for tokens, coordinates, and diagnostics",
|
|
1150
|
+
"surfaceTreatment": "lab-white shell, modular trays, and layered canvas previews",
|
|
1151
|
+
"shapeLanguage": "modular docks, specimen cards, inspector rails, and crisp separators",
|
|
1152
|
+
"componentGrammar": "stage shell, inspector, prompt panels, specimen modules, stateful controls",
|
|
1153
|
+
"motionGrammar": "state continuity, transform-led panel transitions, and specimen emphasis motion",
|
|
1154
|
+
"paletteIntent": "bright lab whites with one vivid tool accent and disciplined neutral scaffolding",
|
|
1155
|
+
"visualDensity": "balanced to dense",
|
|
1156
|
+
"designVariance": "structured experimentation",
|
|
1157
|
+
"focusAreas": [
|
|
1158
|
+
"shell grammar",
|
|
1159
|
+
"sidebar and inspector rules",
|
|
1160
|
+
"stage hierarchy",
|
|
1161
|
+
"specimen component set",
|
|
1162
|
+
"transition map",
|
|
1163
|
+
"tool-state communication"
|
|
1164
|
+
],
|
|
1165
|
+
"responsiveCollapseRules": [
|
|
1166
|
+
"Collapse the inspector after the stage and primary controls are stable on smaller breakpoints.",
|
|
1167
|
+
"Keep prompt input and primary creation actions in a fixed vertical lane on narrow screens."
|
|
1168
|
+
],
|
|
1169
|
+
"guardrails": [
|
|
1170
|
+
"Keep the workspace premium and bright, not dark-gamer or gadget-heavy.",
|
|
1171
|
+
"Make motion serve state continuity and tool confidence, not generic micro-animation noise."
|
|
1172
|
+
],
|
|
1173
|
+
"antiPatterns": [
|
|
1174
|
+
"No gamer neon.",
|
|
1175
|
+
"No floating-window chaos.",
|
|
1176
|
+
"No generic admin shell.",
|
|
1177
|
+
"No decorative empty-state illustration that hides the tool's real structure."
|
|
1178
|
+
],
|
|
1179
|
+
"deliverables": [
|
|
1180
|
+
"Define the shell grammar, sidebar and inspector rules, stage hierarchy, specimen component set, and transition map.",
|
|
1181
|
+
"Return a reusable creative-tool contract that can drive both the marketing frame and the actual product shell."
|
|
1182
|
+
],
|
|
1183
|
+
"route": {
|
|
1184
|
+
"profile": "control-room",
|
|
1185
|
+
"themeStrategy": "single-theme",
|
|
1186
|
+
"navigationModel": "contextual",
|
|
1187
|
+
"layoutApproach": "specimen-workspace"
|
|
1188
|
+
}
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"id": "precision-mobility-flagship",
|
|
1192
|
+
"label": "Precision mobility flagship",
|
|
1193
|
+
"bestFor": [
|
|
1194
|
+
"automotive",
|
|
1195
|
+
"aviation",
|
|
1196
|
+
"robotics",
|
|
1197
|
+
"micromobility",
|
|
1198
|
+
"transport hardware"
|
|
1199
|
+
],
|
|
1200
|
+
"businessFocus": [
|
|
1201
|
+
"vehicle launches",
|
|
1202
|
+
"mobility hardware",
|
|
1203
|
+
"robotic systems",
|
|
1204
|
+
"engineering-led transport brands"
|
|
1205
|
+
],
|
|
1206
|
+
"keywords": [
|
|
1207
|
+
"cockpit",
|
|
1208
|
+
"range",
|
|
1209
|
+
"chassis",
|
|
1210
|
+
"drive",
|
|
1211
|
+
"vehicle",
|
|
1212
|
+
"engineering",
|
|
1213
|
+
"autonomous",
|
|
1214
|
+
"aero"
|
|
1215
|
+
],
|
|
1216
|
+
"matchSignals": {
|
|
1217
|
+
"positive": [
|
|
1218
|
+
"cockpit",
|
|
1219
|
+
"range",
|
|
1220
|
+
"chassis",
|
|
1221
|
+
"drive",
|
|
1222
|
+
"vehicle",
|
|
1223
|
+
"engineering",
|
|
1224
|
+
"autonomous",
|
|
1225
|
+
"performance",
|
|
1226
|
+
"aero",
|
|
1227
|
+
"machine"
|
|
1228
|
+
],
|
|
1229
|
+
"excluded": [
|
|
1230
|
+
"dashboard",
|
|
1231
|
+
"festival",
|
|
1232
|
+
"onboarding"
|
|
1233
|
+
],
|
|
1234
|
+
"tieBreaker": 3
|
|
1235
|
+
},
|
|
1236
|
+
"lead": "Study the references and define a precision mobility flagship that feels engineered, aerodynamic, and premium without becoming a spec dump or dealer template.",
|
|
1237
|
+
"archetype": "engineering-led flagship story",
|
|
1238
|
+
"layoutArchetype": "panoramic launch composition with sectional proof reveals and cockpit framing",
|
|
1239
|
+
"typographySystem": "condensed display typography with technical mono or narrow sans support",
|
|
1240
|
+
"surfaceTreatment": "bright or graphite technical planes, cutaway diagrams, and controlled highlight lines",
|
|
1241
|
+
"shapeLanguage": "aerodynamic bands, sectional overlays, and instrument-inspired detail modules",
|
|
1242
|
+
"componentGrammar": "flagship hero, technical proof rail, sectional cutaways, performance figures, CTA close",
|
|
1243
|
+
"motionGrammar": "glide motion, instrument-style reveals, and controlled engineering emphasis",
|
|
1244
|
+
"paletteIntent": "precision neutrals with one performance accent and disciplined contrast",
|
|
1245
|
+
"visualDensity": "measured technical density",
|
|
1246
|
+
"designVariance": "high-control precision",
|
|
1247
|
+
"focusAreas": [
|
|
1248
|
+
"launch storyboard",
|
|
1249
|
+
"technical proof modules",
|
|
1250
|
+
"performance-data styling",
|
|
1251
|
+
"cutaway treatment",
|
|
1252
|
+
"CTA sequence",
|
|
1253
|
+
"motion timing"
|
|
1254
|
+
],
|
|
1255
|
+
"responsiveCollapseRules": [
|
|
1256
|
+
"Turn sectional cutaways into stacked proof chapters before sacrificing diagram clarity.",
|
|
1257
|
+
"Keep the primary performance and CTA story lane intact on mobile rather than distributing it across tabs or accordions."
|
|
1258
|
+
],
|
|
1259
|
+
"guardrails": [
|
|
1260
|
+
"Keep the system premium, exact, and flagship-oriented rather than automotive commerce or gadget marketing.",
|
|
1261
|
+
"Let engineering proof emerge in sequence instead of dumping all specifications at once."
|
|
1262
|
+
],
|
|
1263
|
+
"antiPatterns": [
|
|
1264
|
+
"No ecommerce spec dump.",
|
|
1265
|
+
"No dealer-site layout.",
|
|
1266
|
+
"No cluttered comparison tables above the fold.",
|
|
1267
|
+
"No generic performance stat tiles."
|
|
1268
|
+
],
|
|
1269
|
+
"deliverables": [
|
|
1270
|
+
"Define the launch storyboard, technical proof modules, performance-data styling, CTA sequence, and motion timing.",
|
|
1271
|
+
"Return a reusable flagship contract for mobility, robotics, and engineering-led hardware launches."
|
|
1272
|
+
],
|
|
1273
|
+
"route": {
|
|
1274
|
+
"profile": "cinematic-minimal",
|
|
1275
|
+
"themeStrategy": "single-theme",
|
|
1276
|
+
"navigationModel": "immersive",
|
|
1277
|
+
"layoutApproach": "engineering-glide-story"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"id": "members-club-concierge",
|
|
1282
|
+
"label": "Members club concierge",
|
|
1283
|
+
"bestFor": [
|
|
1284
|
+
"invite-only communities",
|
|
1285
|
+
"premium memberships",
|
|
1286
|
+
"concierge products",
|
|
1287
|
+
"executive networks"
|
|
1288
|
+
],
|
|
1289
|
+
"businessFocus": [
|
|
1290
|
+
"membership programs",
|
|
1291
|
+
"concierge services",
|
|
1292
|
+
"executive communities",
|
|
1293
|
+
"invite-only access products"
|
|
1294
|
+
],
|
|
1295
|
+
"keywords": [
|
|
1296
|
+
"members",
|
|
1297
|
+
"access",
|
|
1298
|
+
"club",
|
|
1299
|
+
"concierge",
|
|
1300
|
+
"curation",
|
|
1301
|
+
"invite",
|
|
1302
|
+
"tier",
|
|
1303
|
+
"privileges"
|
|
1304
|
+
],
|
|
1305
|
+
"matchSignals": {
|
|
1306
|
+
"positive": [
|
|
1307
|
+
"members",
|
|
1308
|
+
"access",
|
|
1309
|
+
"club",
|
|
1310
|
+
"concierge",
|
|
1311
|
+
"curation",
|
|
1312
|
+
"invite",
|
|
1313
|
+
"tier",
|
|
1314
|
+
"private",
|
|
1315
|
+
"privileges",
|
|
1316
|
+
"network"
|
|
1317
|
+
],
|
|
1318
|
+
"excluded": [
|
|
1319
|
+
"dashboard",
|
|
1320
|
+
"checkout",
|
|
1321
|
+
"festival"
|
|
1322
|
+
],
|
|
1323
|
+
"tieBreaker": 3
|
|
1324
|
+
},
|
|
1325
|
+
"lead": "Use the references to synthesize a members-club concierge system that feels stately, selective, and service-led rather than like a benefits comparison page.",
|
|
1326
|
+
"archetype": "private members salon",
|
|
1327
|
+
"layoutArchetype": "invitation-led room sequence with framed service modules and access moments",
|
|
1328
|
+
"typographySystem": "stately serif headlines with polished sans navigation and membership detail copy",
|
|
1329
|
+
"surfaceTreatment": "bright club rooms, invitation cards, schedule ribbons, and warm premium materials",
|
|
1330
|
+
"shapeLanguage": "framed rooms, invitation panels, ribbon markers, and curated content compartments",
|
|
1331
|
+
"componentGrammar": "invitation hero, tier narrative, concierge request modules, schedule ribbons, social proof rooms",
|
|
1332
|
+
"motionGrammar": "subtle reveal, magnetic hover restraint, and service-led transition pacing",
|
|
1333
|
+
"paletteIntent": "bright cream or stone base with restrained metallic and club-accent notes",
|
|
1334
|
+
"visualDensity": "balanced",
|
|
1335
|
+
"designVariance": "curated composure",
|
|
1336
|
+
"focusAreas": [
|
|
1337
|
+
"access narrative",
|
|
1338
|
+
"membership architecture",
|
|
1339
|
+
"concierge request surfaces",
|
|
1340
|
+
"proof and testimonial format",
|
|
1341
|
+
"schedule ribbons",
|
|
1342
|
+
"spacing and motion contract"
|
|
1343
|
+
],
|
|
1344
|
+
"responsiveCollapseRules": [
|
|
1345
|
+
"Collapse framed rooms into a guided membership sequence before compressing the access narrative.",
|
|
1346
|
+
"Keep the invitation and concierge request moment within the same mobile lane."
|
|
1347
|
+
],
|
|
1348
|
+
"guardrails": [
|
|
1349
|
+
"Keep the direction stately, bright, and selective rather than flashy or social-feed oriented.",
|
|
1350
|
+
"Use privilege and service cues with discipline so the surface still feels curated and elegant."
|
|
1351
|
+
],
|
|
1352
|
+
"antiPatterns": [
|
|
1353
|
+
"No coupon language.",
|
|
1354
|
+
"No social-feed feeling.",
|
|
1355
|
+
"No generic benefit-card grid.",
|
|
1356
|
+
"No noisy badge wall."
|
|
1357
|
+
],
|
|
1358
|
+
"deliverables": [
|
|
1359
|
+
"Define the access narrative, membership architecture, concierge request surfaces, proof format, and spacing plus motion contract.",
|
|
1360
|
+
"Return a reusable members-club contract for private access, service, and executive-network surfaces."
|
|
1361
|
+
],
|
|
1362
|
+
"route": {
|
|
1363
|
+
"profile": "product-story",
|
|
1364
|
+
"themeStrategy": "single-theme",
|
|
1365
|
+
"navigationModel": "global-header",
|
|
1366
|
+
"layoutApproach": "concierge-room-sequence"
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
]
|
|
1370
|
+
}
|