@equal-experts/kuat-react 0.13.0 → 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 (150) hide show
  1. package/agent-docs/AGENTS.md +10 -0
  2. package/agent-docs/README.md +17 -0
  3. package/agent-docs/bundle-manifest.json +55 -0
  4. package/agent-docs/components/_template.md +21 -0
  5. package/agent-docs/components/button-group.md +27 -0
  6. package/agent-docs/components/button.md +50 -0
  7. package/agent-docs/components/components.manifest.json +23 -0
  8. package/agent-docs/components/kuat-header.md +27 -0
  9. package/agent-docs/external/kuat-agent-rules/reference/accessibility/README.md +7 -0
  10. package/agent-docs/external/kuat-agent-rules/reference/accessibility/accessibility.md +446 -0
  11. package/agent-docs/external/kuat-agent-rules/reference/brand/README.md +9 -0
  12. package/agent-docs/external/kuat-agent-rules/reference/brand/brand.md +109 -0
  13. package/agent-docs/external/kuat-agent-rules/reference/brand/logo.md +152 -0
  14. package/agent-docs/external/kuat-agent-rules/reference/brand/voice-and-tone.md +166 -0
  15. package/agent-docs/external/kuat-agent-rules/reference/content/README.md +12 -0
  16. package/agent-docs/external/kuat-agent-rules/reference/content/formatting.md +120 -0
  17. package/agent-docs/external/kuat-agent-rules/reference/content/numbers.md +87 -0
  18. package/agent-docs/external/kuat-agent-rules/reference/content/punctuation.md +94 -0
  19. package/agent-docs/external/kuat-agent-rules/reference/content/writing-style.md +96 -0
  20. package/agent-docs/external/kuat-agent-rules/reference/design-language/README.md +11 -0
  21. package/agent-docs/external/kuat-agent-rules/reference/design-language/borders.md +160 -0
  22. package/agent-docs/external/kuat-agent-rules/reference/design-language/colours.md +201 -0
  23. package/agent-docs/external/kuat-agent-rules/reference/design-language/design-language.md +117 -0
  24. package/agent-docs/external/kuat-agent-rules/reference/design-language/spacing.md +131 -0
  25. package/agent-docs/external/kuat-agent-rules/reference/design-language/tokens/README.md +29 -0
  26. package/agent-docs/external/kuat-agent-rules/reference/design-language/tokens/colors.tokens.json +84 -0
  27. package/agent-docs/external/kuat-agent-rules/reference/design-language/typography.md +156 -0
  28. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-marketing/README.md +10 -0
  29. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-marketing/content/README.md +26 -0
  30. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-marketing/content/blog-posts.md +29 -0
  31. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-marketing/content/marketing-content.md +61 -0
  32. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-marketing/content/seo.md +40 -0
  33. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-marketing/emails.md +68 -0
  34. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-marketing/patterns/README.md +7 -0
  35. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-marketing/patterns/marketing-pages.md +368 -0
  36. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-marketing/website.md +154 -0
  37. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/README.md +16 -0
  38. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/accessibility.md +392 -0
  39. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/component-decision-tree.md +248 -0
  40. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/component-registry.md +49 -0
  41. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/content/README.md +29 -0
  42. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/content/actions.md +45 -0
  43. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/content/confirmations.md +51 -0
  44. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/content/empty-states.md +37 -0
  45. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/content/errors.md +48 -0
  46. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/content/forms.md +68 -0
  47. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/content/product-content.md +128 -0
  48. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/design.md +177 -0
  49. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/emails.md +65 -0
  50. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/patterns/README.md +10 -0
  51. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/patterns/authentication.md +303 -0
  52. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/patterns/dashboards.md +313 -0
  53. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/patterns/documentation.md +333 -0
  54. package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/patterns/forms.md +361 -0
  55. package/agent-docs/kuat-docs/rules/README.md +155 -0
  56. package/agent-docs/kuat-docs/rules/design/layouts.md +394 -0
  57. package/agent-docs/kuat-docs/rules/scenarios/README.md +83 -0
  58. package/agent-docs/kuat-docs/rules/scenarios/authentication.md +301 -0
  59. package/agent-docs/kuat-docs/rules/scenarios/dashboards.md +314 -0
  60. package/agent-docs/kuat-docs/rules/scenarios/documentation.md +333 -0
  61. package/agent-docs/kuat-docs/rules/scenarios/forms.md +359 -0
  62. package/agent-docs/kuat-docs/rules/scenarios/marketing-pages.md +367 -0
  63. package/agent-docs/manifest.json +9 -0
  64. package/agent-docs/rules/LOADING-consumer.md +27 -0
  65. package/dist/accordion.d.ts +2 -0
  66. package/dist/alert-dialog.d.ts +2 -0
  67. package/dist/badge.d.ts +3 -0
  68. package/dist/button-group.d.ts +2 -0
  69. package/dist/button.d.ts +3 -0
  70. package/dist/carousel.d.ts +2 -0
  71. package/dist/checkbox.d.ts +3 -0
  72. package/dist/components/ui/accordion/accordion.d.ts +7 -0
  73. package/dist/components/ui/accordion/index.d.ts +1 -0
  74. package/dist/components/ui/alert-dialog/alert-dialog.d.ts +20 -0
  75. package/dist/components/ui/alert-dialog/index.d.ts +1 -0
  76. package/dist/components/ui/badge/badge.d.ts +16 -0
  77. package/dist/components/ui/badge/index.d.ts +2 -0
  78. package/dist/components/ui/breadcrumb/Breadcrumb.d.ts +29 -0
  79. package/dist/components/ui/breadcrumb/breadcrumb-primitives.d.ts +19 -0
  80. package/dist/components/ui/breadcrumb/index.d.ts +4 -0
  81. package/dist/components/ui/button/button.d.ts +27 -0
  82. package/dist/components/ui/button/index.d.ts +2 -0
  83. package/dist/components/ui/button-group/button-group.d.ts +23 -0
  84. package/dist/components/ui/button-group/index.d.ts +2 -0
  85. package/dist/components/ui/carousel/carousel.d.ts +50 -0
  86. package/dist/components/ui/carousel/index.d.ts +2 -0
  87. package/dist/components/ui/checkbox/checkbox-field.d.ts +23 -0
  88. package/dist/components/ui/checkbox/checkbox.d.ts +5 -0
  89. package/dist/components/ui/checkbox/index.d.ts +4 -0
  90. package/dist/components/ui/content-card/content-card.d.ts +29 -0
  91. package/dist/components/ui/content-card/index.d.ts +2 -0
  92. package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts +27 -0
  93. package/dist/components/ui/dropdown-menu/index.d.ts +1 -0
  94. package/dist/components/ui/ee-logo-icon/ee-logo-icon.d.ts +11 -0
  95. package/dist/components/ui/ee-logo-icon/index.d.ts +2 -0
  96. package/dist/components/ui/field/field.d.ts +28 -0
  97. package/dist/components/ui/field/index.d.ts +2 -0
  98. package/dist/components/ui/icon-button/icon-button.d.ts +27 -0
  99. package/dist/components/ui/icon-button/index.d.ts +2 -0
  100. package/dist/components/ui/input/index.d.ts +2 -0
  101. package/dist/components/ui/input/input.d.ts +20 -0
  102. package/dist/components/ui/kuat-carousel/index.d.ts +2 -0
  103. package/dist/components/ui/kuat-carousel/kuat-carousel.d.ts +16 -0
  104. package/dist/components/ui/kuat-header/index.d.ts +4 -0
  105. package/dist/components/ui/kuat-header/kuat-header.d.ts +16 -0
  106. package/dist/components/ui/kuat-header/kuat-header.logic.d.ts +32 -0
  107. package/dist/components/ui/kuat-header/kuat-header.types.d.ts +91 -0
  108. package/dist/components/ui/kuat-logo-lockup/index.d.ts +2 -0
  109. package/dist/components/ui/kuat-logo-lockup/kuat-logo-lockup.d.ts +17 -0
  110. package/dist/components/ui/kuat-radial-progress/index.d.ts +2 -0
  111. package/dist/components/ui/kuat-radial-progress/kuat-radial-progress.d.ts +16 -0
  112. package/dist/components/ui/radio/index.d.ts +4 -0
  113. package/dist/components/ui/radio/radio-field.d.ts +25 -0
  114. package/dist/components/ui/radio/radio.d.ts +7 -0
  115. package/dist/components/ui/select/constants.d.ts +19 -0
  116. package/dist/components/ui/select/index.d.ts +3 -0
  117. package/dist/components/ui/select/select.d.ts +53 -0
  118. package/dist/components/ui/separator/index.d.ts +2 -0
  119. package/dist/components/ui/separator/separator.d.ts +9 -0
  120. package/dist/components/ui/sonner/index.d.ts +4 -0
  121. package/dist/components/ui/sonner/sonner-content.d.ts +15 -0
  122. package/dist/components/ui/sonner/sonner.d.ts +21 -0
  123. package/dist/components/ui/switch/index.d.ts +4 -0
  124. package/dist/components/ui/switch/switch-field.d.ts +23 -0
  125. package/dist/components/ui/switch/switch.d.ts +5 -0
  126. package/dist/components/ui/textarea/index.d.ts +2 -0
  127. package/dist/components/ui/textarea/textarea.d.ts +9 -0
  128. package/dist/components/ui/toggle/constants.d.ts +4 -0
  129. package/dist/components/ui/toggle/index.d.ts +6 -0
  130. package/dist/components/ui/toggle/toggle-group.d.ts +11 -0
  131. package/dist/components/ui/toggle/toggle.d.ts +9 -0
  132. package/dist/field.d.ts +3 -0
  133. package/dist/icon-button.d.ts +3 -0
  134. package/dist/index.d.ts +47 -0
  135. package/dist/input.d.ts +3 -0
  136. package/dist/kuat-carousel.d.ts +2 -0
  137. package/dist/kuat-radial-progress.d.ts +7 -0
  138. package/dist/lib/react-node-compat.d.ts +7 -0
  139. package/dist/lib/utils.d.ts +3 -0
  140. package/dist/radio.d.ts +3 -0
  141. package/dist/select.d.ts +3 -0
  142. package/dist/sonner.d.ts +1 -0
  143. package/dist/style.css +1 -1
  144. package/dist/style.css.d.ts +2 -0
  145. package/dist/switch.d.ts +1 -0
  146. package/dist/test/setup.d.ts +1 -0
  147. package/dist/textarea.d.ts +3 -0
  148. package/dist/toggle-group.d.ts +3 -0
  149. package/dist/toggle.d.ts +3 -0
  150. package/package.json +4 -2
@@ -0,0 +1,9 @@
1
+ # Brand
2
+
3
+ Equal Experts brand identity: who EE is and how the brand expresses itself.
4
+
5
+ | File | Scope |
6
+ |------|-------|
7
+ | [brand.md](./brand.md) | Brand principles and identity |
8
+ | [logo.md](./logo.md) | Logo variants, sizing, placement, clear space |
9
+ | [voice-and-tone.md](./voice-and-tone.md) | Voice, tone, audience, content quality |
@@ -0,0 +1,109 @@
1
+ # Equal Experts Brand
2
+
3
+ Core brand principles and identity guidelines for Equal Experts.
4
+
5
+ ---
6
+
7
+ ## Brand Identity
8
+
9
+ Equal Experts is a network of experienced software consultants, helping organisations deliver better digital products and services.
10
+
11
+ **Key Brand Attributes:**
12
+ - **Expert** - Deep technical expertise and experience
13
+ - **Equal** - Collaborative, flat structure, no hierarchies
14
+ - **Honest** - Direct, transparent communication
15
+ - **Pragmatic** - Practical solutions over theoretical perfection
16
+
17
+ ---
18
+
19
+ ## Brand Values
20
+
21
+ The Equal Experts values act as principles of how we work with our customers. They are intended to give all members of the network autonomy in making decisions that are aligned with the way we want to behave, as well as how we want to be recognised.
22
+
23
+ ### 1. We deliver as teams of equals
24
+
25
+ Teams are greater than the sum of their parts. No matter what role people play in a team, they all have something to contribute, and they all have a voice in delivery decisions.
26
+
27
+ ### 2. We prioritise outcomes over approach
28
+
29
+ We work in complex and highly dynamic environments. We’re not interested in a cookie-cutter approach.
30
+
31
+ ### 3. We narrow our focus but widen our context
32
+
33
+ We deliver concrete value as early as possible by quickly identifying key opportunities, but framing them within the wider organisational context.
34
+
35
+ ### 4. We bring step-by-step change
36
+
37
+ It can be tempting to look for a WOW factor, but we know that lasting change is best achieved through small, incremental practices that build towards larger transformation.
38
+
39
+ ### 5. We have a passion for learning over knowing all the answers
40
+
41
+ We may be experts, but we don’t pretend to know all the answers.
42
+
43
+ ### 6. We seek customer success over our own short-term interests
44
+
45
+ We thrive by our reputation, so the only way to guarantee our future success is to do what’s right, right now, for our customers.
46
+
47
+ ---
48
+
49
+ ## Brand Voice
50
+
51
+ ### Tone Characteristics
52
+
53
+ | Characteristic | Description |
54
+ |----------------|-------------|
55
+ | Confident | We know our craft and speak with authority |
56
+ | Humble | We acknowledge what we don't know |
57
+ | Direct | We get to the point without jargon |
58
+ | Helpful | We focus on enabling others to succeed |
59
+ | Pragmatic | We favour practical over theoretical |
60
+
61
+ ### Voice Do's
62
+
63
+ - Be clear and direct
64
+ - Use plain language
65
+ - Show expertise through clarity, not complexity
66
+ - Acknowledge uncertainty when appropriate
67
+ - Focus on outcomes and value
68
+
69
+ ### Voice Don'ts
70
+
71
+ - Don't use buzzwords without substance
72
+ - Don't overclaim or overpromise
73
+ - Don't hide behind jargon
74
+ - Don't be condescending
75
+ - Don't use corporate speak
76
+
77
+ ---
78
+
79
+ ## Brand Positioning
80
+
81
+ **What we are:**
82
+ - A network of experienced software consultants
83
+ - Partners who work alongside client teams
84
+ - Experts who deliver, not just advise
85
+
86
+ **What we're not:**
87
+ - A traditional consultancy with hierarchies
88
+ - A body shop providing resources
89
+ - Theorists who don't get hands dirty
90
+
91
+ ---
92
+
93
+ ## Brand Consistency
94
+
95
+ When representing Equal Experts:
96
+
97
+ 1. **Use official brand assets** - Logo, colors, typography from brand guidelines
98
+ 2. **Maintain voice consistency** - Apply brand voice across all touchpoints
99
+ 3. **Respect the brand** - Don't modify, distort, or misrepresent
100
+ 4. **Be authentic** - Represent the real Equal Experts culture
101
+
102
+ ---
103
+
104
+ ## Related Documentation
105
+
106
+ - [Logo Usage](./logo.md) - Logo variants, sizing, placement
107
+ - [Colours](../design-language/colours.md) - Brand color palette
108
+ - [Typography](../design-language/typography.md) - Brand fonts
109
+ - [Reference index](../README.md) - All brand reference guides
@@ -0,0 +1,152 @@
1
+ # Logo Rules
2
+
3
+ Logo usage specifications for Equal Experts. This document defines logo composition, sizing, variants, and placement guidelines.
4
+
5
+ ---
6
+
7
+ ## Overview
8
+
9
+ The Equal Experts logo is a core brand asset that must be used consistently and correctly.
10
+
11
+ **Key Principle:** Always use official logo assets. Never recreate, modify, or distort the logo.
12
+
13
+ ---
14
+
15
+ ## Logo Composition
16
+
17
+ The logo consists of two elements:
18
+
19
+ 1. **Brand mark:** Square brackets containing an equals sign `[=]` in blue
20
+ 2. **Wordmark:** "EQUAL EXPERTS" text in dark gray/charcoal
21
+
22
+ **Rule:** These elements should always be used together unless space constraints require the brand mark only.
23
+
24
+ ---
25
+
26
+ ## Size Requirements
27
+
28
+ ### Minimum Sizes
29
+
30
+ | Medium | Minimum Width |
31
+ |--------|---------------|
32
+ | Digital | 100px |
33
+ | Print | 26.5mm |
34
+
35
+ **Never scale below minimums.** If space is constrained, use brand mark only.
36
+
37
+ ### Recommended Sizes by Context
38
+
39
+ | Context | Width |
40
+ |---------|-------|
41
+ | Large headers/hero areas | 150-200px |
42
+ | Standard headers | 120-150px |
43
+ | Footers | 100-120px |
44
+ | Small placements | 100px minimum |
45
+ | Favicons/Icons | Brand mark only |
46
+
47
+ ---
48
+
49
+ ## Clear Space
50
+
51
+ The logo requires breathing room equal to the width of **one bracket and the equals sign** on all sides.
52
+
53
+ This ensures visual prominence and brand recognition.
54
+
55
+ ---
56
+
57
+ ## Color Variants
58
+
59
+ ### Primary Logos (Default)
60
+
61
+ Always prefer primary logos for maximum brand recognition:
62
+
63
+ | Variant | File | Background | Brand Mark | Wordmark |
64
+ |---------|------|------------|------------|----------|
65
+ | Full color | `logo-colour.svg` | Light | Blue | Dark gray |
66
+ | White text | `logo-white-text.svg` | Dark | Blue | White |
67
+
68
+ ### Monochrome Logos (Secondary)
69
+
70
+ Use only when primary logos cannot be used:
71
+
72
+ | Variant | File | Background | Usage |
73
+ |---------|------|------------|-------|
74
+ | White | `logo-monochrome-white.svg` | Dark | When primary contrast is insufficient |
75
+ | Black | `logo-monochrome-black.svg` | Light | When monochrome is specifically required |
76
+
77
+ ### Selection Guide
78
+
79
+ | Background | First Choice | Second Choice |
80
+ |------------|--------------|---------------|
81
+ | Light (white, light gray) | `logo-colour.svg` | `logo-monochrome-black.svg` |
82
+ | Dark (navy, black, dark blue) | `logo-white-text.svg` | `logo-monochrome-white.svg` |
83
+ | Brand color (EE Blue) | `logo-white-text.svg` | `logo-monochrome-white.svg` |
84
+ | Photography/images | `logo-monochrome-white.svg` | Ensure sufficient contrast |
85
+
86
+ ---
87
+
88
+ ## Brand Mark Only
89
+
90
+ The brand mark (without wordmark) should only be used when:
91
+
92
+ 1. **Space is severely limited** (favicons, small icons, social media avatars)
93
+ 2. **Shape requirements** (must fit square/circular shape)
94
+ 3. **Decorative use** (design element in presentations)
95
+ 4. **Context is clear** (obviously represents Equal Experts)
96
+
97
+ ---
98
+
99
+ ## Usage Guidelines
100
+
101
+ ### Do's
102
+
103
+ 1. **Use official assets** from the brand-assets repository
104
+ 2. **Maintain size requirements** - minimum 100px digital, 26.5mm print
105
+ 3. **Provide adequate clear space** - bracket+equals width on all sides
106
+ 4. **Choose appropriate variant** based on background color
107
+ 5. **Ensure accessibility** - sufficient contrast in all contexts
108
+
109
+ ### Don'ts
110
+
111
+ 1. **Don't transform** - No rotation, distortion, skewing
112
+ 2. **Don't modify colors** - Use only official variants
113
+ 3. **Don't alter composition** - Don't add text, separate elements
114
+ 4. **Don't compromise visibility** - No busy backgrounds, no undersizing
115
+ 5. **Don't create variations** - No custom colors or effects
116
+ 6. **Don't place on low-contrast backgrounds** - Ensure legibility
117
+
118
+ ---
119
+
120
+ ## Platform-Specific Placement
121
+
122
+ For platform-specific logo placement guidance:
123
+
124
+ - **Web product** - See [media-types/web-product/](../media-types/web-product/)
125
+ - **Web marketing** - See [media-types/web-marketing/](../media-types/web-marketing/)
126
+ - **Slides** - See [media-types/slides/](../media-types/slides/)
127
+ - **Graphics** - See [media-types/imagery/patterns/graphics/](../media-types/imagery/patterns/graphics/)
128
+
129
+ ---
130
+
131
+ ## Official Logo Assets
132
+
133
+ All logos are available in the [Equal Experts brand-assets repository](https://github.com/EqualExperts/brand-assets/tree/master/logo).
134
+
135
+ ### Primary Logos
136
+ - `logo-colour.svg` - Full color (light backgrounds)
137
+ - `logo-white-text.svg` - Blue mark, white text (dark backgrounds)
138
+
139
+ ### Monochrome Logos
140
+ - `logo-monochrome-white.svg` - All white (dark backgrounds)
141
+ - `logo-monochrome-black.svg` - All black (light backgrounds)
142
+
143
+ ### Brand Marks
144
+ - `brand-mark-blue.svg` - Blue mark without text
145
+ - `brand-mark-monochrome-white.svg` - White mark without text
146
+
147
+ ---
148
+
149
+ ## Related Documentation
150
+
151
+ - [Brand Guidelines](./brand.md) - Brand principles
152
+ - [Colours](../design-language/colours.md) - Brand color palette
@@ -0,0 +1,166 @@
1
+ # Voice and Tone
2
+
3
+ Universal voice and tone for Equal Experts content. Applies to all platforms and media.
4
+
5
+ ---
6
+
7
+ ## Overview
8
+
9
+ It's not just *what* we say but *how* we say it that matters. A consistent voice — aligned with our vision, mission, and values — helps us speak to our audience clearly, reflects our culture, and differentiates us from the competition. If the voice isn't reflective of Equal Experts, our work, and our values, we risk key messages being misunderstood or overlooked.
10
+
11
+ Our **voice** is constant: it's who we are. Our **tone** flexes to suit the audience, channel, and purpose.
12
+
13
+ ---
14
+
15
+ ## Quick Reference
16
+
17
+ **Always:**
18
+ - Be friendly, clear, and approachable — one human to another
19
+ - Be confident, but never arrogant; back claims with evidence
20
+ - Focus on the audience and their needs
21
+ - Use plain language; be specific, not vague
22
+ - Be consistent across channels and materials
23
+
24
+ **Never:**
25
+ - Make bold claims without backing them up
26
+ - Hide behind jargon, acronyms, or buzzwords
27
+ - Talk down to, over-simplify for, or patronise the audience
28
+ - Overuse "we" so the content reads as boastful
29
+ - Mix and match tones and styles within a piece
30
+
31
+ ---
32
+
33
+ ## How We Describe Equal Experts
34
+
35
+ Equal Experts is a global network of technology shapers. We work collaboratively with clients on digital initiatives that deliver long-lasting change and pragmatic innovation. Engaging around 3,000 consultants across five continents, we help solve complex business problems and create leading digital products and services. We decide with data, design for users, deliver at pace, and scale sustainably.
36
+
37
+ What makes us unique: we engage only senior consultants (averaging around 18 years' experience), we're low-ego and curious, we're vendor-agnostic and don't offer cookie-cutter solutions, and our flexible global delivery model means we're not limited by geography.
38
+
39
+ ---
40
+
41
+ ## Writing in the Equal Experts Voice
42
+
43
+ **Friendly, clear, and approachable.** We speak from one human to another. Though we work with cutting-edge technology, we're not robots and neither are our customers. Content is clear, concise, and purposeful, but reflects how we'd speak face-to-face. Gentle humour is welcome when it arises naturally, is appropriate, and will be widely understood.
44
+
45
+ **Confident, but never arrogant.** With a word as powerful as "expert" in our name, we embody it with humility. We show our knowledge through tangible results and a passion for learning. We're confident without being condescending, and knowledgeable without being know-it-alls.
46
+
47
+ **Focused on the audience.** Our voice adapts to different audiences, channels, and platforms. When we talk about technology, we consider the audience and don't cloud the message with terminology, acronyms, or phrases they're unlikely to understand. We're not dumbing down or patronising — we're meeting the audience where they are.
48
+
49
+ **Genuine, and a team of equals.** Our voice instils trust in our work and our people. We speak positively about our customers — past and present — emphasising collaboration, transparency, and honesty. We voice our opinions but stay open to compromise for the good of the client or team. We're considerate and intentional with our words, paying close attention to inclusivity and accessibility.
50
+
51
+ ---
52
+
53
+ ## Adapting Tone for the Audience
54
+
55
+ The Equal Experts voice flexes to the audience and content type. Internal audiences allow a more informal, conversational tone with more room for humour; sales materials dial up confident, persuasive language.
56
+
57
+ | Audience / channel | Tone |
58
+ |--------------------|------|
59
+ | Case studies (external) | Straightforward and factual, with a focus on storytelling, client collaboration, and results |
60
+ | Blogs (external & internal) | Purposeful and informative, letting the author's personality shine through; answer the audience's questions |
61
+ | Playbooks & informative content | Clear and informative, with evidence-based insights and examples; a strong expert tone |
62
+ | Pitch decks & sales materials | Confident, authoritative, persuasive; definitive statements about our work and impact, always backed by results |
63
+ | Social media | Conversational, friendly, and informal; often addressed to the audience |
64
+ | Internal Blogin & Slack | Friendly, approachable, reflecting the author's personality. Remember NDAs |
65
+ | Knowledge Portal | Deeper, less-polished opinions and insights, useful for the network but not for external view. Remember NDAs |
66
+
67
+ We don't adapt the tone in a way that compromises our values, and we always read as professional, reliable experts who deliver results.
68
+
69
+ ---
70
+
71
+ ## Content Principles
72
+
73
+ These principles underpin all our content, from planning to maintenance.
74
+
75
+ 1. **Always be human.** We're humans talking to humans — simple, authentic, and genuine, with personality and humour where it suits.
76
+ 2. **Have a clear purpose.** Set the aim, audience, and the goal it serves before you start. What question does this piece answer?
77
+ 3. **Know who your audience is.** Understand their situation, behaviours, attitudes, problems, and goals.
78
+ 4. **Be clear and concise.** Plain English, the best chance of being read and understood. Don't use ten words when three will do.
79
+ 5. **Collaborate with others.** Draw on people with the right skills at the right point in the process.
80
+ 6. **Test, iterate, and learn.** Try new content, improve it on feedback and evidence, and share what you learn across the network.
81
+
82
+ ---
83
+
84
+ ## Top Tips
85
+
86
+ - **Write for all readers.** Some read every word; others skim. Descriptive headers, subheaders, lists, and diagrams help people find what they need
87
+ - **Lead with the key message.** Open with the main or most interesting point, then back it up
88
+ - **Use the active voice.** "We reviewed the code", not "The code was reviewed by Equal Experts"
89
+ - **Be clear, concise, and specific.** Plain English, no slang, no unnecessary jargon or acronyms; don't assume prior knowledge
90
+ - **Write like a human.** Being an expert means removing complexity — be relatable, warm, and friendly
91
+ - **Adapt to the audience.** Suit the situation, the reader, and the subject
92
+ - **Don't "we" all over the content.** Too much "we" reads as boastful; emphasise the client and the collaboration
93
+ - **Be consistent.** Apply the same standards and style throughout; don't mix tones
94
+
95
+ ---
96
+
97
+ ## UK English and Local Markets
98
+
99
+ We focus on **UK English** for global content, but respect local markets — Australia, the US, Europe, South Africa, and India — where appropriate, adopting local spelling, grammar, and currency in location-specific content.
100
+
101
+ ---
102
+
103
+ ## Audience Considerations
104
+
105
+ ### Technical audiences (developers, engineers)
106
+
107
+ **Tone:** Pragmatic, evidence-based, respectful of expertise. Use specific technical detail, code examples, and trade-offs. Avoid over-simplification, buzzwords, and marketing language.
108
+
109
+ ### Business stakeholders (product owners, leaders)
110
+
111
+ **Tone:** Outcome-focused, clear, strategic. Use business metrics, efficiency gains, and impact. Avoid deep technical detail without context and unexplained acronyms.
112
+
113
+ ### General audiences
114
+
115
+ **Tone:** Helpful, clear, accessible. Use plain language, clear explanations, and practical examples. Avoid corporate speak and jargon.
116
+
117
+ ---
118
+
119
+ ## Common Pitfalls
120
+
121
+ ### Buzzword bingo
122
+ Trendy terminology without substance.
123
+
124
+ ❌ "Leveraging synergistic, AI-enabled solutions"
125
+ ✅ "We automated invoice processing using existing APIs"
126
+
127
+ ### Unbacked claims
128
+ Bold statements without evidence.
129
+
130
+ ❌ "We'll dramatically improve your performance"
131
+ ✅ "The health check saved the client £3 million"
132
+
133
+ ### Over-explanation
134
+ Explaining what needs no explanation.
135
+
136
+ ❌ "Click the button below to continue to the next screen"
137
+ ✅ [Continue]
138
+
139
+ ---
140
+
141
+ ## Content Quality Checklist
142
+
143
+ - **Clarity:** Can it be understood from a 30-second skim?
144
+ - **Purpose:** Does it answer a specific question or solve a problem?
145
+ - **Consistency:** Does it use consistent terminology and patterns?
146
+ - **Audience:** Is it pitched right for the intended reader?
147
+ - **Accessibility:** Does it work for everyone, including assistive-technology users?
148
+
149
+ ---
150
+
151
+ ## Platform-Specific Content
152
+
153
+ For platform-specific content guidance:
154
+
155
+ - **Web Marketing** - See [media-types/web-marketing/](../media-types/web-marketing/)
156
+ - **Web Product** - See [media-types/web-product/](../media-types/web-product/)
157
+ - **Slides** - See [media-types/slides/](../media-types/slides/)
158
+
159
+ ---
160
+
161
+ ## Related Documentation
162
+
163
+ - [Brand Guidelines](./brand.md) - Brand voice and values
164
+ - [Writing style](../content/writing-style.md) - Active voice, plain language, conventions
165
+ - [Inclusive language](../accessibility/accessibility.md#inclusive-language) - Accessible, bias-free word choices
166
+ - [Design language](../design-language/design-language.md) - Visual design principles
@@ -0,0 +1,12 @@
1
+ # Content
2
+
3
+ How Equal Experts writes — style and usage conventions that apply across every medium. (Voice and tone lives in [brand/](../brand/voice-and-tone.md).)
4
+
5
+ | File | Scope |
6
+ |------|-------|
7
+ | [writing-style.md](./writing-style.md) | Active voice, plain language, conciseness |
8
+ | [formatting.md](./formatting.md) | Capitalisation, headings, links, lists, acronyms |
9
+ | [numbers.md](./numbers.md) | Dates, times, currency, percentages, units |
10
+ | [punctuation.md](./punctuation.md) | Commas, dashes, apostrophes, quotation marks |
11
+
12
+ Inclusive, bias-free word choices live in [accessibility/](../accessibility/accessibility.md#inclusive-language) and are cross-linked from [writing-style.md](./writing-style.md).
@@ -0,0 +1,120 @@
1
+ # Formatting
2
+
3
+ How to use bold, capitalisation, headings, links, lists, and abbreviations in Equal Experts content.
4
+
5
+ ---
6
+
7
+ ## Quick Reference
8
+
9
+ - **Capitalisation:** Sentence case for headings, buttons, and body copy; capitals only for proper nouns and product names
10
+ - **Bold:** Use sparingly, only to draw attention to a key point
11
+ - **Italics:** Use only to denote a quote
12
+ - **Underline:** Use only to indicate a link
13
+ - **Links:** Descriptive link text, not "click here" or raw URLs
14
+ - **Lists:** Use sparingly; punctuate by whether items are full sentences
15
+ - **Acronyms:** Spell out on first use, then use the short form
16
+
17
+ ---
18
+
19
+ ## Capitalisation
20
+
21
+ ### Sentence case
22
+
23
+ Use sentence case for:
24
+ - Headings, subheadings, and content titles (no full stop)
25
+ - Button and link labels
26
+ - List items
27
+ - Body copy
28
+
29
+ **Examples:**
30
+ "Helping ease the path to AI adoption in the enterprise"
31
+ "Save and continue"
32
+ "Contact the team"
33
+
34
+ ### Capitals in body copy
35
+
36
+ Within the body of the content, use a capital letter only for a **proper noun** (for example a customer or product name). Don't use title case for general headings or UI labels.
37
+
38
+ ---
39
+
40
+ ## Bold, Italics, and Underline
41
+
42
+ - **Bold:** Use sparingly, only when you want to draw attention to a key point: "Building a culture of innovation? You need **Experts** by your side."
43
+ - *Italics:* Use **only to denote a quote**. Don't use italics for emphasis, titles of works, or technical terms.
44
+ - <u>Underline:</u> Use **only to indicate the presence of a link**. Don't underline for emphasis.
45
+
46
+ ---
47
+
48
+ ## Headings
49
+
50
+ - Use headings and subheadings to break up text and help readers scan or jump to what they need
51
+ - Write them in **sentence case with no full stop**, and keep them concise and informative: "Why autonomous agents could be the best thing to happen to AI"
52
+ - One H1 per page or screen; use a logical hierarchy (H1 → H2 → H3) and don't skip levels
53
+
54
+ ---
55
+
56
+ ## Links
57
+
58
+ - Provide a link whenever you refer to something on another website or page
59
+ - Link text should tell people where they're going and why they'd want to visit — link the relevant keywords, written as a normal sentence
60
+ - Don't use words that wouldn't make sense without the link, and avoid "click here" or "read this" — they're bad for accessibility
61
+
62
+ | Prefer | Avoid |
63
+ |--------|--------|
64
+ | Find out more on our Design service page | Click here for more |
65
+ | Read the accessibility guidelines | Read this |
66
+ | Contact the team | https://example.com/contact |
67
+
68
+ ---
69
+
70
+ ## Lists
71
+
72
+ Use bullet points for items in no particular order; use a numbered list when the order matters. Use lists sparingly — too many in one piece dilutes their impact. Introduce a list with text followed by a colon.
73
+
74
+ **Items that are not full sentences:** start each with a lower-case letter, follow each with a comma, end the penultimate item with "and", and end the last item with a full stop:
75
+
76
+ > Equal Experts can help your business in many ways. We can:
77
+ > - solve complex business problems,
78
+ > - upskill your staff and
79
+ > - scale your business for the future.
80
+
81
+ **Items that are full sentences:** punctuate them like sentences, with a capital letter and a full stop:
82
+
83
+ > Inceptions are based on principles and paradigms that we know make the difference:
84
+ > - We validate that our solution is desirable, viable and feasible.
85
+ > - We deliver the most valuable outcomes when we focus on the problem and the outcome.
86
+
87
+ ---
88
+
89
+ ## Buttons
90
+
91
+ - Button text should describe the resulting **action** and be clear and concise
92
+ - **Capitalise only the first word** ("Save and continue", "Contact us")
93
+ - For product UI button patterns, see [web-product actions](../media-types/web-product/content/actions.md)
94
+
95
+ ---
96
+
97
+ ## Abbreviations and Acronyms
98
+
99
+ - Spell out on first use with the short form in parentheses: "The Planning and Resource Allocation Committee (PRAC) decided to continue." Then use the short form: "We meet with the PRAC every two weeks."
100
+ - This **isn't required for well-known acronyms** (for example NHS, BBC)
101
+ - **Latin abbreviations** (e.g., etc., i.e.) may be used, but must be used correctly, in the right context, and with full stops
102
+
103
+ ---
104
+
105
+ ## Emojis and Hashtags
106
+
107
+ Use emojis and hashtags thoughtfully, mainly in social media posts.
108
+
109
+ - Don't add too many emojis; they should complement the text, not replace it. Check the post still makes sense if the emoji is removed
110
+ - Make sure an emoji is appropriate and doesn't carry an alternative meaning online
111
+ - Use **camel case** for hashtags so they're readable for assistive technology: #BlackLivesMatter, not #blacklivesmatter
112
+ - Use 3–5 hashtags on LinkedIn and 1–2 on X; look for relevant event, industry, or topic tags
113
+
114
+ ---
115
+
116
+ ## Related Documentation
117
+
118
+ - [Voice and tone](../brand/voice-and-tone.md)
119
+ - [Writing style](./writing-style.md)
120
+ - [Numbers](./numbers.md) - Dates, currency, units
@@ -0,0 +1,87 @@
1
+ # Numbers
2
+
3
+ Guidance for numbers, dates, times, and currency in Equal Experts content.
4
+
5
+ ---
6
+
7
+ ## Quick Reference
8
+
9
+ - **Words vs figures:** Spell out one to ten; use figures for 11 and above
10
+ - **Always figures:** Percentages, measurements, and currency always use figures and symbols (10%, 1.61m, £4m)
11
+ - **Dates:** Day before month, no "th"/"st", never "the" (13 April, not the 13th of April)
12
+ - **Times:** 12-hour uses a full stop (11.30am); 24-hour uses a colon (13:00). Don't mix the two
13
+ - **Currency:** Default to a generic £ for global content; use local currency for single-country content
14
+ - **Large numbers:** Use commas for thousands (3,000); abbreviate very large round numbers (1k, 2m)
15
+
16
+ ---
17
+
18
+ ## Words or Figures
19
+
20
+ - Spell out whole numbers from **one to ten**: "We worked with the client for two months."
21
+ - Use **figures for 11 and above**: "Our work involved 35 teams across the organisation."
22
+ - If a number is the **first word of a sentence**, spell it out: "Eleven people worked in the team."
23
+ - If a paragraph has **multiple figures**, use figures throughout so readers can compare easily: "There were 2 people in the team when we started, and 22 when we finished."
24
+
25
+ **Exception:** percentages, measurements, and currency always use figures and symbols, even below 11 (see below).
26
+
27
+ ---
28
+
29
+ ## Ordinals
30
+
31
+ - Spell out **first to tenth**: "She was the first person to see the problem."
32
+ - Use figures with **st, nd, rd, th** for larger ordinals: "The 19th president of the United States was Rutherford B Hayes."
33
+
34
+ ---
35
+
36
+ ## Percentages, Measurements, and Currency
37
+
38
+ Always use figures and symbols, regardless of the one-to-ten rule.
39
+
40
+ - **Percentages:** Use the % symbol with the figure (10%, 12.5%). For a range, "40–60%" (en dash, no space)
41
+ - **Measurements:** "The average height of a woman in the UK is 1.61m." Leave a space when spelling out units in prose where it reads naturally
42
+ - **Currency:** See [Money and currency](#money-and-currency) below
43
+
44
+ ---
45
+
46
+ ## Large Numbers
47
+
48
+ - Use commas as thousand separators: "We reviewed 3,000 lines of code."
49
+ - For very large round numbers, combine a figure with a word or letter, or abbreviate to 1k or 2m: "The population of the earth is now more than 7 billion people." / "The budget came in at just under £2m."
50
+ - Keep formatting consistent across tables and lists.
51
+
52
+ ---
53
+
54
+ ## Money and Currency
55
+
56
+ - The default currency is a **generic £** sign on anything that may be referenced globally
57
+ - If content is intended for a **single country**, adopt the local currency: "Our US-based client has seen efficiencies in the region of $1.3m."
58
+ - Abbreviate large round amounts: "The cost savings for our client were £4m."
59
+
60
+ ---
61
+
62
+ ## Dates
63
+
64
+ - Always put the **date before the month** — even in US-focused content, for clarity: "Easter this year is on 13 April." / "Armistice Day is on 11 November."
65
+ - Don't use "th", "st", "nd", or "rd" with dates, and never precede the number with "the"
66
+ - **Shorten periods** of time where it isn't ambiguous: "The First World War (1914–18)."
67
+ - For a **financial year**, use the format "2020–21": "The company did better in 2020–21 than in 2019–20."
68
+ - Use the **day of the week with a date** only for emphasis or to avoid confusion: "The Agile on the Beach conference starts on Friday 13 April."
69
+ - In code, data, and other technical fields where an unambiguous machine format is needed, ISO 8601 (YYYY-MM-DD) is acceptable; it is the exception, not the prose style.
70
+
71
+ ---
72
+
73
+ ## Time
74
+
75
+ - Use either the 12-hour or 24-hour clock — **not both** in the same text
76
+ - **12-hour clock:** Use a full stop between hours and minutes, with am/pm: "The meeting starts at 11.30am and ends at 1pm."
77
+ - **24-hour clock:** Use a colon and omit am/pm: "The meeting starts at 11:30 and ends at 13:00."
78
+ - Use **"noon"** or **"midnight"** instead of "12", "12 noon", or "12 midnight"
79
+ - When you use "from" with a start time or date, pair it with "to" for the end — not a dash: "The third financial quarter runs from October to December."
80
+ - Specify a time zone when the reader needs to act or compare across regions ("2.30pm GMT")
81
+
82
+ ---
83
+
84
+ ## Related Documentation
85
+
86
+ - [Formatting](./formatting.md) - Capitalisation, lists
87
+ - [Punctuation](./punctuation.md) - En dash for ranges, "from … to"