@jaimevalasek/aioson 1.30.0 → 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 (93) hide show
  1. package/CHANGELOG.md +18 -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 +578 -514
  12. package/template/.aioson/docs/integrations/dashboard-app-form-publish-mapping.md +183 -0
  13. package/template/.aioson/docs/play/README.md +74 -0
  14. package/template/.aioson/docs/play/agent-usage-guide.md +112 -0
  15. package/template/.aioson/docs/play/app-compatibility-guide.md +117 -0
  16. package/template/.aioson/docs/play/auth-services-and-testing.md +235 -0
  17. package/template/.aioson/docs/play/llm-data-and-bindings.md +238 -0
  18. package/template/.aioson/docs/play/manifest-and-runtime.md +267 -0
  19. package/template/.aioson/docs/play/source-map.md +104 -0
  20. package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
  21. package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
  22. package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
  23. package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
  24. package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
  25. package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
  26. package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
  27. package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
  28. package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
  29. package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
  30. package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
  31. package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
  32. package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
  33. package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
  34. package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
  35. package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
  36. package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
  37. package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
  38. package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
  39. package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
  40. package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
  41. package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
  42. package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
  43. package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
  44. package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
  45. package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
  46. package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
  47. package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
  48. package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
  49. package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
  50. package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
  51. package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
  52. package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
  53. package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
  54. package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
  55. package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
  56. package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
  57. package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
  58. package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
  59. package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
  60. package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
  61. package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
  62. package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
  63. package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
  64. package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
  65. package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
  66. package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
  67. package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
  68. package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
  69. package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
  70. package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
  71. package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
  72. package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
  73. package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
  74. package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
  75. package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
  76. package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
  77. package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
  78. package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
  79. package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
  80. package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
  81. package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
  82. package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
  83. package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
  84. package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
  85. package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
  86. package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
  87. package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
  88. package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
  89. package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
  90. package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
  91. package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
  92. package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
  93. package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
@@ -1,243 +1,266 @@
1
- ---
2
- name: aurora-command-ui
3
- description: Aurora Command UI is a hybrid design system fusing command-center structure with dark glass surfaces over a mandatory aurora gradient substrate. Use it when `design_skill: aurora-command-ui` is set in project.context.md OR when the user explicitly asks for "aurora command", "dark glass dashboard", "glass command center", "aurora dark UI", "teal violet glass", "dark frosted panels", "aurora infra dashboard", or similar. Ideal for SOC platforms, AI tools, security dashboards, dev platforms, CRM with presence, and any product where operational authority and visual depth must coexist. Dark by default with a light aurora option. Do NOT use this skill unless explicitly selected.
4
- ---
5
-
6
- # Aurora Command UI
7
-
8
- Aurora Command UI lives at the intersection of **military-grade data command center** and **layered glass depth**. It is built from the structural DNA of Cognitive Core (mono rails, dense stat numbers, section zones, command shell) fused with the glass substrate engine of Glassmorphism (backdrop-filter surfaces, aurora gradient, luminous borders, ::before reflections).
9
-
10
- The result: a dark glass shell where every panel reveals the aurora gradient underneath, operational data reads with precision, and the interface feels simultaneously tactical and premium.
11
-
12
- **This is one visual system.** Never combine it with another design skill.
13
-
14
- ## Package structure
15
-
16
- ```text
17
- .aioson/skills/design/aurora-command-ui/
18
- SKILL.md ← you are here (load this first)
19
- references/
20
- art-direction.md ← intent, 5 expression modes, signature library, anti-generic tests
21
- design-tokens.md ← CSS variables dark + light, glass tokens, typography, spacing, shadows
22
- components.md 22+ components (glass variants + command structure)
23
- patterns.md Page layouts: aurora app shell, dashboard, detail, settings, auth, list-detail
24
- dashboards.md 5 dashboard presets + chart palette + glass panel rules
25
- websites.md Aurora landing page patterns, hero variants, section patterns
26
- motion.md Animations: glass entrances, aurora-aware motion, command transitions
27
- ```
28
-
29
- ## Activation rules
30
-
31
- - Apply this package **only** when `project.context.md` contains `design_skill: "aurora-command-ui"` or the user explicitly chooses it.
32
- - If another design skill is selected, do **not** load this package.
33
- - Never auto-select this skill always require explicit confirmation.
34
- - If no skill is set yet, the active agent must ask or confirm before applying.
35
-
36
- ## Responsibility boundary
37
-
38
- This skill defines:
39
- - Visual direction and aesthetic DNA (dark glass over aurora gradient, command structure)
40
- - Design tokens (glass surfaces, accent fusion, shadows, typography, spacing, radius)
41
- - Component vocabulary and anatomy (22+ components glass shell + command mono rails)
42
- - Page composition patterns (aurora substrate glass shell glass panels → mono section rails → content)
43
- - Theme switching behavior (dark default / light aurora option)
44
-
45
- This skill does **not** decide:
46
- - Stack (React, Vue, Blade, HTML, etc.)
47
- - Output format (single file, multi-file, CSS modules, Tailwind, etc.)
48
- - Icon library choice
49
- - Whether a theme toggle exists in the product (the agent decides)
50
- - Animation library (CSS or JS motion.md is stack-agnostic)
51
-
52
- ## Loading guide
53
-
54
- Always load only what the current task needs:
55
-
56
- | Task | Load |
57
- |---|---|
58
- | Any UI work | `references/design-tokens.md` |
59
- | Reusable components | `references/design-tokens.md` + `references/components.md` |
60
- | Dashboard or admin panel | `references/art-direction.md` + `references/design-tokens.md` + `references/components.md` + `references/patterns.md` + `references/dashboards.md` |
61
- | Detail / profile page | `references/art-direction.md` + `references/design-tokens.md` + `references/components.md` + `references/patterns.md` |
62
- | Landing page or website | `references/art-direction.md` + `references/design-tokens.md` + `references/components.md` + `references/websites.md` |
63
- | Motion / animation | add `references/motion.md` when animation materially improves the result |
64
- | Full UI build | all seven reference files |
65
-
66
- ## Visual signature — three pillars
67
-
68
- 1. **Aurora depth** — A dark aurora gradient (`linear-gradient(135deg, #060910 0%, #0A0818 30%, #060C1A 70%, #08060F 100%)`) is the mandatory substrate. Dark glass panels (`rgba(10,14,26,0.65)` with `backdrop-filter`) float over it, revealing the aurora below. The gradient is not decoration — it is structurally required. Remove it and the glass has nothing to reveal.
69
- 2. **Command authority** — Mono uppercase rails on every section. Dense stat numbers. Compact density that communicates operational mastery. The information structure feels like a mission control panel: labeled zones, one focal block per viewport, restrained accent usage.
70
- 3. **Teal-violet fusion** — A single accent gradient `linear-gradient(135deg, #00C8E8, #7C3AED)` used on CTAs, active states, stat numbers, borders, and glow shadows. Teal-electric (`#00C8E8`) is the operational signal. Violet (`#7C3AED`) is the highlight and CTA. They only appear as a gradient pair never in isolation except for semantic purposes.
71
-
72
- ## Hybrid DNA
73
-
74
- **From cognitive-core-ui (structure side):**
75
- - Command center shell with mono section rails
76
- - Dense stat numbers (text-4xl, tabular-nums)
77
- - Top bar + sidebar + tab navigation structure
78
- - Compact density system for dashboards and admin
79
- - Section headers with mono labels and icon rails
80
- - Sidebar active item: border-left 3px accent + elevated surface
81
-
82
- **From glassmorphism-ui (glass side):**
83
- - `backdrop-filter: blur()` on all major surfaces
84
- - Aurora gradient substrate mandatory, not decorative
85
- - Luminous borders: `rgba(255,255,255,0.10)` on dark glass
86
- - Top reflection `::before` on every glass card
87
- - `@supports (backdrop-filter: blur(1px))` fallback always required
88
- - Glass levels: shell → surface → elevated (3 distinct opacity layers)
89
-
90
- **New in aurora-command-ui (hybrid elements):**
91
- - Dark tinted glass: panels use `rgba(10,14,26,0.65)` — NOT white-transparent. The aurora shows through dark glass, not bright glass.
92
- - Accent gradient on stat numbers, not just CTAs
93
- - Teal-electric glow shadows: `0 0 30px rgba(0,200,232,0.12)`
94
- - Aurora glow behind hero metric panels: `radial-gradient(circle at 50% 0%, rgba(0,200,232,0.08), transparent 70%)`
95
-
96
- ## Theme system
97
-
98
- ```html
99
- <div data-theme="dark"> <!-- or data-theme="light" -->
100
- ```
101
-
102
- - **Dark (default)**: All operational products — dashboards, monitoring, security, AI tools, dev platforms. The aurora gradient is deep navy + deep violet. Glass is dark tinted.
103
- - **Light**: Client-facing apps, institutional variants, content-heavy pages. The aurora gradient is soft lavender-gray. Glass is white tinted.
104
-
105
- If the user does not specify: default to **dark with a theme toggle** in the top bar.
106
-
107
- ## Visual DNA — dark theme
108
-
109
- ### Aurora substrate (mandatory)
110
- ```css
111
- background: linear-gradient(135deg, #060910 0%, #0A0818 30%, #060C1A 70%, #08060F 100%);
112
- background-attachment: fixed;
113
- ```
114
-
115
- ### Dark glass surfaces
116
- - Shell (sidebar, top bar): `rgba(8, 12, 22, 0.75)` + `backdrop-filter: blur(24px)`
117
- - Surface cards: `rgba(10, 14, 26, 0.65)` + `backdrop-filter: blur(16px)`
118
- - Elevated (hover, nested): `rgba(14, 20, 36, 0.75)` + `backdrop-filter: blur(16px)`
119
-
120
- ### Accents
121
- - Teal-electric: `#00C8E8` (operational signals, active states, glow)
122
- - Violet: `#7C3AED` (CTAs, highlights, gradient endpoint)
123
- - Accent gradient: `linear-gradient(135deg, #00C8E8, #7C3AED)`
124
- - Glow shadow: `0 0 30px rgba(0,200,232,0.12), 0 8px 24px rgba(0,0,0,0.40)`
125
-
126
- ### Typography
127
- - Headings: `Inter`, weight 700, `letter-spacing: -0.02em`
128
- - Body: `Inter`, weight 400, `line-height: 1.6`
129
- - Mono rails: `JetBrains Mono`, weight 600, uppercase, `letter-spacing: 0.12em`, `font-size: 0.675rem`
130
- - Stats: `Inter`, weight 700, `font-size: var(--text-4xl)`, gradient text on hero metric
131
-
132
- ## Layout structure (aurora app shell)
133
-
134
- ```
135
- ┌─────────────────────────────────────────────────────────────────┐
136
- │ AURORA GRADIENT BACKGROUND (substrate, fixed) │
137
- ┌──────────────────────────────────────────────────────────┐
138
- │ GLASS TOP BAR — backdrop-blur-lg, glass-shell │
139
- │ │ [Logo] ─── [Tab Nav Center] ─── [Actions + Toggle] │ │
140
- ├─────────────────┬────────────────────────────────────────┤
141
- │ GLASS SIDEBAR CONTENT AREA │ │
142
- │ │ 200-220px [MONO SECTION HEADER] │ │
143
- │ │ backdrop-blur │ [GLASS STAT CARDS — aurora showing] │ │
144
- │ │ glass-shell │ [GLASS DATA TABLE] │ │
145
- │ │ glass-border │ [GLASS CHART CONTAINER] │ │
146
- │ │ aurora visible
147
- │ │ │ │ │
148
- └─────────────────┴────────────────────────────────────────┘
149
- └─────────────────────────────────────────────────────────────────┘
150
- ```
151
-
152
- ### Signature details
153
- - Glass cards always have `::before` top reflection: `linear-gradient(180deg, rgba(255,255,255,0.07) 0%, transparent 50%)`
154
- - Teal-electric bottom border on active tabs: `3px solid #00C8E8`
155
- - Sidebar active item: `border-left: 3px solid var(--accent-primary)` + `background: var(--glass-elevated)`
156
- - Mono section headers always precede content zones
157
- - Hero stat card: gradient text on main number (`background: var(--accent-gradient); -webkit-background-clip: text`)
158
- - Every glass container uses `@supports (backdrop-filter: blur(1px))` fallback
159
-
160
- ## Application rules
161
-
162
- - Treat `references/design-tokens.md` as the source of truth for ALL tokens.
163
- - Treat `references/art-direction.md` as the source of truth for expression, signature, and anti-generic decisions.
164
- - The aurora gradient substrate is **non-negotiable** never place glass panels over a solid background.
165
- - Dark glass opacity must be enough to reveal the aurora. If panels are too opaque, reduce `rgba` alpha toward 0.55.
166
- - Limit glass nesting to 3 levels max. Each `backdrop-filter` is a composite layer.
167
- - Always include `@supports (backdrop-filter: blur(1px))` fallbacks.
168
- - Mono rails are the structural backbone — use them for section headers, stat labels, and metadata rails ONLY. Do not mono-label paragraphs, nav links, or body copy.
169
- - The teal-violet gradient is the single accent family. Do not introduce secondary accent colors.
170
- - Never combine this package with `cognitive-core-ui`, `glassmorphism-ui`, `interface-design`, or any other design skill.
171
- - Adapt code examples to the active stack. Reference snippets are design specifications, not copy-paste code.
172
- - Accessibility, responsiveness, and production semantics are the agent's responsibility (not this skill).
173
-
174
- ## Intent before visuals
175
-
176
- Before choosing layout, answer all three:
177
-
178
- 1. Who is the human using this page right now?
179
- 2. What is the main action or decision they must complete?
180
- 3. How should this interface feel in concrete words, not generic labels?
181
-
182
- Bad answers:
183
- - "for users"
184
- - "manage data"
185
- - "dark and cool"
186
-
187
- Good answers:
188
- - "security analyst identifying active threats during a live incident"
189
- - "AI platform admin comparing agent performance across production workloads"
190
- - "surgical, atmospheric, authoritative the aurora background communicates depth, the mono rails communicate precision"
191
-
192
- ## Workflow discipline
193
-
194
- 1. Confirm the aurora gradient substrate is in place before building any component.
195
- 2. Choose one expression mode from `references/art-direction.md`.
196
- 3. Name one signature glass+command move and repeat it intentionally across the page.
197
- 4. Run the Glass Test: remove `backdrop-filter` from all cards — if the UI looks fine without it, glass is decorative, not structural. Fix: reduce dark glass opacity so the aurora is clearly visible behind panels.
198
- 5. Build from tokens first, then components, then page composition.
199
- 6. Validate state parity: default, hover, active, focus, disabled — all glass token transitions.
200
- 7. Validate contrast: dark glass surfaces must meet WCAG AA. Increase opacity on body text surfaces if needed.
201
-
202
- ## Non-negotiable quality gates
203
-
204
- - The aurora gradient substrate is non-negotiable. No gradient = no glass system.
205
- - Dark glass must reveal the aurora — opacity must stay at or below 0.75. Do not "solidify" panels.
206
- - Never use saturated neon colors. Teal-electric is at the saturation limit — do not push beyond it.
207
- - Never nest more than 3 glass layers (performance + visual confusion).
208
- - Shadows must be tinted with teal-electric, not plain black. `rgba(0,200,232,0.12)` is the glow baseline.
209
- - Fallback without `backdrop-filter` must be tested: use `rgba(8,12,22,0.95)` solid for dark, `rgba(255,255,255,0.95)` for light.
210
- - Every page must pass the **Glass Test**: backdrop-blur is structural, aurora is visible behind panels.
211
- - Every page must pass the **Command Test**: mono rails appear on section headers, stat labels, and metadata only — not overused.
212
- - Every page must pass the **Depth Test**: squinting reveals at least 3 depth layers (substrate → glass panel → content).
213
- - Sameness is failure. If the result looks like a default dark admin with blur added, iterate on composition before finishing.
214
-
215
- ## Positioning vs parent skills
216
-
217
- | Aspect | aurora-command-ui | cognitive-core-ui | glassmorphism-ui |
218
- |--------|------------------|-------------------|-----------------|
219
- | Surfaces | Dark glass (rgba dark tinted) | Solid surfaces (bg-surface) | White glass (rgba light tinted) |
220
- | Background | Aurora gradient (mandatory) | Solid void/base | Lavender aurora gradient |
221
- | Accent | Teal-electric + Violet gradient | Teal/cyan only | Violet-blue |
222
- | Default theme | Dark | Dark | Light |
223
- | Depth model | Blur layers (dark) | Border/shadow depth | Blur layers (light) |
224
- | Mono usage | Section rails + stats | Section rails + stats | None (uses plain sans) |
225
- | Best for | SOC, AI platforms, dev tools | Command centers, SaaS | Fintech, mobile, media |
226
-
227
- ## Delivery modes
228
-
229
- ### Greenfield
230
- 1. Choose expression mode (Eclipse Command, Deep Analytics, Void Editorial, Quantum Workspace, Crystal Intelligence)
231
- 2. Establish aurora gradient background substrate first
232
- 3. Load relevant references
233
- 4. Apply token scope from `design-tokens.md` (glass tokens are the foundation)
234
- 5. Compose layout from `patterns.md` or `websites.md`
235
- 6. Build components from `components.md`
236
-
237
- ### Brownfield
238
- 1. Audit existing UI before rewriting
239
- 2. Check if the aurora gradient background can be introduced without breaking existing work
240
- 3. Map Aurora Command tokens onto the existing component library
241
- 4. Add glass surfaces progressively: start with top bar + sidebar, then cards
242
- 5. Consolidate duplicate variants before introducing new ones
243
- 6. Prefer targeted upgrades over full rewrites unless the user asks for a redesign
1
+ ---
2
+ name: aurora-command-ui
3
+ description: >-
4
+ Aurora Command UI is a hybrid design system fusing command-center structure with dark glass surfaces over a mandatory aurora gradient substrate. Use it when `design_skill: aurora-command-ui` is set in project.context.md OR when the user explicitly asks for "aurora command", "dark glass dashboard", "glass command center", "aurora dark UI", "teal violet glass", "dark frosted panels", "aurora infra dashboard", or similar. Ideal for SOC platforms, AI tools, security dashboards, dev platforms, CRM with presence, and any product where operational authority and visual depth must coexist. Dark by default with a light aurora option. Do NOT use this skill unless explicitly selected.
5
+ ---
6
+
7
+ # Aurora Command UI
8
+
9
+ Aurora Command UI lives at the intersection of **military-grade data command center** and **layered glass depth**. It is built from the structural DNA of Cognitive Core (mono rails, dense stat numbers, section zones, command shell) fused with the glass substrate engine of Glassmorphism (backdrop-filter surfaces, aurora gradient, luminous borders, ::before reflections).
10
+
11
+ The result: a dark glass shell where every panel reveals the aurora gradient underneath, operational data reads with precision, and the interface feels simultaneously tactical and premium.
12
+
13
+ **This is one visual system.** Never combine it with another design skill.
14
+
15
+ ## Package structure
16
+
17
+ ```text
18
+ .aioson/skills/design/aurora-command-ui/
19
+ SKILL.md ← you are here (load this first)
20
+ references/
21
+ art-direction.md ← intent, 5 expression modes, signature library, anti-generic tests
22
+ design-tokens.md CSS variables dark + light, glass tokens, typography, spacing, shadows
23
+ components.md 22+ components (glass variants + command structure)
24
+ patterns.md Page layouts: aurora app shell, dashboard, detail, settings, auth, list-detail
25
+ dashboards.md 5 dashboard presets + chart palette + glass panel rules
26
+ websites.md Aurora landing page patterns, hero variants, section patterns
27
+ motion.md ← Animations: glass entrances, aurora-aware motion, command transitions
28
+ ```
29
+
30
+ ## Activation rules
31
+
32
+ - Apply this package **only** when `project.context.md` contains `design_skill: "aurora-command-ui"` or the user explicitly chooses it.
33
+ - If another design skill is selected, do **not** load this package.
34
+ - Never auto-select this skill always require explicit confirmation.
35
+ - If no skill is set yet, the active agent must ask or confirm before applying.
36
+
37
+ ## Responsibility boundary
38
+
39
+ This skill defines:
40
+ - Visual direction and aesthetic DNA (dark glass over aurora gradient, command structure)
41
+ - Design tokens (glass surfaces, accent fusion, shadows, typography, spacing, radius)
42
+ - Component vocabulary and anatomy (22+ components glass shell + command mono rails)
43
+ - Page composition patterns (aurora substrate glass shell → glass panels → mono section rails → content)
44
+ - Theme switching behavior (dark default / light aurora option)
45
+
46
+ This skill does **not** decide:
47
+ - Stack (React, Vue, Blade, HTML, etc.)
48
+ - Output format (single file, multi-file, CSS modules, Tailwind, etc.)
49
+ - Icon library choice
50
+ - Whether a theme toggle exists in the product (the agent decides)
51
+ - Animation library (CSS or JS — motion.md is stack-agnostic)
52
+
53
+ ## Loading guide
54
+
55
+ Always load only what the current task needs:
56
+
57
+ | Task | Load |
58
+ |---|---|
59
+ | Any UI work | `references/design-tokens.md` |
60
+ | Reusable components | `references/design-tokens.md` + `references/components.md` |
61
+ | Dashboard or admin panel | `references/art-direction.md` + `references/design-tokens.md` + `references/components.md` + `references/patterns.md` + `references/dashboards.md` |
62
+ | Detail / profile page | `references/art-direction.md` + `references/design-tokens.md` + `references/components.md` + `references/patterns.md` |
63
+ | Landing page or website | `references/art-direction.md` + `references/design-tokens.md` + `references/components.md` + `references/websites.md` |
64
+ | Motion / animation | add `references/motion.md` when animation materially improves the result |
65
+ | Full UI build | all seven reference files |
66
+
67
+ ## Visual signature — three pillars
68
+
69
+ 1. **Aurora depth** — A dark aurora gradient (`linear-gradient(135deg, #060910 0%, #0A0818 30%, #060C1A 70%, #08060F 100%)`) is the mandatory substrate. Dark glass panels (`rgba(10,14,26,0.65)` with `backdrop-filter`) float over it, revealing the aurora below. The gradient is not decoration it is structurally required. Remove it and the glass has nothing to reveal.
70
+ 2. **Command authority** — Mono uppercase rails on every section. Dense stat numbers. Compact density that communicates operational mastery. The information structure feels like a mission control panel: labeled zones, one focal block per viewport, restrained accent usage.
71
+ 3. **Teal-violet fusion** — A single accent gradient `linear-gradient(135deg, #00C8E8, #7C3AED)` used on CTAs, active states, stat numbers, borders, and glow shadows. Teal-electric (`#00C8E8`) is the operational signal. Violet (`#7C3AED`) is the highlight and CTA. They only appear as a gradient pair — never in isolation except for semantic purposes.
72
+
73
+ ## Hybrid DNA
74
+
75
+ **From cognitive-core-ui (structure side):**
76
+ - Command center shell with mono section rails
77
+ - Dense stat numbers (text-4xl, tabular-nums)
78
+ - Top bar + sidebar + tab navigation structure
79
+ - Compact density system for dashboards and admin
80
+ - Section headers with mono labels and icon rails
81
+ - Sidebar active item: border-left 3px accent + elevated surface
82
+
83
+ **From glassmorphism-ui (glass side):**
84
+ - `backdrop-filter: blur()` on all major surfaces
85
+ - Aurora gradient substrate — mandatory, not decorative
86
+ - Luminous borders: `rgba(255,255,255,0.10)` on dark glass
87
+ - Top reflection `::before` on every glass card
88
+ - `@supports (backdrop-filter: blur(1px))` fallback always required
89
+ - Glass levels: shell → surface → elevated (3 distinct opacity layers)
90
+
91
+ **New in aurora-command-ui (hybrid elements):**
92
+ - Dark tinted glass: panels use `rgba(10,14,26,0.65)` — NOT white-transparent. The aurora shows through dark glass, not bright glass.
93
+ - Accent gradient on stat numbers, not just CTAs
94
+ - Teal-electric glow shadows: `0 0 30px rgba(0,200,232,0.12)`
95
+ - Aurora glow behind hero metric panels: `radial-gradient(circle at 50% 0%, rgba(0,200,232,0.08), transparent 70%)`
96
+
97
+ ## Theme system
98
+
99
+ ```html
100
+ <div data-theme="dark"> <!-- or data-theme="light" -->
101
+ ```
102
+
103
+ - **Dark (default)**: All operational products — dashboards, monitoring, security, AI tools, dev platforms. The aurora gradient is deep navy + deep violet. Glass is dark tinted.
104
+ - **Light**: Client-facing apps, institutional variants, content-heavy pages. The aurora gradient is soft lavender-gray. Glass is white tinted.
105
+
106
+ If the user does not specify: default to **dark with a theme toggle** in the top bar.
107
+
108
+ ## Visual DNA — dark theme
109
+
110
+ ### Aurora substrate (mandatory)
111
+ ```css
112
+ background: linear-gradient(135deg, #060910 0%, #0A0818 30%, #060C1A 70%, #08060F 100%);
113
+ background-attachment: fixed;
114
+ ```
115
+
116
+ ### Dark glass surfaces
117
+ - Shell (sidebar, top bar): `rgba(8, 12, 22, 0.75)` + `backdrop-filter: blur(24px)`
118
+ - Surface cards: `rgba(10, 14, 26, 0.65)` + `backdrop-filter: blur(16px)`
119
+ - Elevated (hover, nested): `rgba(14, 20, 36, 0.75)` + `backdrop-filter: blur(16px)`
120
+
121
+ ### Accents
122
+ - Teal-electric: `#00C8E8` (operational signals, active states, glow)
123
+ - Violet: `#7C3AED` (CTAs, highlights, gradient endpoint)
124
+ - Accent gradient: `linear-gradient(135deg, #00C8E8, #7C3AED)`
125
+ - Glow shadow: `0 0 30px rgba(0,200,232,0.12), 0 8px 24px rgba(0,0,0,0.40)`
126
+
127
+ ### Typography
128
+ - Headings: `Inter`, weight 700, `letter-spacing: 0`
129
+ - Body: `Inter`, weight 400, `line-height: 1.6`
130
+ - Mono rails: `JetBrains Mono`, weight 600, uppercase, `letter-spacing: 0.12em`, `font-size: 0.675rem`
131
+ - Stats: `Inter`, weight 700, `font-size: var(--text-4xl)`, gradient text on hero metric
132
+
133
+ ## Layout structure (aurora app shell)
134
+
135
+ ```
136
+ ┌─────────────────────────────────────────────────────────────────┐
137
+ AURORA GRADIENT BACKGROUND (substrate, fixed)
138
+ ┌──────────────────────────────────────────────────────────┐
139
+ │ │ GLASS TOP BAR backdrop-blur-lg, glass-shell │ │
140
+ │ [Logo] ─── [Tab Nav Center] ─── [Actions + Toggle] │
141
+ ├─────────────────┬────────────────────────────────────────┤
142
+ │ │ GLASS SIDEBAR CONTENT AREA │ │
143
+ │ │ 200-220px │ [MONO SECTION HEADER] │ │
144
+ │ │ backdrop-blur │ [GLASS STAT CARDS — aurora showing] │ │
145
+ │ │ glass-shell │ [GLASS DATA TABLE] │ │
146
+ │ │ glass-border │ [GLASS CHART CONTAINER] │ │
147
+ │ │ aurora visible │ │ │
148
+ │ │ │
149
+ │ └─────────────────┴────────────────────────────────────────┘ │
150
+ └─────────────────────────────────────────────────────────────────┘
151
+ ```
152
+
153
+ ### Signature details
154
+ - Glass cards always have `::before` top reflection: `linear-gradient(180deg, rgba(255,255,255,0.07) 0%, transparent 50%)`
155
+ - Teal-electric bottom border on active tabs: `3px solid #00C8E8`
156
+ - Sidebar active item: `border-left: 3px solid var(--accent-primary)` + `background: var(--glass-elevated)`
157
+ - Mono section headers always precede content zones
158
+ - Hero stat card: gradient text on main number (`background: var(--accent-gradient); -webkit-background-clip: text`)
159
+ - Every glass container uses `@supports (backdrop-filter: blur(1px))` fallback
160
+
161
+ ## Application rules
162
+
163
+ - Treat `references/design-tokens.md` as the source of truth for ALL tokens.
164
+ - Treat `references/art-direction.md` as the source of truth for expression, signature, and anti-generic decisions.
165
+ - The aurora gradient substrate is **non-negotiable** never place glass panels over a solid background.
166
+ - Dark glass opacity must be enough to reveal the aurora. If panels are too opaque, reduce `rgba` alpha toward 0.55.
167
+ - Limit glass nesting to 3 levels max. Each `backdrop-filter` is a composite layer.
168
+ - Always include `@supports (backdrop-filter: blur(1px))` fallbacks.
169
+ - Mono rails are the structural backbone — use them for section headers, stat labels, and metadata rails ONLY. Do not mono-label paragraphs, nav links, or body copy.
170
+ - The teal-violet gradient is the single accent family. Do not introduce secondary accent colors.
171
+ - Never combine this package with `cognitive-core-ui`, `glassmorphism-ui`, `interface-design`, or any other design skill.
172
+ - Adapt code examples to the active stack. Reference snippets are design specifications, not copy-paste code.
173
+ - Accessibility, responsiveness, and production semantics are the agent's responsibility (not this skill).
174
+
175
+ ## Execution quality gates
176
+
177
+ These gates override any reference file when they conflict.
178
+
179
+ Before implementation:
180
+ - Load the relevant references from the loading guide; do not build from this SKILL.md alone.
181
+ - Decide the surface type (app, dashboard, landing page, marketing site, tool, game) and one domain-specific signature move before writing layout code.
182
+ - 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.
183
+ - 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.
184
+ - 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.
185
+ - 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.
186
+ - 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.
187
+ - 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.
188
+ - Use discrete text tokens and stable line-height. Do not use viewport-width font scaling or negative letter-spacing.
189
+ - 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.
190
+ - Use motion as product feedback: hover, focus, active, loading, reveal, navigation, and state transitions. Always include a prefers-reduced-motion fallback.
191
+
192
+ Before delivery:
193
+ - Inspect the result at mobile and desktop widths. If a browser is available, use screenshots; otherwise perform static CSS/DOM review.
194
+ - Fix overlap, clipped text, illegible contrast, missing states, unsupported font loading, missing assets, raw palette drift, and generic template composition before presenting.
195
+ - 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.
196
+
197
+ ## Intent before visuals
198
+
199
+ Before choosing layout, answer all three:
200
+
201
+ 1. Who is the human using this page right now?
202
+ 2. What is the main action or decision they must complete?
203
+ 3. How should this interface feel in concrete words, not generic labels?
204
+
205
+ Bad answers:
206
+ - "for users"
207
+ - "manage data"
208
+ - "dark and cool"
209
+
210
+ Good answers:
211
+ - "security analyst identifying active threats during a live incident"
212
+ - "AI platform admin comparing agent performance across production workloads"
213
+ - "surgical, atmospheric, authoritative the aurora background communicates depth, the mono rails communicate precision"
214
+
215
+ ## Workflow discipline
216
+
217
+ 1. Confirm the aurora gradient substrate is in place before building any component.
218
+ 2. Choose one expression mode from `references/art-direction.md`.
219
+ 3. Name one signature glass+command move and repeat it intentionally across the page.
220
+ 4. Run the Glass Test: remove `backdrop-filter` from all cards if the UI looks fine without it, glass is decorative, not structural. Fix: reduce dark glass opacity so the aurora is clearly visible behind panels.
221
+ 5. Build from tokens first, then components, then page composition.
222
+ 6. Validate state parity: default, hover, active, focus, disabled — all glass token transitions.
223
+ 7. Validate contrast: dark glass surfaces must meet WCAG AA. Increase opacity on body text surfaces if needed.
224
+
225
+ ## Non-negotiable quality gates
226
+
227
+ - The aurora gradient substrate is non-negotiable. No gradient = no glass system.
228
+ - Dark glass must reveal the aurora — opacity must stay at or below 0.75. Do not "solidify" panels.
229
+ - Never use saturated neon colors. Teal-electric is at the saturation limit — do not push beyond it.
230
+ - Never nest more than 3 glass layers (performance + visual confusion).
231
+ - Shadows must be tinted with teal-electric, not plain black. `rgba(0,200,232,0.12)` is the glow baseline.
232
+ - Fallback without `backdrop-filter` must be tested: use `rgba(8,12,22,0.95)` solid for dark, `rgba(255,255,255,0.95)` for light.
233
+ - Every page must pass the **Glass Test**: backdrop-blur is structural, aurora is visible behind panels.
234
+ - Every page must pass the **Command Test**: mono rails appear on section headers, stat labels, and metadata only — not overused.
235
+ - Every page must pass the **Depth Test**: squinting reveals at least 3 depth layers (substrate → glass panel → content).
236
+ - Sameness is failure. If the result looks like a default dark admin with blur added, iterate on composition before finishing.
237
+
238
+ ## Positioning vs parent skills
239
+
240
+ | Aspect | aurora-command-ui | cognitive-core-ui | glassmorphism-ui |
241
+ |--------|------------------|-------------------|-----------------|
242
+ | Surfaces | Dark glass (rgba dark tinted) | Solid surfaces (bg-surface) | White glass (rgba light tinted) |
243
+ | Background | Aurora gradient (mandatory) | Solid void/base | Lavender aurora gradient |
244
+ | Accent | Teal-electric + Violet gradient | Teal/cyan only | Violet-blue |
245
+ | Default theme | Dark | Dark | Light |
246
+ | Depth model | Blur layers (dark) | Border/shadow depth | Blur layers (light) |
247
+ | Mono usage | Section rails + stats | Section rails + stats | None (uses plain sans) |
248
+ | Best for | SOC, AI platforms, dev tools | Command centers, SaaS | Fintech, mobile, media |
249
+
250
+ ## Delivery modes
251
+
252
+ ### Greenfield
253
+ 1. Choose expression mode (Eclipse Command, Deep Analytics, Void Editorial, Quantum Workspace, Crystal Intelligence)
254
+ 2. Establish aurora gradient background substrate first
255
+ 3. Load relevant references
256
+ 4. Apply token scope from `design-tokens.md` (glass tokens are the foundation)
257
+ 5. Compose layout from `patterns.md` or `websites.md`
258
+ 6. Build components from `components.md`
259
+
260
+ ### Brownfield
261
+ 1. Audit existing UI before rewriting
262
+ 2. Check if the aurora gradient background can be introduced without breaking existing work
263
+ 3. Map Aurora Command tokens onto the existing component library
264
+ 4. Add glass surfaces progressively: start with top bar + sidebar, then cards
265
+ 5. Consolidate duplicate variants before introducing new ones
266
+ 6. Prefer targeted upgrades over full rewrites unless the user asks for a redesign