tech-hub-skills 1.0.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 (133) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +250 -0
  3. package/bin/cli.js +241 -0
  4. package/bin/copilot.js +182 -0
  5. package/bin/postinstall.js +42 -0
  6. package/package.json +46 -0
  7. package/tech_hub_skills/roles/ai-engineer/skills/01-prompt-engineering/README.md +252 -0
  8. package/tech_hub_skills/roles/ai-engineer/skills/02-rag-pipeline/README.md +448 -0
  9. package/tech_hub_skills/roles/ai-engineer/skills/03-agent-orchestration/README.md +599 -0
  10. package/tech_hub_skills/roles/ai-engineer/skills/04-llm-guardrails/README.md +735 -0
  11. package/tech_hub_skills/roles/ai-engineer/skills/05-vector-embeddings/README.md +711 -0
  12. package/tech_hub_skills/roles/ai-engineer/skills/06-llm-evaluation/README.md +777 -0
  13. package/tech_hub_skills/roles/azure/skills/01-infrastructure-fundamentals/README.md +264 -0
  14. package/tech_hub_skills/roles/azure/skills/02-data-factory/README.md +264 -0
  15. package/tech_hub_skills/roles/azure/skills/03-synapse-analytics/README.md +264 -0
  16. package/tech_hub_skills/roles/azure/skills/04-databricks/README.md +264 -0
  17. package/tech_hub_skills/roles/azure/skills/05-functions/README.md +264 -0
  18. package/tech_hub_skills/roles/azure/skills/06-kubernetes-service/README.md +264 -0
  19. package/tech_hub_skills/roles/azure/skills/07-openai-service/README.md +264 -0
  20. package/tech_hub_skills/roles/azure/skills/08-machine-learning/README.md +264 -0
  21. package/tech_hub_skills/roles/azure/skills/09-storage-adls/README.md +264 -0
  22. package/tech_hub_skills/roles/azure/skills/10-networking/README.md +264 -0
  23. package/tech_hub_skills/roles/azure/skills/11-sql-cosmos/README.md +264 -0
  24. package/tech_hub_skills/roles/azure/skills/12-event-hubs/README.md +264 -0
  25. package/tech_hub_skills/roles/code-review/skills/01-automated-code-review/README.md +394 -0
  26. package/tech_hub_skills/roles/code-review/skills/02-pr-review-workflow/README.md +427 -0
  27. package/tech_hub_skills/roles/code-review/skills/03-code-quality-gates/README.md +518 -0
  28. package/tech_hub_skills/roles/code-review/skills/04-reviewer-assignment/README.md +504 -0
  29. package/tech_hub_skills/roles/code-review/skills/05-review-analytics/README.md +540 -0
  30. package/tech_hub_skills/roles/data-engineer/skills/01-lakehouse-architecture/README.md +550 -0
  31. package/tech_hub_skills/roles/data-engineer/skills/02-etl-pipeline/README.md +580 -0
  32. package/tech_hub_skills/roles/data-engineer/skills/03-data-quality/README.md +579 -0
  33. package/tech_hub_skills/roles/data-engineer/skills/04-streaming-pipelines/README.md +608 -0
  34. package/tech_hub_skills/roles/data-engineer/skills/05-performance-optimization/README.md +547 -0
  35. package/tech_hub_skills/roles/data-governance/skills/01-data-catalog/README.md +112 -0
  36. package/tech_hub_skills/roles/data-governance/skills/02-data-lineage/README.md +129 -0
  37. package/tech_hub_skills/roles/data-governance/skills/03-data-quality-framework/README.md +182 -0
  38. package/tech_hub_skills/roles/data-governance/skills/04-access-control/README.md +39 -0
  39. package/tech_hub_skills/roles/data-governance/skills/05-master-data-management/README.md +40 -0
  40. package/tech_hub_skills/roles/data-governance/skills/06-compliance-privacy/README.md +46 -0
  41. package/tech_hub_skills/roles/data-scientist/skills/01-eda-automation/README.md +230 -0
  42. package/tech_hub_skills/roles/data-scientist/skills/02-statistical-modeling/README.md +264 -0
  43. package/tech_hub_skills/roles/data-scientist/skills/03-feature-engineering/README.md +264 -0
  44. package/tech_hub_skills/roles/data-scientist/skills/04-predictive-modeling/README.md +264 -0
  45. package/tech_hub_skills/roles/data-scientist/skills/05-customer-analytics/README.md +264 -0
  46. package/tech_hub_skills/roles/data-scientist/skills/06-campaign-analysis/README.md +264 -0
  47. package/tech_hub_skills/roles/data-scientist/skills/07-experimentation/README.md +264 -0
  48. package/tech_hub_skills/roles/data-scientist/skills/08-data-visualization/README.md +264 -0
  49. package/tech_hub_skills/roles/devops/skills/01-cicd-pipeline/README.md +264 -0
  50. package/tech_hub_skills/roles/devops/skills/02-container-orchestration/README.md +264 -0
  51. package/tech_hub_skills/roles/devops/skills/03-infrastructure-as-code/README.md +264 -0
  52. package/tech_hub_skills/roles/devops/skills/04-gitops/README.md +264 -0
  53. package/tech_hub_skills/roles/devops/skills/05-environment-management/README.md +264 -0
  54. package/tech_hub_skills/roles/devops/skills/06-automated-testing/README.md +264 -0
  55. package/tech_hub_skills/roles/devops/skills/07-release-management/README.md +264 -0
  56. package/tech_hub_skills/roles/devops/skills/08-monitoring-alerting/README.md +264 -0
  57. package/tech_hub_skills/roles/devops/skills/09-devsecops/README.md +265 -0
  58. package/tech_hub_skills/roles/finops/skills/01-cost-visibility/README.md +264 -0
  59. package/tech_hub_skills/roles/finops/skills/02-resource-tagging/README.md +264 -0
  60. package/tech_hub_skills/roles/finops/skills/03-budget-management/README.md +264 -0
  61. package/tech_hub_skills/roles/finops/skills/04-reserved-instances/README.md +264 -0
  62. package/tech_hub_skills/roles/finops/skills/05-spot-optimization/README.md +264 -0
  63. package/tech_hub_skills/roles/finops/skills/06-storage-tiering/README.md +264 -0
  64. package/tech_hub_skills/roles/finops/skills/07-compute-rightsizing/README.md +264 -0
  65. package/tech_hub_skills/roles/finops/skills/08-chargeback/README.md +264 -0
  66. package/tech_hub_skills/roles/ml-engineer/skills/01-mlops-pipeline/README.md +566 -0
  67. package/tech_hub_skills/roles/ml-engineer/skills/02-feature-engineering/README.md +655 -0
  68. package/tech_hub_skills/roles/ml-engineer/skills/03-model-training/README.md +704 -0
  69. package/tech_hub_skills/roles/ml-engineer/skills/04-model-serving/README.md +845 -0
  70. package/tech_hub_skills/roles/ml-engineer/skills/05-model-monitoring/README.md +874 -0
  71. package/tech_hub_skills/roles/mlops/skills/01-ml-pipeline-orchestration/README.md +264 -0
  72. package/tech_hub_skills/roles/mlops/skills/02-experiment-tracking/README.md +264 -0
  73. package/tech_hub_skills/roles/mlops/skills/03-model-registry/README.md +264 -0
  74. package/tech_hub_skills/roles/mlops/skills/04-feature-store/README.md +264 -0
  75. package/tech_hub_skills/roles/mlops/skills/05-model-deployment/README.md +264 -0
  76. package/tech_hub_skills/roles/mlops/skills/06-model-observability/README.md +264 -0
  77. package/tech_hub_skills/roles/mlops/skills/07-data-versioning/README.md +264 -0
  78. package/tech_hub_skills/roles/mlops/skills/08-ab-testing/README.md +264 -0
  79. package/tech_hub_skills/roles/mlops/skills/09-automated-retraining/README.md +264 -0
  80. package/tech_hub_skills/roles/platform-engineer/skills/01-internal-developer-platform/README.md +153 -0
  81. package/tech_hub_skills/roles/platform-engineer/skills/02-self-service-infrastructure/README.md +57 -0
  82. package/tech_hub_skills/roles/platform-engineer/skills/03-slo-sli-management/README.md +59 -0
  83. package/tech_hub_skills/roles/platform-engineer/skills/04-developer-experience/README.md +57 -0
  84. package/tech_hub_skills/roles/platform-engineer/skills/05-incident-management/README.md +73 -0
  85. package/tech_hub_skills/roles/platform-engineer/skills/06-capacity-management/README.md +59 -0
  86. package/tech_hub_skills/roles/product-designer/skills/01-requirements-discovery/README.md +407 -0
  87. package/tech_hub_skills/roles/product-designer/skills/02-user-research/README.md +382 -0
  88. package/tech_hub_skills/roles/product-designer/skills/03-brainstorming-ideation/README.md +437 -0
  89. package/tech_hub_skills/roles/product-designer/skills/04-ux-design/README.md +496 -0
  90. package/tech_hub_skills/roles/product-designer/skills/05-product-market-fit/README.md +376 -0
  91. package/tech_hub_skills/roles/product-designer/skills/06-stakeholder-management/README.md +412 -0
  92. package/tech_hub_skills/roles/security-architect/skills/01-pii-detection/README.md +319 -0
  93. package/tech_hub_skills/roles/security-architect/skills/02-threat-modeling/README.md +264 -0
  94. package/tech_hub_skills/roles/security-architect/skills/03-infrastructure-security/README.md +264 -0
  95. package/tech_hub_skills/roles/security-architect/skills/04-iam/README.md +264 -0
  96. package/tech_hub_skills/roles/security-architect/skills/05-application-security/README.md +264 -0
  97. package/tech_hub_skills/roles/security-architect/skills/06-secrets-management/README.md +264 -0
  98. package/tech_hub_skills/roles/security-architect/skills/07-security-monitoring/README.md +264 -0
  99. package/tech_hub_skills/roles/system-design/skills/01-architecture-patterns/README.md +337 -0
  100. package/tech_hub_skills/roles/system-design/skills/02-requirements-engineering/README.md +264 -0
  101. package/tech_hub_skills/roles/system-design/skills/03-scalability/README.md +264 -0
  102. package/tech_hub_skills/roles/system-design/skills/04-high-availability/README.md +264 -0
  103. package/tech_hub_skills/roles/system-design/skills/05-cost-optimization-design/README.md +264 -0
  104. package/tech_hub_skills/roles/system-design/skills/06-api-design/README.md +264 -0
  105. package/tech_hub_skills/roles/system-design/skills/07-observability-architecture/README.md +264 -0
  106. package/tech_hub_skills/roles/system-design/skills/08-process-automation/PROCESS_TEMPLATE.md +336 -0
  107. package/tech_hub_skills/roles/system-design/skills/08-process-automation/README.md +521 -0
  108. package/tech_hub_skills/skills/README.md +336 -0
  109. package/tech_hub_skills/skills/ai-engineer.md +104 -0
  110. package/tech_hub_skills/skills/azure.md +149 -0
  111. package/tech_hub_skills/skills/code-review.md +399 -0
  112. package/tech_hub_skills/skills/compliance-automation.md +747 -0
  113. package/tech_hub_skills/skills/data-engineer.md +113 -0
  114. package/tech_hub_skills/skills/data-governance.md +102 -0
  115. package/tech_hub_skills/skills/data-scientist.md +123 -0
  116. package/tech_hub_skills/skills/devops.md +160 -0
  117. package/tech_hub_skills/skills/docker.md +160 -0
  118. package/tech_hub_skills/skills/enterprise-dashboard.md +613 -0
  119. package/tech_hub_skills/skills/finops.md +184 -0
  120. package/tech_hub_skills/skills/ml-engineer.md +115 -0
  121. package/tech_hub_skills/skills/mlops.md +187 -0
  122. package/tech_hub_skills/skills/optimization-advisor.md +329 -0
  123. package/tech_hub_skills/skills/orchestrator.md +497 -0
  124. package/tech_hub_skills/skills/platform-engineer.md +102 -0
  125. package/tech_hub_skills/skills/process-automation.md +226 -0
  126. package/tech_hub_skills/skills/process-changelog.md +184 -0
  127. package/tech_hub_skills/skills/process-documentation.md +484 -0
  128. package/tech_hub_skills/skills/process-kanban.md +324 -0
  129. package/tech_hub_skills/skills/process-versioning.md +214 -0
  130. package/tech_hub_skills/skills/product-designer.md +104 -0
  131. package/tech_hub_skills/skills/project-starter.md +443 -0
  132. package/tech_hub_skills/skills/security-architect.md +135 -0
  133. package/tech_hub_skills/skills/system-design.md +126 -0
@@ -0,0 +1,496 @@
1
+ # pd-04: UX Design & Prototyping
2
+
3
+ > **Design Exceptional Experiences**: Create intuitive, accessible, and delightful user interfaces through systematic design methods.
4
+
5
+ ---
6
+
7
+ ## Overview
8
+
9
+ | Attribute | Value |
10
+ |-----------|-------|
11
+ | **Skill ID** | pd-04 |
12
+ | **Role** | Product Designer |
13
+ | **Complexity** | Medium to Advanced |
14
+ | **Dependencies** | pd-01 (Requirements), pd-02 (Research) |
15
+ | **Outputs** | Wireframes, Mockups, Prototypes, Design Specs |
16
+
17
+ ---
18
+
19
+ ## Core Capabilities
20
+
21
+ ### 1. Information Architecture
22
+
23
+ ```yaml
24
+ information_architecture:
25
+ definition: "Structure and organization of content and functionality"
26
+
27
+ techniques:
28
+ card_sorting:
29
+ open: "Users create their own categories"
30
+ closed: "Users sort into predefined categories"
31
+ hybrid: "Combination of both"
32
+ tool_recommendations:
33
+ - "Optimal Workshop"
34
+ - "UserZoom"
35
+ - "Miro with sticky notes"
36
+
37
+ tree_testing:
38
+ purpose: "Validate navigation structure"
39
+ process:
40
+ - "Create proposed site structure"
41
+ - "Give users tasks to find items"
42
+ - "Measure success rate and path"
43
+
44
+ site_mapping:
45
+ components:
46
+ - "Primary navigation"
47
+ - "Secondary navigation"
48
+ - "Content hierarchy"
49
+ - "User flows between sections"
50
+
51
+ navigation_patterns:
52
+ global_nav: "Persistent across all pages"
53
+ local_nav: "Context-specific within section"
54
+ breadcrumbs: "Show user's location in hierarchy"
55
+ search: "Direct access to content"
56
+ filters: "Narrow down options"
57
+
58
+ hierarchy_template: |
59
+ Level 0: [Product/App Name]
60
+ ├── Level 1: [Primary Section]
61
+ │ ├── Level 2: [Subsection]
62
+ │ │ ├── Level 3: [Page/Feature]
63
+ │ │ └── Level 3: [Page/Feature]
64
+ │ └── Level 2: [Subsection]
65
+ ├── Level 1: [Primary Section]
66
+ └── Level 1: [Primary Section]
67
+ ```
68
+
69
+ ### 2. Wireframing
70
+
71
+ ```yaml
72
+ wireframing:
73
+ fidelity_levels:
74
+ low_fidelity:
75
+ purpose: "Quick exploration of layout options"
76
+ tools: ["Paper", "Whiteboards", "Balsamiq"]
77
+ time: "5-15 minutes per screen"
78
+ detail: "Boxes, lines, placeholder text"
79
+
80
+ mid_fidelity:
81
+ purpose: "Communicate structure and flow"
82
+ tools: ["Figma", "Sketch", "Adobe XD"]
83
+ time: "30-60 minutes per screen"
84
+ detail: "Real content structure, basic interactions"
85
+
86
+ high_fidelity:
87
+ purpose: "Final design for development"
88
+ tools: ["Figma", "Sketch", "Adobe XD"]
89
+ time: "2-4 hours per screen"
90
+ detail: "Visual design, real content, interactions"
91
+
92
+ wireframe_components:
93
+ header: "Logo, navigation, user menu"
94
+ hero: "Primary message/action"
95
+ content_blocks: "Information sections"
96
+ sidebar: "Secondary navigation/content"
97
+ footer: "Links, legal, contact"
98
+ cta: "Primary call-to-action"
99
+
100
+ annotation_guide:
101
+ - "Number each element"
102
+ - "Describe behavior on interaction"
103
+ - "Note conditional states"
104
+ - "Specify content requirements"
105
+ - "Reference design system components"
106
+ ```
107
+
108
+ ### 3. User Flow Design
109
+
110
+ ```yaml
111
+ user_flows:
112
+ definition: "Visual representation of user's path through product"
113
+
114
+ flow_types:
115
+ task_flow: "Steps to complete single task"
116
+ user_flow: "Multiple paths based on decisions"
117
+ wireflow: "Wireframes connected by flow"
118
+
119
+ notation_standards:
120
+ shapes:
121
+ rectangle: "Screen/page"
122
+ diamond: "Decision point"
123
+ oval: "Start/end"
124
+ arrow: "Direction of flow"
125
+ parallelogram: "Input/output"
126
+
127
+ flow_template: |
128
+ ┌─────────┐ ┌─────────┐ ◇──────────◇
129
+ │ Start │────▶│ Page A │────▶│ Decision │
130
+ │ Point │ │ │ │ │
131
+ └─────────┘ └─────────┘ └────┬─────┘
132
+
133
+ ┌───────────────┴───────────────┐
134
+ │ │
135
+ ▼ ▼
136
+ ┌─────────┐ ┌─────────┐
137
+ │ Path A │ │ Path B │
138
+ │ │ │ │
139
+ └────┬────┘ └────┬────┘
140
+ │ │
141
+ └───────────┬───────────────────┘
142
+
143
+ ┌─────────┐
144
+ │ End │
145
+ │ Point │
146
+ └─────────┘
147
+
148
+ happy_path: "Ideal user journey without errors"
149
+ edge_cases:
150
+ - "Error states"
151
+ - "Empty states"
152
+ - "Loading states"
153
+ - "Permission denied"
154
+ - "Session timeout"
155
+ ```
156
+
157
+ ### 4. Accessibility (WCAG 2.1)
158
+
159
+ ```yaml
160
+ accessibility:
161
+ principles_pour:
162
+ perceivable:
163
+ guidelines:
164
+ - "Text alternatives for non-text content"
165
+ - "Captions for audio/video"
166
+ - "Content adaptable to different presentations"
167
+ - "Distinguishable content (color, contrast)"
168
+ checks:
169
+ - "Images have alt text"
170
+ - "Color contrast ratio ≥ 4.5:1 (AA)"
171
+ - "Text can be resized to 200%"
172
+
173
+ operable:
174
+ guidelines:
175
+ - "Keyboard accessible"
176
+ - "Enough time to read and use"
177
+ - "No seizure-inducing content"
178
+ - "Navigable"
179
+ checks:
180
+ - "All functions keyboard accessible"
181
+ - "Focus indicators visible"
182
+ - "Skip navigation links"
183
+ - "Clear headings and labels"
184
+
185
+ understandable:
186
+ guidelines:
187
+ - "Readable text"
188
+ - "Predictable behavior"
189
+ - "Input assistance"
190
+ checks:
191
+ - "Language declared"
192
+ - "Consistent navigation"
193
+ - "Error identification and suggestions"
194
+
195
+ robust:
196
+ guidelines:
197
+ - "Compatible with current and future tools"
198
+ checks:
199
+ - "Valid HTML"
200
+ - "Name, role, value for custom components"
201
+
202
+ compliance_levels:
203
+ level_a: "Minimum accessibility"
204
+ level_aa: "Standard for most regulations"
205
+ level_aaa: "Highest level (often impractical)"
206
+
207
+ quick_checks:
208
+ keyboard_nav: "Tab through entire page"
209
+ screen_reader: "Test with VoiceOver/NVDA"
210
+ zoom: "Test at 200% zoom"
211
+ color_contrast: "Use WebAIM contrast checker"
212
+ motion: "Respect prefers-reduced-motion"
213
+ ```
214
+
215
+ ### 5. Design System Integration
216
+
217
+ ```yaml
218
+ design_system:
219
+ components:
220
+ atoms:
221
+ - "Colors"
222
+ - "Typography"
223
+ - "Icons"
224
+ - "Spacing"
225
+ - "Buttons"
226
+ - "Input fields"
227
+
228
+ molecules:
229
+ - "Form groups"
230
+ - "Cards"
231
+ - "Navigation items"
232
+ - "Search bars"
233
+
234
+ organisms:
235
+ - "Headers"
236
+ - "Footers"
237
+ - "Forms"
238
+ - "Data tables"
239
+ - "Modal dialogs"
240
+
241
+ templates:
242
+ - "Page layouts"
243
+ - "Grid systems"
244
+ - "Responsive breakpoints"
245
+
246
+ documentation_requirements:
247
+ per_component:
248
+ - "Visual examples"
249
+ - "Usage guidelines"
250
+ - "Do's and don'ts"
251
+ - "Accessibility notes"
252
+ - "Code snippets"
253
+ - "Props/variants"
254
+
255
+ figma_structure: |
256
+ 📁 Design System
257
+ ├── 📄 Overview
258
+ ├── 📁 Foundations
259
+ │ ├── Colors
260
+ │ ├── Typography
261
+ │ ├── Spacing
262
+ │ └── Icons
263
+ ├── 📁 Components
264
+ │ ├── Buttons
265
+ │ ├── Inputs
266
+ │ ├── Cards
267
+ │ └── ...
268
+ └── 📁 Patterns
269
+ ├── Forms
270
+ ├── Navigation
271
+ └── Data Display
272
+ ```
273
+
274
+ ### 6. Usability Heuristics (Nielsen's 10)
275
+
276
+ ```yaml
277
+ usability_heuristics:
278
+ 1_visibility:
279
+ name: "Visibility of System Status"
280
+ description: "Keep users informed about what's happening"
281
+ examples:
282
+ - "Loading indicators"
283
+ - "Progress bars"
284
+ - "Success/error messages"
285
+ - "Save confirmation"
286
+
287
+ 2_match:
288
+ name: "Match Between System and Real World"
289
+ description: "Use familiar language and concepts"
290
+ examples:
291
+ - "Shopping cart icon"
292
+ - "Folder metaphor"
293
+ - "Natural language dates"
294
+
295
+ 3_control:
296
+ name: "User Control and Freedom"
297
+ description: "Provide undo and exit options"
298
+ examples:
299
+ - "Undo/redo"
300
+ - "Cancel buttons"
301
+ - "Back navigation"
302
+ - "Draft saving"
303
+
304
+ 4_consistency:
305
+ name: "Consistency and Standards"
306
+ description: "Follow conventions"
307
+ examples:
308
+ - "Consistent button placement"
309
+ - "Standard icons"
310
+ - "Familiar patterns"
311
+
312
+ 5_error_prevention:
313
+ name: "Error Prevention"
314
+ description: "Prevent errors before they happen"
315
+ examples:
316
+ - "Confirmation dialogs"
317
+ - "Input validation"
318
+ - "Disabled states"
319
+ - "Default values"
320
+
321
+ 6_recognition:
322
+ name: "Recognition Rather Than Recall"
323
+ description: "Make options visible"
324
+ examples:
325
+ - "Recent items"
326
+ - "Autocomplete"
327
+ - "Visible navigation"
328
+
329
+ 7_flexibility:
330
+ name: "Flexibility and Efficiency"
331
+ description: "Cater to both novices and experts"
332
+ examples:
333
+ - "Keyboard shortcuts"
334
+ - "Customization"
335
+ - "Quick actions"
336
+
337
+ 8_aesthetics:
338
+ name: "Aesthetic and Minimalist Design"
339
+ description: "Remove unnecessary elements"
340
+ examples:
341
+ - "Clean layouts"
342
+ - "Focused content"
343
+ - "Progressive disclosure"
344
+
345
+ 9_errors:
346
+ name: "Help Users Recover from Errors"
347
+ description: "Clear error messages with solutions"
348
+ examples:
349
+ - "Specific error text"
350
+ - "Suggested corrections"
351
+ - "Recovery paths"
352
+
353
+ 10_help:
354
+ name: "Help and Documentation"
355
+ description: "Provide searchable, task-focused help"
356
+ examples:
357
+ - "Contextual help"
358
+ - "Tooltips"
359
+ - "Onboarding tutorials"
360
+ ```
361
+
362
+ ---
363
+
364
+ ## Prototyping Methods
365
+
366
+ ### Prototype Fidelity Spectrum
367
+
368
+ | Level | Purpose | Tools | When to Use |
369
+ |-------|---------|-------|-------------|
370
+ | **Paper** | Quick exploration | Paper, pens | Early ideation |
371
+ | **Clickable** | Test flow | Figma, InVision | Validate navigation |
372
+ | **Interactive** | Test interactions | Figma, Framer | Validate UX details |
373
+ | **High-fidelity** | Test visuals | Figma, Principle | Pre-development |
374
+ | **Code** | Test real behavior | HTML/CSS, React | Complex interactions |
375
+
376
+ ### Figma Prototyping Guide
377
+
378
+ ```yaml
379
+ figma_prototyping:
380
+ connections:
381
+ types:
382
+ - "Navigate to (page transition)"
383
+ - "Open overlay (modal, dropdown)"
384
+ - "Scroll to (anchor link)"
385
+ - "Back (previous page)"
386
+ - "Close overlay"
387
+
388
+ interactions:
389
+ triggers:
390
+ - "On click"
391
+ - "On hover"
392
+ - "On drag"
393
+ - "While pressing"
394
+ - "Key/gamepad"
395
+ - "Mouse enter/leave"
396
+ - "After delay"
397
+
398
+ animations:
399
+ - "Instant"
400
+ - "Dissolve"
401
+ - "Smart animate"
402
+ - "Move in/out"
403
+ - "Push"
404
+ - "Slide in/out"
405
+
406
+ best_practices:
407
+ - "Use components for consistency"
408
+ - "Name frames clearly"
409
+ - "Set starting point"
410
+ - "Test on device"
411
+ - "Add realistic content"
412
+ ```
413
+
414
+ ---
415
+
416
+ ## UX Audit Checklist
417
+
418
+ ```markdown
419
+ ## UX Audit: [Product Name]
420
+
421
+ ### Navigation & Information Architecture
422
+ - [ ] Clear primary navigation
423
+ - [ ] Consistent navigation placement
424
+ - [ ] Breadcrumbs where appropriate
425
+ - [ ] Search functionality
426
+ - [ ] Logical content hierarchy
427
+
428
+ ### Visual Design
429
+ - [ ] Consistent color usage
430
+ - [ ] Typography hierarchy
431
+ - [ ] Adequate whitespace
432
+ - [ ] Visual balance
433
+ - [ ] Brand alignment
434
+
435
+ ### Interaction Design
436
+ - [ ] Clear affordances (buttons look clickable)
437
+ - [ ] Feedback on interactions
438
+ - [ ] Appropriate loading states
439
+ - [ ] Error handling
440
+ - [ ] Undo capabilities
441
+
442
+ ### Content
443
+ - [ ] Clear, concise copy
444
+ - [ ] Scannable text (headings, bullets)
445
+ - [ ] Helpful error messages
446
+ - [ ] Appropriate tone
447
+
448
+ ### Accessibility
449
+ - [ ] Color contrast (4.5:1 minimum)
450
+ - [ ] Keyboard navigation
451
+ - [ ] Alt text for images
452
+ - [ ] Focus indicators
453
+ - [ ] Screen reader compatible
454
+
455
+ ### Mobile/Responsive
456
+ - [ ] Touch targets (44px minimum)
457
+ - [ ] Readable text without zoom
458
+ - [ ] Functional on all breakpoints
459
+ - [ ] No horizontal scrolling
460
+
461
+ ### Performance
462
+ - [ ] Fast load times
463
+ - [ ] Optimized images
464
+ - [ ] Lazy loading where appropriate
465
+ ```
466
+
467
+ ---
468
+
469
+ ## Quick Wins
470
+
471
+ ### 5-Minute Layout Sketch
472
+ 1. Draw the header (2 min)
473
+ 2. Sketch the primary content area (2 min)
474
+ 3. Add the main CTA (1 min)
475
+
476
+ ### 15-Minute Wireframe
477
+ 1. Define the page goal (2 min)
478
+ 2. List content elements needed (3 min)
479
+ 3. Sketch layout in low-fidelity (8 min)
480
+ 4. Annotate key interactions (2 min)
481
+
482
+ ### 30-Minute User Flow
483
+ 1. Identify start and end points (3 min)
484
+ 2. Map the happy path (10 min)
485
+ 3. Add decision points (7 min)
486
+ 4. Document edge cases (10 min)
487
+
488
+ ---
489
+
490
+ ## Related Skills
491
+
492
+ - **pd-01**: Requirements inform design decisions
493
+ - **pd-02**: Research insights guide UX
494
+ - **pd-03**: Ideation generates design concepts
495
+ - **sd-06**: API design affects UX possibilities
496
+ - **ai-01**: AI features require UX consideration