@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,319 +1,319 @@
1
- # Art Direction — Clean SaaS UI
2
-
3
- Read this file for any page-level work where differentiation matters: apps, dashboards, landing pages, websites, and major flows.
4
-
5
- This file exists to stop Clean SaaS UI from collapsing into the same generic Tailwind admin starter every time.
6
-
7
- The system stays coherent, but the expression must change with the product, the user, and the dominant task.
8
-
9
- ---
10
-
11
- ## Core Rule
12
-
13
- **Same system, different expressions.**
14
-
15
- Keep the Clean SaaS DNA:
16
- - systematic component consistency
17
- - neutral professional blue accent
18
- - data-friendly medium density
19
- - light-first with controlled shadows and borders
20
-
21
- But do **not** keep the exact same composition, header, table layout, or sidebar structure from product to product.
22
-
23
- ---
24
-
25
- ## Mandatory Pre-Build Outputs
26
-
27
- Before designing a full page, produce all of these:
28
-
29
- 1. **Human**
30
- The real person using this page right now.
31
-
32
- 2. **Main action**
33
- The one decision, action, or question that matters most on this screen.
34
-
35
- 3. **Felt quality**
36
- Concrete words such as `efficient`, `trustworthy`, `methodical`, `calm`, `precise`, `grounded`, `authoritative`.
37
- Never use empty labels like `clean`, `modern`, or `professional`.
38
-
39
- 4. **Domain vocabulary**
40
- At least 5 concepts from the product's world.
41
- Example for CRM: `deal`, `pipeline`, `stage`, `account`, `close date`.
42
-
43
- 5. **Color world**
44
- At least 5 tones or materials that belong to that product world.
45
- Example for finance: cool gray, document white, navy authority, amber caution, muted green approval.
46
-
47
- 6. **Defaults to avoid**
48
- Name 3 obvious UI choices that would make the result generic.
49
-
50
- 7. **Signature move**
51
- One memorable design detail that can appear in at least 5 places on the page.
52
-
53
- If you cannot produce these seven, you are not ready to compose the page.
54
-
55
- ---
56
-
57
- ## Expression Modes
58
-
59
- Choose **one primary mode** per screen. You may borrow a small amount from a secondary mode only after the main expression is clear.
60
-
61
- ### 1. Structured Workspace
62
-
63
- Use for:
64
- - project management
65
- - task trackers
66
- - team collaboration tools
67
- - sprint boards
68
-
69
- Feel:
70
- - organized
71
- - reliable
72
- - efficient
73
- - predictable
74
-
75
- Composition:
76
- - sidebar navigation clara, content area com sections bem definidas
77
- - consistent header actions at the top of the page
78
- - breadcrumb trail always present
79
- - collapsible sidebar with smooth transition
80
-
81
- Visual cues:
82
- - subtle borders for section separation (not shadows)
83
- - badge chips para status
84
- - avatar groups para team
85
- - inline editable fields
86
-
87
- Signature ideas:
88
- - breadcrumb + page title always together, never separated
89
- - task row with hover reveal for inline actions
90
- - sidebar with labeled collapsible groups
91
-
92
- ---
93
-
94
- ### 2. Data Table Pro
95
-
96
- Use for:
97
- - CRM
98
- - ERP
99
- - analytics admin
100
- - inventory management
101
- - financial data
102
-
103
- Feel:
104
- - efficient
105
- - scannable
106
- - precise
107
- - trustworthy
108
-
109
- Composition:
110
- - table as the dominant page element
111
- - filter bar horizontal acima da table
112
- - bulk actions bar aparece ao selecionar linhas
113
- - column sorting e pagination clean abaixo
114
-
115
- Visual cues:
116
- - alternating row backgrounds sutis (gray-50 / white)
117
- - sticky header da tabela
118
- - inline action buttons aparecem no hover da row
119
- - status badges inside cells
120
-
121
- Signature ideas:
122
- - advanced filter builder como drawer lateral
123
- - column customization via dropdown
124
- - inline cell editing com confirmation bar
125
-
126
- ---
127
-
128
- ### 3. Form-Heavy Admin
129
-
130
- Use for:
131
- - settings
132
- - configuration panels
133
- - user management
134
- - compliance tools
135
- - onboarding setup
136
-
137
- Feel:
138
- - clear
139
- - methodical
140
- - helpful
141
- - professional
142
-
143
- Composition:
144
- - multi-section forms with strict vertical rhythm
145
- - section dividers com header e description
146
- - inline validation em tempo real
147
- - sticky save bar in the footer
148
-
149
- Visual cues:
150
- - label-above-input pattern consistent across every form
151
- - helper text em toda parte (text-xs, text-secondary)
152
- - section cards with their own header
153
- - progress indicator se for multi-step
154
-
155
- Signature ideas:
156
- - auto-save indicator no header ("Saved 2 min ago")
157
- - left-side section navigation for long forms
158
- - inline diff preview for critical changes
159
-
160
- ---
161
-
162
- ### 4. Metric Hub
163
-
164
- Use for:
165
- - metrics dashboards
166
- - reporting
167
- - KPI tracking
168
- - executive views
169
- - analytics
170
-
171
- Feel:
172
- - informative
173
- - clean
174
- - authoritative
175
- - at-a-glance
176
-
177
- Composition:
178
- - KPI cards → charts → tables (hierarquia vertical)
179
- - date range selector proeminente no header
180
- - export actions no header
181
- - drill-down available in every section
182
-
183
- Visual cues:
184
- - system chart colors (blue-first, not default library colors)
185
- - stat cards with trends (+ / - and semantic color)
186
- - sparklines inline nos stat cards
187
- - chart backgrounds levemente separados do bg-base
188
-
189
- Signature ideas:
190
- - comparison toggle (vs previous period)
191
- - goal progress indicators em stat cards
192
- - drill-down table abaixo do chart
193
-
194
- ---
195
-
196
- ### 5. Onboarding Flow
197
-
198
- Use for:
199
- - setup wizards
200
- - account creation
201
- - integration config
202
- - first-run experiences
203
-
204
- Feel:
205
- - guided
206
- - clear
207
- - encouraging
208
- - professional
209
-
210
- Composition:
211
- - step progress bar no topo
212
- - content area centralizado, max-width 480–560px
213
- - clear actions in the footer (back + continue)
214
- - completion feedback visual
215
-
216
- Visual cues:
217
- - numbered steps com estado visual (done / active / pending)
218
- - completion percentage ou progress bar
219
- - simple geometric illustrations (not hand-drawn)
220
- - contextual help tooltips
221
-
222
- Signature ideas:
223
- - checklist progress card como elemento central
224
- - integration logo grid for connections
225
- - inline preview of what will be created
226
-
227
- ---
228
-
229
- ## Signature Move Library
230
-
231
- Pick one and commit. Do not apply three weak gestures when one strong one would do.
232
-
233
- ### Apps & Dashboards
234
- - filter bar always visible above any table - never hidden in a modal
235
- - consistent page header: left (title + breadcrumb) + right (actions) - same structure on every page
236
- - sidebar active item: blue left border 2px + bg-elevated — sem glow, sem gradiente
237
-
238
- ### Data Heavy Pages
239
- - sticky table header with sort indicators always visible
240
- - bulk action bar that slides up when rows are selected
241
- - inline row actions that appear on hover (not in a separate dropdown)
242
-
243
- ### Forms & Settings
244
- - section cards com header azul (text accent) + description text-secondary
245
- - auto-save indicator discreto no corner superior direito
246
- - input helper text always present, even before an error
247
-
248
- ### Marketing Pages
249
- - product screenshot com shadow-lg + radius-xl ligeiramente inclinado (2–3deg)
250
- - feature grid with icon + title + description - clean, with no card background
251
- - pricing table com coluna "most popular" com accent border e slight elevation
252
-
253
- ---
254
-
255
- ## Anti-Generic Tests
256
-
257
- Run these before presenting:
258
-
259
- ### Template Test
260
- Remove the logo and change the accent color. Does the result still look like a specific product, or does it look like a Tailwind UI starter?
261
-
262
- If it looks like a starter: add one signature move.
263
-
264
- ### Density Test
265
- Are there wasted empty zones OR areas that feel cramped?
266
-
267
- Clean SaaS = equilibrium — nem esparramo nem cramped. Medium density aplicado consistentemente.
268
-
269
- ### Consistency Test
270
- - All inputs have the same height (36px control-md)?
271
- - All buttons have the same radius (6px)?
272
- - All tables have the same header style?
273
- - All page headers follow the same left/right pattern?
274
-
275
- Inconsistency is a system failure, not a style choice.
276
-
277
- ### Blue Test (unique to this skill)
278
- Does the accent blue feel like "a chosen blue" or "default bootstrap blue"?
279
-
280
- The accent blue should have a personality — `#2563EB` (blue-600) is sharp and decisive, not soft and corporate. It should feel intentional, not default.
281
-
282
- ### Domain Test
283
- Hide the product name. Does the page still feel like it was built for this specific product world? Or could it be any SaaS product?
284
-
285
- If generic: inject domain vocabulary into labels, section names, empty states, and helper text.
286
-
287
- ---
288
-
289
- ## Variation Rules By Surface Type
290
-
291
- ### Apps
292
- - Do not always start with a stat row — some apps start with a table, a queue, or a task list.
293
- - Do not always use a fixed left sidebar if a top nav fits better (simpler products).
294
- - Active state must be unambiguous — blue left border is the primary indicator, not color alone.
295
-
296
- ### Dashboards
297
- - Avoid four equal KPI cards as the only opening move.
298
- - Prefer one focal story above the fold: MRR trend, team workload, queue status, or alert count.
299
- - Charts must use the system's chart palette — never the library's default rainbow.
300
-
301
- ### Forms & Settings
302
- - Every section must have a clear header — do not run form fields without grouping.
303
- - Validation must be inline — not only on submit.
304
- - Long forms must have a section navigation mechanism (sidebar links or step tabs).
305
-
306
- ### Landing Pages
307
- - Do not default to centered hero + three feature cards + testimonials + CTA.
308
- - Use at least one composition break: offset screenshot, split layout, or alternating sections.
309
- - Every section should have a different job — not the same card rhythm repeated.
310
-
311
- ---
312
-
313
- ## Non-Negotiable Expression Rules
314
-
315
- 1. One accent color (blue), one expression mode, one signature move per page.
316
- 2. The page must feel designed for this specific domain, not for "a SaaS product."
317
- 3. Typography carries the neutral character — weight and tracking, not family variety.
318
- 4. Borders and backgrounds separate zones — shadows are minimal and purposeful.
319
- 5. If the design feels familiar, push the composition before adding decoration.
1
+ # Art Direction — Clean SaaS UI
2
+
3
+ Read this file for any page-level work where differentiation matters: apps, dashboards, landing pages, websites, and major flows.
4
+
5
+ This file exists to stop Clean SaaS UI from collapsing into the same generic Tailwind admin starter every time.
6
+
7
+ The system stays coherent, but the expression must change with the product, the user, and the dominant task.
8
+
9
+ ---
10
+
11
+ ## Core Rule
12
+
13
+ **Same system, different expressions.**
14
+
15
+ Keep the Clean SaaS DNA:
16
+ - systematic component consistency
17
+ - neutral professional blue accent
18
+ - data-friendly medium density
19
+ - light-first with controlled shadows and borders
20
+
21
+ But do **not** keep the exact same composition, header, table layout, or sidebar structure from product to product.
22
+
23
+ ---
24
+
25
+ ## Mandatory Pre-Build Outputs
26
+
27
+ Before designing a full page, produce all of these:
28
+
29
+ 1. **Human**
30
+ The real person using this page right now.
31
+
32
+ 2. **Main action**
33
+ The one decision, action, or question that matters most on this screen.
34
+
35
+ 3. **Felt quality**
36
+ Concrete words such as `efficient`, `trustworthy`, `methodical`, `calm`, `precise`, `grounded`, `authoritative`.
37
+ Never use empty labels like `clean`, `modern`, or `professional`.
38
+
39
+ 4. **Domain vocabulary**
40
+ At least 5 concepts from the product's world.
41
+ Example for CRM: `deal`, `pipeline`, `stage`, `account`, `close date`.
42
+
43
+ 5. **Color world**
44
+ At least 5 tones or materials that belong to that product world.
45
+ Example for finance: cool gray, document white, navy authority, amber caution, muted green approval.
46
+
47
+ 6. **Defaults to avoid**
48
+ Name 3 obvious UI choices that would make the result generic.
49
+
50
+ 7. **Signature move**
51
+ One memorable design detail that can appear in at least 5 places on the page.
52
+
53
+ If you cannot produce these seven, you are not ready to compose the page.
54
+
55
+ ---
56
+
57
+ ## Expression Modes
58
+
59
+ Choose **one primary mode** per screen. You may borrow a small amount from a secondary mode only after the main expression is clear.
60
+
61
+ ### 1. Structured Workspace
62
+
63
+ Use for:
64
+ - project management
65
+ - task trackers
66
+ - team collaboration tools
67
+ - sprint boards
68
+
69
+ Feel:
70
+ - organized
71
+ - reliable
72
+ - efficient
73
+ - predictable
74
+
75
+ Composition:
76
+ - sidebar navigation clara, content area com sections bem definidas
77
+ - consistent header actions at the top of the page
78
+ - breadcrumb trail always present
79
+ - collapsible sidebar with smooth transition
80
+
81
+ Visual cues:
82
+ - subtle borders for section separation (not shadows)
83
+ - badge chips para status
84
+ - avatar groups para team
85
+ - inline editable fields
86
+
87
+ Signature ideas:
88
+ - breadcrumb + page title always together, never separated
89
+ - task row with hover reveal for inline actions
90
+ - sidebar with labeled collapsible groups
91
+
92
+ ---
93
+
94
+ ### 2. Data Table Pro
95
+
96
+ Use for:
97
+ - CRM
98
+ - ERP
99
+ - analytics admin
100
+ - inventory management
101
+ - financial data
102
+
103
+ Feel:
104
+ - efficient
105
+ - scannable
106
+ - precise
107
+ - trustworthy
108
+
109
+ Composition:
110
+ - table as the dominant page element
111
+ - filter bar horizontal acima da table
112
+ - bulk actions bar aparece ao selecionar linhas
113
+ - column sorting e pagination clean abaixo
114
+
115
+ Visual cues:
116
+ - alternating row backgrounds sutis (gray-50 / white)
117
+ - sticky header da tabela
118
+ - inline action buttons aparecem no hover da row
119
+ - status badges inside cells
120
+
121
+ Signature ideas:
122
+ - advanced filter builder como drawer lateral
123
+ - column customization via dropdown
124
+ - inline cell editing com confirmation bar
125
+
126
+ ---
127
+
128
+ ### 3. Form-Heavy Admin
129
+
130
+ Use for:
131
+ - settings
132
+ - configuration panels
133
+ - user management
134
+ - compliance tools
135
+ - onboarding setup
136
+
137
+ Feel:
138
+ - clear
139
+ - methodical
140
+ - helpful
141
+ - professional
142
+
143
+ Composition:
144
+ - multi-section forms with strict vertical rhythm
145
+ - section dividers com header e description
146
+ - inline validation em tempo real
147
+ - sticky save bar in the footer
148
+
149
+ Visual cues:
150
+ - label-above-input pattern consistent across every form
151
+ - helper text em toda parte (text-xs, text-secondary)
152
+ - section cards with their own header
153
+ - progress indicator se for multi-step
154
+
155
+ Signature ideas:
156
+ - auto-save indicator no header ("Saved 2 min ago")
157
+ - left-side section navigation for long forms
158
+ - inline diff preview for critical changes
159
+
160
+ ---
161
+
162
+ ### 4. Metric Hub
163
+
164
+ Use for:
165
+ - metrics dashboards
166
+ - reporting
167
+ - KPI tracking
168
+ - executive views
169
+ - analytics
170
+
171
+ Feel:
172
+ - informative
173
+ - clean
174
+ - authoritative
175
+ - at-a-glance
176
+
177
+ Composition:
178
+ - KPI cards → charts → tables (hierarquia vertical)
179
+ - date range selector proeminente no header
180
+ - export actions no header
181
+ - drill-down available in every section
182
+
183
+ Visual cues:
184
+ - system chart colors (blue-first, not default library colors)
185
+ - stat cards with trends (+ / - and semantic color)
186
+ - sparklines inline nos stat cards
187
+ - chart backgrounds levemente separados do bg-base
188
+
189
+ Signature ideas:
190
+ - comparison toggle (vs previous period)
191
+ - goal progress indicators em stat cards
192
+ - drill-down table abaixo do chart
193
+
194
+ ---
195
+
196
+ ### 5. Onboarding Flow
197
+
198
+ Use for:
199
+ - setup wizards
200
+ - account creation
201
+ - integration config
202
+ - first-run experiences
203
+
204
+ Feel:
205
+ - guided
206
+ - clear
207
+ - encouraging
208
+ - professional
209
+
210
+ Composition:
211
+ - step progress bar no topo
212
+ - content area centralizado, max-width 480–560px
213
+ - clear actions in the footer (back + continue)
214
+ - completion feedback visual
215
+
216
+ Visual cues:
217
+ - numbered steps com estado visual (done / active / pending)
218
+ - completion percentage ou progress bar
219
+ - simple geometric illustrations (not hand-drawn)
220
+ - contextual help tooltips
221
+
222
+ Signature ideas:
223
+ - checklist progress card como elemento central
224
+ - integration logo grid for connections
225
+ - inline preview of what will be created
226
+
227
+ ---
228
+
229
+ ## Signature Move Library
230
+
231
+ Pick one and commit. Do not apply three weak gestures when one strong one would do.
232
+
233
+ ### Apps & Dashboards
234
+ - filter bar always visible above any table - never hidden in a modal
235
+ - consistent page header: left (title + breadcrumb) + right (actions) - same structure on every page
236
+ - sidebar active item: blue left border 2px + bg-elevated — sem glow, sem gradiente
237
+
238
+ ### Data Heavy Pages
239
+ - sticky table header with sort indicators always visible
240
+ - bulk action bar that slides up when rows are selected
241
+ - inline row actions that appear on hover (not in a separate dropdown)
242
+
243
+ ### Forms & Settings
244
+ - section cards com header azul (text accent) + description text-secondary
245
+ - auto-save indicator discreto no corner superior direito
246
+ - input helper text always present, even before an error
247
+
248
+ ### Marketing Pages
249
+ - product screenshot com shadow-lg + radius-xl ligeiramente inclinado (2–3deg)
250
+ - feature grid with icon + title + description - clean, with no card background
251
+ - pricing table com coluna "most popular" com accent border e slight elevation
252
+
253
+ ---
254
+
255
+ ## Anti-Generic Tests
256
+
257
+ Run these before presenting:
258
+
259
+ ### Template Test
260
+ Remove the logo and change the accent color. Does the result still look like a specific product, or does it look like a Tailwind UI starter?
261
+
262
+ If it looks like a starter: add one signature move.
263
+
264
+ ### Density Test
265
+ Are there wasted empty zones OR areas that feel cramped?
266
+
267
+ Clean SaaS = equilibrium — nem esparramo nem cramped. Medium density aplicado consistentemente.
268
+
269
+ ### Consistency Test
270
+ - All inputs have the same height (36px control-md)?
271
+ - All buttons have the same radius (6px)?
272
+ - All tables have the same header style?
273
+ - All page headers follow the same left/right pattern?
274
+
275
+ Inconsistency is a system failure, not a style choice.
276
+
277
+ ### Blue Test (unique to this skill)
278
+ Does the accent blue feel like "a chosen blue" or "default bootstrap blue"?
279
+
280
+ The accent blue should have a personality — `#2563EB` (blue-600) is sharp and decisive, not soft and corporate. It should feel intentional, not default.
281
+
282
+ ### Domain Test
283
+ Hide the product name. Does the page still feel like it was built for this specific product world? Or could it be any SaaS product?
284
+
285
+ If generic: inject domain vocabulary into labels, section names, empty states, and helper text.
286
+
287
+ ---
288
+
289
+ ## Variation Rules By Surface Type
290
+
291
+ ### Apps
292
+ - Do not always start with a stat row — some apps start with a table, a queue, or a task list.
293
+ - Do not always use a fixed left sidebar if a top nav fits better (simpler products).
294
+ - Active state must be unambiguous — blue left border is the primary indicator, not color alone.
295
+
296
+ ### Dashboards
297
+ - Avoid four equal KPI cards as the only opening move.
298
+ - Prefer one focal story above the fold: MRR trend, team workload, queue status, or alert count.
299
+ - Charts must use the system's chart palette — never the library's default rainbow.
300
+
301
+ ### Forms & Settings
302
+ - Every section must have a clear header — do not run form fields without grouping.
303
+ - Validation must be inline — not only on submit.
304
+ - Long forms must have a section navigation mechanism (sidebar links or step tabs).
305
+
306
+ ### Landing Pages
307
+ - Do not default to centered hero + three feature cards + testimonials + CTA.
308
+ - Use at least one composition break: offset screenshot, split layout, or alternating sections.
309
+ - Every section should have a different job — not the same card rhythm repeated.
310
+
311
+ ---
312
+
313
+ ## Non-Negotiable Expression Rules
314
+
315
+ 1. One accent color (blue), one expression mode, one signature move per page.
316
+ 2. The page must feel designed for this specific domain, not for "a SaaS product."
317
+ 3. Typography carries the neutral character — weight and tracking, not family variety.
318
+ 4. Borders and backgrounds separate zones — shadows are minimal and purposeful.
319
+ 5. If the design feels familiar, push the composition before adding decoration.