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,376 @@
1
+ # pd-05: Product-Market Fit Analysis
2
+
3
+ > **Find Your Market**: Validate that your product solves a real problem for a viable market before scaling.
4
+
5
+ ---
6
+
7
+ ## Overview
8
+
9
+ | Attribute | Value |
10
+ |-----------|-------|
11
+ | **Skill ID** | pd-05 |
12
+ | **Role** | Product Designer |
13
+ | **Complexity** | Advanced |
14
+ | **Dependencies** | pd-01, pd-02 |
15
+ | **Outputs** | Market Analysis, Value Proposition, MVP Definition |
16
+
17
+ ---
18
+
19
+ ## Core Frameworks
20
+
21
+ ### 1. Product-Market Fit Definition
22
+
23
+ ```yaml
24
+ pmf_definition:
25
+ marc_andreessen: |
26
+ "Product-market fit means being in a good market with a product
27
+ that can satisfy that market."
28
+
29
+ indicators_of_pmf:
30
+ strong_signals:
31
+ - "Users would be very disappointed without your product (>40%)"
32
+ - "Organic word-of-mouth growth"
33
+ - "High retention rates"
34
+ - "Users pay without heavy discounting"
35
+ - "Usage increases over time"
36
+
37
+ weak_signals:
38
+ - "High churn rates"
39
+ - "Constant feature requests"
40
+ - "Users don't recommend"
41
+ - "Heavy discounting needed"
42
+ - "Flat or declining usage"
43
+
44
+ pmf_survey:
45
+ question: "How would you feel if you could no longer use [Product]?"
46
+ scale:
47
+ - "Very disappointed"
48
+ - "Somewhat disappointed"
49
+ - "Not disappointed"
50
+ benchmark: ">40% 'Very disappointed' = PMF achieved"
51
+ ```
52
+
53
+ ### 2. Market Opportunity Assessment
54
+
55
+ ```yaml
56
+ market_assessment:
57
+ tam_sam_som:
58
+ tam:
59
+ name: "Total Addressable Market"
60
+ definition: "Total revenue opportunity if 100% market share"
61
+ calculation: "Total potential customers × Average revenue per customer"
62
+
63
+ sam:
64
+ name: "Serviceable Addressable Market"
65
+ definition: "Portion of TAM you can realistically reach"
66
+ factors:
67
+ - "Geographic limitations"
68
+ - "Product fit limitations"
69
+ - "Channel access"
70
+
71
+ som:
72
+ name: "Serviceable Obtainable Market"
73
+ definition: "Realistic market share in near term"
74
+ factors:
75
+ - "Competition"
76
+ - "Resources"
77
+ - "Go-to-market capability"
78
+
79
+ market_sizing_methods:
80
+ top_down:
81
+ approach: "Start with industry data, narrow down"
82
+ sources:
83
+ - "Industry reports (Gartner, Forrester)"
84
+ - "Government statistics"
85
+ - "Public company filings"
86
+
87
+ bottom_up:
88
+ approach: "Build from individual customer data"
89
+ calculation: |
90
+ Number of potential customers ×
91
+ Conversion rate ×
92
+ Average deal size ×
93
+ Purchase frequency
94
+
95
+ market_attractiveness:
96
+ factors:
97
+ - size: "Is the market big enough?"
98
+ - growth: "Is the market growing?"
99
+ - profitability: "Can we make money here?"
100
+ - competition: "How intense is competition?"
101
+ - barriers: "Can we enter and defend?"
102
+ ```
103
+
104
+ ### 3. Value Proposition Canvas
105
+
106
+ ```yaml
107
+ value_proposition_canvas:
108
+ customer_profile:
109
+ jobs:
110
+ functional: "Tasks they're trying to complete"
111
+ social: "How they want to be perceived"
112
+ emotional: "How they want to feel"
113
+
114
+ pains:
115
+ obstacles: "What prevents them from getting the job done?"
116
+ risks: "What could go wrong?"
117
+ negative_outcomes: "What do they want to avoid?"
118
+
119
+ gains:
120
+ required: "Basic expectations"
121
+ expected: "Standard features"
122
+ desired: "Things they'd love but don't expect"
123
+ unexpected: "Delighters"
124
+
125
+ value_map:
126
+ products_services:
127
+ - "Core product features"
128
+ - "Supporting services"
129
+ - "Add-ons and extras"
130
+
131
+ pain_relievers:
132
+ - "How do we eliminate/reduce pains?"
133
+ - "Which pains do we address?"
134
+
135
+ gain_creators:
136
+ - "How do we create gains?"
137
+ - "Which gains do we create?"
138
+
139
+ fit_assessment:
140
+ questions:
141
+ - "Does our product address the most important jobs?"
142
+ - "Do we relieve the most severe pains?"
143
+ - "Do we create meaningful gains?"
144
+ - "Is our solution better than alternatives?"
145
+ ```
146
+
147
+ ### 4. MVP Definition
148
+
149
+ ```yaml
150
+ mvp_framework:
151
+ definition: "Minimum Viable Product - smallest thing that tests your hypothesis"
152
+
153
+ mvp_types:
154
+ landing_page:
155
+ purpose: "Test demand and messaging"
156
+ build_time: "1-3 days"
157
+ example: "Dropbox video MVP"
158
+
159
+ wizard_of_oz:
160
+ purpose: "Test experience without building backend"
161
+ build_time: "1-2 weeks"
162
+ example: "Manual processes behind automated facade"
163
+
164
+ concierge:
165
+ purpose: "Deliver value manually to learn"
166
+ build_time: "None"
167
+ example: "Personal service before productizing"
168
+
169
+ single_feature:
170
+ purpose: "Test core value proposition"
171
+ build_time: "2-4 weeks"
172
+ example: "One killer feature only"
173
+
174
+ piecemeal:
175
+ purpose: "Combine existing tools"
176
+ build_time: "Days"
177
+ example: "Zapier + Typeform + Airtable"
178
+
179
+ mvp_canvas: |
180
+ ┌─────────────────────────────────────────────────────────────┐
181
+ │ MVP CANVAS │
182
+ ├──────────────────────────────┬──────────────────────────────┤
183
+ │ HYPOTHESIS │ SUCCESS METRICS │
184
+ │ We believe [target users] │ We'll know we're right if: │
185
+ │ will [behavior] │ • [Metric 1] > [Target] │
186
+ │ because [reason] │ • [Metric 2] > [Target] │
187
+ ├──────────────────────────────┼──────────────────────────────┤
188
+ │ MUST HAVE │ MUST NOT HAVE │
189
+ │ • [Feature 1] │ • [Feature A] │
190
+ │ • [Feature 2] │ • [Feature B] │
191
+ │ • [Feature 3] │ • [Feature C] │
192
+ ├──────────────────────────────┼──────────────────────────────┤
193
+ │ BUILD TIME │ LEARN BY │
194
+ │ [X weeks] │ [Date] │
195
+ └──────────────────────────────┴──────────────────────────────┘
196
+ ```
197
+
198
+ ### 5. Go-to-Market Strategy
199
+
200
+ ```yaml
201
+ gtm_strategy:
202
+ positioning:
203
+ formula: |
204
+ For [target customer]
205
+ Who [statement of need]
206
+ [Product] is a [category]
207
+ That [key benefit]
208
+ Unlike [competition]
209
+ Our product [differentiator]
210
+
211
+ example: |
212
+ For busy professionals
213
+ Who struggle to find time for learning
214
+ LearnFast is a micro-learning platform
215
+ That delivers 5-minute lessons on the go
216
+ Unlike traditional courses
217
+ Our product uses AI to personalize content to your schedule
218
+
219
+ channel_strategy:
220
+ owned:
221
+ - "Website/app"
222
+ - "Email list"
223
+ - "Blog content"
224
+ - "Social media"
225
+
226
+ earned:
227
+ - "Word of mouth"
228
+ - "PR/media coverage"
229
+ - "Reviews"
230
+ - "SEO"
231
+
232
+ paid:
233
+ - "Search ads"
234
+ - "Social ads"
235
+ - "Sponsorships"
236
+ - "Influencer partnerships"
237
+
238
+ launch_phases:
239
+ phase_1_alpha:
240
+ audience: "Internal team, close friends"
241
+ goal: "Find major bugs, validate core value"
242
+ duration: "1-2 weeks"
243
+
244
+ phase_2_beta:
245
+ audience: "Waitlist, early adopters"
246
+ goal: "Gather feedback, iterate"
247
+ duration: "4-8 weeks"
248
+
249
+ phase_3_limited:
250
+ audience: "Broader invite-only"
251
+ goal: "Test scale, refine messaging"
252
+ duration: "2-4 weeks"
253
+
254
+ phase_4_public:
255
+ audience: "General availability"
256
+ goal: "Growth and optimization"
257
+ duration: "Ongoing"
258
+ ```
259
+
260
+ ### 6. Pricing Strategy
261
+
262
+ ```yaml
263
+ pricing_analysis:
264
+ pricing_models:
265
+ freemium:
266
+ description: "Free tier with paid upgrades"
267
+ when_to_use: "High volume, low marginal cost"
268
+ example: "Slack, Dropbox"
269
+
270
+ subscription:
271
+ description: "Recurring payment for access"
272
+ when_to_use: "Ongoing value delivery"
273
+ example: "Netflix, SaaS products"
274
+
275
+ usage_based:
276
+ description: "Pay per use"
277
+ when_to_use: "Variable consumption"
278
+ example: "AWS, Twilio"
279
+
280
+ one_time:
281
+ description: "Single purchase"
282
+ when_to_use: "Standalone products"
283
+ example: "Software licenses"
284
+
285
+ tiered:
286
+ description: "Multiple packages at price points"
287
+ when_to_use: "Diverse customer segments"
288
+ example: "Most SaaS products"
289
+
290
+ van_westendorp:
291
+ questions:
292
+ - "At what price would it be too expensive?"
293
+ - "At what price would it be so cheap you'd question quality?"
294
+ - "At what price does it start to feel expensive but worth it?"
295
+ - "At what price is it a bargain?"
296
+
297
+ analysis: "Plot responses to find optimal price range"
298
+
299
+ competitive_pricing:
300
+ positions:
301
+ premium: "Higher than market, justify with value"
302
+ parity: "Match market rates"
303
+ penetration: "Lower to gain share"
304
+ ```
305
+
306
+ ---
307
+
308
+ ## PMF Measurement Dashboard
309
+
310
+ ```markdown
311
+ ## Product-Market Fit Dashboard
312
+
313
+ ### Leading Indicators
314
+
315
+ | Metric | Current | Target | Status |
316
+ |--------|---------|--------|--------|
317
+ | PMF Survey Score (Very Disappointed) | X% | >40% | 🟡 |
318
+ | Weekly Active Users (WAU) | X | +X% MoM | 🟢 |
319
+ | Activation Rate | X% | >50% | 🔴 |
320
+ | NPS Score | X | >50 | 🟡 |
321
+
322
+ ### Retention Metrics
323
+
324
+ | Cohort | Week 1 | Week 4 | Week 8 | Week 12 |
325
+ |--------|--------|--------|--------|---------|
326
+ | Jan '25 | 100% | X% | X% | X% |
327
+ | Feb '25 | 100% | X% | X% | - |
328
+ | Mar '25 | 100% | X% | - | - |
329
+
330
+ ### Growth Metrics
331
+
332
+ | Channel | Acquisition | Conversion | CAC | LTV |
333
+ |---------|-------------|------------|-----|-----|
334
+ | Organic | X | X% | $X | $X |
335
+ | Paid | X | X% | $X | $X |
336
+ | Referral | X | X% | $X | $X |
337
+
338
+ ### Qualitative Signals
339
+ - User feedback themes: [List]
340
+ - Top feature requests: [List]
341
+ - Churn reasons: [List]
342
+ ```
343
+
344
+ ---
345
+
346
+ ## Quick Wins
347
+
348
+ ### 15-Minute Market Sizing
349
+ 1. Define your target customer (3 min)
350
+ 2. Estimate total potential customers (5 min)
351
+ 3. Estimate conversion and pricing (5 min)
352
+ 4. Calculate TAM/SAM/SOM (2 min)
353
+
354
+ ### 30-Minute Value Prop
355
+ 1. List top 3 customer jobs (5 min)
356
+ 2. List top 3 pains (5 min)
357
+ 3. List top 3 gains they want (5 min)
358
+ 4. Map your features to jobs/pains/gains (10 min)
359
+ 5. Write positioning statement (5 min)
360
+
361
+ ### 1-Hour PMF Assessment
362
+ 1. Create PMF survey (10 min)
363
+ 2. Send to 50+ users (5 min)
364
+ 3. Analyze retention cohorts (15 min)
365
+ 4. Review qualitative feedback (15 min)
366
+ 5. Identify top 3 improvement areas (15 min)
367
+
368
+ ---
369
+
370
+ ## Related Skills
371
+
372
+ - **pd-01**: Define requirements based on market needs
373
+ - **pd-02**: Conduct market research
374
+ - **ds-05**: Analyze customer data
375
+ - **ds-07**: Design pricing experiments
376
+ - **fo-01**: Model revenue and costs