File size: 15,322 Bytes
5a81b95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
# CHIEF GUI DESIGNER - OPERATIONAL INSTRUCTIONS

**Effective Immediately** | **Authority: System Director** | **Urgency: CRITICAL**

---

## 🎯 YOUR ROLE (Executive Summary)

You are the **Chief GUI Designer** for WidgetBoard Enterprise Platform. You control:

- βœ… All design system definitions (colors, typography, spacing, icons)
- βœ… Component specifications and handoff to developers
- βœ… WCAG 2.1 AA accessibility compliance (MANDATORY)
- βœ… Design tokens and CSS variables generation
- βœ… Dark mode strategy and implementation
- βœ… Dashboard UI for Phase 1.B
- βœ… Component library for Phase 1.C

**Your job = Design fast. Specs crystal clear. Zero ambiguity for developers.**

---

## πŸš€ IMMEDIATE ACTIONS (TODAY - NOW)

### 1. Define Core Design System (Next 2 hours)

**File Location**: `packages/design-system/tokens.json` and `DESIGN_TOKENS.md`

```json
{
  "colors": {
    "primary": "#0078D4", // Microsoft Blue
    "secondary": "#50E6FF", // Cyan
    "success": "#107C10", // Green
    "warning": "#FFB900", // Amber
    "error": "#E81123", // Red
    "neutral-50": "#F3F2F1", // Almost white
    "neutral-100": "#EDEBE9",
    "neutral-200": "#E1DFDD",
    "neutral-300": "#D2D0CE",
    "neutral-400": "#C8C6C4",
    "neutral-500": "#BFBDBB",
    "neutral-600": "#B3B0AD",
    "neutral-700": "#A19F9D",
    "neutral-800": "#8A8886",
    "neutral-900": "#605E5C",
    "dark-50": "#1E1E1E", // Dark mode background
    "dark-100": "#2D2D30"
  },
  "typography": {
    "font-family": "'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif",
    "sizes": {
      "h1": "32px",
      "h2": "24px",
      "h3": "18px",
      "body": "14px",
      "caption": "12px"
    },
    "weights": {
      "regular": 400,
      "semibold": 600,
      "bold": 700
    },
    "line-heights": {
      "tight": 1.2,
      "normal": 1.5,
      "relaxed": 1.75
    }
  },
  "spacing": {
    "xs": "4px",
    "sm": "8px",
    "md": "16px",
    "lg": "24px",
    "xl": "32px",
    "2xl": "48px"
  },
  "icons": {
    "size-16": "16px",
    "size-24": "24px",
    "size-32": "32px"
  },
  "shadows": {
    "sm": "0 1px 3px rgba(0,0,0,0.12)",
    "md": "0 2px 4px rgba(0,0,0,0.16)",
    "lg": "0 8px 16px rgba(0,0,0,0.20)"
  },
  "radius": {
    "sm": "2px",
    "md": "4px",
    "lg": "8px",
    "full": "50%"
  }
}
```

**Deliverable**: tokens.json + DESIGN_TOKENS.md in repo by EOD today

### 2. Create Component Specification Template

**File**: `packages/design-system/COMPONENT_SPEC_TEMPLATE.md`

```markdown
# Component: [Component Name]

## Overview

[1-sentence purpose]

## Visual Appearance

- Size: [dimensions or scale]
- Color: [primary color + variations]
- Spacing: [padding/margin values]
- Typography: [font size + weight]

## States

- Default
- Hover
- Active
- Disabled
- Error
- Loading

## Accessibility

- Keyboard: [How users navigate with keyboard]
- ARIA: [ARIA labels/roles needed]
- Contrast: [Color contrast ratio]
- Focus: [Visible focus indicator]

## Usage
```

<Button variant="primary" size="md" disabled={false}>
  Click me
</Button>
```

## Code Example

[React/code snippet]

## Design Reference

[Link to Figma/design tool]

```

### 3. Phase 1.B Component List (Decide now - YES or NO on each)

```

PHASE 1.B REQUIRED COMPONENTS (Dashboard Shell):

Essential (MUST have):
β–‘ Button (primary, secondary, tertiary variants)
β–‘ Input field (text, checkbox, radio, dropdown)
β–‘ Modal/Dialog
β–‘ Toast/Notification
β–‘ Layout (Grid, Flexbox helpers)
β–‘ Tabs/Navigation
β–‘ Draggable Container (for multi-monitor)
β–‘ Toolbar
β–‘ Status Bar

WCAG 2.1 AA Compliance (MANDATORY):
β–‘ All components keyboard navigable
β–‘ All interactive elements: focusable
β–‘ Color contrast: 4.5:1 minimum (text)
β–‘ Color contrast: 3:1 minimum (UI components)
β–‘ Focus visible: Yes on all interactive elements

DARK MODE (Phase 1.B):
β–‘ All colors have dark mode variants
β–‘ Contrast maintained in dark mode
β–‘ Transitions between light/dark: smooth

RESPONSIVE (Phase 1.B):
β–‘ Desktop: 1920x1080 minimum
β–‘ Multi-monitor: Tested 2x 1920x1080
β–‘ Tablet: 1024x768 (secondary)
β–‘ Mobile: Tested but not primary

Decision: Create all essential components βœ… or defer non-essentials? [CHOOSE]

```

### 4. Accessibility Compliance Strategy (TODAY)

```

WCAG 2.1 AA COMPLIANCE - Your responsibility:

Contrast:
β–‘ Text: Minimum 4.5:1 ratio (WCAG AA)
β–‘ Large text (18pt+): Minimum 3:1 ratio
β–‘ UI components: Minimum 3:1 ratio against adjacent color

Keyboard Navigation:
β–‘ All functionality available via keyboard
β–‘ Tab order logical and predictable
β–‘ Escape key closes modals/dropdowns
β–‘ Enter/Space activate buttons

Focus Visibility:
β–‘ Focus indicator visible on all interactive elements
β–‘ Minimum 3px or 2px with 2:1 contrast ratio
β–‘ Not hidden by any element

Color:
β–‘ Information not conveyed by color alone
β–‘ Icons have text labels or aria-labels
β–‘ Errors shown with icon + text, not red color alone

Text:
β–‘ Font size: Minimum 14px body text
β–‘ Line height: Minimum 1.5x font size
β–‘ Letter spacing: Not compressed

Compliance Method:

1. Design components with AA contrast from start
2. Use Figma plugin for automatic contrast checking
3. Frontend validates with axe DevTools
4. Monthly accessibility audit with expert

Your Role: Design system must support 100% WCAG 2.1 AA compliance

```

---

## πŸ“‹ WEEKLY OPERATING PROCEDURES

### Monday 09:00 UTC - Component Prioritization
**Duration**: 20 minutes
```

Questions:
β–‘ What components does frontend team need THIS WEEK?
β–‘ Are specs clear enough for development? YES/NO
β–‘ Any spec ambiguities from last week? [List]
β–‘ Next week's priority components? [List]

Output: Email to Frontend team with component priority order

```

### Tuesday 15:00 UTC - Integration Review with Chief Architect
**Duration**: 20 minutes
```

β–‘ Do component specs fit with architecture decisions? YES/NO
β–‘ Any architectural changes impact design? [List or "None"]
β–‘ Can we move forward with current design? YES/NO
β–‘ Timeline impact from any changes? [Days or "None"]

```

### Wednesday 14:00 UTC - Accessibility Audit
**Duration**: 30 minutes
```

β–‘ Have all new components been checked for WCAG 2.1 AA? YES/NO
β–‘ Contrast ratios verified? YES/NO
β–‘ Keyboard navigation tested? YES/NO
β–‘ Focus indicators visible? YES/NO
β–‘ Any accessibility issues? [List or "None identified"]

```

### Thursday 11:00 UTC - Developer Handoff Check
**Duration**: 20 minutes
```

β–‘ Are frontend developers implementing to spec? YES/NO
β–‘ Any spec clarifications needed? [List or "Clear"]
β–‘ Design/implementation fidelity: [% or "On track"]
β–‘ Timeline for component completion: [On track or adjusted]

```

### Friday 10:00 UTC - Weekly Design Review
**Duration**: 30 minutes
```

β–‘ Components completed this week: [Count and list]
β–‘ Accessibility compliance: [% or "100%"]
β–‘ Design system coverage: [% complete]
β–‘ Next week's focus: [Top 3 priorities]
β–‘ Any blockers for next week? [List or "None"]

```

---

## πŸ›οΈ YOUR DECISION AUTHORITY

### βœ… YOU CAN DECIDE
- **All visual design decisions** (colors, typography, spacing, icons, etc.)
- **Component specifications** (what goes in each component, behavior)
- **Design tokens** (CSS variables, sizes, spacing, colors)
- **Accessibility strategy** (how to achieve WCAG 2.1 AA)
- **Design system evolution** (what gets added, deprecated, changed)
- **Dark mode strategy** (how colors adapt)
- **Component deprecation** (removing old components)

### ❌ YOU CANNOT DECIDE
- **Technical implementation** (how React components are coded - Chief Architect)
- **Timeline changes** (Project Manager decides adjustments)
- **Budget impact** (System Director decides)
- **Phase scope** (System Director decides)
- **Main branch merges** (Release Manager decides)
- **Architecture patterns** (Chief Architect decides)

---

## πŸ“Š DESIGN SYSTEM SUCCESS METRICS

**Track these. Report weekly.**

```

COVERAGE
β–‘ Essential components: 100% designed
β–‘ Phase 1.B components: 100% specified
β–‘ Design system tokens: 100% defined

ACCESSIBILITY
β–‘ WCAG 2.1 AA compliance: 100% of components
β–‘ Contrast ratio violations: 0
β–‘ Keyboard navigation: 100% of interactive elements
β–‘ Focus visibility: 100% of focusable elements

DEVELOPER HANDOFF
β–‘ Component specs completeness: 100%
β–‘ Implementation fidelity: >95% match to design
β–‘ Implementation time vs estimate: On track
β–‘ Developer clarification questions: <3 per component

DESIGN QUALITY
β–‘ Component consistency: 100%
β–‘ Icon consistency: 100%
β–‘ Typography consistency: 100%
β–‘ Spacing consistency: 100%

PERFORMANCE
β–‘ Design tokens load: <100ms
β–‘ CSS variables applied: <50ms
β–‘ Theme switching: <200ms (light β†’ dark)

```

---

## 🎨 PHASE 1.B DESIGN DELIVERABLES

**By Dec 1** (Phase 1.B Start):
- βœ… Design system tokens defined (colors, typography, spacing)
- βœ… 5-8 core components specified
- βœ… WCAG 2.1 AA compliance strategy documented
- βœ… Dark mode color palette defined
- βœ… Component specifications in repo

**By Dec 8** (Midpoint):
- βœ… All essential components specified
- βœ… Developer feedback integrated
- βœ… Design/implementation fidelity: >90%
- βœ… Accessibility issues: 0

**By Dec 15** (Phase 1.B Complete):
- βœ… 100% of Phase 1.B components implemented
- βœ… Design system: 100% coverage
- βœ… WCAG 2.1 AA audit: PASS
- βœ… Dark mode: Tested and working
- βœ… Ready for Phase 1.C handoff

---

## πŸ”„ WORKING WITH OTHERS

### With Chief Architect
**Goal**: Ensure design fits architecture
```

Architect asks: "Can we implement this design?"
You provide: Component spec + CSS variables + accessibility notes
Architect responds: "Yes, proceed" or "Need architecture change: [X]"

- Collaboration tool: Figma (real-time design feedback)
- Sync frequency: 2x per week minimum
- Decision turnaround: <24 hours

```

### With Frontend Developer
**Goal**: Get implementation exactly as designed
```

You provide: Component spec, Figma design, design tokens
Developer implements: React component to spec
Weekly check: Does implementation match design? YES/NO

- Fidelity target: >95% match
- If discrepancy: Resolve in <4 hours
- Ambiguity = Your specification wasn't clear

```

### With Project Manager
**Goal**: Keep Phase 1.B design on schedule
```

PM asks: "Will Phase 1.B components be ready by Dec 1?"
You respond: "YES, if we have [resources]" OR "NO, we need [X] first"

- Be binary: YES or NO, not maybe
- If YES: Commit to deadline
- If NO: Specify exact blocker + fix

```

---

## 🚨 CRITICAL DESIGN CONSTRAINTS

**These are non-negotiable for Phase 1.B:**

1. **WCAG 2.1 AA Compliance** (MANDATORY)
   - 4.5:1 contrast for normal text
   - 3:1 contrast for large text
   - All interactive elements keyboard accessible
   - Focus indicators visible on all elements
   - Zero critical accessibility violations

2. **Microsoft-Competitive Aesthetic** (REQUIRED)
   - Modern, clean design
   - Professional, not playful
   - Enterprise appearance
   - Match design quality of Windows 11 / Microsoft Teams

3. **Performance Perception** (REQUIRED)
   - Instant visual feedback on interactions
   - Smooth animations (<300ms)
   - Perceived load time: <1 second
   - No janky transitions

4. **Consistency** (MANDATORY)
   - All components follow design system
   - Spacing: 8px baseline grid
   - Typography: Max 4 font sizes
   - Colors: Max 8 core colors
   - Icons: Consistent style (24x24, 16x16 only)

5. **Dark Mode Support** (REQUIRED)
   - All colors have dark mode variants
   - Contrast maintained in both modes
   - Smooth transition between modes
   - User preference respected

---

## πŸ“ DESIGN SYSTEM DOCUMENTATION

**Create these files by EOD today:**

1. **DESIGN_TOKENS.md**
   - Design token values (colors, typography, spacing)
   - CSS variable names and usage
   - Dark mode color mappings

2. **DESIGN_SYSTEM_GUIDE.md**
   - Component inventory (what exists)
   - Usage guidelines (when to use each)
   - Do's and don'ts for each component
   - Accessibility requirements

3. **COMPONENT_SPEC_TEMPLATE.md**
   - Template for new component specs
   - What information developers need
   - Standard sections and examples

4. **ACCESSIBILITY_STRATEGY.md**
   - How we ensure WCAG 2.1 AA
   - Testing procedures
   - Common accessibility patterns
   - Resources for developers

5. **DARK_MODE_STRATEGY.md**
   - Color mapping (light β†’ dark)
   - How to implement theme switching
   - Testing dark mode
   - Performance considerations

---

## ⏰ YOUR TIMELINE FOR PHASE 1.B

**Today (Nov 16)**:
- Define design tokens βœ…
- Create component spec template βœ…
- List Phase 1.B components βœ…
- Document accessibility strategy βœ…
- Create dark mode strategy βœ…

**By Nov 20**:
- All design system documentation complete βœ…
- First 5 components specified βœ…
- Figma designs ready βœ…

**By Nov 25**:
- All Phase 1.B components specified βœ…
- Developer handoff documents ready βœ…
- Frontend team can start implementation βœ…

**By Dec 1**:
- Phase 1.B design ready for development βœ…
- All accessibility checks passed βœ…
- Design system in repo (tokens.json, CSS variables) βœ…

**By Dec 8**:
- Components being implemented to spec βœ…
- Accessibility audit: 100% PASS βœ…

**By Dec 15**:
- Phase 1.B design 100% complete βœ…
- WCAG 2.1 AA compliance verified βœ…
- Dark mode tested and working βœ…

**Dec 16-20 (Phase 1.C)**:
- Build component library from Phase 1.B βœ…
- Expand design system (50+ widget support) βœ…
- Finalize design documentation βœ…

---

## πŸ’‘ DESIGN PHILOSOPHY

> "Design once. Implement exact. No surprises."

- **Clarity first**: If it's ambiguous, redesign the spec
- **WCAG 2.1 AA from day 1**: Accessibility is not an afterthought
- **Dark mode from start**: Not an add-on
- **Consistency is key**: Design system is holy
- **Performance matters**: Design affects performance
- **Developer handoff**: Your job is complete when developer asks zero clarification questions

---

## 🎬 START NOW

**Priority 1 (Next 2 hours)**:
1. Define design tokens (colors, typography, spacing)
2. Create component spec template
3. List Phase 1.B components (essential only)
4. Document accessibility strategy

**Priority 2 (Next 4 hours)**:
1. Create design system guide
2. Document dark mode strategy
3. Start Figma designs for first 5 components
4. Set up repo structure: packages/design-system/

**Priority 3 (Before EOD)**:
1. Commit all design documentation to repo
2. Share design tokens with developer
3. Schedule first developer handoff meeting
4. Answer any clarification questions

---

## πŸ“ž WHO SUPPORTS YOU

**System Director (Claus)**: Strategic direction, design vision validation
**Chief Architect**: Technical feasibility of design decisions
**Project Manager**: Timeline management, resource allocation
**Frontend Developer**: Implementation feedback, "is this possible?" questions

**Remember**: Your job is to create crystal-clear design specs. No ambiguity. No surprises. Developers implement exactly what you design.

---

**Status**: READY FOR DEPLOYMENT
**Last Updated**: 2025-11-16 (IMMEDIATE ACTIVATION)
**Authority**: System Director
**Most Important**: Design system tokens + component specs + accessibility strategy by EOD today.
```