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,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