@equal-experts/kuat-react 0.13.1 → 0.14.0-beta.0

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 (70) hide show
  1. package/agent-docs/AGENTS.md +1 -1
  2. package/agent-docs/README.md +1 -1
  3. package/agent-docs/bundle-manifest.json +12 -20
  4. package/agent-docs/components/components.manifest.json +3 -0
  5. package/agent-docs/external/kuat-agent-rules/reference/accessibility/README.md +7 -0
  6. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/foundations → reference/accessibility}/accessibility.md +12 -10
  7. package/agent-docs/external/kuat-agent-rules/reference/brand/README.md +9 -0
  8. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/foundations → reference/brand}/brand.md +21 -11
  9. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/foundations → reference/brand}/logo.md +5 -4
  10. package/agent-docs/external/kuat-agent-rules/reference/brand/voice-and-tone.md +166 -0
  11. package/agent-docs/external/kuat-agent-rules/reference/content/README.md +12 -0
  12. package/agent-docs/external/kuat-agent-rules/reference/content/formatting.md +120 -0
  13. package/agent-docs/external/kuat-agent-rules/reference/content/numbers.md +87 -0
  14. package/agent-docs/external/kuat-agent-rules/reference/content/punctuation.md +94 -0
  15. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/foundations → reference}/content/writing-style.md +7 -2
  16. package/agent-docs/external/kuat-agent-rules/reference/design-language/README.md +11 -0
  17. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/foundations/design → reference/design-language}/borders.md +3 -2
  18. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/foundations/design → reference/design-language}/colours.md +38 -10
  19. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/foundations/design → reference/design-language}/design-language.md +11 -10
  20. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/foundations/design → reference/design-language}/spacing.md +4 -3
  21. package/agent-docs/external/kuat-agent-rules/reference/design-language/tokens/README.md +29 -0
  22. package/agent-docs/external/kuat-agent-rules/reference/design-language/tokens/colors.tokens.json +84 -0
  23. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/foundations/design → reference/design-language}/typography.md +5 -4
  24. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-marketing/README.md +10 -0
  25. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/marketing → reference/media-types/web-marketing}/content/README.md +2 -2
  26. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/marketing → reference/media-types/web-marketing}/content/blog-posts.md +1 -5
  27. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/marketing → reference/media-types/web-marketing}/content/marketing-content.md +2 -6
  28. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/marketing → reference/media-types/web-marketing}/content/seo.md +2 -6
  29. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/marketing → reference/media-types/web-marketing}/emails.md +3 -9
  30. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-marketing/patterns/README.md +7 -0
  31. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/marketing/scenarios → reference/media-types/web-marketing/patterns}/marketing-pages.md +3 -3
  32. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/marketing → reference/media-types/web-marketing}/website.md +7 -22
  33. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/README.md +16 -0
  34. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product → reference/media-types/web-product}/accessibility.md +2 -12
  35. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product → reference/media-types/web-product}/component-decision-tree.md +3 -18
  36. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product → reference/media-types/web-product}/component-registry.md +3 -22
  37. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product → reference/media-types/web-product}/content/README.md +2 -2
  38. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product → reference/media-types/web-product}/content/actions.md +1 -7
  39. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product → reference/media-types/web-product}/content/confirmations.md +0 -6
  40. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product → reference/media-types/web-product}/content/empty-states.md +0 -6
  41. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product → reference/media-types/web-product}/content/errors.md +0 -6
  42. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product → reference/media-types/web-product}/content/forms.md +1 -7
  43. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product → reference/media-types/web-product}/content/product-content.md +1 -11
  44. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product → reference/media-types/web-product}/design.md +6 -36
  45. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product → reference/media-types/web-product}/emails.md +3 -9
  46. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/patterns/README.md +10 -0
  47. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product/scenarios → reference/media-types/web-product/patterns}/authentication.md +3 -3
  48. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product/scenarios → reference/media-types/web-product/patterns}/dashboards.md +2 -2
  49. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product/scenarios → reference/media-types/web-product/patterns}/documentation.md +3 -3
  50. package/agent-docs/external/kuat-agent-rules/{kuat-docs/rules/types/web/product/scenarios → reference/media-types/web-product/patterns}/forms.md +3 -3
  51. package/agent-docs/kuat-docs/rules/README.md +37 -30
  52. package/agent-docs/kuat-docs/rules/design/layouts.md +1 -1
  53. package/agent-docs/kuat-docs/rules/scenarios/README.md +1 -1
  54. package/agent-docs/manifest.json +3 -3
  55. package/agent-docs/rules/LOADING-consumer.md +5 -5
  56. package/package.json +1 -1
  57. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/LOADING.md +0 -166
  58. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/README.md +0 -28
  59. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/formatting.md +0 -93
  60. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/numbers.md +0 -69
  61. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/punctuation.md +0 -75
  62. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/voice-and-tone.md +0 -263
  63. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/README.md +0 -28
  64. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/scenarios/README.md +0 -18
  65. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/DEPRECATIONS.md +0 -28
  66. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/README.md +0 -65
  67. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/review-checklist.md +0 -57
  68. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/review-context.md +0 -44
  69. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/README.md +0 -82
  70. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/technical.md +0 -488
@@ -4,24 +4,9 @@ Guidelines for Equal Experts marketing websites and landing pages.
4
4
 
5
5
  ---
6
6
 
7
- **Prerequisites:** Load [foundations](../../../foundations/) first
8
-
9
- ---
10
-
11
7
  ## Overview
12
8
 
13
- Marketing websites are public-facing pages designed to inform, engage, and convert visitors. They use light backgrounds with full-color branding.
14
-
15
- ---
16
-
17
- ## When to Use Marketing Layout
18
-
19
- Use marketing layout when:
20
- - Creating public-facing website content
21
- - Building landing pages
22
- - External audience (customers, prospects, public)
23
- - Content-focused pages (blog, documentation)
24
- - No complex navigation or application features
9
+ Marketing websites are public-facing pages designed to inform, engage, and convert visitors. They use light backgrounds with full-color branding. They are public-facing, target external audiences (customers, prospects, public), and are content-focused without complex navigation or application features.
25
10
 
26
11
  ---
27
12
 
@@ -74,7 +59,7 @@ Use marketing layout when:
74
59
  | Header | Full-color | 120-150px |
75
60
  | Footer | Full-color | 100-120px |
76
61
 
77
- See [foundations/logo.md](../../../foundations/logo.md) for logo guidelines.
62
+ See [logo](../../brand/logo.md) for logo guidelines.
78
63
 
79
64
  ---
80
65
 
@@ -90,7 +75,7 @@ See [foundations/logo.md](../../../foundations/logo.md) for logo guidelines.
90
75
 
91
76
  ## Content Guidelines
92
77
 
93
- Follow [foundations/content/](../../../foundations/content/) for writing style.
78
+ Follow [content](../../content/) for writing style.
94
79
 
95
80
  ### Marketing Content Should:
96
81
 
@@ -162,8 +147,8 @@ Follow [foundations/content/](../../../foundations/content/) for writing style.
162
147
 
163
148
  ## Related Documentation
164
149
 
165
- - [Foundations](../../../foundations/) - Brand and design language
166
- - [Foundations Accessibility](../../../foundations/accessibility.md) - Accessibility principles
167
- - [Web Foundations](../README.md) - Common web principles
150
+ - [Reference home](../../README.md) - Brand and design language
151
+ - [Accessibility](../../accessibility/accessibility.md) - Accessibility principles
152
+ - [Web marketing overview](./README.md) - Common web principles
168
153
  - [Marketing Emails](./emails.md) - Email guidelines
169
- - [Marketing Scenarios](./scenarios/) - Patterns for marketing pages
154
+ - [Marketing Patterns](./patterns/) - Patterns for marketing pages
@@ -0,0 +1,16 @@
1
+ # Web Product
2
+
3
+ Reference for Equal Experts web applications, dashboards, internal tools, and product emails.
4
+
5
+ | File | Scope |
6
+ |------|-------|
7
+ | [design.md](./design.md) | Layout, navigation, product visual patterns |
8
+ | [accessibility.md](./accessibility.md) | Product accessibility requirements |
9
+ | [emails.md](./emails.md) | Transactional / product email patterns |
10
+ | [component-decision-tree.md](./component-decision-tree.md) | Which component source to use (Blocks → Kuat → shadcn → custom) |
11
+ | [component-registry.md](./component-registry.md) | Stable component IDs → overlay/package guides |
12
+ | [content/](./content/) | UX copy (actions, errors, forms, confirmations, empty states) |
13
+ | [patterns/](./patterns/) | Page-type patterns (auth, dashboards, documentation, forms) |
14
+ | [examples/](./examples/) | Framework code samples (React, Vue, CSS) |
15
+
16
+ Per-component usage, variants, and API live in the implementation overlay or npm package `agent-docs/components/`, resolved via the IDs in [component-registry.md](./component-registry.md) — not in this upstream tree.
@@ -1,19 +1,9 @@
1
- ---
2
- scope: type
3
- platform: web_product
4
- prerequisites: foundations/accessibility.md
5
- ---
6
-
7
1
  # Technical Accessibility
8
2
 
9
3
  Implementation rules for WCAG 2.2 AA compliance in web applications.
10
4
 
11
5
  ---
12
6
 
13
- **Prerequisites:** Load [foundations accessibility](../../../foundations/accessibility.md) first.
14
-
15
- ---
16
-
17
7
  ## Quick reference
18
8
 
19
9
  - **Semantic HTML:** Use `<button>`, `<a href>`, `<input>`, headings, lists, tables; avoid div/span for interactive or structural meaning.
@@ -396,7 +386,7 @@ Kuat components automatically respect `prefers-reduced-motion`. When building cu
396
386
 
397
387
  ## Related Documentation
398
388
 
399
- - [Foundations Accessibility](../../../foundations/accessibility.md) - Principles and guidelines
389
+ - [Accessibility foundations](../../accessibility/accessibility.md) - Principles and guidelines
400
390
  - [Component Decision Tree](./component-decision-tree.md) - Component selection and patterns
401
391
  - [Product Design](./design.md) - Layout patterns
402
- - [Product Scenarios](./scenarios/) - Applied patterns for specific page types
392
+ - [Product Patterns](./patterns/) - Applied patterns for specific page types
@@ -1,19 +1,9 @@
1
- ---
2
- scope: type
3
- platform: web_product
4
- prerequisites: foundations
5
- ---
6
-
7
1
  # Component Decision Tree
8
2
 
9
3
  Component selection and development patterns for Equal Experts web applications.
10
4
 
11
5
  ---
12
6
 
13
- **Prerequisites:** Load [foundations](../../../foundations/) first.
14
-
15
- ---
16
-
17
7
  ## Overview
18
8
 
19
9
  When building UI for web applications, follow this priority order to ensure consistency and reduce maintenance burden.
@@ -72,7 +62,7 @@ Build from scratch only when:
72
62
 
73
63
  ## Per-component guides
74
64
 
75
- Usage, variants, API, and accessibility for each primitive are **not** duplicated in this upstream file. Resolve by stable ID:
65
+ Usage, variants, API, and accessibility for each primitive are **not** duplicated in this upstream file. They live as `components/{slug}.md` in the consumer package `agent-docs/` or overlay, resolved by stable ID via [component-registry.md](./component-registry.md):
76
66
 
77
67
  | ID | Guide location |
78
68
  |----|----------------|
@@ -80,11 +70,7 @@ Usage, variants, API, and accessibility for each primitive are **not** duplicate
80
70
  | `kuat:button-group` | `components/button-group.md` |
81
71
  | `kuat:kuat-header` | `components/kuat-header.md` |
82
72
 
83
- 1. Look up IDs in [component-registry.md](./component-registry.md).
84
- 2. Resolve path via `COMPONENT_MANIFEST` (`ensure-rules.sh` output) or `{RULES_ROOT}/agent-docs/components.manifest.json`.
85
- 3. Load only the component docs referenced by the current task or artifact.
86
-
87
- Architecture: [consumption-architecture.md](../../../../setup/consumption-architecture.md).
73
+ See [consumption-architecture.md](../../../kuat-docs/setup/consumption-architecture.md) for the resolution architecture.
88
74
 
89
75
  ---
90
76
 
@@ -191,7 +177,7 @@ Always specify `defaultVariants`:
191
177
 
192
178
  ### Design Tokens
193
179
 
194
- - Use semantic color tokens (`bg-primary`, not `#0066CC`)
180
+ - Use semantic color tokens (`bg-primary`, not a raw hex)
195
181
  - Use spacing scale (`p-4`, not `padding: 17px`)
196
182
  - Use border radius rules (0px/4px/6px)
197
183
 
@@ -258,6 +244,5 @@ Before shipping a component, verify:
258
244
  ## Related Documentation
259
245
 
260
246
  - [Accessibility](./accessibility.md) - Technical accessibility implementation
261
- - [Technical Guidelines](./technical.md) - Setup and integration
262
247
  - [Design Rules](./design.md) - Layout and visual design
263
248
  - [Examples](./examples/) - Framework-specific code examples
@@ -1,24 +1,6 @@
1
- ---
2
- scope: type
3
- platform: web_product
4
- prerequisites: foundations, component-decision-tree.md
5
- ---
6
-
7
1
  # Component registry
8
2
 
9
- Stable IDs link upstream scenarios and checklists to per-component guides in the implementation overlay or npm `agent-docs/`.
10
-
11
- ---
12
-
13
- ## How to use
14
-
15
- 1. Scenario or checklist cites an ID (e.g. `shadcn:button`).
16
- 2. Resolve via `components.manifest.json`:
17
- - Package: `node_modules/@equal-experts/kuat-react/agent-docs/components.manifest.json`
18
- - Overlay: `{KUAT_RULES_OVERLAY_PATH}/components.manifest.json`
19
- 3. Load `components/{slug}.md` from the manifest `path` field.
20
-
21
- **Slug:** ID without namespace prefix (`shadcn:button` → `button`).
3
+ Stable IDs link patterns and checklists to per-component guides in the implementation overlay or npm `agent-docs/`. Component docs live as `components/{slug}.md` in the consumer package `agent-docs/` or overlay, resolved via `components.manifest.json`. The slug is the ID without its namespace prefix (`shadcn:button` → `button`).
22
4
 
23
5
  ---
24
6
 
@@ -26,7 +8,7 @@ Stable IDs link upstream scenarios and checklists to per-component guides in the
26
8
 
27
9
  | ID | Display name | Source | Overlay / package doc | Upstream refs |
28
10
  |----|--------------|--------|----------------------|---------------|
29
- | `shadcn:button` | Button | shadcn CLI + `kuat-core` theme | `components/button.md` | [forms](./scenarios/forms.md), [authentication](./scenarios/authentication.md), [content/actions](./content/actions.md) |
11
+ | `shadcn:button` | Button | shadcn CLI + `kuat-core` theme | `components/button.md` | [forms](./patterns/forms.md), [authentication](./patterns/authentication.md), [content/actions](./content/actions.md) |
30
12
  | `kuat:button-group` | ButtonGroup | `@equal-experts/kuat-react` / `kuat-vue` | `components/button-group.md` | [component-decision-tree](./component-decision-tree.md) |
31
13
  | `kuat:kuat-header` | KuatHeader | `@equal-experts/kuat-react` / `kuat-vue` block | `components/kuat-header.md` | [component-decision-tree](./component-decision-tree.md), [design](./design.md) |
32
14
 
@@ -64,5 +46,4 @@ Authoritative manifest lives in `kuat-mono` and is published inside each package
64
46
  ## Related
65
47
 
66
48
  - [component-decision-tree.md](./component-decision-tree.md)
67
- - [consumption-architecture.md](../../../../setup/consumption-architecture.md)
68
- - [DEPRECATIONS.md](./DEPRECATIONS.md)
49
+ - [consumption-architecture.md](../../../kuat-docs/setup/consumption-architecture.md)
@@ -6,7 +6,7 @@ UX writing and content patterns for Equal Experts web applications.
6
6
 
7
7
  ## Overview
8
8
 
9
- Product content is the text inside product interfaces: buttons, errors, forms, confirmations, empty states. Load [foundations content](../../../../foundations/content/voice-and-tone.md) first, then [product-content.md](./product-content.md).
9
+ Product content is the text inside product interfaces: buttons, errors, forms, confirmations, empty states. The [voice and tone](../../../brand/voice-and-tone.md) foundation and [product-content.md](./product-content.md) cover the core principles.
10
10
 
11
11
  ---
12
12
 
@@ -25,5 +25,5 @@ Product content is the text inside product interfaces: buttons, errors, forms, c
25
25
 
26
26
  ## Related
27
27
 
28
- - [Foundations content](../../../../foundations/content/README.md)
28
+ - [Writing style](../../../content/writing-style.md)
29
29
  - [Product design](../design.md)
@@ -1,9 +1,3 @@
1
- ---
2
- scope: type
3
- platform: web_product
4
- prerequisites: foundations, foundations/content/voice-and-tone.md, product/content/product-content.md
5
- ---
6
-
7
1
  # Actions (Buttons and Links)
8
2
 
9
3
  Guidance for button labels and link text in product interfaces.
@@ -41,7 +35,7 @@ Guidance for button labels and link text in product interfaces.
41
35
 
42
36
  - Use descriptive link text that states the destination or action
43
37
  - Avoid "click here", "read more", or "learn more" without context
44
- - See [foundations content formatting](../../../../foundations/content/formatting.md) for link guidelines
38
+ - See [content formatting](../../../content/formatting.md) for link guidelines
45
39
 
46
40
  ---
47
41
 
@@ -1,9 +1,3 @@
1
- ---
2
- scope: type
3
- platform: web_product
4
- prerequisites: foundations, product/content/product-content.md
5
- ---
6
-
7
1
  # Confirmations
8
2
 
9
3
  When and how to write confirmation dialogs for destructive or high-impact actions.
@@ -1,9 +1,3 @@
1
- ---
2
- scope: type
3
- platform: web_product
4
- prerequisites: foundations, product/content/product-content.md
5
- ---
6
-
7
1
  # Empty States
8
2
 
9
3
  How to write copy when there's no data or content to show yet.
@@ -1,9 +1,3 @@
1
- ---
2
- scope: type
3
- platform: web_product
4
- prerequisites: foundations, product/content/product-content.md
5
- ---
6
-
7
1
  # Errors
8
2
 
9
3
  How to write error messages that help users fix the problem.
@@ -1,9 +1,3 @@
1
- ---
2
- scope: type
3
- platform: web_product
4
- prerequisites: foundations, product/content/product-content.md
5
- ---
6
-
7
1
  # Forms
8
2
 
9
3
  Content guidance for forms: labels, placeholders, helper text, validation, and structure.
@@ -71,4 +65,4 @@ Content guidance for forms: labels, placeholders, helper text, validation, and s
71
65
 
72
66
  - [Product content](./product-content.md)
73
67
  - [Errors](./errors.md)
74
- - [Foundations accessibility](../../../../foundations/accessibility.md)
68
+ - [Accessibility foundations](../../../accessibility/accessibility.md)
@@ -1,19 +1,9 @@
1
- ---
2
- scope: type
3
- platform: web_product
4
- prerequisites: foundations, foundations/content/voice-and-tone.md
5
- ---
6
-
7
1
  # Product Content Guidelines
8
2
 
9
3
  UX writing and content guidelines for Equal Experts web applications.
10
4
 
11
5
  ---
12
6
 
13
- **Prerequisites:** Load [foundations](../../../../foundations/) first, especially [voice and tone](../../../../foundations/content/voice-and-tone.md).
14
-
15
- ---
16
-
17
7
  ## Overview
18
8
 
19
9
  Product content is the text inside product interfaces, designed to help users complete tasks. It's more concise than marketing content and action-oriented.
@@ -128,7 +118,7 @@ Before writing, know:
128
118
 
129
119
  ## Related Documentation
130
120
 
131
- - [Foundations content](../../../../foundations/content/README.md) - Voice, tone, style
121
+ - [Voice and tone](../../../brand/voice-and-tone.md) - Voice, tone, style
132
122
  - [Actions](./actions.md) - Buttons and links
133
123
  - [Confirmations](./confirmations.md) - Confirmation dialogs
134
124
  - [Empty states](./empty-states.md) - Empty state copy
@@ -1,38 +1,9 @@
1
- ---
2
- scope: type
3
- platform: web_product
4
- prerequisites: general
5
- ---
6
-
7
1
  # Product Design Rules
8
2
 
9
3
  Design guidelines for Equal Experts web applications and product interfaces.
10
4
 
11
5
  ---
12
6
 
13
- **Prerequisites:** Load [foundations](../../../foundations/) first.
14
-
15
- **Intent:** Use skill [kuat-review](../../../../skills/kuat-review/SKILL.md) or [kuat-create](../../../../skills/kuat-create/SKILL.md) first.
16
-
17
- ---
18
-
19
- ## Before you review
20
-
21
- 1. Run [kuat-review](../../../../skills/kuat-review/SKILL.md) intake (depth, artifacts, output format).
22
- 2. Gather product context per [review-context.md](./review-context.md) when depth is `product_ux` or `full`.
23
- 3. Apply [review-checklist.md](./review-checklist.md).
24
- 4. **Do not load** [examples/](./examples/) for review-only tasks.
25
-
26
- ---
27
-
28
- ## Before you create
29
-
30
- 1. Run [kuat-create](../../../../skills/kuat-create/SKILL.md).
31
- 2. Load this file, relevant [scenarios/](./scenarios/), and [content/](./content/) as needed.
32
- 3. Load [examples/](./examples/) when implementing UI in React, Vue, or CSS.
33
-
34
- ---
35
-
36
7
  ## Overview
37
8
 
38
9
  Product layouts are for web applications, dashboards, and internal tools. They use **dark navigation** for clear visual hierarchy, distinguishing them from marketing layouts.
@@ -137,7 +108,7 @@ For dark navigation (horizontal or sidebar):
137
108
 
138
109
  **Never use full-color logo on dark backgrounds.**
139
110
 
140
- See [foundations/logo.md](../../../foundations/logo.md) for logo guidelines.
111
+ See [logo guidelines](../../brand/logo.md).
141
112
 
142
113
  ---
143
114
 
@@ -172,8 +143,8 @@ See [foundations/logo.md](../../../foundations/logo.md) for logo guidelines.
172
143
  ### Cards and Panels
173
144
 
174
145
  - Use `bg-card` token for card backgrounds
175
- - Follow [foundations/design/borders.md](../../../foundations/design/borders.md) for border styling
176
- - Follow [foundations/design/spacing.md](../../../foundations/design/spacing.md) for padding
146
+ - Follow [borders](../../design-language/borders.md) for border styling
147
+ - Follow [spacing](../../design-language/spacing.md) for padding
177
148
 
178
149
  ---
179
150
 
@@ -199,9 +170,8 @@ See [foundations/logo.md](../../../foundations/logo.md) for logo guidelines.
199
170
 
200
171
  ## Related Documentation
201
172
 
202
- - [Foundations](../../../foundations/) - Brand and design language
173
+ - [Reference home](../../README.md) - Brand and design language
203
174
  - [Accessibility](./accessibility.md) - Technical accessibility implementation
204
175
  - [Component Decision Tree](./component-decision-tree.md) - Component selection
205
- - [Technical Guidelines](./technical.md) - Implementation details
206
- - [Product Content](./content.md) - UX writing guidelines
207
- - [Scenarios](./scenarios/) - Applied patterns for specific page types
176
+ - [Product Content](./content/product-content.md) - UX writing guidelines
177
+ - [Patterns](./patterns/) - Applied patterns for specific page types
@@ -4,12 +4,6 @@ Guidelines for Equal Experts transactional and product-related emails.
4
4
 
5
5
  ---
6
6
 
7
- **Status:** Placeholder - details to be defined
8
-
9
- **Prerequisites:** Load [foundations](../../../foundations/) first
10
-
11
- ---
12
-
13
7
  ## Overview
14
8
 
15
9
  Product emails are transactional communications sent from web applications, including confirmations, notifications, and system messages.
@@ -36,7 +30,7 @@ Product emails are transactional communications sent from web applications, incl
36
30
 
37
31
  ## Content Guidelines
38
32
 
39
- Follow [foundations/content/](../../../foundations/content/) and [product content](./content/product-content.md) for writing style.
33
+ Follow [content foundations](../../content/writing-style.md) and [product content](./content/product-content.md) for writing style.
40
34
 
41
35
  ### Subject Lines
42
36
  - Be specific about the content
@@ -66,6 +60,6 @@ Follow [foundations/content/](../../../foundations/content/) and [product conten
66
60
 
67
61
  ## Related Documentation
68
62
 
69
- - [Foundations](../../../foundations/) - Brand and design language
63
+ - [Reference home](../../README.md) - Brand and design language
70
64
  - [Product Content](./content/product-content.md) - UX writing guidelines
71
- - [Marketing Emails](../marketing/emails.md) - Marketing email guidelines
65
+ - [Marketing Emails](../web-marketing/emails.md) - Marketing email guidelines
@@ -0,0 +1,10 @@
1
+ # Web Product Patterns
2
+
3
+ Applied layout and design patterns for web-application page types.
4
+
5
+ | Pattern | For | Base layout |
6
+ |---------|-----|-------------|
7
+ | [authentication.md](./authentication.md) | Login, registration, password flows, MFA | Single column |
8
+ | [dashboards.md](./dashboards.md) | Analytics, data tables, metrics, reporting | Sidebar navigation |
9
+ | [forms.md](./forms.md) | Settings, multi-step forms, data entry | Varies |
10
+ | [documentation.md](./documentation.md) | Docs sites, knowledge bases, API reference | Sidebar + split |
@@ -192,7 +192,7 @@ Authentication pages should minimise distraction and focus users on the task.
192
192
 
193
193
  ## Accessibility
194
194
 
195
- **Base requirements:** See [foundations accessibility](../../../../foundations/accessibility.md) and [web accessibility](../accessibility.md)
195
+ **Base requirements:** See [accessibility foundations](../../../accessibility/accessibility.md) and [web accessibility](../accessibility.md)
196
196
 
197
197
  **Scenario-specific:**
198
198
 
@@ -221,7 +221,7 @@ Follow the standard validation pattern:
221
221
 
222
222
  ### Button Placement
223
223
 
224
- **Component guide:** `shadcn:button` — see [component-registry.md](../component-registry.md); load `components/button.md` from package or overlay.
224
+ **Component guide:** `shadcn:button` — the `components/button.md` guide lives in the consumer package or overlay (see [component-registry.md](../component-registry.md)).
225
225
 
226
226
  | Button | Position | Variant |
227
227
  |--------|----------|---------|
@@ -300,4 +300,4 @@ Follow the standard validation pattern:
300
300
 
301
301
  - [Product Design](../design.md) - Layout patterns
302
302
  - [Web Accessibility](../accessibility.md) - Form validation pattern
303
- - [Forms Scenario](./forms.md) - General form patterns
303
+ - [Forms Pattern](./forms.md) - General form patterns
@@ -188,7 +188,7 @@ Dashboards benefit from persistent navigation and maximum content width.
188
188
 
189
189
  ## Accessibility
190
190
 
191
- **Base requirements:** See [foundations accessibility](../../../../foundations/accessibility.md) and [web accessibility](../accessibility.md)
191
+ **Base requirements:** See [accessibility foundations](../../../accessibility/accessibility.md) and [web accessibility](../accessibility.md)
192
192
 
193
193
  **Scenario-specific:**
194
194
 
@@ -310,4 +310,4 @@ Use for complex filtering (10+ filter options):
310
310
  ## Related Documentation
311
311
 
312
312
  - [Product Design](../design.md) - Sidebar Navigation layout
313
- - [Foundations Accessibility](../../../../foundations/accessibility.md) - Color and contrast
313
+ - [Accessibility foundations](../../../accessibility/accessibility.md) - Color and contrast
@@ -190,7 +190,7 @@ Docs / Components / Button / Variants
190
190
 
191
191
  ## Accessibility
192
192
 
193
- **Base requirements:** See [foundations accessibility](../../../../foundations/accessibility.md) and [web accessibility](../accessibility.md)
193
+ **Base requirements:** See [accessibility foundations](../../../accessibility/accessibility.md) and [web accessibility](../accessibility.md)
194
194
 
195
195
  **Scenario-specific:**
196
196
 
@@ -329,5 +329,5 @@ Docs / Components / Button / Variants
329
329
  ## Related Documentation
330
330
 
331
331
  - [Product Design](../design.md) - Sidebar and Split layouts
332
- - [Foundations Accessibility](../../../../foundations/accessibility.md) - Structure and headings
333
- - [Foundations Typography](../../../../foundations/design/typography.md) - Type scale and hierarchy
332
+ - [Accessibility foundations](../../../accessibility/accessibility.md) - Structure and headings
333
+ - [Typography](../../../design-language/typography.md) - Type scale and hierarchy
@@ -166,7 +166,7 @@ We'll send your receipt to this address.
166
166
 
167
167
  ## Accessibility
168
168
 
169
- **Base requirements:** See [foundations accessibility](../../../../foundations/accessibility.md) and [web accessibility](../accessibility.md)
169
+ **Base requirements:** See [accessibility foundations](../../../accessibility/accessibility.md) and [web accessibility](../accessibility.md)
170
170
 
171
171
  **Scenario-specific:**
172
172
 
@@ -235,7 +235,7 @@ Best for: Related fields (names, addresses)
235
235
 
236
236
  ### Button Placement
237
237
 
238
- **Component guide:** `shadcn:button` — load `components/button.md` from package `agent-docs/` or `KUAT_RULES_OVERLAY_PATH` when implementing or reviewing button behaviour (see [component-registry.md](../component-registry.md)).
238
+ **Component guide:** `shadcn:button` — the `components/button.md` guide for button behaviour lives in the consumer package `agent-docs/` or overlay (see [component-registry.md](../component-registry.md)).
239
239
 
240
240
  **Single Form:**
241
241
 
@@ -358,4 +358,4 @@ Multiple card sections, each independently saveable:
358
358
 
359
359
  - [Product Design](../design.md) - Layout options
360
360
  - [Web Accessibility](../accessibility.md) - Form validation pattern
361
- - [Authentication Scenario](./authentication.md) - Login/registration forms
361
+ - [Authentication Pattern](./authentication.md) - Login/registration forms