start-vibing 4.0.2 → 4.1.1

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 (67) hide show
  1. package/package.json +1 -1
  2. package/template/.claude/CLAUDE.md +86 -20
  3. package/template/.claude/agents/sd-audit.md +197 -0
  4. package/template/.claude/agents/sd-fix-verify-semantic.md +112 -0
  5. package/template/.claude/agents/sd-fix-verify-technical.md +36 -0
  6. package/template/.claude/agents/sd-fix.md +194 -0
  7. package/template/.claude/agents/sd-research.md +61 -0
  8. package/template/.claude/agents/sd-synthesis.md +74 -0
  9. package/template/.claude/commands/super-design.md +15 -0
  10. package/template/.claude/hooks/super-design-session-start.sh +4 -0
  11. package/template/.claude/settings.json +14 -0
  12. package/template/.claude/skills/codebase-knowledge/SKILL.md +145 -0
  13. package/template/.claude/skills/codebase-knowledge/TEMPLATE.md +35 -0
  14. package/template/.claude/skills/codebase-knowledge/domains/claude-system.md +93 -0
  15. package/template/.claude/skills/composition-patterns/SKILL.md +89 -0
  16. package/template/.claude/skills/docs-tracker/SKILL.md +239 -0
  17. package/template/.claude/skills/mcp-builder/SKILL.md +236 -0
  18. package/template/.claude/skills/quality-gate/scripts/check-all.sh +83 -0
  19. package/template/.claude/skills/react-best-practices/SKILL.md +146 -0
  20. package/template/.claude/skills/security-scan/reference/owasp-top-10.md +257 -0
  21. package/template/.claude/skills/security-scan/scripts/scan.py +190 -0
  22. package/template/.claude/skills/super-design/README.md +37 -0
  23. package/template/.claude/skills/super-design/SKILL.md +105 -0
  24. package/template/.claude/skills/super-design/hooks/guard-paths.py +35 -0
  25. package/template/.claude/skills/super-design/hooks/post-edit-lint.py +57 -0
  26. package/template/.claude/skills/super-design/references/audit-methodology.md +513 -0
  27. package/template/.claude/skills/super-design/references/change-detection-playbook.md +1432 -0
  28. package/template/.claude/skills/super-design/references/design-theory.md +706 -0
  29. package/template/.claude/skills/super-design/references/fix-agent-playbook.md +118 -0
  30. package/template/.claude/skills/super-design/references/market-research-playbook.md +773 -0
  31. package/template/.claude/skills/super-design/references/playwright-mcp-reference.md +1057 -0
  32. package/template/.claude/skills/super-design/references/skills-subagents-reference.md +784 -0
  33. package/template/.claude/skills/super-design/references/superpowers-and-distribution.md +136 -0
  34. package/template/.claude/skills/super-design/scripts/detect-changes.sh +61 -0
  35. package/template/.claude/skills/super-design/scripts/diff-tokens.sh +13 -0
  36. package/template/.claude/skills/super-design/scripts/discover-routes.sh +45 -0
  37. package/template/.claude/skills/super-design/scripts/extract-tokens.mjs +41 -0
  38. package/template/.claude/skills/super-design/scripts/hash-pages.sh +42 -0
  39. package/template/.claude/skills/super-design/scripts/validate-state.sh +15 -0
  40. package/template/.claude/skills/super-design/scripts/verify-audit.sh +19 -0
  41. package/template/.claude/skills/super-design/templates/audit-state.schema.json +57 -0
  42. package/template/.claude/skills/super-design/templates/findings.schema.json +57 -0
  43. package/template/.claude/skills/super-design/templates/fix-history.md.tpl +26 -0
  44. package/template/.claude/skills/super-design/templates/overview.md.tpl +52 -0
  45. package/template/.claude/skills/test-coverage/reference/playwright-patterns.md +260 -0
  46. package/template/.claude/skills/test-coverage/scripts/coverage-check.sh +52 -0
  47. package/template/.claude/skills/typeui-ant/SKILL.md +133 -0
  48. package/template/.claude/skills/typeui-application/SKILL.md +128 -0
  49. package/template/.claude/skills/typeui-artistic/SKILL.md +133 -0
  50. package/template/.claude/skills/typeui-bento/SKILL.md +127 -0
  51. package/template/.claude/skills/typeui-bold/SKILL.md +127 -0
  52. package/template/.claude/skills/typeui-clean/SKILL.md +128 -0
  53. package/template/.claude/skills/typeui-dashboard/SKILL.md +133 -0
  54. package/template/.claude/skills/typeui-doodle/SKILL.md +142 -0
  55. package/template/.claude/skills/typeui-dramatic/SKILL.md +127 -0
  56. package/template/.claude/skills/typeui-enterprise/SKILL.md +132 -0
  57. package/template/.claude/skills/typeui-neobrutalism/SKILL.md +127 -0
  58. package/template/.claude/skills/typeui-paper/SKILL.md +127 -0
  59. package/template/.claude/skills/ui-ux-audit/QUICK-START.md +450 -0
  60. package/template/.claude/skills/ui-ux-audit/README.md +470 -0
  61. package/template/.claude/skills/ui-ux-audit/templates/audit-report.md +591 -0
  62. package/template/.claude/skills/ui-ux-audit/templates/competitor-analysis.md +363 -0
  63. package/template/.claude/skills/ui-ux-audit/templates/component-spec.md +491 -0
  64. package/template/.claude/skills/ui-ux-audit/templates/improvement-recommendation.md +450 -0
  65. package/template/.claude/skills/web-design-guidelines/SKILL.md +39 -0
  66. package/template/.claude/skills/webapp-testing/SKILL.md +96 -0
  67. package/template/.claude/skills/workflow-state/workflow-state.json +77 -0
@@ -0,0 +1,591 @@
1
+ # UI/UX Audit Report: [Feature/Page Name]
2
+
3
+ **Date:** YYYY-MM-DD
4
+ **Auditor:** [Agent name]
5
+ **Audit Type:** [Full/Accessibility/Responsiveness/Performance]
6
+ **Status:** [Draft/Review/Final]
7
+
8
+ ---
9
+
10
+ ## Executive Summary
11
+
12
+ ### Overall Score: [#]/100
13
+
14
+ | Category | Score | Status | Notes |
15
+ | -------------- | ------- | ----------- | --------- |
16
+ | Accessibility | [#]/100 | [Pass/Fail] | [Summary] |
17
+ | Responsiveness | [#]/100 | [Pass/Fail] | [Summary] |
18
+ | Performance | [#]/100 | [Pass/Fail] | [Summary] |
19
+ | Usability | [#]/100 | [Pass/Fail] | [Summary] |
20
+ | Design System | [#]/100 | [Pass/Fail] | [Summary] |
21
+
22
+ ### Critical Issues: [#]
23
+
24
+ ### High Priority Issues: [#]
25
+
26
+ ### Medium Priority Issues: [#]
27
+
28
+ ### Low Priority Issues: [#]
29
+
30
+ ---
31
+
32
+ ## Scope
33
+
34
+ ### Audited Components
35
+
36
+ - [Component 1]
37
+ - [Component 2]
38
+ - [Component 3]
39
+
40
+ ### Audited Pages
41
+
42
+ - [Page 1] - [URL]
43
+ - [Page 2] - [URL]
44
+ - [Page 3] - [URL]
45
+
46
+ ### Browsers Tested
47
+
48
+ - [ ] Chrome [version]
49
+ - [ ] Firefox [version]
50
+ - [ ] Safari [version]
51
+ - [ ] Edge [version]
52
+ - [ ] Mobile Safari (iOS [version])
53
+ - [ ] Chrome Mobile (Android [version])
54
+
55
+ ### Devices Tested
56
+
57
+ - [ ] Desktop (1920x1080)
58
+ - [ ] Laptop (1280x800)
59
+ - [ ] Tablet (768x1024)
60
+ - [ ] Mobile (375x667)
61
+
62
+ ---
63
+
64
+ ## Accessibility Audit (WCAG 2.1)
65
+
66
+ ### Level A Compliance
67
+
68
+ #### Perceivable
69
+
70
+ **1.1 Text Alternatives**
71
+
72
+ - [ ] **PASS** All images have alt text
73
+ - [ ] **FAIL** [Issue description]
74
+
75
+ **Issues Found:**
76
+
77
+ 1. [Issue 1 - location, description, severity]
78
+ 2. [Issue 2 - location, description, severity]
79
+
80
+ **1.3 Adaptable**
81
+
82
+ - [ ] **PASS** Semantic HTML structure
83
+ - [ ] **FAIL** [Issue description]
84
+
85
+ **Issues Found:**
86
+
87
+ 1. [Issue 1]
88
+
89
+ **1.4 Distinguishable**
90
+
91
+ - [ ] **PASS** Color contrast (4.5:1 minimum)
92
+ - [ ] **FAIL** [Issue description]
93
+
94
+ **Issues Found:**
95
+
96
+ 1. [Issue 1]
97
+
98
+ **Contrast Analysis:**
99
+
100
+ | Element | Foreground | Background | Ratio | Status | Location |
101
+ | --------- | ---------- | ---------- | ----- | ----------- | -------- |
102
+ | [Element] | [#color] | [#color] | [#]:1 | [Pass/Fail] | [Where] |
103
+
104
+ #### Operable
105
+
106
+ **2.1 Keyboard Accessible**
107
+
108
+ - [ ] **PASS** All interactive elements keyboard accessible
109
+ - [ ] **FAIL** [Issue description]
110
+
111
+ **Issues Found:**
112
+
113
+ 1. [Issue 1]
114
+
115
+ **Keyboard Navigation Test:**
116
+
117
+ | Element | Tab | Enter | Space | Arrows | Status |
118
+ | --------- | --- | ----- | ----- | ------ | ----------- |
119
+ | [Element] | [✓] | [✓] | [✓] | [✓] | [Pass/Fail] |
120
+
121
+ **2.4 Navigable**
122
+
123
+ - [ ] **PASS** Skip links present
124
+ - [ ] **PASS** Focus visible
125
+ - [ ] **PASS** Logical focus order
126
+ - [ ] **FAIL** [Issue description]
127
+
128
+ **Issues Found:**
129
+
130
+ 1. [Issue 1]
131
+
132
+ **2.5 Input Modalities**
133
+
134
+ - [ ] **PASS** Touch targets minimum 44x44px
135
+ - [ ] **FAIL** [Issue description]
136
+
137
+ **Touch Target Analysis:**
138
+
139
+ | Element | Width x Height | Status | Location |
140
+ | --------- | -------------- | ----------- | -------- |
141
+ | [Element] | [#]x[#]px | [Pass/Fail] | [Where] |
142
+
143
+ #### Understandable
144
+
145
+ **3.1 Readable**
146
+
147
+ - [ ] **PASS** Language declared
148
+ - [ ] **PASS** Clear labels
149
+
150
+ **Issues Found:**
151
+
152
+ 1. [Issue 1]
153
+
154
+ **3.2 Predictable**
155
+
156
+ - [ ] **PASS** Consistent navigation
157
+ - [ ] **PASS** No unexpected changes
158
+
159
+ **Issues Found:**
160
+
161
+ 1. [Issue 1]
162
+
163
+ **3.3 Input Assistance**
164
+
165
+ - [ ] **PASS** Error identification
166
+ - [ ] **PASS** Labels or instructions
167
+ - [ ] **PASS** Error suggestions
168
+
169
+ **Issues Found:**
170
+
171
+ 1. [Issue 1]
172
+
173
+ #### Robust
174
+
175
+ **4.1 Compatible**
176
+
177
+ - [ ] **PASS** Valid HTML
178
+ - [ ] **PASS** ARIA used correctly
179
+
180
+ **Issues Found:**
181
+
182
+ 1. [Issue 1]
183
+
184
+ **ARIA Analysis:**
185
+
186
+ | Element | ARIA Attributes | Status | Notes |
187
+ | --------- | --------------- | ----------- | ---------- |
188
+ | [Element] | [role, aria-*] | [Pass/Fail] | [Comments] |
189
+
190
+ ### Level AA Compliance
191
+
192
+ - [ ] **PASS** Enhanced contrast (7:1 for graphics)
193
+ - [ ] **PASS** Text resize up to 200%
194
+ - [ ] **PASS** Reflow at 320px
195
+
196
+ **Issues Found:**
197
+
198
+ 1. [Issue 1]
199
+
200
+ ### Screen Reader Testing
201
+
202
+ **Tested with:** [NVDA/JAWS/VoiceOver]
203
+
204
+ | Page/Component | Announces Correctly | Navigation Works | Status |
205
+ | -------------- | ------------------- | ---------------- | ----------- |
206
+ | [Name] | [Yes/No] | [Yes/No] | [Pass/Fail] |
207
+
208
+ **Issues Found:**
209
+
210
+ 1. [Issue 1 - what's announced wrong, where]
211
+
212
+ ---
213
+
214
+ ## Responsiveness Audit
215
+
216
+ ### Mobile (375px)
217
+
218
+ **Score:** [#]/100
219
+
220
+ #### Layout
221
+
222
+ - [ ] **PASS** Single column layout
223
+ - [ ] **PASS** No horizontal scroll
224
+ - [ ] **PASS** Content readable without zoom
225
+ - [ ] **FAIL** [Issue description]
226
+
227
+ **Issues Found:**
228
+
229
+ 1. [Issue 1 - screenshot, description]
230
+
231
+ #### Touch Interactions
232
+
233
+ - [ ] **PASS** Touch targets 44x44px minimum
234
+ - [ ] **PASS** Swipe gestures work
235
+ - [ ] **PASS** Tap targets spaced appropriately
236
+
237
+ **Issues Found:**
238
+
239
+ 1. [Issue 1]
240
+
241
+ #### Navigation
242
+
243
+ - [ ] **PASS** Mobile menu works
244
+ - [ ] **PASS** Bottom nav (if applicable)
245
+ - [ ] **PASS** Breadcrumbs hidden/collapsed
246
+
247
+ **Issues Found:**
248
+
249
+ 1. [Issue 1]
250
+
251
+ ### Tablet (768px)
252
+
253
+ **Score:** [#]/100
254
+
255
+ - [ ] **PASS** Appropriate layout
256
+ - [ ] **PASS** No horizontal scroll
257
+ - [ ] **PASS** Touch/mouse hybrid works
258
+
259
+ **Issues Found:**
260
+
261
+ 1. [Issue 1]
262
+
263
+ ### Desktop (1280px)
264
+
265
+ **Score:** [#]/100
266
+
267
+ - [ ] **PASS** Full features visible
268
+ - [ ] **PASS** Sidebars displayed
269
+ - [ ] **PASS** Hover states work
270
+ - [ ] **PASS** Multi-column layouts
271
+
272
+ **Issues Found:**
273
+
274
+ 1. [Issue 1]
275
+
276
+ ### FullHD (1920px)
277
+
278
+ **Score:** [#]/100
279
+
280
+ - [ ] **PASS** No horizontal overflow
281
+ - [ ] **PASS** Content centered/constrained
282
+ - [ ] **PASS** No excessive whitespace
283
+
284
+ **Issues Found:**
285
+
286
+ 1. [Issue 1]
287
+
288
+ ### Breakpoint Analysis
289
+
290
+ | Breakpoint | Min Width | Max Width | Issues Found | Status |
291
+ | ---------- | --------- | --------- | ------------ | ----------- |
292
+ | xs | 0 | 639px | [#] | [Pass/Fail] |
293
+ | sm | 640px | 767px | [#] | [Pass/Fail] |
294
+ | md | 768px | 1023px | [#] | [Pass/Fail] |
295
+ | lg | 1024px | 1279px | [#] | [Pass/Fail] |
296
+ | xl | 1280px | 1919px | [#] | [Pass/Fail] |
297
+ | 2xl | 1920px+ | - | [#] | [Pass/Fail] |
298
+
299
+ ---
300
+
301
+ ## Performance Audit
302
+
303
+ ### Core Web Vitals
304
+
305
+ | Metric | Mobile | Desktop | Target | Status |
306
+ | ------ | ------ | ------- | ------- | ----------- |
307
+ | LCP | [#]s | [#]s | < 2.5s | [Pass/Fail] |
308
+ | FID | [#]ms | [#]ms | < 100ms | [Pass/Fail] |
309
+ | CLS | [#] | [#] | < 0.1 | [Pass/Fail] |
310
+
311
+ ### Load Performance
312
+
313
+ | Metric | Value | Target | Status |
314
+ | ---------------------- | ----- | ------- | ----------- |
315
+ | Time to Interactive | [#]s | < 3.8s | [Pass/Fail] |
316
+ | First Contentful Paint | [#]s | < 1.8s | [Pass/Fail] |
317
+ | Speed Index | [#]s | < 3.4s | [Pass/Fail] |
318
+ | Total Bundle Size | [#]KB | < 500KB | [Pass/Fail] |
319
+
320
+ ### Performance Issues
321
+
322
+ 1. **[Issue 1]**
323
+ - Impact: [High/Medium/Low]
324
+ - Description: [What's slow]
325
+ - Recommendation: [How to fix]
326
+
327
+ 2. **[Issue 2]**
328
+ - Impact: [High/Medium/Low]
329
+ - Description: [What's slow]
330
+ - Recommendation: [How to fix]
331
+
332
+ ### Animation Performance
333
+
334
+ - [ ] **PASS** 60fps maintained
335
+ - [ ] **PASS** Respects prefers-reduced-motion
336
+ - [ ] **PASS** GPU acceleration used
337
+
338
+ **Issues Found:**
339
+
340
+ 1. [Issue 1]
341
+
342
+ ---
343
+
344
+ ## Usability Audit
345
+
346
+ ### Navigation
347
+
348
+ **Score:** [#]/100
349
+
350
+ - [ ] **PASS** Clear hierarchy
351
+ - [ ] **PASS** Consistent placement
352
+ - [ ] **PASS** Active state visible
353
+ - [ ] **FAIL** [Issue description]
354
+
355
+ **Issues Found:**
356
+
357
+ 1. [Issue 1]
358
+
359
+ ### Forms
360
+
361
+ **Score:** [#]/100
362
+
363
+ - [ ] **PASS** Clear labels
364
+ - [ ] **PASS** Inline validation
365
+ - [ ] **PASS** Error messages helpful
366
+ - [ ] **PASS** Required fields marked
367
+ - [ ] **FAIL** [Issue description]
368
+
369
+ **Issues Found:**
370
+
371
+ 1. [Issue 1]
372
+
373
+ ### Feedback & States
374
+
375
+ **Score:** [#]/100
376
+
377
+ - [ ] **PASS** Loading states clear
378
+ - [ ] **PASS** Success feedback visible
379
+ - [ ] **PASS** Error handling graceful
380
+ - [ ] **FAIL** [Issue description]
381
+
382
+ **Issues Found:**
383
+
384
+ 1. [Issue 1]
385
+
386
+ ### Content
387
+
388
+ **Score:** [#]/100
389
+
390
+ - [ ] **PASS** Clear hierarchy
391
+ - [ ] **PASS** Scannable
392
+ - [ ] **PASS** Appropriate tone
393
+ - [ ] **FAIL** [Issue description]
394
+
395
+ **Issues Found:**
396
+
397
+ 1. [Issue 1]
398
+
399
+ ---
400
+
401
+ ## Design System Compliance
402
+
403
+ ### Colors
404
+
405
+ **Score:** [#]/100
406
+
407
+ - [ ] **PASS** Uses design system colors
408
+ - [ ] **PASS** Consistent color usage
409
+ - [ ] **FAIL** [Issue description]
410
+
411
+ **Inconsistencies Found:**
412
+
413
+ 1. [Color used] instead of [design system token]
414
+
415
+ ### Typography
416
+
417
+ **Score:** [#]/100
418
+
419
+ - [ ] **PASS** Uses system fonts
420
+ - [ ] **PASS** Consistent sizing
421
+ - [ ] **PASS** Proper hierarchy
422
+ - [ ] **FAIL** [Issue description]
423
+
424
+ **Inconsistencies Found:**
425
+
426
+ 1. [Issue 1]
427
+
428
+ ### Spacing
429
+
430
+ **Score:** [#]/100
431
+
432
+ - [ ] **PASS** Uses 4px scale
433
+ - [ ] **PASS** Consistent spacing
434
+ - [ ] **FAIL** [Issue description]
435
+
436
+ **Inconsistencies Found:**
437
+
438
+ 1. [Issue 1]
439
+
440
+ ### Components
441
+
442
+ **Score:** [#]/100
443
+
444
+ - [ ] **PASS** Uses shadcn/ui components
445
+ - [ ] **PASS** No component duplication
446
+ - [ ] **FAIL** [Issue description]
447
+
448
+ **Issues Found:**
449
+
450
+ 1. [Issue 1]
451
+
452
+ ---
453
+
454
+ ## Issues Summary
455
+
456
+ ### Critical Issues (Block Launch)
457
+
458
+ 1. **[Issue Title]**
459
+ - **Category:** [Accessibility/Responsiveness/Performance]
460
+ - **Location:** [Where]
461
+ - **Description:** [What's wrong]
462
+ - **Impact:** [User impact]
463
+ - **Fix Required:** [What needs to be done]
464
+ - **Effort:** [Hours/Days]
465
+
466
+ ### High Priority (Fix Before Launch)
467
+
468
+ 1. **[Issue Title]**
469
+ - **Category:** [Category]
470
+ - **Location:** [Where]
471
+ - **Description:** [What's wrong]
472
+ - **Impact:** [User impact]
473
+ - **Fix Required:** [What needs to be done]
474
+ - **Effort:** [Hours/Days]
475
+
476
+ ### Medium Priority (Fix Soon)
477
+
478
+ 1. **[Issue Title]**
479
+ - **Category:** [Category]
480
+ - **Location:** [Where]
481
+ - **Description:** [What's wrong]
482
+ - **Impact:** [User impact]
483
+ - **Fix Required:** [What needs to be done]
484
+ - **Effort:** [Hours/Days]
485
+
486
+ ### Low Priority (Nice to Have)
487
+
488
+ 1. **[Issue Title]**
489
+ - **Category:** [Category]
490
+ - **Location:** [Where]
491
+ - **Description:** [What's wrong]
492
+ - **Impact:** [User impact]
493
+ - **Fix Required:** [What needs to be done]
494
+ - **Effort:** [Hours/Days]
495
+
496
+ ---
497
+
498
+ ## Recommendations
499
+
500
+ ### Quick Wins (< 1 day)
501
+
502
+ 1. [Recommendation 1]
503
+ 2. [Recommendation 2]
504
+ 3. [Recommendation 3]
505
+
506
+ ### Short Term (1-3 days)
507
+
508
+ 1. [Recommendation 1]
509
+ 2. [Recommendation 2]
510
+ 3. [Recommendation 3]
511
+
512
+ ### Long Term (> 3 days)
513
+
514
+ 1. [Recommendation 1]
515
+ 2. [Recommendation 2]
516
+ 3. [Recommendation 3]
517
+
518
+ ---
519
+
520
+ ## Action Items
521
+
522
+ ### For Developers
523
+
524
+ - [ ] [Action 1]
525
+ - [ ] [Action 2]
526
+ - [ ] [Action 3]
527
+
528
+ ### For Designers
529
+
530
+ - [ ] [Action 1]
531
+ - [ ] [Action 2]
532
+ - [ ] [Action 3]
533
+
534
+ ### For Product
535
+
536
+ - [ ] [Action 1]
537
+ - [ ] [Action 2]
538
+ - [ ] [Action 3]
539
+
540
+ ---
541
+
542
+ ## Re-Audit Criteria
543
+
544
+ ### Definition of Done
545
+
546
+ - [ ] All critical issues resolved
547
+ - [ ] All high priority issues resolved
548
+ - [ ] Accessibility score > 90
549
+ - [ ] Responsiveness score > 95
550
+ - [ ] Performance score > 80
551
+ - [ ] Re-tested on all browsers
552
+ - [ ] Re-tested on all devices
553
+
554
+ ### Re-Audit Date
555
+
556
+ **Scheduled:** YYYY-MM-DD
557
+
558
+ ---
559
+
560
+ ## Appendix
561
+
562
+ ### Screenshots
563
+
564
+ [Links to screenshot folder]
565
+
566
+ ### Test Data
567
+
568
+ [Test data used during audit]
569
+
570
+ ### Tools Used
571
+
572
+ - [ ] Chrome DevTools
573
+ - [ ] Lighthouse
574
+ - [ ] WAVE
575
+ - [ ] axe DevTools
576
+ - [ ] Screen reader ([which])
577
+ - [ ] Responsive design mode
578
+ - [ ] Performance profiler
579
+
580
+ ### References
581
+
582
+ - [WCAG 2.1 Guidelines](https://www.w3.org/WAI/WCAG21/quickref/)
583
+ - [Web.dev Vitals](https://web.dev/vitals/)
584
+ - [Design system documentation]
585
+
586
+ ---
587
+
588
+ **Audit Version:** 1.0.0
589
+ **Auditor:** [Name]
590
+ **Date:** YYYY-MM-DD
591
+ **Status:** [Draft/Final]