tech-hub-skills 1.2.0 → 1.5.2

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 (198) hide show
  1. package/{LICENSE → .claude/LICENSE} +21 -21
  2. package/.claude/README.md +291 -0
  3. package/.claude/bin/cli.js +266 -0
  4. package/{bin → .claude/bin}/copilot.js +182 -182
  5. package/{bin → .claude/bin}/postinstall.js +42 -42
  6. package/{tech_hub_skills/skills → .claude/commands}/README.md +336 -336
  7. package/{tech_hub_skills/skills → .claude/commands}/ai-engineer.md +104 -104
  8. package/{tech_hub_skills/skills → .claude/commands}/aws.md +143 -143
  9. package/{tech_hub_skills/skills → .claude/commands}/azure.md +149 -149
  10. package/{tech_hub_skills/skills → .claude/commands}/backend-developer.md +108 -108
  11. package/{tech_hub_skills/skills → .claude/commands}/code-review.md +399 -399
  12. package/{tech_hub_skills/skills → .claude/commands}/compliance-automation.md +747 -747
  13. package/{tech_hub_skills/skills → .claude/commands}/compliance-officer.md +108 -108
  14. package/{tech_hub_skills/skills → .claude/commands}/data-engineer.md +113 -113
  15. package/{tech_hub_skills/skills → .claude/commands}/data-governance.md +102 -102
  16. package/{tech_hub_skills/skills → .claude/commands}/data-scientist.md +123 -123
  17. package/{tech_hub_skills/skills → .claude/commands}/database-admin.md +109 -109
  18. package/{tech_hub_skills/skills → .claude/commands}/devops.md +160 -160
  19. package/{tech_hub_skills/skills → .claude/commands}/docker.md +160 -160
  20. package/{tech_hub_skills/skills → .claude/commands}/enterprise-dashboard.md +613 -613
  21. package/{tech_hub_skills/skills → .claude/commands}/finops.md +184 -184
  22. package/{tech_hub_skills/skills → .claude/commands}/frontend-developer.md +108 -108
  23. package/{tech_hub_skills/skills → .claude/commands}/gcp.md +143 -143
  24. package/{tech_hub_skills/skills → .claude/commands}/ml-engineer.md +115 -115
  25. package/{tech_hub_skills/skills → .claude/commands}/mlops.md +187 -187
  26. package/{tech_hub_skills/skills → .claude/commands}/network-engineer.md +109 -109
  27. package/{tech_hub_skills/skills → .claude/commands}/optimization-advisor.md +329 -329
  28. package/{tech_hub_skills/skills → .claude/commands}/orchestrator.md +623 -623
  29. package/{tech_hub_skills/skills → .claude/commands}/platform-engineer.md +102 -102
  30. package/{tech_hub_skills/skills → .claude/commands}/process-automation.md +226 -226
  31. package/{tech_hub_skills/skills → .claude/commands}/process-changelog.md +184 -184
  32. package/{tech_hub_skills/skills → .claude/commands}/process-documentation.md +484 -484
  33. package/{tech_hub_skills/skills → .claude/commands}/process-kanban.md +324 -324
  34. package/{tech_hub_skills/skills → .claude/commands}/process-versioning.md +214 -214
  35. package/{tech_hub_skills/skills → .claude/commands}/product-designer.md +104 -104
  36. package/{tech_hub_skills/skills → .claude/commands}/project-starter.md +443 -443
  37. package/{tech_hub_skills/skills → .claude/commands}/qa-engineer.md +109 -109
  38. package/{tech_hub_skills/skills → .claude/commands}/security-architect.md +135 -135
  39. package/{tech_hub_skills/skills → .claude/commands}/sre.md +109 -109
  40. package/{tech_hub_skills/skills → .claude/commands}/system-design.md +126 -126
  41. package/{tech_hub_skills/skills → .claude/commands}/technical-writer.md +101 -101
  42. package/.claude/package.json +46 -0
  43. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/01-prompt-engineering/README.md +252 -252
  44. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_ab_tester.py +356 -0
  45. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_template_manager.py +274 -0
  46. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/token_cost_estimator.py +324 -0
  47. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/02-rag-pipeline/README.md +448 -448
  48. package/.claude/roles/ai-engineer/skills/02-rag-pipeline/document_chunker.py +336 -0
  49. package/.claude/roles/ai-engineer/skills/02-rag-pipeline/rag_pipeline.sql +213 -0
  50. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/03-agent-orchestration/README.md +599 -599
  51. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/04-llm-guardrails/README.md +735 -735
  52. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/05-vector-embeddings/README.md +711 -711
  53. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/06-llm-evaluation/README.md +777 -777
  54. package/{tech_hub_skills → .claude}/roles/azure/skills/01-infrastructure-fundamentals/README.md +264 -264
  55. package/{tech_hub_skills → .claude}/roles/azure/skills/02-data-factory/README.md +264 -264
  56. package/{tech_hub_skills → .claude}/roles/azure/skills/03-synapse-analytics/README.md +264 -264
  57. package/{tech_hub_skills → .claude}/roles/azure/skills/04-databricks/README.md +264 -264
  58. package/{tech_hub_skills → .claude}/roles/azure/skills/05-functions/README.md +264 -264
  59. package/{tech_hub_skills → .claude}/roles/azure/skills/06-kubernetes-service/README.md +264 -264
  60. package/{tech_hub_skills → .claude}/roles/azure/skills/07-openai-service/README.md +264 -264
  61. package/{tech_hub_skills → .claude}/roles/azure/skills/08-machine-learning/README.md +264 -264
  62. package/{tech_hub_skills → .claude}/roles/azure/skills/09-storage-adls/README.md +264 -264
  63. package/{tech_hub_skills → .claude}/roles/azure/skills/10-networking/README.md +264 -264
  64. package/{tech_hub_skills → .claude}/roles/azure/skills/11-sql-cosmos/README.md +264 -264
  65. package/{tech_hub_skills → .claude}/roles/azure/skills/12-event-hubs/README.md +264 -264
  66. package/{tech_hub_skills → .claude}/roles/code-review/skills/01-automated-code-review/README.md +394 -394
  67. package/{tech_hub_skills → .claude}/roles/code-review/skills/02-pr-review-workflow/README.md +427 -427
  68. package/{tech_hub_skills → .claude}/roles/code-review/skills/03-code-quality-gates/README.md +518 -518
  69. package/{tech_hub_skills → .claude}/roles/code-review/skills/04-reviewer-assignment/README.md +504 -504
  70. package/{tech_hub_skills → .claude}/roles/code-review/skills/05-review-analytics/README.md +540 -540
  71. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/01-lakehouse-architecture/README.md +550 -550
  72. package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/bronze_ingestion.py +337 -0
  73. package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/medallion_queries.sql +300 -0
  74. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/02-etl-pipeline/README.md +580 -580
  75. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/03-data-quality/README.md +579 -579
  76. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/04-streaming-pipelines/README.md +608 -608
  77. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/05-performance-optimization/README.md +547 -547
  78. package/{tech_hub_skills → .claude}/roles/data-governance/skills/01-data-catalog/README.md +112 -112
  79. package/{tech_hub_skills → .claude}/roles/data-governance/skills/02-data-lineage/README.md +129 -129
  80. package/{tech_hub_skills → .claude}/roles/data-governance/skills/03-data-quality-framework/README.md +182 -182
  81. package/{tech_hub_skills → .claude}/roles/data-governance/skills/04-access-control/README.md +39 -39
  82. package/{tech_hub_skills → .claude}/roles/data-governance/skills/05-master-data-management/README.md +40 -40
  83. package/{tech_hub_skills → .claude}/roles/data-governance/skills/06-compliance-privacy/README.md +46 -46
  84. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/01-eda-automation/README.md +230 -230
  85. package/.claude/roles/data-scientist/skills/01-eda-automation/eda_generator.py +446 -0
  86. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/02-statistical-modeling/README.md +264 -264
  87. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/03-feature-engineering/README.md +264 -264
  88. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/04-predictive-modeling/README.md +264 -264
  89. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/05-customer-analytics/README.md +264 -264
  90. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/06-campaign-analysis/README.md +264 -264
  91. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/07-experimentation/README.md +264 -264
  92. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/08-data-visualization/README.md +264 -264
  93. package/{tech_hub_skills → .claude}/roles/devops/skills/01-cicd-pipeline/README.md +264 -264
  94. package/{tech_hub_skills → .claude}/roles/devops/skills/02-container-orchestration/README.md +264 -264
  95. package/{tech_hub_skills → .claude}/roles/devops/skills/03-infrastructure-as-code/README.md +264 -264
  96. package/{tech_hub_skills → .claude}/roles/devops/skills/04-gitops/README.md +264 -264
  97. package/{tech_hub_skills → .claude}/roles/devops/skills/05-environment-management/README.md +264 -264
  98. package/{tech_hub_skills → .claude}/roles/devops/skills/06-automated-testing/README.md +264 -264
  99. package/{tech_hub_skills → .claude}/roles/devops/skills/07-release-management/README.md +264 -264
  100. package/{tech_hub_skills → .claude}/roles/devops/skills/08-monitoring-alerting/README.md +264 -264
  101. package/{tech_hub_skills → .claude}/roles/devops/skills/09-devsecops/README.md +265 -265
  102. package/{tech_hub_skills → .claude}/roles/finops/skills/01-cost-visibility/README.md +264 -264
  103. package/{tech_hub_skills → .claude}/roles/finops/skills/02-resource-tagging/README.md +264 -264
  104. package/{tech_hub_skills → .claude}/roles/finops/skills/03-budget-management/README.md +264 -264
  105. package/{tech_hub_skills → .claude}/roles/finops/skills/04-reserved-instances/README.md +264 -264
  106. package/{tech_hub_skills → .claude}/roles/finops/skills/05-spot-optimization/README.md +264 -264
  107. package/{tech_hub_skills → .claude}/roles/finops/skills/06-storage-tiering/README.md +264 -264
  108. package/{tech_hub_skills → .claude}/roles/finops/skills/07-compute-rightsizing/README.md +264 -264
  109. package/{tech_hub_skills → .claude}/roles/finops/skills/08-chargeback/README.md +264 -264
  110. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/01-mlops-pipeline/README.md +566 -566
  111. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/02-feature-engineering/README.md +655 -655
  112. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/03-model-training/README.md +704 -704
  113. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/04-model-serving/README.md +845 -845
  114. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/05-model-monitoring/README.md +874 -874
  115. package/{tech_hub_skills → .claude}/roles/mlops/skills/01-ml-pipeline-orchestration/README.md +264 -264
  116. package/{tech_hub_skills → .claude}/roles/mlops/skills/02-experiment-tracking/README.md +264 -264
  117. package/{tech_hub_skills → .claude}/roles/mlops/skills/03-model-registry/README.md +264 -264
  118. package/{tech_hub_skills → .claude}/roles/mlops/skills/04-feature-store/README.md +264 -264
  119. package/{tech_hub_skills → .claude}/roles/mlops/skills/05-model-deployment/README.md +264 -264
  120. package/{tech_hub_skills → .claude}/roles/mlops/skills/06-model-observability/README.md +264 -264
  121. package/{tech_hub_skills → .claude}/roles/mlops/skills/07-data-versioning/README.md +264 -264
  122. package/{tech_hub_skills → .claude}/roles/mlops/skills/08-ab-testing/README.md +264 -264
  123. package/{tech_hub_skills → .claude}/roles/mlops/skills/09-automated-retraining/README.md +264 -264
  124. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/01-internal-developer-platform/README.md +153 -153
  125. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/02-self-service-infrastructure/README.md +57 -57
  126. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/03-slo-sli-management/README.md +59 -59
  127. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/04-developer-experience/README.md +57 -57
  128. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/05-incident-management/README.md +73 -73
  129. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/06-capacity-management/README.md +59 -59
  130. package/{tech_hub_skills → .claude}/roles/product-designer/skills/01-requirements-discovery/README.md +407 -407
  131. package/{tech_hub_skills → .claude}/roles/product-designer/skills/02-user-research/README.md +382 -382
  132. package/{tech_hub_skills → .claude}/roles/product-designer/skills/03-brainstorming-ideation/README.md +437 -437
  133. package/{tech_hub_skills → .claude}/roles/product-designer/skills/04-ux-design/README.md +496 -496
  134. package/{tech_hub_skills → .claude}/roles/product-designer/skills/05-product-market-fit/README.md +376 -376
  135. package/{tech_hub_skills → .claude}/roles/product-designer/skills/06-stakeholder-management/README.md +412 -412
  136. package/{tech_hub_skills → .claude}/roles/security-architect/skills/01-pii-detection/README.md +319 -319
  137. package/{tech_hub_skills → .claude}/roles/security-architect/skills/02-threat-modeling/README.md +264 -264
  138. package/{tech_hub_skills → .claude}/roles/security-architect/skills/03-infrastructure-security/README.md +264 -264
  139. package/{tech_hub_skills → .claude}/roles/security-architect/skills/04-iam/README.md +264 -264
  140. package/{tech_hub_skills → .claude}/roles/security-architect/skills/05-application-security/README.md +264 -264
  141. package/{tech_hub_skills → .claude}/roles/security-architect/skills/06-secrets-management/README.md +264 -264
  142. package/{tech_hub_skills → .claude}/roles/security-architect/skills/07-security-monitoring/README.md +264 -264
  143. package/{tech_hub_skills → .claude}/roles/system-design/skills/01-architecture-patterns/README.md +337 -337
  144. package/{tech_hub_skills → .claude}/roles/system-design/skills/02-requirements-engineering/README.md +264 -264
  145. package/{tech_hub_skills → .claude}/roles/system-design/skills/03-scalability/README.md +264 -264
  146. package/{tech_hub_skills → .claude}/roles/system-design/skills/04-high-availability/README.md +264 -264
  147. package/{tech_hub_skills → .claude}/roles/system-design/skills/05-cost-optimization-design/README.md +264 -264
  148. package/{tech_hub_skills → .claude}/roles/system-design/skills/06-api-design/README.md +264 -264
  149. package/{tech_hub_skills → .claude}/roles/system-design/skills/07-observability-architecture/README.md +264 -264
  150. package/{tech_hub_skills → .claude}/roles/system-design/skills/08-process-automation/PROCESS_TEMPLATE.md +336 -336
  151. package/{tech_hub_skills → .claude}/roles/system-design/skills/08-process-automation/README.md +521 -521
  152. package/.claude/roles/system-design/skills/08-process-automation/ai_prompt_generator.py +744 -0
  153. package/.claude/roles/system-design/skills/08-process-automation/automation_recommender.py +688 -0
  154. package/.claude/roles/system-design/skills/08-process-automation/plan_generator.py +679 -0
  155. package/.claude/roles/system-design/skills/08-process-automation/process_analyzer.py +528 -0
  156. package/.claude/roles/system-design/skills/08-process-automation/process_parser.py +684 -0
  157. package/.claude/roles/system-design/skills/08-process-automation/role_matcher.py +615 -0
  158. package/.claude/skills/README.md +336 -0
  159. package/.claude/skills/ai-engineer.md +104 -0
  160. package/.claude/skills/aws.md +143 -0
  161. package/.claude/skills/azure.md +149 -0
  162. package/.claude/skills/backend-developer.md +108 -0
  163. package/.claude/skills/code-review.md +399 -0
  164. package/.claude/skills/compliance-automation.md +747 -0
  165. package/.claude/skills/compliance-officer.md +108 -0
  166. package/.claude/skills/data-engineer.md +113 -0
  167. package/.claude/skills/data-governance.md +102 -0
  168. package/.claude/skills/data-scientist.md +123 -0
  169. package/.claude/skills/database-admin.md +109 -0
  170. package/.claude/skills/devops.md +160 -0
  171. package/.claude/skills/docker.md +160 -0
  172. package/.claude/skills/enterprise-dashboard.md +613 -0
  173. package/.claude/skills/finops.md +184 -0
  174. package/.claude/skills/frontend-developer.md +108 -0
  175. package/.claude/skills/gcp.md +143 -0
  176. package/.claude/skills/ml-engineer.md +115 -0
  177. package/.claude/skills/mlops.md +187 -0
  178. package/.claude/skills/network-engineer.md +109 -0
  179. package/.claude/skills/optimization-advisor.md +329 -0
  180. package/.claude/skills/orchestrator.md +623 -0
  181. package/.claude/skills/platform-engineer.md +102 -0
  182. package/.claude/skills/process-automation.md +226 -0
  183. package/.claude/skills/process-changelog.md +184 -0
  184. package/.claude/skills/process-documentation.md +484 -0
  185. package/.claude/skills/process-kanban.md +324 -0
  186. package/.claude/skills/process-versioning.md +214 -0
  187. package/.claude/skills/product-designer.md +104 -0
  188. package/.claude/skills/project-starter.md +443 -0
  189. package/.claude/skills/qa-engineer.md +109 -0
  190. package/.claude/skills/security-architect.md +135 -0
  191. package/.claude/skills/sre.md +109 -0
  192. package/.claude/skills/system-design.md +126 -0
  193. package/.claude/skills/technical-writer.md +101 -0
  194. package/.gitattributes +2 -0
  195. package/GITHUB_COPILOT.md +106 -0
  196. package/README.md +192 -291
  197. package/package.json +16 -46
  198. package/bin/cli.js +0 -241
@@ -1,496 +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
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