@jaimevalasek/aioson 1.30.1 → 1.30.2

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 (90) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/docs/design-previews/cognitive-core-ui-auth.html +95 -0
  3. package/docs/design-previews/cognitive-core-ui-kanban.html +231 -0
  4. package/docs/design-previews/cognitive-core-ui-list-detail.html +174 -0
  5. package/docs/design-previews/cognitive-core-ui-preview.css +1315 -0
  6. package/docs/design-previews/cognitive-core-ui-settings.html +142 -0
  7. package/docs/design-previews/cognitive-core-ui-website.html +190 -1009
  8. package/docs/design-previews/cognitive-core-ui.html +281 -463
  9. package/docs/design-previews/index.html +83 -31
  10. package/package.json +1 -1
  11. package/src/constants.js +567 -511
  12. package/template/.aioson/docs/play/README.md +2 -0
  13. package/template/.aioson/docs/play/agent-usage-guide.md +7 -1
  14. package/template/.aioson/docs/play/app-compatibility-guide.md +6 -1
  15. package/template/.aioson/docs/play/auth-services-and-testing.md +16 -1
  16. package/template/.aioson/docs/play/manifest-and-runtime.md +23 -0
  17. package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
  18. package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
  19. package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
  20. package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
  21. package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
  22. package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
  23. package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
  24. package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
  25. package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
  26. package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
  27. package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
  28. package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
  29. package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
  30. package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
  31. package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
  32. package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
  33. package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
  34. package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
  35. package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
  36. package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
  37. package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
  38. package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
  39. package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
  40. package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
  41. package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
  42. package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
  43. package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
  44. package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
  45. package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
  46. package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
  47. package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
  48. package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
  49. package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
  50. package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
  51. package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
  52. package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
  53. package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
  54. package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
  55. package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
  56. package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
  57. package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
  58. package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
  59. package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
  60. package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
  61. package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
  62. package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
  63. package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
  64. package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
  65. package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
  66. package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
  67. package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
  68. package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
  69. package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
  70. package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
  71. package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
  72. package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
  73. package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
  74. package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
  75. package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
  76. package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
  77. package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
  78. package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
  79. package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
  80. package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
  81. package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
  82. package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
  83. package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
  84. package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
  85. package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
  86. package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
  87. package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
  88. package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
  89. package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
  90. package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
@@ -1,205 +1,228 @@
1
- ---
2
- name: bold-editorial-ui
3
- description: Bold Editorial UI is a design system for high-impact, typographically-driven interfaces inspired by premium editorial design, fashion magazines, and creative agency portfolios. Use it when `design_skill: bold-editorial-ui` is set in project.context.md OR when the user explicitly asks for "bold", "editorial", "dramatic typography", "magazine style", "Stripe-like", "Vercel-like", "premium marketing", "cinematic", "agency portfolio", or similar. Ideal for landing pages, product marketing, creative portfolios, SaaS marketing sites, and any product where visual impact and storytelling matter more than density. Supports websites, landing pages, and apps — dark by default with a light variant. Do NOT use this skill unless explicitly selected.
4
- ---
5
-
6
- # Bold Editorial UI
7
-
8
- A design system where **typography is the architecture and contrast is the material**. Bold Editorial sits at the intersection of premium magazine design and modern digital craft — interfaces that feel authored, cinematic, and unforgettable.
9
-
10
- **This is one visual system.** Never combine it with another design skill.
11
-
12
- ## Package structure
13
-
14
- ```text
15
- .aioson/skills/design/bold-editorial-ui/
16
- SKILL.md <- you are here (load this first)
17
- references/
18
- art-direction.md <- intent, expression modes, signature moves, anti-generic tests
19
- design-tokens.md <- CSS variables dark + light, typography, token guardrails
20
- components.md <- All reusable components (display headings, buttons, cards, inputs, etc.)
21
- patterns.md <- Page layouts: app shell, marketing, documentation, dashboard, auth
22
- dashboards.md <- Dashboard presets: marketing, developer, analytics, content, executive
23
- websites.md <- Landing page, product page layouts + hero patterns + anti-patterns
24
- motion.md <- Animations: cinematic entrances, scroll-driven, hover, page transitions
25
- ```
26
-
27
- ## Activation rules
28
-
29
- - Apply this package **only** when `project.context.md` contains `design_skill: "bold-editorial-ui"` or the user explicitly chooses it.
30
- - If another design skill is selected, do **not** load this package.
31
- - Never auto-select this skill always require explicit confirmation.
32
- - If no skill is set yet, the active agent must ask or confirm before applying.
33
-
34
- ## Responsibility boundary
35
-
36
- This skill defines:
37
- - Visual direction and aesthetic DNA
38
- - Design tokens (colors, typography, spacing, radius, shadows)
39
- - Component vocabulary and anatomy
40
- - Page composition patterns
41
- - Theme switching behavior (dark/light)
42
-
43
- This skill does **not** decide:
44
- - Stack (React, Vue, Blade, HTML, etc.)
45
- - Output format (single file, multi-file, CSS modules, Tailwind, etc.)
46
- - Icon library choice
47
- - Whether a theme toggle exists in the product (the agent decides)
48
-
49
- ## Loading guide
50
-
51
- Always load only what the current task needs:
52
-
53
- | Task | Load |
54
- |---|---|
55
- | Any UI work | `references/design-tokens.md` |
56
- | Reusable components | `references/design-tokens.md` + `references/components.md` |
57
- | Dashboard or admin panel | `references/art-direction.md` + `references/design-tokens.md` + `references/components.md` + `references/patterns.md` + `references/dashboards.md` |
58
- | Detail / settings page | `references/art-direction.md` + `references/design-tokens.md` + `references/components.md` + `references/patterns.md` |
59
- | Landing page or website | `references/art-direction.md` + `references/design-tokens.md` + `references/components.md` + `references/websites.md` |
60
- | Motion / animation | add `references/motion.md` when animation materially improves the result |
61
- | Full UI build | all seven reference files |
62
-
63
- ## Visual signature — three pillars
64
-
65
- 1. **Typographic drama** — Typography oversized as the primary design element. Display fonts with personality. Lettering as architecture. Headlines that occupy 40–60% of the viewport. The type IS the visual — not decoration supporting a layout, but the layout itself. Sizes go up to 128px. Tracking tight. Weight bold to black.
66
- 2. **Cinematic contrast** — Extreme contrast between light and dark. Sections that alternate between deep near-black and pure white. Color transitions like film cuts. Nothing in the middleevery surface either commits to dark or light. The drama of film stills, not the comfort of day-to-day.
67
- 3. **Editorial rhythm** — A grid that breaks intentionally. Asymmetry as principle. Sections with different cadences dense breathing impact → pause. Each scroll should feel like turning the page of a premium magazine. Hierarchy through scale, not color.
68
-
69
- ## Theme system
70
-
71
- ```html
72
- <div data-theme="dark"> <!-- or data-theme="light" -->
73
- ```
74
-
75
- - **Dark (default)**: Landing pages, portfolios, product marketing, premium experiences, SaaS marketing sites
76
- - **Light**: Institutional, documentation, content-heavy editorial, case study pages
77
- - **Both with toggle**: When the product spans both contexts or user preference is required
78
-
79
- If the user does not specify: default to **dark with a light variant** available.
80
-
81
- ## Visual DNA
82
-
83
- ### Colors — dark theme (default)
84
- - Background void: `#050505` (near-black, not navy)
85
- - Background base: `#0A0A0A` (main background)
86
- - Surface: `#141414` (cards, panels)
87
- - Elevated: `#1E1E1E` (hover, nested, modals)
88
- - Primary accent: `#FF4D2A` (energetic red-orange) — CTAs, highlights, key moments
89
- - Text heading: `#FFFFFF` (pure whitemaximum contrast)
90
- - Text primary: `#B8B8B8`
91
- - Text secondary: `#787878`
92
- - Text muted: `#484848`
93
-
94
- ### Colors — light theme
95
- - Background void: `#F5F5F0` (off-white, slightly warm)
96
- - Background base: `#FAFAF7`
97
- - Surface: `#FFFFFF`
98
- - Elevated: `#EFEFEA`
99
- - Primary accent: `#E03A18` (deeper red-orange for light backgrounds)
100
- - Text heading: `#0A0A0A` (near-black)
101
- - Text primary: `#3A3A3A`
102
- - Text secondary: `#7A7A7A`
103
- - Text muted: `#AAAAAA`
104
-
105
- ### Typography
106
- - Display headings: `Clash Display`, `Impact` fallback — weight 700, tracking `-0.04em`, line-height `0.9` at large sizes
107
- - Body: `Inter`, `weight-regular (400)`, `line-height: 1.65`
108
- - Metadata/captions: `JetBrains Mono`, `weight-500`, `uppercase`, `tracking-widest`, `font-size: 0.75rem`
109
- - Stats/numbers: `Clash Display`, `weight-bold (700)`, sizes `text-3xl` and up
110
-
111
- ### Layout structure (marketing sites)
112
- ```
113
- +-----------------------------------------------------------+
114
- | TOP BAR: [Logo] [Nav — minimal] [CTA] |
115
- +-----------------------------------------------------------+
116
- | |
117
- | HERO — full-viewport or near-full |
118
- | Headline dominates: 60–80% of hero height |
119
- | One CTA, one subtitle max |
120
- | |
121
- +-----------------------------------------------------------+
122
- | SECTION — alternating rhythm |
123
- | Dense feature white breathing → impact counter |
124
- | → pause with testimonial dark CTA |
125
- | |
126
- +-----------------------------------------------------------+
127
- | FOOTER — bg-void, minimal |
128
- +-----------------------------------------------------------+
129
- ```
130
-
131
- ### Signature details
132
- - **Minimal radius**: cards `radius-lg` (8px), buttons `radius-md` (6px) — sharp and adult, not bubbly
133
- - **Dramatic shadows**: `0 8px 24px rgba(0,0,0,0.35)`deep, cinematic drops
134
- - **Accent glow**: `0 0 60px rgba(255, 77, 42, 0.15)` — used only on featured/hero elements
135
- - **Mono captions**: Every category, date, overline, and metadata uses JetBrains Mono + uppercase + wide tracking
136
- - **Display-only font for impact numbers**: stat counters, big headlines, manifesto text
137
- - **White sections as dramatic counterpoint**: light sections inside dark pages feel like spotlight moments
138
-
139
- ## Application rules
140
-
141
- - Treat `references/design-tokens.md` as the source of truth for ALL tokens.
142
- - Treat `references/art-direction.md` as the source of truth for expression, signature moves, and anti-generic decisions.
143
- - Resolve the page variant before composing: marketing/landing pages use narrative editorial pacing; apps use structured dark shell with focused hierarchy.
144
- - Never combine this package with `warm-craft-ui`, `clean-saas-ui`, `glassmorphism-ui`, `neo-brutalist-ui`, or any other design skill in the same task.
145
- - Reuse the project's component library if one exists map Bold Editorial tokens onto it instead of rebuilding primitives.
146
- - Adapt code examples to the active stack. Reference snippets are design specifications, not copy-paste code.
147
- - Accessibility, responsiveness, and production semantics are the agent's responsibility (not this skill).
148
-
149
- ## Intent before visuals
150
-
151
- Before choosing layout, answer all three:
152
-
153
- 1. Who is the human arriving at this page right now?
154
- 2. What is the single impression or action that must land?
155
- 3. How should this interface feel in concrete, visceral words, not generic labels?
156
-
157
- Bad answers:
158
- - "for users"
159
- - "show features"
160
- - "bold and modern"
161
-
162
- Good answers:
163
- - "developer evaluating a new infrastructure product at 11pm"
164
- - "creative director deciding whether to shortlist an agency"
165
- - "cinematic, authoritative, like a product launch trailer"
166
-
167
- ## Workflow discipline
168
-
169
- 1. Audit the current page or existing UI before changing visuals.
170
- 2. Explore the product domain and choose one expression mode from `references/art-direction.md`.
171
- 3. Name one signature move and repeat it intentionally across the page.
172
- 4. Consolidate repeating patterns instead of inventing new card/button variants per screen.
173
- 5. Build from tokens first, then components, then page composition.
174
- 6. Validate state parity before finishing: default, hover, active, focus, disabled.
175
- 7. Validate contrast: white text on dark surfaces must exceed WCAG AA. Light sections must re-verify independently.
176
-
177
- ## Non-negotiable quality gates
178
-
179
- - Never use a generic dark theme — `#0A0A0A` is near-black, intentionally chosen, not "dark mode gray".
180
- - Never use blue, teal, or purple as the primary accent — this is red-orange or nothing.
181
- - Display font is non-negotiable — if Clash Display is unavailable, use Cabinet Grotesk or Syne, not Inter.
182
- - Typography must carry the hierarchy before color does — if the type scale is wrong, no color fix will help.
183
- - The grid must break intentionally at least once per page — a fully regular grid is anti-editorial.
184
- - Mono captions are the connective tissue — overlines, categories, and metadata must use `font-mono`.
185
- - Never add a warm tint, rounded corners above `radius-xl` (16px), or serif fonts — these belong to Warm Craft.
186
- - Accent glow (`shadow-glow`) is reserved for one element per viewport — the hero CTA or the featured card.
187
- - Every section alternation (dark light → dark) must feel like a deliberate cut, not an accident.
188
- - Sameness is failure. If the result could be a generic dark SaaS landing page, iterate before presenting.
189
- - Every full page must have one typographic statement that could stand alone as a poster.
190
-
191
- ## Delivery modes
192
-
193
- ### Greenfield
194
- 1. Choose page variant (marketing, app, dashboard, documentation)
195
- 2. Load relevant references
196
- 3. Apply token scope from `design-tokens.md`
197
- 4. Compose layout from `patterns.md` or `websites.md`
198
- 5. Build components from `components.md`
199
-
200
- ### Brownfield
201
- 1. Audit existing UI before rewriting
202
- 2. Map Bold Editorial tokens onto the existing component library
203
- 3. Fix token scope issues (font/color variables must be on the correct container)
204
- 4. Consolidate duplicate variants before introducing new ones
205
- 5. Prefer targeted upgrades over full rewrites unless the user asks for a redesign
1
+ ---
2
+ name: bold-editorial-ui
3
+ description: >-
4
+ Bold Editorial UI is a design system for high-impact, typographically-driven interfaces inspired by premium editorial design, fashion magazines, and creative agency portfolios. Use it when `design_skill: bold-editorial-ui` is set in project.context.md OR when the user explicitly asks for "bold", "editorial", "dramatic typography", "magazine style", "Stripe-like", "Vercel-like", "premium marketing", "cinematic", "agency portfolio", or similar. Ideal for landing pages, product marketing, creative portfolios, SaaS marketing sites, and any product where visual impact and storytelling matter more than density. Supports websites, landing pages, and apps — dark by default with a light variant. Do NOT use this skill unless explicitly selected.
5
+ ---
6
+
7
+ # Bold Editorial UI
8
+
9
+ A design system where **typography is the architecture and contrast is the material**. Bold Editorial sits at the intersection of premium magazine design and modern digital craft — interfaces that feel authored, cinematic, and unforgettable.
10
+
11
+ **This is one visual system.** Never combine it with another design skill.
12
+
13
+ ## Package structure
14
+
15
+ ```text
16
+ .aioson/skills/design/bold-editorial-ui/
17
+ SKILL.md <- you are here (load this first)
18
+ references/
19
+ art-direction.md <- intent, expression modes, signature moves, anti-generic tests
20
+ design-tokens.md <- CSS variables dark + light, typography, token guardrails
21
+ components.md <- All reusable components (display headings, buttons, cards, inputs, etc.)
22
+ patterns.md <- Page layouts: app shell, marketing, documentation, dashboard, auth
23
+ dashboards.md <- Dashboard presets: marketing, developer, analytics, content, executive
24
+ websites.md <- Landing page, product page layouts + hero patterns + anti-patterns
25
+ motion.md <- Animations: cinematic entrances, scroll-driven, hover, page transitions
26
+ ```
27
+
28
+ ## Activation rules
29
+
30
+ - Apply this package **only** when `project.context.md` contains `design_skill: "bold-editorial-ui"` or the user explicitly chooses it.
31
+ - If another design skill is selected, do **not** load this package.
32
+ - Never auto-select this skill always require explicit confirmation.
33
+ - If no skill is set yet, the active agent must ask or confirm before applying.
34
+
35
+ ## Responsibility boundary
36
+
37
+ This skill defines:
38
+ - Visual direction and aesthetic DNA
39
+ - Design tokens (colors, typography, spacing, radius, shadows)
40
+ - Component vocabulary and anatomy
41
+ - Page composition patterns
42
+ - Theme switching behavior (dark/light)
43
+
44
+ This skill does **not** decide:
45
+ - Stack (React, Vue, Blade, HTML, etc.)
46
+ - Output format (single file, multi-file, CSS modules, Tailwind, etc.)
47
+ - Icon library choice
48
+ - Whether a theme toggle exists in the product (the agent decides)
49
+
50
+ ## Loading guide
51
+
52
+ Always load only what the current task needs:
53
+
54
+ | Task | Load |
55
+ |---|---|
56
+ | Any UI work | `references/design-tokens.md` |
57
+ | Reusable components | `references/design-tokens.md` + `references/components.md` |
58
+ | Dashboard or admin panel | `references/art-direction.md` + `references/design-tokens.md` + `references/components.md` + `references/patterns.md` + `references/dashboards.md` |
59
+ | Detail / settings page | `references/art-direction.md` + `references/design-tokens.md` + `references/components.md` + `references/patterns.md` |
60
+ | Landing page or website | `references/art-direction.md` + `references/design-tokens.md` + `references/components.md` + `references/websites.md` |
61
+ | Motion / animation | add `references/motion.md` when animation materially improves the result |
62
+ | Full UI build | all seven reference files |
63
+
64
+ ## Visual signature — three pillars
65
+
66
+ 1. **Typographic drama** — Typography oversized as the primary design element. Display fonts with personality. Lettering as architecture. Headlines that occupy 40–60% of the viewport. The type IS the visualnot decoration supporting a layout, but the layout itself. Sizes go up to 128px. Tracking tight. Weight bold to black.
67
+ 2. **Cinematic contrast** — Extreme contrast between light and dark. Sections that alternate between deep near-black and pure white. Color transitions like film cuts. Nothing in the middle every surface either commits to dark or light. The drama of film stills, not the comfort of day-to-day.
68
+ 3. **Editorial rhythm** — A grid that breaks intentionally. Asymmetry as principle. Sections with different cadences — dense → breathing → impact → pause. Each scroll should feel like turning the page of a premium magazine. Hierarchy through scale, not color.
69
+
70
+ ## Theme system
71
+
72
+ ```html
73
+ <div data-theme="dark"> <!-- or data-theme="light" -->
74
+ ```
75
+
76
+ - **Dark (default)**: Landing pages, portfolios, product marketing, premium experiences, SaaS marketing sites
77
+ - **Light**: Institutional, documentation, content-heavy editorial, case study pages
78
+ - **Both with toggle**: When the product spans both contexts or user preference is required
79
+
80
+ If the user does not specify: default to **dark with a light variant** available.
81
+
82
+ ## Visual DNA
83
+
84
+ ### Colors dark theme (default)
85
+ - Background void: `#050505` (near-black, not navy)
86
+ - Background base: `#0A0A0A` (main background)
87
+ - Surface: `#141414` (cards, panels)
88
+ - Elevated: `#1E1E1E` (hover, nested, modals)
89
+ - Primary accent: `#FF4D2A` (energetic red-orange)CTAs, highlights, key moments
90
+ - Text heading: `#FFFFFF` (pure white — maximum contrast)
91
+ - Text primary: `#B8B8B8`
92
+ - Text secondary: `#787878`
93
+ - Text muted: `#484848`
94
+
95
+ ### Colors light theme
96
+ - Background void: `#F5F5F0` (off-white, slightly warm)
97
+ - Background base: `#FAFAF7`
98
+ - Surface: `#FFFFFF`
99
+ - Elevated: `#EFEFEA`
100
+ - Primary accent: `#E03A18` (deeper red-orange for light backgrounds)
101
+ - Text heading: `#0A0A0A` (near-black)
102
+ - Text primary: `#3A3A3A`
103
+ - Text secondary: `#7A7A7A`
104
+ - Text muted: `#AAAAAA`
105
+
106
+ ### Typography
107
+ - Display headings: `Clash Display`, `Impact` fallback — weight 700, tracking `-0.04em`, line-height `0.9` at large sizes
108
+ - Body: `Inter`, `weight-regular (400)`, `line-height: 1.65`
109
+ - Metadata/captions: `JetBrains Mono`, `weight-500`, `uppercase`, `tracking-widest`, `font-size: 0.75rem`
110
+ - Stats/numbers: `Clash Display`, `weight-bold (700)`, sizes `text-3xl` and up
111
+
112
+ ### Layout structure (marketing sites)
113
+ ```
114
+ +-----------------------------------------------------------+
115
+ | TOP BAR: [Logo] [Nav — minimal] [CTA] |
116
+ +-----------------------------------------------------------+
117
+ | |
118
+ | HERO full-viewport or near-full |
119
+ | Headline dominates: 60–80% of hero height |
120
+ | One CTA, one subtitle max |
121
+ | |
122
+ +-----------------------------------------------------------+
123
+ | SECTION alternating rhythm |
124
+ | Dense feature white breathingimpact counter |
125
+ | → pause with testimonial → dark CTA |
126
+ | |
127
+ +-----------------------------------------------------------+
128
+ | FOOTER — bg-void, minimal |
129
+ +-----------------------------------------------------------+
130
+ ```
131
+
132
+ ### Signature details
133
+ - **Minimal radius**: cards `radius-lg` (8px), buttons `radius-md` (6px) — sharp and adult, not bubbly
134
+ - **Dramatic shadows**: `0 8px 24px rgba(0,0,0,0.35)` — deep, cinematic drops
135
+ - **Accent glow**: `0 0 60px rgba(255, 77, 42, 0.15)` used only on featured/hero elements
136
+ - **Mono captions**: Every category, date, overline, and metadata uses JetBrains Mono + uppercase + wide tracking
137
+ - **Display-only font for impact numbers**: stat counters, big headlines, manifesto text
138
+ - **White sections as dramatic counterpoint**: light sections inside dark pages feel like spotlight moments
139
+
140
+ ## Application rules
141
+
142
+ - Treat `references/design-tokens.md` as the source of truth for ALL tokens.
143
+ - Treat `references/art-direction.md` as the source of truth for expression, signature moves, and anti-generic decisions.
144
+ - Resolve the page variant before composing: marketing/landing pages use narrative editorial pacing; apps use structured dark shell with focused hierarchy.
145
+ - Never combine this package with `warm-craft-ui`, `clean-saas-ui`, `glassmorphism-ui`, `neo-brutalist-ui`, or any other design skill in the same task.
146
+ - Reuse the project's component library if one exists map Bold Editorial tokens onto it instead of rebuilding primitives.
147
+ - Adapt code examples to the active stack. Reference snippets are design specifications, not copy-paste code.
148
+ - Accessibility, responsiveness, and production semantics are the agent's responsibility (not this skill).
149
+
150
+ ## Execution quality gates
151
+
152
+ These gates override any reference file when they conflict.
153
+
154
+ Before implementation:
155
+ - Load the relevant references from the loading guide; do not build from this SKILL.md alone.
156
+ - Decide the surface type (app, dashboard, landing page, marketing site, tool, game) and one domain-specific signature move before writing layout code.
157
+ - Establish the token layer first: fonts, colors, spacing, radius, shadow/depth, motion, breakpoints, and component states. Do not scatter raw colors, one-off shadows, arbitrary font sizes, or ad hoc radii.
158
+ - Use intentional font delivery. Prefer local/framework font APIs when available; if a named font cannot be loaded, define a credible fallback stack and preserve the intended contrast.
159
+ - For websites and landing pages, use visual assets that reveal the product, place, person, object, UI state, or domain. Do not ship a hero made only of gradients, icons, and cards.
160
+ - For landing-page heroes, make the brand, product, place, person, or literal offer visible in the first viewport; include a real or generated bitmap/product visual when inspection matters.
161
+ - Use icons from the project's icon library or lucide when available. Do not use text pills where a standard icon button/control is expected.
162
+ - Build responsive constraints with grid minmax, aspect-ratio, fixed control heights, and overflow rules so text, controls, tables, cards, and media cannot overlap or resize unpredictably.
163
+ - Use discrete text tokens and stable line-height. Do not use viewport-width font scaling or negative letter-spacing.
164
+ - Do not put cards inside cards. If a reference says nested card, use an unframed row, divider, inset section, or modal unless an existing component contract explicitly requires that hierarchy.
165
+ - Use motion as product feedback: hover, focus, active, loading, reveal, navigation, and state transitions. Always include a prefers-reduced-motion fallback.
166
+
167
+ Before delivery:
168
+ - Inspect the result at mobile and desktop widths. If a browser is available, use screenshots; otherwise perform static CSS/DOM review.
169
+ - Fix overlap, clipped text, illegible contrast, missing states, unsupported font loading, missing assets, raw palette drift, and generic template composition before presenting.
170
+ - Do not add isolated blurred-circle background decorations. If a reference suggests that pattern, reinterpret it as a subtle full-bleed ambient field or remove it.
171
+
172
+ ## Intent before visuals
173
+
174
+ Before choosing layout, answer all three:
175
+
176
+ 1. Who is the human arriving at this page right now?
177
+ 2. What is the single impression or action that must land?
178
+ 3. How should this interface feel — in concrete, visceral words, not generic labels?
179
+
180
+ Bad answers:
181
+ - "for users"
182
+ - "show features"
183
+ - "bold and modern"
184
+
185
+ Good answers:
186
+ - "developer evaluating a new infrastructure product at 11pm"
187
+ - "creative director deciding whether to shortlist an agency"
188
+ - "cinematic, authoritative, like a product launch trailer"
189
+
190
+ ## Workflow discipline
191
+
192
+ 1. Audit the current page or existing UI before changing visuals.
193
+ 2. Explore the product domain and choose one expression mode from `references/art-direction.md`.
194
+ 3. Name one signature move and repeat it intentionally across the page.
195
+ 4. Consolidate repeating patterns instead of inventing new card/button variants per screen.
196
+ 5. Build from tokens first, then components, then page composition.
197
+ 6. Validate state parity before finishing: default, hover, active, focus, disabled.
198
+ 7. Validate contrast: white text on dark surfaces must exceed WCAG AA. Light sections must re-verify independently.
199
+
200
+ ## Non-negotiable quality gates
201
+
202
+ - Never use a generic dark theme `#0A0A0A` is near-black, intentionally chosen, not "dark mode gray".
203
+ - Never use blue, teal, or purple as the primary accent this is red-orange or nothing.
204
+ - Display font is non-negotiable if Clash Display is unavailable, use Cabinet Grotesk or Syne, not Inter.
205
+ - Typography must carry the hierarchy before color does — if the type scale is wrong, no color fix will help.
206
+ - The grid must break intentionally at least once per page — a fully regular grid is anti-editorial.
207
+ - Mono captions are the connective tissue — overlines, categories, and metadata must use `font-mono`.
208
+ - Never add a warm tint, rounded corners above `radius-xl` (16px), or serif fonts — these belong to Warm Craft.
209
+ - Accent glow (`shadow-glow`) is reserved for one element per viewport — the hero CTA or the featured card.
210
+ - Every section alternation (dark → light → dark) must feel like a deliberate cut, not an accident.
211
+ - Sameness is failure. If the result could be a generic dark SaaS landing page, iterate before presenting.
212
+ - Every full page must have one typographic statement that could stand alone as a poster.
213
+
214
+ ## Delivery modes
215
+
216
+ ### Greenfield
217
+ 1. Choose page variant (marketing, app, dashboard, documentation)
218
+ 2. Load relevant references
219
+ 3. Apply token scope from `design-tokens.md`
220
+ 4. Compose layout from `patterns.md` or `websites.md`
221
+ 5. Build components from `components.md`
222
+
223
+ ### Brownfield
224
+ 1. Audit existing UI before rewriting
225
+ 2. Map Bold Editorial tokens onto the existing component library
226
+ 3. Fix token scope issues (font/color variables must be on the correct container)
227
+ 4. Consolidate duplicate variants before introducing new ones
228
+ 5. Prefer targeted upgrades over full rewrites unless the user asks for a redesign