ima-claude 2.20.0 → 2.26.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 (80) hide show
  1. package/README.md +74 -9
  2. package/dist/cli.js +2 -1
  3. package/package.json +1 -1
  4. package/plugins/ima-claude/.claude-plugin/plugin.json +2 -2
  5. package/plugins/ima-claude/agents/explorer.md +29 -15
  6. package/plugins/ima-claude/agents/implementer.md +58 -13
  7. package/plugins/ima-claude/agents/memory.md +19 -19
  8. package/plugins/ima-claude/agents/reviewer.md +84 -34
  9. package/plugins/ima-claude/agents/tester.md +59 -16
  10. package/plugins/ima-claude/agents/wp-developer.md +66 -21
  11. package/plugins/ima-claude/hooks/bootstrap.sh +42 -44
  12. package/plugins/ima-claude/hooks/prompt_coach_digest.md +14 -17
  13. package/plugins/ima-claude/hooks/prompt_coach_system.md +10 -12
  14. package/plugins/ima-claude/personalities/README.md +17 -6
  15. package/plugins/ima-claude/personalities/enable-efficient.md +61 -0
  16. package/plugins/ima-claude/personalities/enable-terse.md +71 -0
  17. package/plugins/ima-claude/skills/agentic-workflows/SKILL.md +35 -71
  18. package/plugins/ima-claude/skills/architect/SKILL.md +54 -168
  19. package/plugins/ima-claude/skills/compound-bridge/SKILL.md +41 -94
  20. package/plugins/ima-claude/skills/design-to-code/SKILL.md +43 -78
  21. package/plugins/ima-claude/skills/discourse/SKILL.md +79 -194
  22. package/plugins/ima-claude/skills/discourse-admin/SKILL.md +41 -103
  23. package/plugins/ima-claude/skills/docs-organize/SKILL.md +63 -203
  24. package/plugins/ima-claude/skills/ember-discourse/SKILL.md +90 -200
  25. package/plugins/ima-claude/skills/espocrm/SKILL.md +14 -23
  26. package/plugins/ima-claude/skills/espocrm-api/SKILL.md +79 -192
  27. package/plugins/ima-claude/skills/functional-programmer/SKILL.md +33 -237
  28. package/plugins/ima-claude/skills/gh-cli/SKILL.md +26 -65
  29. package/plugins/ima-claude/skills/ima-bootstrap/SKILL.md +71 -104
  30. package/plugins/ima-claude/skills/ima-bootstrap/references/ima-brand.md +32 -22
  31. package/plugins/ima-claude/skills/ima-brand/SKILL.md +18 -23
  32. package/plugins/ima-claude/skills/ima-copywriting/SKILL.md +68 -179
  33. package/plugins/ima-claude/skills/ima-doc2pdf/SKILL.md +32 -102
  34. package/plugins/ima-claude/skills/ima-editorial-scorecard/SKILL.md +38 -63
  35. package/plugins/ima-claude/skills/ima-editorial-workflow/SKILL.md +69 -114
  36. package/plugins/ima-claude/skills/ima-email-creator/SKILL.md +16 -22
  37. package/plugins/ima-claude/skills/ima-forms-expert/SKILL.md +21 -37
  38. package/plugins/ima-claude/skills/ima-git/SKILL.md +81 -0
  39. package/plugins/ima-claude/skills/jira-checkpoint/SKILL.md +39 -120
  40. package/plugins/ima-claude/skills/jquery/SKILL.md +107 -233
  41. package/plugins/ima-claude/skills/js-fp/SKILL.md +75 -296
  42. package/plugins/ima-claude/skills/js-fp-api/SKILL.md +52 -162
  43. package/plugins/ima-claude/skills/js-fp-react/SKILL.md +47 -270
  44. package/plugins/ima-claude/skills/js-fp-vue/SKILL.md +55 -209
  45. package/plugins/ima-claude/skills/js-fp-wordpress/SKILL.md +59 -204
  46. package/plugins/ima-claude/skills/livecanvas/SKILL.md +19 -32
  47. package/plugins/ima-claude/skills/mcp-atlassian/SKILL.md +92 -162
  48. package/plugins/ima-claude/skills/mcp-context7/SKILL.md +32 -64
  49. package/plugins/ima-claude/skills/mcp-gitea/SKILL.md +98 -188
  50. package/plugins/ima-claude/skills/mcp-github/SKILL.md +60 -124
  51. package/plugins/ima-claude/skills/mcp-memory/SKILL.md +1 -177
  52. package/plugins/ima-claude/skills/mcp-qdrant/SKILL.md +58 -115
  53. package/plugins/ima-claude/skills/mcp-sequential/SKILL.md +32 -87
  54. package/plugins/ima-claude/skills/mcp-serena/SKILL.md +54 -80
  55. package/plugins/ima-claude/skills/mcp-tavily/SKILL.md +40 -63
  56. package/plugins/ima-claude/skills/mcp-vestige/SKILL.md +75 -116
  57. package/plugins/ima-claude/skills/php-authnet/SKILL.md +32 -65
  58. package/plugins/ima-claude/skills/php-fp/SKILL.md +50 -129
  59. package/plugins/ima-claude/skills/php-fp-wordpress/SKILL.md +25 -73
  60. package/plugins/ima-claude/skills/phpunit-wp/SKILL.md +103 -463
  61. package/plugins/ima-claude/skills/playwright/SKILL.md +69 -220
  62. package/plugins/ima-claude/skills/prompt-starter/SKILL.md +33 -83
  63. package/plugins/ima-claude/skills/prompt-starter/references/code-review.md +38 -0
  64. package/plugins/ima-claude/skills/py-fp/SKILL.md +78 -384
  65. package/plugins/ima-claude/skills/quasar-fp/SKILL.md +54 -255
  66. package/plugins/ima-claude/skills/quickstart/SKILL.md +7 -11
  67. package/plugins/ima-claude/skills/rails/SKILL.md +63 -184
  68. package/plugins/ima-claude/skills/resume-session/SKILL.md +14 -35
  69. package/plugins/ima-claude/skills/rg/SKILL.md +61 -146
  70. package/plugins/ima-claude/skills/ruby-fp/SKILL.md +66 -163
  71. package/plugins/ima-claude/skills/save-session/SKILL.md +10 -39
  72. package/plugins/ima-claude/skills/scorecard/SKILL.md +42 -40
  73. package/plugins/ima-claude/skills/skill-analyzer/SKILL.md +42 -71
  74. package/plugins/ima-claude/skills/skill-creator/SKILL.md +79 -250
  75. package/plugins/ima-claude/skills/task-master/SKILL.md +11 -31
  76. package/plugins/ima-claude/skills/task-planner/SKILL.md +44 -153
  77. package/plugins/ima-claude/skills/task-runner/SKILL.md +61 -143
  78. package/plugins/ima-claude/skills/unit-testing/SKILL.md +59 -134
  79. package/plugins/ima-claude/skills/wp-ddev/SKILL.md +38 -120
  80. package/plugins/ima-claude/skills/wp-local/SKILL.md +26 -108
@@ -5,129 +5,108 @@ description: "Bootstrap 5.3 with IMA brand integration for WordPress/Picostrap5
5
5
 
6
6
  # IMA Bootstrap
7
7
 
8
- Bootstrap 5.3 with IMA brand integration for WordPress/Picostrap5 child theme sites.
9
-
10
- ## Core Principle
8
+ Bootstrap 5.3 + IMA brand for WordPress/Picostrap5 child theme sites.
11
9
 
12
10
  **Utility-first: prefer Bootstrap utility classes over custom CSS.**
13
11
 
14
12
  ```
15
- Need spacing/display/flex/text? → Bootstrap utility class
16
- Need IMA brand color/typography? → IMA SCSS variable or mixin
17
- Need component? → Bootstrap component + IMA brand overrides
18
- Need deep Bootstrap API details? → Context7: /websites/getbootstrap
13
+ Spacing/display/flex/text? → Bootstrap utility class
14
+ IMA brand color/typography? → IMA SCSS variable or mixin
15
+ Component? → Bootstrap component + IMA brand overrides
16
+ Bootstrap API details? → Context7: /websites/getbootstrap
19
17
  ```
20
18
 
21
19
  ## Decision Tree
22
20
 
23
21
  ```
24
- Writing HTML/template markup?
25
- ├── Layout (viewport-responsive) → .container, .row, .col-{bp}-{n}
26
- ├── Layout (container-responsive) → .ima-row, .ima-col-{bp}-{n} ← USE FOR COMPONENTS
27
- ├── Spacing → .m{side}-{size}, .p{side}-{size} (0-5 scale)
22
+ Writing HTML?
23
+ ├── Layout (viewport) → .container, .row, .col-{bp}-{n}
24
+ ├── Layout (container) → .ima-row, .ima-col-{bp}-{n} ← USE FOR COMPONENTS
25
+ ├── Spacing → .m{side}-{size}, .p{side}-{size}
28
26
  ├── Display → .d-{value}, .d-{bp}-{value}
29
27
  ├── Flex → .d-flex, .justify-content-{v}, .align-items-{v}
30
28
  ├── Text → .text-{align}, .fw-{weight}, .fs-{size}
31
- ├── Colors → .text-{color}, .bg-{color} (primary = IMA indigo)
29
+ ├── Colors → .text-{color}, .bg-{color}
32
30
  ├── Component → card, modal, accordion, btn, badge, alert, navbar
33
- └── Custom need? → Check IMA brand mixins first, then write SCSS
31
+ └── Custom? → IMA brand mixins first, then SCSS
34
32
 
35
33
  Writing SCSS?
36
- ├── Use IMA variable → $ima-brand-{color}, $ima-font-{prop}
37
- ├── Use IMA mixin → @include ima-{component}
38
- ├── Override Bootstrap → Set $variable BEFORE @import "bootstrap5/variables"
39
- └── Custom utility? → Probably Bootstrap already has it
34
+ ├── IMA variable → $ima-brand-{color}, $ima-font-{prop}
35
+ ├── IMA mixin → @include ima-{component}
36
+ ├── Bootstrap override → Set $variable BEFORE @import "bootstrap5/variables"
37
+ └── Custom utility? → Bootstrap probably has it
40
38
  ```
41
39
 
42
- ### Bootstrap Grid vs IMA Container Grid
40
+ ### Grid: Bootstrap vs IMA Container
43
41
 
44
- ```
45
- Need columns that respond to VIEWPORT width?
46
- Bootstrap: .row + .col-md-6 (page-level layouts)
42
+ | Need | Use | Why |
43
+ |------|-----|-----|
44
+ | Columns at viewport breakpoint | `.row` + `.col-md-6` | Page-level layouts |
45
+ | Columns at container breakpoint | `.ima-row` + `.ima-col-sm-6` | Components, forms, sidebars, modals |
47
46
 
48
- Need columns that respond to CONTAINER width?
49
- → IMA: .ima-row + .ima-col-sm-6 (components, forms, widgets, sidebars)
50
- ```
47
+ `.col-md-6` breaks at viewport ≥768px useless in a narrow sidebar. `.ima-col-sm-6` breaks at container ≥400px regardless of viewport.
51
48
 
52
- **Rule of thumb:** Page structure = Bootstrap grid. Reusable components = IMA container grid.
49
+ ## Anti-Patterns
53
50
 
54
- Bootstrap's `.col-md-6` breaks at viewport ≥768px — useless when a form sits in a narrow
55
- sidebar on a wide screen. IMA's `.ima-col-sm-6` breaks at container ≥400px regardless of
56
- viewport, so the same form works in a sidebar, card, modal, or full-width page.
51
+ | BAD | GOOD |
52
+ |-----|------|
53
+ | `margin-top: 16px` | `class="mt-3"` |
54
+ | `display: flex` | `class="d-flex"` |
55
+ | `color: #040C53` | `$ima-brand-primary` / `.text-primary` |
56
+ | `font-family: Lato` | `$ima-font-family-primary` |
57
+ | Custom `.my-card { padding: 24px }` | `class="card"` |
58
+ | `@media (min-width: 768px)` for layout | `class="col-md-6"` |
59
+ | `.col-md-6` in reusable component | `.ima-col-sm-6` |
57
60
 
58
- ## Anti-Patterns
61
+ ## Bootstrap Utility Reference
59
62
 
60
- | BAD | GOOD | Why |
61
- |-----|------|-----|
62
- | `margin-top: 16px` | `class="mt-3"` | Bootstrap spacing scale |
63
- | `display: flex` | `class="d-flex"` | Bootstrap utility |
64
- | `color: #040C53` | `$ima-brand-primary` or `.text-primary` | Theme-mapped |
65
- | `font-family: Lato` | `$ima-font-family-primary` | Centralized |
66
- | `border-radius: 10px` on every element | Already set via `$border-radius` | Global override |
67
- | Custom `.my-card { padding: 24px; ... }` | `class="card"` | Cards already IMA-branded |
68
- | `@media (min-width: 768px)` for layout | `class="col-md-6"` | Grid handles it |
69
- | `.col-md-6` in a reusable component | `.ima-col-sm-6` | Container-responsive |
70
- | Inline `style="flex: 1 1 200px"` hacks | `.ima-row` + `.ima-col-sm-6` | Utility classes |
71
-
72
- ## Bootstrap Utility Quick Reference
73
-
74
- ### Spacing (rem-based, 0-5 scale)
75
- - **Pattern**: `{property}{side}-{size}` → `mt-3`, `px-4`, `mb-0`
76
- - **Properties**: `m` (margin), `p` (padding)
77
- - **Sides**: `t` top, `b` bottom, `s` start, `e` end, `x` horizontal, `y` vertical, blank = all
78
- - **Sizes**: `0`=0, `1`=0.25rem, `2`=0.5rem, `3`=1rem, `4`=1.5rem, `5`=3rem, `auto` (margin only)
63
+ ### Spacing (rem-based, 0-5)
64
+ - Pattern: `{property}{side}-{size}` → `mt-3`, `px-4`, `mb-0`
65
+ - Properties: `m` margin, `p` padding
66
+ - Sides: `t` `b` `s` `e` `x` `y` (blank = all)
67
+ - Sizes: `0`=0, `1`=0.25rem, `2`=0.5rem, `3`=1rem, `4`=1.5rem, `5`=3rem, `auto`
79
68
 
80
69
  ### Display & Flex
81
70
  - `d-none`, `d-block`, `d-flex`, `d-grid`, `d-inline-block`
82
- - Responsive: `d-{bp}-{value}` → `d-none d-md-block` (hidden below md)
83
- - `flex-row`, `flex-column`, `flex-wrap`, `flex-nowrap`
71
+ - Responsive: `d-{bp}-{value}` → `d-none d-md-block`
72
+ - `flex-row`, `flex-column`, `flex-wrap`
84
73
  - `justify-content-{start|center|end|between|around|evenly}`
85
74
  - `align-items-{start|center|end|stretch|baseline}`
86
75
  - `gap-{0-5}`, `row-gap-{n}`, `column-gap-{n}`
87
76
 
88
- ### Grid (12-column, viewport-based)
89
- - `.container` (responsive), `.container-fluid` (full-width)
77
+ ### Grid (12-col, viewport-based)
78
+ - `.container`, `.container-fluid`
90
79
  - `.col`, `.col-{1-12}`, `.col-{bp}-{1-12}`
91
80
  - Breakpoints: `sm`≥576, `md`≥768, `lg`≥992, `xl`≥1200, `xxl`≥1400
92
81
  - `.offset-{bp}-{n}`, `.order-{bp}-{n}`
93
- - **Use for page-level layouts only** — see IMA Container Grid for components
94
-
95
- ### IMA Container Grid (12-column, container-based)
96
- - `.ima-row` (establishes container query context + CSS grid)
97
- - `.ima-col-{1-12}` (always that width), `.ima-col-{bp}-{1-12}` (responsive)
98
- - Breakpoints: `sm`≥400px, `md`≥600px, `lg`≥800px (container width, NOT viewport)
99
- - Default: all columns stack full-width (mobile-first)
100
- - Gap: `1rem` default
101
- - **Use for reusable components** — forms, widgets, cards, anything in sidebars/modals
82
+
83
+ ### IMA Container Grid (12-col, container-based)
84
+ - `.ima-row` container query context + CSS grid
85
+ - `.ima-col-{1-12}`, `.ima-col-{bp}-{1-12}`
86
+ - Breakpoints: `sm`≥400px, `md`≥600px, `lg`≥800px (container width)
102
87
  - Source: `ima-brand/sass/_container-grid.scss`
103
88
 
104
89
  ### Text & Typography
105
90
  - `text-start`, `text-center`, `text-end`
106
91
  - `fw-bold`, `fw-semibold`, `fw-normal`, `fw-light`
107
- - `fs-1` (largest) through `fs-6` (smallest)
108
- - `text-uppercase`, `text-lowercase`, `text-capitalize`
109
- - `text-nowrap`, `text-break`, `text-truncate`
92
+ - `fs-1` (largest) through `fs-6`
93
+ - `text-uppercase`, `text-truncate`, `text-nowrap`
110
94
 
111
- ### Colors (IMA-mapped via theme)
112
- - Text: `text-primary` (indigo), `text-secondary` (teal), `text-danger`, `text-warning`, `text-success`, `text-info`, `text-muted`, `text-white`
113
- - Background: `bg-primary`, `bg-secondary`, `bg-light`, `bg-dark`, `bg-white`, `bg-body-tertiary`
95
+ ### Colors (IMA-mapped)
96
+ - Text: `text-primary` (indigo), `text-secondary` (teal), `text-danger`, `text-warning`, `text-muted`
97
+ - Background: `bg-primary`, `bg-secondary`, `bg-light`, `bg-dark`, `bg-body-tertiary`
114
98
  - Subtle: `text-{color}-emphasis`, `bg-{color}-subtle`
115
99
 
116
100
  ### Sizing & Position
117
- - `w-25`, `w-50`, `w-75`, `w-100`, `w-auto`, `mw-100`
118
- - `h-25`, `h-50`, `h-75`, `h-100`, `h-auto`
101
+ - `w-25/50/75/100/auto`, `mw-100`, `h-25/50/75/100/auto`
119
102
  - `position-relative`, `position-absolute`, `position-fixed`, `position-sticky`
120
103
  - `top-0`, `start-0`, `end-0`, `bottom-0`, `translate-middle`
121
104
 
122
105
  ### Borders & Shadows
123
- - `border`, `border-top`, `border-0`, `border-top-0`
106
+ - `border`, `border-top`, `border-0`
124
107
  - `rounded`, `rounded-{0-5}`, `rounded-circle`, `rounded-pill`
125
108
  - `shadow-none`, `shadow-sm`, `shadow`, `shadow-lg`
126
109
 
127
- ### Visibility
128
- - `visible`, `invisible` (layout preserved)
129
- - `visually-hidden` (screen reader only)
130
-
131
110
  ## Key Components
132
111
 
133
112
  ### Cards (IMA: no shadow, 10px radius, 24px padding)
@@ -180,7 +159,6 @@ viewport, so the same form works in a sidebar, card, modal, or full-width page.
180
159
  ```html
181
160
  <button class="btn btn-primary">Primary (teal)</button>
182
161
  <button class="btn btn-outline-primary">Outline</button>
183
- <button class="btn btn-secondary">Secondary</button>
184
162
  <button class="btn btn-lg btn-primary">Large (20px radius)</button>
185
163
  ```
186
164
 
@@ -194,19 +172,9 @@ viewport, so the same form works in a sidebar, card, modal, or full-width page.
194
172
  </div>
195
173
  ```
196
174
 
197
- ## IMA Brand Integration
198
-
199
- For detailed IMA brand variables, colors, mixins, and component patterns:
200
- - See [references/ima-brand.md](references/ima-brand.md)
201
-
202
- For theme SCSS architecture and Bootstrap variable override chain:
203
- - See [references/theme-integration.md](references/theme-integration.md)
204
-
205
- For extended Bootstrap utility patterns and Sass customization:
206
- - See [references/bootstrap-patterns.md](references/bootstrap-patterns.md)
207
-
208
- ### Quick IMA Color Reference
175
+ ## IMA Brand
209
176
 
177
+ ### Colors
210
178
  | Name | Hex | SCSS Variable | Bootstrap Class |
211
179
  |------|-----|---------------|-----------------|
212
180
  | Trustworthy Indigo | `#040C53` | `$ima-brand-primary` | `.text-primary`, `.bg-primary` |
@@ -217,7 +185,7 @@ For extended Bootstrap utility patterns and Sass customization:
217
185
  | Red Ribbon | `#DD153B` | `$ima-brand-red` | `.text-danger`, `.bg-danger` |
218
186
  | Clarity Wash | `#F2F3F5` | `$ima-brand-gray-light` | `.bg-light` |
219
187
 
220
- ### IMA Typography Mixins
188
+ ### Typography Mixins
221
189
  ```scss
222
190
  @include ima-page-header; // Lato Bold 40px, uppercase, primary
223
191
  @include ima-section-header; // Lato Bold 20px, primary
@@ -227,7 +195,7 @@ For extended Bootstrap utility patterns and Sass customization:
227
195
  @include ima-form-label; // Open Sans 14px, gray
228
196
  ```
229
197
 
230
- ### IMA Component Mixins
198
+ ### Component Mixins
231
199
  ```scss
232
200
  @include ima-button-primary; // Teal bg, white text, 20px/40px padding
233
201
  @include ima-button-primary-wide; // Same, 80px horizontal padding
@@ -238,7 +206,7 @@ For extended Bootstrap utility patterns and Sass customization:
238
206
  @include ima-gradient-bg; // 150deg gradient, #00066F → #00B8B8
239
207
  ```
240
208
 
241
- ## SCSS File Locations
209
+ ## SCSS Architecture
242
210
 
243
211
  ```
244
212
  picostrap5-child-base/sass/
@@ -246,33 +214,32 @@ picostrap5-child-base/sass/
246
214
  ├── _bootstrap-loader.scss ← Bootstrap import chain
247
215
  ├── _theme_variables.scss ← Variable overrides (loads IMA brand)
248
216
  ├── _custom.scss ← Modular custom styles
249
- ├── base/ ← Global base styles
250
- ├── components/ ← Reusable components
251
- ├── pages/ ← Page-specific styles
252
217
  └── bootstrap5/ ← Bootstrap 5.3 source (DO NOT EDIT)
253
218
 
254
219
  plugins/ima-brand/sass/
255
- ├── brand.scss ← Main import
256
220
  ├── _variables.scss ← Colors, typography, spacing
257
221
  ├── _typography.scss ← Font mixins
258
222
  ├── _spacing.scss ← Component mixins, layout
259
- └── _container-grid.scss ← Container query grid (.ima-row/.ima-col-*)
223
+ └── _container-grid.scss ← .ima-row/.ima-col-*
260
224
  ```
261
225
 
262
226
  **Import order**: Bootstrap functions → IMA brand → theme variables → Bootstrap variables → Bootstrap components → custom styles
263
227
 
264
- ## Context7 Integration
228
+ ## Reference Files
229
+
230
+ | File | Contains |
231
+ |------|----------|
232
+ | [`references/ima-brand.md`](references/ima-brand.md) | Full brand variables, colors, mixins |
233
+ | [`references/theme-integration.md`](references/theme-integration.md) | SCSS architecture, Bootstrap override chain |
234
+ | [`references/bootstrap-patterns.md`](references/bootstrap-patterns.md) | Extended utilities, Sass customization |
235
+
236
+ ## Context7
265
237
 
266
- For deep Bootstrap docs (specific component APIs, all Sass variables):
267
238
  ```
268
239
  mcp__context7__query-docs({ libraryId: "/websites/getbootstrap", query: "..." })
269
240
  ```
270
241
 
271
- Example queries: `"navbar responsive collapse"`, `"form validation custom styles"`, `"utility API extend"`, `"offcanvas placement responsive"`
272
-
273
242
  ## Success Metrics
274
-
275
- - Bootstrap utility usage: ≥80% (vs custom CSS for standard properties)
276
- - IMA brand variables: 100% (no hardcoded brand colors)
277
- - Custom CSS only for: truly custom patterns with no Bootstrap equivalent
278
- - Bootstrap components: used for all standard UI patterns
243
+ - Bootstrap utility usage ≥80% vs custom CSS
244
+ - IMA brand variables 100% (no hardcoded brand colors)
245
+ - Custom CSS only for patterns with no Bootstrap equivalent
@@ -13,10 +13,10 @@ Based on IMA Brand Book v4.0 (September 2025). Plugin: `ima-brand` v4.0.0.
13
13
 
14
14
  | Name | Hex | Variable | Usage |
15
15
  |------|-----|----------|-------|
16
- | Trustworthy Indigo | `#040C53` | `$ima-brand-primary` | Headers, titles, emphasis |
17
- | Aquatic Pulse | `#0296A1` | `$ima-brand-secondary` | Buttons, CTAs, links |
18
- | Bright Teal | `#00B8B8` | `$ima-brand-accent-teal` | Highlights, hover states |
16
+ | Trustworthy Indigo | `#00066F` | `$ima-brand-primary` | Headers, titles, emphasis |
17
+ | Aquatic Pulse | `#00B8B8` | `$ima-brand-secondary` | Buttons, CTAs, links |
19
18
  | Guidance Sky | `#A2CFF0` | `$ima-brand-sky` | Light backgrounds, accents |
19
+ | Soft Mist | `#EDF3F4` | `$ima-brand-mist` | Light blue-gray backgrounds |
20
20
 
21
21
  ### Secondary Colors
22
22
 
@@ -48,7 +48,7 @@ Based on IMA Brand Book v4.0 (September 2025). Plugin: `ima-brand` v4.0.0.
48
48
 
49
49
  | Tag | Hex | Variable |
50
50
  |-----|-----|----------|
51
- | Telehealth | `#040C53` | `$ima-tag-telehealth` |
51
+ | Telehealth | `#00066F` | `$ima-tag-telehealth` |
52
52
  | Prescriber | `#FFCC00` | `$ima-tag-prescriber` |
53
53
  | Family | `#A2CFF0` | `$ima-tag-family` |
54
54
 
@@ -94,7 +94,7 @@ Based on IMA Brand Book v4.0 (September 2025). Plugin: `ima-brand` v4.0.0.
94
94
  @include ima-provider-title; // Lato Semi Bold 32px, primary color
95
95
  @include ima-provider-title-bold; // Lato Bold 1.4em
96
96
  @include ima-form-label; // Open Sans 14px, gray
97
- @include ima-button-text; // Lato Bold 18px, uppercase
97
+ @include ima-button-text; // Lato Bold 1em, uppercase, 0.04em letter-spacing
98
98
  @include ima-body-text; // Proxima Nova Regular 16px
99
99
  @include ima-h1; // Lato Black 40px
100
100
  @include ima-h2; // Lato Bold 32px
@@ -106,14 +106,20 @@ Based on IMA Brand Book v4.0 (September 2025). Plugin: `ima-brand` v4.0.0.
106
106
 
107
107
  ## Component Mixins
108
108
 
109
- ### Buttons
109
+ ### Buttons (Digital Content Guide 2026)
110
110
  ```scss
111
- @include ima-button-primary; // Aquatic Pulse bg, white text, 20px/40px padding, 10px radius
112
- @include ima-button-primary-wide; // Same, 80px horizontal padding
113
- @include ima-button-outline; // Transparent bg, primary border
111
+ @include ima-button-teal; // Teal bg, white text, inverts to outline on hover
112
+ @include ima-button-dark; // Navy bg, white text, inverts to outline on hover
113
+ @include ima-button-inverse-teal; // Teal outline, fills to teal on hover
114
+ @include ima-button-inverse-dark; // Navy outline, fills to navy on hover
115
+ @include ima-button-lg; // Large variant (2em font, 1.75em/3.75em padding)
116
+
117
+ // Legacy aliases (still work):
118
+ @include ima-button-primary; // → ima-button-teal
119
+ @include ima-button-outline; // → ima-button-inverse-dark
114
120
  ```
115
- - Hover: Bright Teal (#00B8B8) background
116
- - Font: Lato Bold 18px, uppercase
121
+ - All buttons: 15px radius, 1.25em/2.5em padding, 0.04em letter-spacing
122
+ - Font: Lato Bold 1em, uppercase
117
123
 
118
124
  ### Forms
119
125
  ```scss
@@ -214,17 +220,20 @@ Source: `ima-brand/sass/_container-grid.scss`
214
220
  | Variable | Value | Usage |
215
221
  |----------|-------|-------|
216
222
  | `$ima-border-radius-sm` | 5px | Tags, small badges |
217
- | `$ima-border-radius-md` | 10px | Buttons, cards |
223
+ | `$ima-border-radius-md` | 10px | Cards |
218
224
  | `$ima-border-radius-lg` | 15px | Form fields |
219
- | `$ima-border-radius-xl` | 20px | Large/digital buttons |
225
+ | `$ima-border-radius-xl` | 20px | Reserved |
226
+ | `$ima-button-border-radius` | 15px | All buttons (unified) |
220
227
 
221
228
  ## Component Spacing
222
229
 
223
230
  | Variable | Value |
224
231
  |----------|-------|
225
- | `$ima-button-padding-x` | 40px |
226
- | `$ima-button-padding-y` | 20px |
227
- | `$ima-button-padding-x-alt` | 80px (wide) |
232
+ | `$ima-button-padding-y` | 1.25em |
233
+ | `$ima-button-padding-x` | 2.5em |
234
+ | `$ima-button-lg-padding-y` | 1.75em |
235
+ | `$ima-button-lg-padding-x` | 3.75em |
236
+ | `$ima-button-letter-spacing` | 0.04em |
228
237
  | `$ima-form-field-padding` | 16px |
229
238
  | `$ima-form-field-margin-bottom` | 24px |
230
239
  | `$ima-card-padding` | 24px |
@@ -236,14 +245,14 @@ Source: `ima-brand/sass/_container-grid.scss`
236
245
  The IMA brand plugin maps to Bootstrap's theme colors:
237
246
 
238
247
  ```scss
239
- $primary: $ima-brand-primary; // #040C53
240
- $secondary: $ima-brand-secondary; // #0296A1
248
+ $primary: $ima-brand-primary; // #00066F
249
+ $secondary: $ima-brand-secondary; // #00B8B8
241
250
  $success: #28A745;
242
251
  $warning: $ima-brand-gold; // #FFCC00
243
252
  $danger: $ima-brand-red; // #DD153B
244
253
  $info: $ima-brand-teal-accessible; // #007BB4
245
254
  $light: $ima-brand-gray-light; // #F2F3F5
246
- $dark: $ima-brand-primary; // #040C53
255
+ $dark: $ima-brand-primary; // #00066F
247
256
  ```
248
257
 
249
258
  This means `.btn-primary`, `.bg-primary`, `.text-primary` etc. all use IMA brand colors automatically.
@@ -266,8 +275,9 @@ High-contrast teal alternative: `$ima-brand-teal-accessible` (#007BB4)
266
275
  ## Design Notes
267
276
 
268
277
  1. **No drop shadows** on cards (per brand feedback)
269
- 2. **Uppercase buttons** standard (text-transform: uppercase)
270
- 3. **Form radius: 15px**, button radius: 10px-20px (20px for digital/lg)
271
- 4. **Form labels**: Open Sans 14px gray (not Lato)
278
+ 2. **Uppercase buttons** standard (text-transform: uppercase, 0.04em letter-spacing)
279
+ 3. **Button radius: 15px unified** (all sizes, Digital Content Guide 2026)
280
+ 4. **Form radius: 15px**, form labels: Open Sans 14px gray (not Lato)
272
281
  5. **Page headers**: uppercase
273
282
  6. **Font-weight fixes** included for Chrome/Brave consistency
283
+ 7. **4 button variants**: teal, dark, inverse-teal, inverse-dark (hover inverts fill/outline)
@@ -14,12 +14,6 @@ description: >-
14
14
 
15
15
  Brand Book v4.0 (September 2025) — Independent Medical Alliance.
16
16
 
17
- ## Core Principle
18
-
19
- **Brand consistency builds trust in healthcare communication.**
20
-
21
- Every piece of content, every design decision, every communication should reinforce IMA's position as a trustworthy, patient-centric medical alliance.
22
-
23
17
  ## Decision Tree
24
18
 
25
19
  ```
@@ -48,7 +42,7 @@ What type of brand question?
48
42
  → Use ima-bootstrap skill instead
49
43
  ```
50
44
 
51
- ## Quick Reference: Color Palette
45
+ ## Color Palette
52
46
 
53
47
  | Name | Hex | Usage |
54
48
  |------|-----|-------|
@@ -61,20 +55,21 @@ What type of brand question?
61
55
  | Plum Velvet | `#7B024D` | Accent, distinction |
62
56
  | Calm Stone | `#919396` | Secondary text, labels |
63
57
  | Clarity Wash | `#F2F3F5` | Backgrounds, cards |
64
- | Accessible Teal | `#007BB4` | High-contrast alternative |
58
+ | Soft Mist | `#EDF3F4` | Light blue-gray backgrounds |
65
59
  | Brand Gradient | `150deg, #00066F → #00B8B8` | Hero sections, overlays |
66
60
 
67
- ## Quick Reference: Typography
61
+ ## Typography
68
62
 
69
- | Element | Font | Weight | Size |
70
- |---------|------|--------|------|
71
- | Page headers | Lato | Bold/Black | 40px |
72
- | Section headers | Lato | Bold | 20px |
73
- | Body text | Proxima Nova / Open Sans | Regular | 16px |
74
- | Buttons | Lato | Bold | 18px, uppercase |
75
- | Form labels | Open Sans | Regular | 14px |
63
+ | Element | Font | Weight | Size | Notes |
64
+ |---------|------|--------|------|-------|
65
+ | Page headers | Lato | Bold/Black | 40px | |
66
+ | Section headers | Lato | Bold | 20px | |
67
+ | Body text | Proxima Nova / Open Sans | Regular | 16px | |
68
+ | Buttons (small) | Lato | Bold | 1em, uppercase | 0.04em letter-spacing, 15px radius |
69
+ | Buttons (large) | Lato | Bold | 2em, uppercase | 0.04em letter-spacing, 15px radius |
70
+ | Form labels | Open Sans | Regular | 14px | |
76
71
 
77
- ## Quick Reference: Voice & Tone
72
+ ## Voice & Tone
78
73
 
79
74
  | Context | Tone | Example |
80
75
  |---------|------|---------|
@@ -90,19 +85,19 @@ What type of brand question?
90
85
  | BAD | GOOD | Why |
91
86
  |-----|------|-----|
92
87
  | "FLCCC" in new content | "IMA" or "Independent Medical Alliance" | Rebranded; FLCCC is legacy |
93
- | Stretching or recoloring the logo | Use approved lockup variants | Brand integrity |
88
+ | Stretching or recoloring logo | Use approved lockup variants | Brand integrity |
94
89
  | Logo on busy/patterned backgrounds | White, light, dark, or gradient bg only | Readability |
95
- | Logo below 200px width | Minimum 200px, use IMA lettermark for small sizes | Legibility |
96
- | Jargon-heavy copy without explanation | Plain language with medical terms defined | Patient accessibility |
90
+ | Logo below 200px width | Min 200px; use IMA lettermark for small sizes | Legibility |
91
+ | Jargon-heavy copy | Plain language with medical terms defined | Patient accessibility |
97
92
  | Fear-based messaging | Solution-oriented, empowering language | Brand persona |
98
- | Missing medical disclaimer on health content | Include standard disclaimer | Legal compliance |
93
+ | Missing medical disclaimer | Include standard disclaimer on health content | Legal compliance |
99
94
  | Inconsistent tone across channels | Match tone to context (see Voice table) | Brand consistency |
100
- | Using non-brand colors for key elements | Brand palette only for primary UI | Visual consistency |
95
+ | Non-brand colors for key elements | Brand palette only for primary UI | Visual consistency |
101
96
 
102
97
  ## Cross-References
103
98
 
104
99
  - **CSS/SCSS implementation** (variables, mixins, components): `ima-bootstrap` skill
105
- - **SCSS source files**: `~/IMA/dev/ima-brand/sass/` (ima-brand plugin repo)
100
+ - **SCSS source files**: `~/IMA/dev/ima-brand/sass/`
106
101
  - **Brand identity deep dive**: [references/brand-identity.md](references/brand-identity.md)
107
102
  - **Visual system details**: [references/visual-system.md](references/visual-system.md)
108
103
  - **Digital & legal standards**: [references/digital-standards.md](references/digital-standards.md)