tech-hub-skills 1.5.1 → 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 (197) hide show
  1. package/.claude/LICENSE +21 -21
  2. package/.claude/README.md +291 -291
  3. package/.claude/bin/cli.js +266 -266
  4. package/.claude/bin/copilot.js +182 -182
  5. package/.claude/bin/postinstall.js +42 -42
  6. package/.claude/commands/README.md +336 -336
  7. package/.claude/commands/ai-engineer.md +104 -104
  8. package/.claude/commands/aws.md +143 -143
  9. package/.claude/commands/azure.md +149 -149
  10. package/.claude/commands/backend-developer.md +108 -108
  11. package/.claude/commands/code-review.md +399 -399
  12. package/.claude/commands/compliance-automation.md +747 -747
  13. package/.claude/commands/compliance-officer.md +108 -108
  14. package/.claude/commands/data-engineer.md +113 -113
  15. package/.claude/commands/data-governance.md +102 -102
  16. package/.claude/commands/data-scientist.md +123 -123
  17. package/.claude/commands/database-admin.md +109 -109
  18. package/.claude/commands/devops.md +160 -160
  19. package/.claude/commands/docker.md +160 -160
  20. package/.claude/commands/enterprise-dashboard.md +613 -613
  21. package/.claude/commands/finops.md +184 -184
  22. package/.claude/commands/frontend-developer.md +108 -108
  23. package/.claude/commands/gcp.md +143 -143
  24. package/.claude/commands/ml-engineer.md +115 -115
  25. package/.claude/commands/mlops.md +187 -187
  26. package/.claude/commands/network-engineer.md +109 -109
  27. package/.claude/commands/optimization-advisor.md +329 -329
  28. package/.claude/commands/orchestrator.md +623 -623
  29. package/.claude/commands/platform-engineer.md +102 -102
  30. package/.claude/commands/process-automation.md +226 -226
  31. package/.claude/commands/process-changelog.md +184 -184
  32. package/.claude/commands/process-documentation.md +484 -484
  33. package/.claude/commands/process-kanban.md +324 -324
  34. package/.claude/commands/process-versioning.md +214 -214
  35. package/.claude/commands/product-designer.md +104 -104
  36. package/.claude/commands/project-starter.md +443 -443
  37. package/.claude/commands/qa-engineer.md +109 -109
  38. package/.claude/commands/security-architect.md +135 -135
  39. package/.claude/commands/sre.md +109 -109
  40. package/.claude/commands/system-design.md +126 -126
  41. package/.claude/commands/technical-writer.md +101 -101
  42. package/.claude/package.json +46 -46
  43. package/.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 -356
  45. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_template_manager.py +274 -274
  46. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/token_cost_estimator.py +324 -324
  47. package/.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 -336
  49. package/.claude/roles/ai-engineer/skills/02-rag-pipeline/rag_pipeline.sql +213 -213
  50. package/.claude/roles/ai-engineer/skills/03-agent-orchestration/README.md +599 -599
  51. package/.claude/roles/ai-engineer/skills/04-llm-guardrails/README.md +735 -735
  52. package/.claude/roles/ai-engineer/skills/05-vector-embeddings/README.md +711 -711
  53. package/.claude/roles/ai-engineer/skills/06-llm-evaluation/README.md +777 -777
  54. package/.claude/roles/azure/skills/01-infrastructure-fundamentals/README.md +264 -264
  55. package/.claude/roles/azure/skills/02-data-factory/README.md +264 -264
  56. package/.claude/roles/azure/skills/03-synapse-analytics/README.md +264 -264
  57. package/.claude/roles/azure/skills/04-databricks/README.md +264 -264
  58. package/.claude/roles/azure/skills/05-functions/README.md +264 -264
  59. package/.claude/roles/azure/skills/06-kubernetes-service/README.md +264 -264
  60. package/.claude/roles/azure/skills/07-openai-service/README.md +264 -264
  61. package/.claude/roles/azure/skills/08-machine-learning/README.md +264 -264
  62. package/.claude/roles/azure/skills/09-storage-adls/README.md +264 -264
  63. package/.claude/roles/azure/skills/10-networking/README.md +264 -264
  64. package/.claude/roles/azure/skills/11-sql-cosmos/README.md +264 -264
  65. package/.claude/roles/azure/skills/12-event-hubs/README.md +264 -264
  66. package/.claude/roles/code-review/skills/01-automated-code-review/README.md +394 -394
  67. package/.claude/roles/code-review/skills/02-pr-review-workflow/README.md +427 -427
  68. package/.claude/roles/code-review/skills/03-code-quality-gates/README.md +518 -518
  69. package/.claude/roles/code-review/skills/04-reviewer-assignment/README.md +504 -504
  70. package/.claude/roles/code-review/skills/05-review-analytics/README.md +540 -540
  71. package/.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 -337
  73. package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/medallion_queries.sql +300 -300
  74. package/.claude/roles/data-engineer/skills/02-etl-pipeline/README.md +580 -580
  75. package/.claude/roles/data-engineer/skills/03-data-quality/README.md +579 -579
  76. package/.claude/roles/data-engineer/skills/04-streaming-pipelines/README.md +608 -608
  77. package/.claude/roles/data-engineer/skills/05-performance-optimization/README.md +547 -547
  78. package/.claude/roles/data-governance/skills/01-data-catalog/README.md +112 -112
  79. package/.claude/roles/data-governance/skills/02-data-lineage/README.md +129 -129
  80. package/.claude/roles/data-governance/skills/03-data-quality-framework/README.md +182 -182
  81. package/.claude/roles/data-governance/skills/04-access-control/README.md +39 -39
  82. package/.claude/roles/data-governance/skills/05-master-data-management/README.md +40 -40
  83. package/.claude/roles/data-governance/skills/06-compliance-privacy/README.md +46 -46
  84. package/.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 -446
  86. package/.claude/roles/data-scientist/skills/02-statistical-modeling/README.md +264 -264
  87. package/.claude/roles/data-scientist/skills/03-feature-engineering/README.md +264 -264
  88. package/.claude/roles/data-scientist/skills/04-predictive-modeling/README.md +264 -264
  89. package/.claude/roles/data-scientist/skills/05-customer-analytics/README.md +264 -264
  90. package/.claude/roles/data-scientist/skills/06-campaign-analysis/README.md +264 -264
  91. package/.claude/roles/data-scientist/skills/07-experimentation/README.md +264 -264
  92. package/.claude/roles/data-scientist/skills/08-data-visualization/README.md +264 -264
  93. package/.claude/roles/devops/skills/01-cicd-pipeline/README.md +264 -264
  94. package/.claude/roles/devops/skills/02-container-orchestration/README.md +264 -264
  95. package/.claude/roles/devops/skills/03-infrastructure-as-code/README.md +264 -264
  96. package/.claude/roles/devops/skills/04-gitops/README.md +264 -264
  97. package/.claude/roles/devops/skills/05-environment-management/README.md +264 -264
  98. package/.claude/roles/devops/skills/06-automated-testing/README.md +264 -264
  99. package/.claude/roles/devops/skills/07-release-management/README.md +264 -264
  100. package/.claude/roles/devops/skills/08-monitoring-alerting/README.md +264 -264
  101. package/.claude/roles/devops/skills/09-devsecops/README.md +265 -265
  102. package/.claude/roles/finops/skills/01-cost-visibility/README.md +264 -264
  103. package/.claude/roles/finops/skills/02-resource-tagging/README.md +264 -264
  104. package/.claude/roles/finops/skills/03-budget-management/README.md +264 -264
  105. package/.claude/roles/finops/skills/04-reserved-instances/README.md +264 -264
  106. package/.claude/roles/finops/skills/05-spot-optimization/README.md +264 -264
  107. package/.claude/roles/finops/skills/06-storage-tiering/README.md +264 -264
  108. package/.claude/roles/finops/skills/07-compute-rightsizing/README.md +264 -264
  109. package/.claude/roles/finops/skills/08-chargeback/README.md +264 -264
  110. package/.claude/roles/ml-engineer/skills/01-mlops-pipeline/README.md +566 -566
  111. package/.claude/roles/ml-engineer/skills/02-feature-engineering/README.md +655 -655
  112. package/.claude/roles/ml-engineer/skills/03-model-training/README.md +704 -704
  113. package/.claude/roles/ml-engineer/skills/04-model-serving/README.md +845 -845
  114. package/.claude/roles/ml-engineer/skills/05-model-monitoring/README.md +874 -874
  115. package/.claude/roles/mlops/skills/01-ml-pipeline-orchestration/README.md +264 -264
  116. package/.claude/roles/mlops/skills/02-experiment-tracking/README.md +264 -264
  117. package/.claude/roles/mlops/skills/03-model-registry/README.md +264 -264
  118. package/.claude/roles/mlops/skills/04-feature-store/README.md +264 -264
  119. package/.claude/roles/mlops/skills/05-model-deployment/README.md +264 -264
  120. package/.claude/roles/mlops/skills/06-model-observability/README.md +264 -264
  121. package/.claude/roles/mlops/skills/07-data-versioning/README.md +264 -264
  122. package/.claude/roles/mlops/skills/08-ab-testing/README.md +264 -264
  123. package/.claude/roles/mlops/skills/09-automated-retraining/README.md +264 -264
  124. package/.claude/roles/platform-engineer/skills/01-internal-developer-platform/README.md +153 -153
  125. package/.claude/roles/platform-engineer/skills/02-self-service-infrastructure/README.md +57 -57
  126. package/.claude/roles/platform-engineer/skills/03-slo-sli-management/README.md +59 -59
  127. package/.claude/roles/platform-engineer/skills/04-developer-experience/README.md +57 -57
  128. package/.claude/roles/platform-engineer/skills/05-incident-management/README.md +73 -73
  129. package/.claude/roles/platform-engineer/skills/06-capacity-management/README.md +59 -59
  130. package/.claude/roles/product-designer/skills/01-requirements-discovery/README.md +407 -407
  131. package/.claude/roles/product-designer/skills/02-user-research/README.md +382 -382
  132. package/.claude/roles/product-designer/skills/03-brainstorming-ideation/README.md +437 -437
  133. package/.claude/roles/product-designer/skills/04-ux-design/README.md +496 -496
  134. package/.claude/roles/product-designer/skills/05-product-market-fit/README.md +376 -376
  135. package/.claude/roles/product-designer/skills/06-stakeholder-management/README.md +412 -412
  136. package/.claude/roles/security-architect/skills/01-pii-detection/README.md +319 -319
  137. package/.claude/roles/security-architect/skills/02-threat-modeling/README.md +264 -264
  138. package/.claude/roles/security-architect/skills/03-infrastructure-security/README.md +264 -264
  139. package/.claude/roles/security-architect/skills/04-iam/README.md +264 -264
  140. package/.claude/roles/security-architect/skills/05-application-security/README.md +264 -264
  141. package/.claude/roles/security-architect/skills/06-secrets-management/README.md +264 -264
  142. package/.claude/roles/security-architect/skills/07-security-monitoring/README.md +264 -264
  143. package/.claude/roles/system-design/skills/01-architecture-patterns/README.md +337 -337
  144. package/.claude/roles/system-design/skills/02-requirements-engineering/README.md +264 -264
  145. package/.claude/roles/system-design/skills/03-scalability/README.md +264 -264
  146. package/.claude/roles/system-design/skills/04-high-availability/README.md +264 -264
  147. package/.claude/roles/system-design/skills/05-cost-optimization-design/README.md +264 -264
  148. package/.claude/roles/system-design/skills/06-api-design/README.md +264 -264
  149. package/.claude/roles/system-design/skills/07-observability-architecture/README.md +264 -264
  150. package/.claude/roles/system-design/skills/08-process-automation/PROCESS_TEMPLATE.md +336 -336
  151. package/.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 -744
  153. package/.claude/roles/system-design/skills/08-process-automation/automation_recommender.py +688 -688
  154. package/.claude/roles/system-design/skills/08-process-automation/plan_generator.py +679 -679
  155. package/.claude/roles/system-design/skills/08-process-automation/process_analyzer.py +528 -528
  156. package/.claude/roles/system-design/skills/08-process-automation/process_parser.py +684 -684
  157. package/.claude/roles/system-design/skills/08-process-automation/role_matcher.py +615 -615
  158. package/.claude/skills/README.md +336 -336
  159. package/.claude/skills/ai-engineer.md +104 -104
  160. package/.claude/skills/aws.md +143 -143
  161. package/.claude/skills/azure.md +149 -149
  162. package/.claude/skills/backend-developer.md +108 -108
  163. package/.claude/skills/code-review.md +399 -399
  164. package/.claude/skills/compliance-automation.md +747 -747
  165. package/.claude/skills/compliance-officer.md +108 -108
  166. package/.claude/skills/data-engineer.md +113 -113
  167. package/.claude/skills/data-governance.md +102 -102
  168. package/.claude/skills/data-scientist.md +123 -123
  169. package/.claude/skills/database-admin.md +109 -109
  170. package/.claude/skills/devops.md +160 -160
  171. package/.claude/skills/docker.md +160 -160
  172. package/.claude/skills/enterprise-dashboard.md +613 -613
  173. package/.claude/skills/finops.md +184 -184
  174. package/.claude/skills/frontend-developer.md +108 -108
  175. package/.claude/skills/gcp.md +143 -143
  176. package/.claude/skills/ml-engineer.md +115 -115
  177. package/.claude/skills/mlops.md +187 -187
  178. package/.claude/skills/network-engineer.md +109 -109
  179. package/.claude/skills/optimization-advisor.md +329 -329
  180. package/.claude/skills/orchestrator.md +623 -623
  181. package/.claude/skills/platform-engineer.md +102 -102
  182. package/.claude/skills/process-automation.md +226 -226
  183. package/.claude/skills/process-changelog.md +184 -184
  184. package/.claude/skills/process-documentation.md +484 -484
  185. package/.claude/skills/process-kanban.md +324 -324
  186. package/.claude/skills/process-versioning.md +214 -214
  187. package/.claude/skills/product-designer.md +104 -104
  188. package/.claude/skills/project-starter.md +443 -443
  189. package/.claude/skills/qa-engineer.md +109 -109
  190. package/.claude/skills/security-architect.md +135 -135
  191. package/.claude/skills/sre.md +109 -109
  192. package/.claude/skills/system-design.md +126 -126
  193. package/.claude/skills/technical-writer.md +101 -101
  194. package/.gitattributes +2 -2
  195. package/GITHUB_COPILOT.md +106 -106
  196. package/README.md +192 -184
  197. package/package.json +16 -8
@@ -1,412 +1,412 @@
1
- # pd-06: Stakeholder Management
2
-
3
- > **Align and Deliver**: Techniques for gathering requirements, managing expectations, and driving alignment across teams.
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- | Attribute | Value |
10
- |-----------|-------|
11
- | **Skill ID** | pd-06 |
12
- | **Role** | Product Designer |
13
- | **Complexity** | Medium |
14
- | **Dependencies** | None |
15
- | **Outputs** | Stakeholder Maps, Communication Plans, Decision Docs |
16
-
17
- ---
18
-
19
- ## Core Capabilities
20
-
21
- ### 1. Stakeholder Mapping
22
-
23
- ```yaml
24
- stakeholder_mapping:
25
- identification:
26
- questions:
27
- - "Who will use this product?"
28
- - "Who approves/funds this project?"
29
- - "Who will build this?"
30
- - "Who is affected by this?"
31
- - "Who has relevant expertise?"
32
-
33
- power_interest_grid: |
34
- ┌─────────────────────────────────────────────────────────────┐
35
- │ STAKEHOLDER MAP │
36
- ├─────────────────────────────────────────────────────────────┤
37
- │ HIGH │
38
- │ POWER ┌────────────────┬────────────────┐ │
39
- │ │ KEEP │ MANAGE │ │
40
- │ │ SATISFIED │ CLOSELY │ │
41
- │ │ │ 👤 Exec Sponsor│ │
42
- │ │ 👤 Legal │ 👤 Product Lead│ │
43
- │ │ │ │ │
44
- │ ├────────────────┼────────────────┤ │
45
- │ │ MONITOR │ KEEP │ │
46
- │ │ (Minimal │ INFORMED │ │
47
- │ │ effort) │ │ │
48
- │ │ 👤 External │ 👤 Users │ │
49
- │ LOW │ │ 👤 Dev Team │ │
50
- │ POWER └────────────────┴────────────────┘ │
51
- │ LOW HIGH │
52
- │ INTEREST │
53
- └─────────────────────────────────────────────────────────────┘
54
-
55
- stakeholder_template: |
56
- ## Stakeholder: [Name/Role]
57
-
58
- **Power Level**: High / Medium / Low
59
- **Interest Level**: High / Medium / Low
60
- **Influence**: Positive / Neutral / Negative
61
-
62
- **What they care about**:
63
- - [Priority 1]
64
- - [Priority 2]
65
-
66
- **What they need from us**:
67
- - [Need 1]
68
- - [Need 2]
69
-
70
- **Communication preference**:
71
- - Frequency: [Weekly/Bi-weekly/Monthly]
72
- - Format: [Meeting/Email/Slack]
73
-
74
- **Potential concerns**:
75
- - [Concern 1]
76
- - [Concern 2]
77
- ```
78
-
79
- ### 2. Requirements Gathering Workshops
80
-
81
- ```yaml
82
- workshop_formats:
83
- discovery_workshop:
84
- duration: "2-3 hours"
85
- participants: "5-10 stakeholders"
86
- agenda:
87
- 1_intro: "10 min - Purpose, ground rules"
88
- 2_context: "20 min - Current state, pain points"
89
- 3_vision: "30 min - Future state, success criteria"
90
- 4_requirements: "45 min - Must have vs nice to have"
91
- 5_constraints: "20 min - Timeline, budget, tech limits"
92
- 6_risks: "20 min - Potential blockers"
93
- 7_next_steps: "15 min - Actions, owners, timeline"
94
-
95
- facilitation_tips:
96
- - "Use sticky notes for equal participation"
97
- - "Timeboxed activities keep momentum"
98
- - "Park tangents in 'Parking Lot'"
99
- - "Summarize after each section"
100
- - "Capture disagreements explicitly"
101
-
102
- prioritization_workshop:
103
- duration: "1-2 hours"
104
- purpose: "Align on what to build first"
105
- techniques:
106
- dot_voting:
107
- description: "Each person gets X votes"
108
- pros: "Quick, democratic"
109
- cons: "Doesn't account for power dynamics"
110
-
111
- buy_a_feature:
112
- description: "Stakeholders 'spend' budget on features"
113
- pros: "Forces trade-offs"
114
- cons: "Requires prep work"
115
-
116
- moscow:
117
- description: "Categorize as Must/Should/Could/Won't"
118
- pros: "Clear categories"
119
- cons: "Everything becomes 'Must Have'"
120
-
121
- stack_ranking:
122
- description: "Force rank all items"
123
- pros: "No ties possible"
124
- cons: "Time-consuming for large lists"
125
- ```
126
-
127
- ### 3. Communication Planning
128
-
129
- ```yaml
130
- communication_plan:
131
- template: |
132
- ## Communication Plan: [Project Name]
133
-
134
- ### Regular Updates
135
-
136
- | Stakeholder | Format | Frequency | Owner | Content |
137
- |-------------|--------|-----------|-------|---------|
138
- | Exec Sponsor | 1:1 | Weekly | PM | Status, risks |
139
- | Dev Team | Stand-up | Daily | Scrum Master | Progress |
140
- | All Stakeholders | Email | Bi-weekly | PM | Newsletter |
141
-
142
- ### Key Milestones
143
-
144
- | Milestone | Date | Audience | Format |
145
- |-----------|------|----------|--------|
146
- | Kickoff | [Date] | All | Meeting |
147
- | Design Review | [Date] | Core team | Workshop |
148
- | Beta Launch | [Date] | All | Announcement |
149
-
150
- ### Escalation Path
151
-
152
- 1. PM escalates to Product Lead
153
- 2. Product Lead escalates to VP Product
154
- 3. VP Product escalates to C-Suite
155
-
156
- status_update_template: |
157
- ## Project Status Update: [Date]
158
-
159
- ### TL;DR
160
- [One sentence summary]
161
-
162
- ### Progress This Period
163
- ✅ [Completed item 1]
164
- ✅ [Completed item 2]
165
-
166
- ### In Progress
167
- 🔄 [In progress item 1] - [Owner]
168
- 🔄 [In progress item 2] - [Owner]
169
-
170
- ### Blockers / Risks
171
- ⚠️ [Blocker 1] - [Mitigation]
172
- ⚠️ [Risk 1] - [Mitigation]
173
-
174
- ### Upcoming
175
- 📅 [Next milestone] - [Date]
176
-
177
- ### Decisions Needed
178
- ❓ [Decision 1] - by [Date]
179
- ```
180
-
181
- ### 4. Decision Documentation (ADRs)
182
-
183
- ```yaml
184
- architecture_decision_record:
185
- purpose: "Document decisions for future reference"
186
-
187
- adr_template: |
188
- # ADR-XXX: [Decision Title]
189
-
190
- **Date**: [YYYY-MM-DD]
191
- **Status**: Proposed | Accepted | Deprecated | Superseded
192
- **Deciders**: [Names]
193
-
194
- ## Context
195
- [What is the issue that we're seeing that is motivating this decision?]
196
-
197
- ## Decision
198
- [What is the change that we're proposing or have agreed to implement?]
199
-
200
- ## Consequences
201
-
202
- ### Positive
203
- - [Benefit 1]
204
- - [Benefit 2]
205
-
206
- ### Negative
207
- - [Drawback 1]
208
- - [Drawback 2]
209
-
210
- ### Neutral
211
- - [Trade-off 1]
212
-
213
- ## Alternatives Considered
214
-
215
- ### Option A: [Name]
216
- - **Pros**: [List]
217
- - **Cons**: [List]
218
- - **Why not chosen**: [Reason]
219
-
220
- ### Option B: [Name]
221
- - **Pros**: [List]
222
- - **Cons**: [List]
223
- - **Why not chosen**: [Reason]
224
-
225
- decision_matrix: |
226
- | Criteria | Weight | Option A | Option B | Option C |
227
- |----------|--------|----------|----------|----------|
228
- | [Criteria 1] | 30% | 4 | 3 | 5 |
229
- | [Criteria 2] | 25% | 3 | 5 | 3 |
230
- | [Criteria 3] | 25% | 5 | 4 | 3 |
231
- | [Criteria 4] | 20% | 3 | 4 | 4 |
232
- | **Weighted Total** | | **X.X** | **X.X** | **X.X** |
233
- ```
234
-
235
- ### 5. Change Management
236
-
237
- ```yaml
238
- change_management:
239
- adkar_model:
240
- A_awareness: "Understanding why change is needed"
241
- D_desire: "Motivation to support the change"
242
- K_knowledge: "Information on how to change"
243
- A_ability: "Skills to implement the change"
244
- R_reinforcement: "Sustained change over time"
245
-
246
- change_impact_assessment: |
247
- ## Change Impact Assessment
248
-
249
- ### Change Overview
250
- **What's changing**: [Description]
251
- **Who's affected**: [Groups/roles]
252
- **When**: [Timeline]
253
-
254
- ### Impact Analysis
255
-
256
- | Group | Impact Level | What Changes | Support Needed |
257
- |-------|--------------|--------------|----------------|
258
- | [Group 1] | High | [Details] | [Training, etc.] |
259
- | [Group 2] | Medium | [Details] | [Communication] |
260
- | [Group 3] | Low | [Details] | [Documentation] |
261
-
262
- ### Resistance Mitigation
263
- - Anticipated resistance: [List]
264
- - Mitigation strategies: [List]
265
-
266
- ### Success Metrics
267
- - [Metric 1]: [Target]
268
- - [Metric 2]: [Target]
269
-
270
- training_plan:
271
- formats:
272
- - "Live training sessions"
273
- - "Recorded videos"
274
- - "Documentation/guides"
275
- - "Office hours/Q&A"
276
- - "Peer mentoring"
277
- ```
278
-
279
- ### 6. Executive Presentations
280
-
281
- ```yaml
282
- executive_presentations:
283
- structure:
284
- situation: "What's the context? (1-2 slides)"
285
- complication: "What's the problem/opportunity? (1 slide)"
286
- question: "What decision do you need? (1 slide)"
287
- answer: "What's your recommendation? (1 slide)"
288
- evidence: "Why should they believe you? (2-3 slides)"
289
- ask: "What do you need from them? (1 slide)"
290
-
291
- tips:
292
- - "Lead with the ask, not the backstory"
293
- - "One message per slide"
294
- - "Data over opinions"
295
- - "Prepare for objections"
296
- - "Have backup slides for details"
297
- - "Respect time limits strictly"
298
-
299
- slide_template: |
300
- ┌─────────────────────────────────────────────────────────────┐
301
- │ [TITLE: Action-oriented headline] │
302
- ├─────────────────────────────────────────────────────────────┤
303
- │ │
304
- │ • Key point 1 with supporting data │
305
- │ │
306
- │ • Key point 2 with supporting data │
307
- │ │
308
- │ • Key point 3 with supporting data │
309
- │ │
310
- │ │
311
- │ [VISUAL: Chart, diagram, or image] │
312
- │ │
313
- ├─────────────────────────────────────────────────────────────┤
314
- │ Source: [Data source] Slide X of Y │
315
- └─────────────────────────────────────────────────────────────┘
316
-
317
- one_pager_template: |
318
- # [Project Name] - Executive Summary
319
-
320
- ## The Ask
321
- [What you need from them in 1-2 sentences]
322
-
323
- ## The Opportunity
324
- [Problem and opportunity in 2-3 sentences]
325
-
326
- ## Proposed Solution
327
- [Your recommendation in 2-3 sentences]
328
-
329
- ## Key Benefits
330
- • [Benefit 1 with quantification]
331
- • [Benefit 2 with quantification]
332
- • [Benefit 3 with quantification]
333
-
334
- ## Investment Required
335
- • Timeline: [X months]
336
- • Resources: [X FTEs]
337
- • Budget: $[X]
338
-
339
- ## Risks & Mitigations
340
- | Risk | Mitigation |
341
- |------|------------|
342
- | [Risk 1] | [Mitigation] |
343
-
344
- ## Next Steps
345
- 1. [Action 1] - [Owner] - [Date]
346
- 2. [Action 2] - [Owner] - [Date]
347
- ```
348
-
349
- ---
350
-
351
- ## Meeting Facilitation Templates
352
-
353
- ### Requirements Meeting (60 min)
354
-
355
- ```
356
- 00:00 - 05:00 Introductions and goals
357
- 05:00 - 15:00 Context setting (current state)
358
- 15:00 - 35:00 Requirements gathering (sticky notes)
359
- 35:00 - 50:00 Prioritization (dot voting)
360
- 50:00 - 60:00 Next steps and actions
361
- ```
362
-
363
- ### Sprint Review (30 min)
364
-
365
- ```
366
- 00:00 - 02:00 Sprint goal reminder
367
- 02:00 - 20:00 Demo completed work
368
- 20:00 - 25:00 Stakeholder feedback
369
- 25:00 - 30:00 Upcoming sprint preview
370
- ```
371
-
372
- ### Steering Committee (45 min)
373
-
374
- ```
375
- 00:00 - 05:00 Status summary
376
- 05:00 - 20:00 Key decisions needed
377
- 20:00 - 35:00 Discussion
378
- 35:00 - 45:00 Actions and commitments
379
- ```
380
-
381
- ---
382
-
383
- ## Quick Wins
384
-
385
- ### 5-Minute Stakeholder Check
386
- Before any meeting:
387
- 1. Who's the decision maker?
388
- 2. What do they care about most?
389
- 3. What's their biggest concern?
390
- 4. What outcome do I need?
391
-
392
- ### 15-Minute Status Update
393
- 1. What was accomplished (3 min)
394
- 2. What's in progress (3 min)
395
- 3. What's blocked (3 min)
396
- 4. What's next (3 min)
397
- 5. What decisions needed (3 min)
398
-
399
- ### 30-Minute Decision Doc
400
- 1. State the decision needed (5 min)
401
- 2. List 2-3 options (10 min)
402
- 3. Pros/cons for each (10 min)
403
- 4. Your recommendation (5 min)
404
-
405
- ---
406
-
407
- ## Related Skills
408
-
409
- - **pd-01**: Gather requirements from stakeholders
410
- - **sd-02**: Technical requirements engineering
411
- - **pe-05**: Incident management communication
412
- - **do-07**: Release management coordination
1
+ # pd-06: Stakeholder Management
2
+
3
+ > **Align and Deliver**: Techniques for gathering requirements, managing expectations, and driving alignment across teams.
4
+
5
+ ---
6
+
7
+ ## Overview
8
+
9
+ | Attribute | Value |
10
+ |-----------|-------|
11
+ | **Skill ID** | pd-06 |
12
+ | **Role** | Product Designer |
13
+ | **Complexity** | Medium |
14
+ | **Dependencies** | None |
15
+ | **Outputs** | Stakeholder Maps, Communication Plans, Decision Docs |
16
+
17
+ ---
18
+
19
+ ## Core Capabilities
20
+
21
+ ### 1. Stakeholder Mapping
22
+
23
+ ```yaml
24
+ stakeholder_mapping:
25
+ identification:
26
+ questions:
27
+ - "Who will use this product?"
28
+ - "Who approves/funds this project?"
29
+ - "Who will build this?"
30
+ - "Who is affected by this?"
31
+ - "Who has relevant expertise?"
32
+
33
+ power_interest_grid: |
34
+ ┌─────────────────────────────────────────────────────────────┐
35
+ │ STAKEHOLDER MAP │
36
+ ├─────────────────────────────────────────────────────────────┤
37
+ │ HIGH │
38
+ │ POWER ┌────────────────┬────────────────┐ │
39
+ │ │ KEEP │ MANAGE │ │
40
+ │ │ SATISFIED │ CLOSELY │ │
41
+ │ │ │ 👤 Exec Sponsor│ │
42
+ │ │ 👤 Legal │ 👤 Product Lead│ │
43
+ │ │ │ │ │
44
+ │ ├────────────────┼────────────────┤ │
45
+ │ │ MONITOR │ KEEP │ │
46
+ │ │ (Minimal │ INFORMED │ │
47
+ │ │ effort) │ │ │
48
+ │ │ 👤 External │ 👤 Users │ │
49
+ │ LOW │ │ 👤 Dev Team │ │
50
+ │ POWER └────────────────┴────────────────┘ │
51
+ │ LOW HIGH │
52
+ │ INTEREST │
53
+ └─────────────────────────────────────────────────────────────┘
54
+
55
+ stakeholder_template: |
56
+ ## Stakeholder: [Name/Role]
57
+
58
+ **Power Level**: High / Medium / Low
59
+ **Interest Level**: High / Medium / Low
60
+ **Influence**: Positive / Neutral / Negative
61
+
62
+ **What they care about**:
63
+ - [Priority 1]
64
+ - [Priority 2]
65
+
66
+ **What they need from us**:
67
+ - [Need 1]
68
+ - [Need 2]
69
+
70
+ **Communication preference**:
71
+ - Frequency: [Weekly/Bi-weekly/Monthly]
72
+ - Format: [Meeting/Email/Slack]
73
+
74
+ **Potential concerns**:
75
+ - [Concern 1]
76
+ - [Concern 2]
77
+ ```
78
+
79
+ ### 2. Requirements Gathering Workshops
80
+
81
+ ```yaml
82
+ workshop_formats:
83
+ discovery_workshop:
84
+ duration: "2-3 hours"
85
+ participants: "5-10 stakeholders"
86
+ agenda:
87
+ 1_intro: "10 min - Purpose, ground rules"
88
+ 2_context: "20 min - Current state, pain points"
89
+ 3_vision: "30 min - Future state, success criteria"
90
+ 4_requirements: "45 min - Must have vs nice to have"
91
+ 5_constraints: "20 min - Timeline, budget, tech limits"
92
+ 6_risks: "20 min - Potential blockers"
93
+ 7_next_steps: "15 min - Actions, owners, timeline"
94
+
95
+ facilitation_tips:
96
+ - "Use sticky notes for equal participation"
97
+ - "Timeboxed activities keep momentum"
98
+ - "Park tangents in 'Parking Lot'"
99
+ - "Summarize after each section"
100
+ - "Capture disagreements explicitly"
101
+
102
+ prioritization_workshop:
103
+ duration: "1-2 hours"
104
+ purpose: "Align on what to build first"
105
+ techniques:
106
+ dot_voting:
107
+ description: "Each person gets X votes"
108
+ pros: "Quick, democratic"
109
+ cons: "Doesn't account for power dynamics"
110
+
111
+ buy_a_feature:
112
+ description: "Stakeholders 'spend' budget on features"
113
+ pros: "Forces trade-offs"
114
+ cons: "Requires prep work"
115
+
116
+ moscow:
117
+ description: "Categorize as Must/Should/Could/Won't"
118
+ pros: "Clear categories"
119
+ cons: "Everything becomes 'Must Have'"
120
+
121
+ stack_ranking:
122
+ description: "Force rank all items"
123
+ pros: "No ties possible"
124
+ cons: "Time-consuming for large lists"
125
+ ```
126
+
127
+ ### 3. Communication Planning
128
+
129
+ ```yaml
130
+ communication_plan:
131
+ template: |
132
+ ## Communication Plan: [Project Name]
133
+
134
+ ### Regular Updates
135
+
136
+ | Stakeholder | Format | Frequency | Owner | Content |
137
+ |-------------|--------|-----------|-------|---------|
138
+ | Exec Sponsor | 1:1 | Weekly | PM | Status, risks |
139
+ | Dev Team | Stand-up | Daily | Scrum Master | Progress |
140
+ | All Stakeholders | Email | Bi-weekly | PM | Newsletter |
141
+
142
+ ### Key Milestones
143
+
144
+ | Milestone | Date | Audience | Format |
145
+ |-----------|------|----------|--------|
146
+ | Kickoff | [Date] | All | Meeting |
147
+ | Design Review | [Date] | Core team | Workshop |
148
+ | Beta Launch | [Date] | All | Announcement |
149
+
150
+ ### Escalation Path
151
+
152
+ 1. PM escalates to Product Lead
153
+ 2. Product Lead escalates to VP Product
154
+ 3. VP Product escalates to C-Suite
155
+
156
+ status_update_template: |
157
+ ## Project Status Update: [Date]
158
+
159
+ ### TL;DR
160
+ [One sentence summary]
161
+
162
+ ### Progress This Period
163
+ ✅ [Completed item 1]
164
+ ✅ [Completed item 2]
165
+
166
+ ### In Progress
167
+ 🔄 [In progress item 1] - [Owner]
168
+ 🔄 [In progress item 2] - [Owner]
169
+
170
+ ### Blockers / Risks
171
+ ⚠️ [Blocker 1] - [Mitigation]
172
+ ⚠️ [Risk 1] - [Mitigation]
173
+
174
+ ### Upcoming
175
+ 📅 [Next milestone] - [Date]
176
+
177
+ ### Decisions Needed
178
+ ❓ [Decision 1] - by [Date]
179
+ ```
180
+
181
+ ### 4. Decision Documentation (ADRs)
182
+
183
+ ```yaml
184
+ architecture_decision_record:
185
+ purpose: "Document decisions for future reference"
186
+
187
+ adr_template: |
188
+ # ADR-XXX: [Decision Title]
189
+
190
+ **Date**: [YYYY-MM-DD]
191
+ **Status**: Proposed | Accepted | Deprecated | Superseded
192
+ **Deciders**: [Names]
193
+
194
+ ## Context
195
+ [What is the issue that we're seeing that is motivating this decision?]
196
+
197
+ ## Decision
198
+ [What is the change that we're proposing or have agreed to implement?]
199
+
200
+ ## Consequences
201
+
202
+ ### Positive
203
+ - [Benefit 1]
204
+ - [Benefit 2]
205
+
206
+ ### Negative
207
+ - [Drawback 1]
208
+ - [Drawback 2]
209
+
210
+ ### Neutral
211
+ - [Trade-off 1]
212
+
213
+ ## Alternatives Considered
214
+
215
+ ### Option A: [Name]
216
+ - **Pros**: [List]
217
+ - **Cons**: [List]
218
+ - **Why not chosen**: [Reason]
219
+
220
+ ### Option B: [Name]
221
+ - **Pros**: [List]
222
+ - **Cons**: [List]
223
+ - **Why not chosen**: [Reason]
224
+
225
+ decision_matrix: |
226
+ | Criteria | Weight | Option A | Option B | Option C |
227
+ |----------|--------|----------|----------|----------|
228
+ | [Criteria 1] | 30% | 4 | 3 | 5 |
229
+ | [Criteria 2] | 25% | 3 | 5 | 3 |
230
+ | [Criteria 3] | 25% | 5 | 4 | 3 |
231
+ | [Criteria 4] | 20% | 3 | 4 | 4 |
232
+ | **Weighted Total** | | **X.X** | **X.X** | **X.X** |
233
+ ```
234
+
235
+ ### 5. Change Management
236
+
237
+ ```yaml
238
+ change_management:
239
+ adkar_model:
240
+ A_awareness: "Understanding why change is needed"
241
+ D_desire: "Motivation to support the change"
242
+ K_knowledge: "Information on how to change"
243
+ A_ability: "Skills to implement the change"
244
+ R_reinforcement: "Sustained change over time"
245
+
246
+ change_impact_assessment: |
247
+ ## Change Impact Assessment
248
+
249
+ ### Change Overview
250
+ **What's changing**: [Description]
251
+ **Who's affected**: [Groups/roles]
252
+ **When**: [Timeline]
253
+
254
+ ### Impact Analysis
255
+
256
+ | Group | Impact Level | What Changes | Support Needed |
257
+ |-------|--------------|--------------|----------------|
258
+ | [Group 1] | High | [Details] | [Training, etc.] |
259
+ | [Group 2] | Medium | [Details] | [Communication] |
260
+ | [Group 3] | Low | [Details] | [Documentation] |
261
+
262
+ ### Resistance Mitigation
263
+ - Anticipated resistance: [List]
264
+ - Mitigation strategies: [List]
265
+
266
+ ### Success Metrics
267
+ - [Metric 1]: [Target]
268
+ - [Metric 2]: [Target]
269
+
270
+ training_plan:
271
+ formats:
272
+ - "Live training sessions"
273
+ - "Recorded videos"
274
+ - "Documentation/guides"
275
+ - "Office hours/Q&A"
276
+ - "Peer mentoring"
277
+ ```
278
+
279
+ ### 6. Executive Presentations
280
+
281
+ ```yaml
282
+ executive_presentations:
283
+ structure:
284
+ situation: "What's the context? (1-2 slides)"
285
+ complication: "What's the problem/opportunity? (1 slide)"
286
+ question: "What decision do you need? (1 slide)"
287
+ answer: "What's your recommendation? (1 slide)"
288
+ evidence: "Why should they believe you? (2-3 slides)"
289
+ ask: "What do you need from them? (1 slide)"
290
+
291
+ tips:
292
+ - "Lead with the ask, not the backstory"
293
+ - "One message per slide"
294
+ - "Data over opinions"
295
+ - "Prepare for objections"
296
+ - "Have backup slides for details"
297
+ - "Respect time limits strictly"
298
+
299
+ slide_template: |
300
+ ┌─────────────────────────────────────────────────────────────┐
301
+ │ [TITLE: Action-oriented headline] │
302
+ ├─────────────────────────────────────────────────────────────┤
303
+ │ │
304
+ │ • Key point 1 with supporting data │
305
+ │ │
306
+ │ • Key point 2 with supporting data │
307
+ │ │
308
+ │ • Key point 3 with supporting data │
309
+ │ │
310
+ │ │
311
+ │ [VISUAL: Chart, diagram, or image] │
312
+ │ │
313
+ ├─────────────────────────────────────────────────────────────┤
314
+ │ Source: [Data source] Slide X of Y │
315
+ └─────────────────────────────────────────────────────────────┘
316
+
317
+ one_pager_template: |
318
+ # [Project Name] - Executive Summary
319
+
320
+ ## The Ask
321
+ [What you need from them in 1-2 sentences]
322
+
323
+ ## The Opportunity
324
+ [Problem and opportunity in 2-3 sentences]
325
+
326
+ ## Proposed Solution
327
+ [Your recommendation in 2-3 sentences]
328
+
329
+ ## Key Benefits
330
+ • [Benefit 1 with quantification]
331
+ • [Benefit 2 with quantification]
332
+ • [Benefit 3 with quantification]
333
+
334
+ ## Investment Required
335
+ • Timeline: [X months]
336
+ • Resources: [X FTEs]
337
+ • Budget: $[X]
338
+
339
+ ## Risks & Mitigations
340
+ | Risk | Mitigation |
341
+ |------|------------|
342
+ | [Risk 1] | [Mitigation] |
343
+
344
+ ## Next Steps
345
+ 1. [Action 1] - [Owner] - [Date]
346
+ 2. [Action 2] - [Owner] - [Date]
347
+ ```
348
+
349
+ ---
350
+
351
+ ## Meeting Facilitation Templates
352
+
353
+ ### Requirements Meeting (60 min)
354
+
355
+ ```
356
+ 00:00 - 05:00 Introductions and goals
357
+ 05:00 - 15:00 Context setting (current state)
358
+ 15:00 - 35:00 Requirements gathering (sticky notes)
359
+ 35:00 - 50:00 Prioritization (dot voting)
360
+ 50:00 - 60:00 Next steps and actions
361
+ ```
362
+
363
+ ### Sprint Review (30 min)
364
+
365
+ ```
366
+ 00:00 - 02:00 Sprint goal reminder
367
+ 02:00 - 20:00 Demo completed work
368
+ 20:00 - 25:00 Stakeholder feedback
369
+ 25:00 - 30:00 Upcoming sprint preview
370
+ ```
371
+
372
+ ### Steering Committee (45 min)
373
+
374
+ ```
375
+ 00:00 - 05:00 Status summary
376
+ 05:00 - 20:00 Key decisions needed
377
+ 20:00 - 35:00 Discussion
378
+ 35:00 - 45:00 Actions and commitments
379
+ ```
380
+
381
+ ---
382
+
383
+ ## Quick Wins
384
+
385
+ ### 5-Minute Stakeholder Check
386
+ Before any meeting:
387
+ 1. Who's the decision maker?
388
+ 2. What do they care about most?
389
+ 3. What's their biggest concern?
390
+ 4. What outcome do I need?
391
+
392
+ ### 15-Minute Status Update
393
+ 1. What was accomplished (3 min)
394
+ 2. What's in progress (3 min)
395
+ 3. What's blocked (3 min)
396
+ 4. What's next (3 min)
397
+ 5. What decisions needed (3 min)
398
+
399
+ ### 30-Minute Decision Doc
400
+ 1. State the decision needed (5 min)
401
+ 2. List 2-3 options (10 min)
402
+ 3. Pros/cons for each (10 min)
403
+ 4. Your recommendation (5 min)
404
+
405
+ ---
406
+
407
+ ## Related Skills
408
+
409
+ - **pd-01**: Gather requirements from stakeholders
410
+ - **sd-02**: Technical requirements engineering
411
+ - **pe-05**: Incident management communication
412
+ - **do-07**: Release management coordination