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,407 +1,407 @@
1
- # pd-01: Product Requirements & Discovery
2
-
3
- > **Find the Perfect Product**: Systematic approach to discovering, defining, and prioritizing product requirements that solve real user problems.
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- | Attribute | Value |
10
- |-----------|-------|
11
- | **Skill ID** | pd-01 |
12
- | **Role** | Product Designer |
13
- | **Complexity** | Medium |
14
- | **Dependencies** | None (foundational skill) |
15
- | **Outputs** | PRD, Feature Specs, Prioritized Backlog |
16
-
17
- ---
18
-
19
- ## Core Capabilities
20
-
21
- ### 1. Problem Space Exploration
22
-
23
- ```yaml
24
- problem_discovery:
25
- techniques:
26
- - "5 Whys Analysis"
27
- - "Problem Statement Canvas"
28
- - "Opportunity Mapping"
29
- - "Root Cause Analysis"
30
-
31
- problem_statement_template: |
32
- ## Problem Statement
33
-
34
- **Who**: [Target user segment]
35
- **What**: [The problem they face]
36
- **When**: [Context/situation when it occurs]
37
- **Why it matters**: [Business and user impact]
38
- **Current solutions**: [How they solve it today]
39
- **Gap**: [What's missing]
40
-
41
- validation_questions:
42
- - "Is this a real problem or assumed?"
43
- - "How do users solve this today?"
44
- - "What's the cost of not solving this?"
45
- - "How many users are affected?"
46
- - "Is this problem getting worse?"
47
- ```
48
-
49
- ### 2. Jobs-to-be-Done Framework
50
-
51
- ```yaml
52
- jtbd_framework:
53
- job_statement_format: |
54
- When [situation], I want to [motivation], so I can [expected outcome]
55
-
56
- example: |
57
- When I'm preparing for a client meeting, I want to quickly find
58
- relevant case studies, so I can demonstrate our expertise and
59
- win the deal.
60
-
61
- job_dimensions:
62
- functional: "What task needs to be accomplished?"
63
- emotional: "How do they want to feel?"
64
- social: "How do they want to be perceived?"
65
-
66
- forces_of_progress:
67
- push: "Pain with current solution"
68
- pull: "Attraction of new solution"
69
- anxiety: "Fear of change"
70
- habit: "Comfort with current solution"
71
- ```
72
-
73
- ### 3. PRD Generation
74
-
75
- ```markdown
76
- # Product Requirements Document (PRD) Template
77
-
78
- ## 1. Overview
79
- - **Product Name**:
80
- - **Author**:
81
- - **Last Updated**:
82
- - **Status**: Draft | Review | Approved
83
-
84
- ## 2. Problem Statement
85
- [Clear articulation of the problem being solved]
86
-
87
- ## 3. Goals & Success Metrics
88
-
89
- | Goal | Metric | Target | Measurement |
90
- |------|--------|--------|-------------|
91
- | Primary | [KPI] | [Value] | [How measured] |
92
- | Secondary | [KPI] | [Value] | [How measured] |
93
-
94
- ## 4. User Stories
95
-
96
- ### Epic: [Name]
97
- | ID | As a... | I want to... | So that... | Priority |
98
- |----|---------|--------------|------------|----------|
99
- | US-001 | [User] | [Action] | [Benefit] | Must Have |
100
-
101
- ## 5. Functional Requirements
102
-
103
- ### Feature: [Name]
104
- - **Description**:
105
- - **User Flow**:
106
- - **Acceptance Criteria**:
107
- - [ ] Criteria 1
108
- - [ ] Criteria 2
109
- - **Edge Cases**:
110
-
111
- ## 6. Non-Functional Requirements
112
- - **Performance**:
113
- - **Security**:
114
- - **Accessibility**:
115
- - **Scalability**:
116
-
117
- ## 7. Out of Scope
118
- - [Feature/capability explicitly not included]
119
-
120
- ## 8. Dependencies
121
- - [Technical dependencies]
122
- - [Team dependencies]
123
- - [External dependencies]
124
-
125
- ## 9. Risks & Mitigations
126
-
127
- | Risk | Likelihood | Impact | Mitigation |
128
- |------|------------|--------|------------|
129
- | [Risk] | High/Med/Low | High/Med/Low | [Strategy] |
130
-
131
- ## 10. Timeline
132
- - **Phase 1**: [Date] - [Deliverable]
133
- - **Phase 2**: [Date] - [Deliverable]
134
-
135
- ## 11. Appendix
136
- - Wireframes
137
- - User research insights
138
- - Competitive analysis
139
- ```
140
-
141
- ### 4. Feature Prioritization
142
-
143
- ```yaml
144
- prioritization_frameworks:
145
- moscow:
146
- must_have: "Critical for launch, non-negotiable"
147
- should_have: "Important but not critical"
148
- could_have: "Nice to have if time permits"
149
- wont_have: "Explicitly excluded from this release"
150
-
151
- rice_scoring:
152
- formula: "(Reach × Impact × Confidence) / Effort"
153
- reach: "Number of users affected per quarter"
154
- impact: "0.25 (minimal) to 3 (massive)"
155
- confidence: "0.5 (low) to 1.0 (high)"
156
- effort: "Person-months required"
157
-
158
- example:
159
- feature: "One-click checkout"
160
- reach: 10000 # users/quarter
161
- impact: 2 # high
162
- confidence: 0.8
163
- effort: 2 # person-months
164
- score: "(10000 × 2 × 0.8) / 2 = 8000"
165
-
166
- kano_model:
167
- basic: "Expected features - absence causes dissatisfaction"
168
- performance: "More is better - linear satisfaction"
169
- excitement: "Unexpected delighters - high satisfaction"
170
- indifferent: "No impact on satisfaction"
171
- reverse: "Presence causes dissatisfaction"
172
-
173
- weighted_scoring:
174
- criteria:
175
- - name: "User Value"
176
- weight: 0.35
177
- - name: "Business Value"
178
- weight: 0.25
179
- - name: "Technical Feasibility"
180
- weight: 0.20
181
- - name: "Strategic Alignment"
182
- weight: 0.20
183
- ```
184
-
185
- ### 5. Success Metrics Definition
186
-
187
- ```yaml
188
- metrics_framework:
189
- north_star_metric:
190
- definition: "The single metric that best captures the core value delivered"
191
- example: "Weekly Active Users who complete a task"
192
-
193
- okr_structure:
194
- objective: "Qualitative goal"
195
- key_results:
196
- - "Measurable outcome 1"
197
- - "Measurable outcome 2"
198
- - "Measurable outcome 3"
199
-
200
- pirate_metrics_aarrr:
201
- acquisition: "How do users find us?"
202
- activation: "Do users have a great first experience?"
203
- retention: "Do users come back?"
204
- referral: "Do users tell others?"
205
- revenue: "Do users pay?"
206
-
207
- metric_types:
208
- leading: "Predict future outcomes (signups, engagement)"
209
- lagging: "Measure actual outcomes (revenue, churn)"
210
- guardrail: "Ensure we don't break things (error rate, load time)"
211
- ```
212
-
213
- ---
214
-
215
- ## Tools & Templates
216
-
217
- ### Discovery Canvas
218
-
219
- ```
220
- ┌────────────────────────────────────────────────────────────────┐
221
- │ PRODUCT DISCOVERY CANVAS │
222
- ├────────────────────────────────────────────────────────────────┤
223
- │ PROBLEM SPACE │ SOLUTION SPACE │
224
- ├──────────────────────────────────┼─────────────────────────────┤
225
- │ Target Users: │ Value Proposition: │
226
- │ • [Segment 1] │ • [Core benefit] │
227
- │ • [Segment 2] │ • [Differentiator] │
228
- │ │ │
229
- │ Pain Points: │ Key Features: │
230
- │ • [Pain 1] │ • [Feature 1] │
231
- │ • [Pain 2] │ • [Feature 2] │
232
- │ │ │
233
- │ Current Solutions: │ Success Metrics: │
234
- │ • [Solution 1] │ • [Metric 1] │
235
- │ • [Solution 2] │ • [Metric 2] │
236
- │ │ │
237
- │ Jobs to be Done: │ MVP Scope: │
238
- │ • [Job 1] │ • [Must have 1] │
239
- │ • [Job 2] │ • [Must have 2] │
240
- ├──────────────────────────────────┴─────────────────────────────┤
241
- │ VALIDATION │
242
- ├────────────────────────────────────────────────────────────────┤
243
- │ Assumptions to Test: │ Risks: │
244
- │ • [Assumption 1] │ • [Risk 1] │
245
- │ • [Assumption 2] │ • [Risk 2] │
246
- │ │ │
247
- │ Experiments: │ Go/No-Go Criteria: │
248
- │ • [Experiment 1] │ • [Criteria 1] │
249
- │ • [Experiment 2] │ • [Criteria 2] │
250
- └────────────────────────────────────────────────────────────────┘
251
- ```
252
-
253
- ### Feature Specification Template
254
-
255
- ```markdown
256
- # Feature Specification: [Feature Name]
257
-
258
- ## Overview
259
- **Feature ID**: FEAT-001
260
- **Priority**: Must Have | Should Have | Could Have
261
- **RICE Score**: [Score]
262
- **Target Release**: [Version/Date]
263
-
264
- ## User Story
265
- As a [user type], I want to [action] so that [benefit].
266
-
267
- ## Detailed Requirements
268
-
269
- ### Functional Requirements
270
- 1. **FR-001**: [Requirement description]
271
- - Acceptance Criteria:
272
- - [ ] [Criteria 1]
273
- - [ ] [Criteria 2]
274
- - Edge Cases:
275
- - [Edge case 1]: [Expected behavior]
276
-
277
- ### User Interface
278
- - **Wireframes**: [Link or embedded image]
279
- - **User Flow**: [Step-by-step flow]
280
- - **Accessibility**: WCAG 2.1 AA compliance required
281
-
282
- ### Technical Considerations
283
- - **API Changes**: [Yes/No - details]
284
- - **Database Changes**: [Yes/No - details]
285
- - **Third-party Integrations**: [List]
286
- - **Security Considerations**: [List]
287
-
288
- ### Dependencies
289
- - **Requires**: [List of dependencies]
290
- - **Blocks**: [List of features this blocks]
291
-
292
- ## Success Metrics
293
- | Metric | Baseline | Target | Measurement Method |
294
- |--------|----------|--------|-------------------|
295
- | [Metric 1] | [Current] | [Goal] | [How to measure] |
296
-
297
- ## Open Questions
298
- - [ ] [Question 1]
299
- - [ ] [Question 2]
300
-
301
- ## Change Log
302
- | Date | Author | Changes |
303
- |------|--------|---------|
304
- | [Date] | [Name] | Initial draft |
305
- ```
306
-
307
- ---
308
-
309
- ## Integration Workflows
310
-
311
- ### With Engineering (System Design)
312
-
313
- ```yaml
314
- requirements_to_engineering:
315
- 1_discovery:
316
- owner: "Product Designer"
317
- output: "Problem statement, user research"
318
- next: "Architecture review"
319
-
320
- 2_architecture:
321
- owner: "System Design"
322
- input: "Requirements, constraints"
323
- output: "Technical ADR, architecture diagram"
324
- integration_skills: [sd-01, sd-02]
325
-
326
- 3_refinement:
327
- owner: "Product + Engineering"
328
- activity: "Story refinement, estimation"
329
- output: "Sprint-ready backlog"
330
-
331
- 4_implementation:
332
- owner: "Engineering"
333
- tracking: "Azure DevOps boards"
334
- monitoring: "Progress reviews"
335
- ```
336
-
337
- ### With Data Science (Validation)
338
-
339
- ```yaml
340
- data_driven_discovery:
341
- quantitative_validation:
342
- skill: "ds-05 (Customer Analytics)"
343
- activities:
344
- - "Analyze existing user behavior"
345
- - "Identify usage patterns"
346
- - "Segment analysis"
347
-
348
- experimentation:
349
- skill: "ds-07 (Experimentation)"
350
- activities:
351
- - "A/B test hypothesis"
352
- - "Feature flag experiments"
353
- - "Statistical significance"
354
- ```
355
-
356
- ---
357
-
358
- ## Quick Wins
359
-
360
- ### 5-Minute Problem Statement
361
- ```
362
- 1. Who is affected? [User segment]
363
- 2. What's the problem? [One sentence]
364
- 3. What's the impact? [Quantify if possible]
365
- 4. What's the current workaround? [How they cope]
366
- 5. Why solve it now? [Urgency/opportunity]
367
- ```
368
-
369
- ### 15-Minute Feature Brief
370
- ```
371
- 1. User Story (2 min): As a... I want... So that...
372
- 2. Acceptance Criteria (5 min): 3-5 testable criteria
373
- 3. Success Metric (3 min): How will we know it worked?
374
- 4. Dependencies (2 min): What else is needed?
375
- 5. Risks (3 min): What could go wrong?
376
- ```
377
-
378
- ### 1-Hour PRD Sprint
379
- ```
380
- 1. Problem Statement (10 min)
381
- 2. User Stories (15 min)
382
- 3. Functional Requirements (20 min)
383
- 4. Success Metrics (10 min)
384
- 5. Risks & Dependencies (5 min)
385
- ```
386
-
387
- ---
388
-
389
- ## Best Practices
390
-
391
- 1. **Start with the problem, not the solution**
392
- 2. **Validate assumptions with user research**
393
- 3. **Write clear, testable acceptance criteria**
394
- 4. **Prioritize ruthlessly using data**
395
- 5. **Document decisions for future reference**
396
- 6. **Keep requirements living documents**
397
- 7. **Involve engineering early**
398
- 8. **Define success metrics before building**
399
-
400
- ---
401
-
402
- ## Related Skills
403
-
404
- - **pd-02**: User Research & Insights (validate requirements)
405
- - **pd-05**: Product-Market Fit Analysis (market validation)
406
- - **sd-02**: Requirements Engineering (technical requirements)
407
- - **ds-05**: Customer Analytics (data-driven insights)
1
+ # pd-01: Product Requirements & Discovery
2
+
3
+ > **Find the Perfect Product**: Systematic approach to discovering, defining, and prioritizing product requirements that solve real user problems.
4
+
5
+ ---
6
+
7
+ ## Overview
8
+
9
+ | Attribute | Value |
10
+ |-----------|-------|
11
+ | **Skill ID** | pd-01 |
12
+ | **Role** | Product Designer |
13
+ | **Complexity** | Medium |
14
+ | **Dependencies** | None (foundational skill) |
15
+ | **Outputs** | PRD, Feature Specs, Prioritized Backlog |
16
+
17
+ ---
18
+
19
+ ## Core Capabilities
20
+
21
+ ### 1. Problem Space Exploration
22
+
23
+ ```yaml
24
+ problem_discovery:
25
+ techniques:
26
+ - "5 Whys Analysis"
27
+ - "Problem Statement Canvas"
28
+ - "Opportunity Mapping"
29
+ - "Root Cause Analysis"
30
+
31
+ problem_statement_template: |
32
+ ## Problem Statement
33
+
34
+ **Who**: [Target user segment]
35
+ **What**: [The problem they face]
36
+ **When**: [Context/situation when it occurs]
37
+ **Why it matters**: [Business and user impact]
38
+ **Current solutions**: [How they solve it today]
39
+ **Gap**: [What's missing]
40
+
41
+ validation_questions:
42
+ - "Is this a real problem or assumed?"
43
+ - "How do users solve this today?"
44
+ - "What's the cost of not solving this?"
45
+ - "How many users are affected?"
46
+ - "Is this problem getting worse?"
47
+ ```
48
+
49
+ ### 2. Jobs-to-be-Done Framework
50
+
51
+ ```yaml
52
+ jtbd_framework:
53
+ job_statement_format: |
54
+ When [situation], I want to [motivation], so I can [expected outcome]
55
+
56
+ example: |
57
+ When I'm preparing for a client meeting, I want to quickly find
58
+ relevant case studies, so I can demonstrate our expertise and
59
+ win the deal.
60
+
61
+ job_dimensions:
62
+ functional: "What task needs to be accomplished?"
63
+ emotional: "How do they want to feel?"
64
+ social: "How do they want to be perceived?"
65
+
66
+ forces_of_progress:
67
+ push: "Pain with current solution"
68
+ pull: "Attraction of new solution"
69
+ anxiety: "Fear of change"
70
+ habit: "Comfort with current solution"
71
+ ```
72
+
73
+ ### 3. PRD Generation
74
+
75
+ ```markdown
76
+ # Product Requirements Document (PRD) Template
77
+
78
+ ## 1. Overview
79
+ - **Product Name**:
80
+ - **Author**:
81
+ - **Last Updated**:
82
+ - **Status**: Draft | Review | Approved
83
+
84
+ ## 2. Problem Statement
85
+ [Clear articulation of the problem being solved]
86
+
87
+ ## 3. Goals & Success Metrics
88
+
89
+ | Goal | Metric | Target | Measurement |
90
+ |------|--------|--------|-------------|
91
+ | Primary | [KPI] | [Value] | [How measured] |
92
+ | Secondary | [KPI] | [Value] | [How measured] |
93
+
94
+ ## 4. User Stories
95
+
96
+ ### Epic: [Name]
97
+ | ID | As a... | I want to... | So that... | Priority |
98
+ |----|---------|--------------|------------|----------|
99
+ | US-001 | [User] | [Action] | [Benefit] | Must Have |
100
+
101
+ ## 5. Functional Requirements
102
+
103
+ ### Feature: [Name]
104
+ - **Description**:
105
+ - **User Flow**:
106
+ - **Acceptance Criteria**:
107
+ - [ ] Criteria 1
108
+ - [ ] Criteria 2
109
+ - **Edge Cases**:
110
+
111
+ ## 6. Non-Functional Requirements
112
+ - **Performance**:
113
+ - **Security**:
114
+ - **Accessibility**:
115
+ - **Scalability**:
116
+
117
+ ## 7. Out of Scope
118
+ - [Feature/capability explicitly not included]
119
+
120
+ ## 8. Dependencies
121
+ - [Technical dependencies]
122
+ - [Team dependencies]
123
+ - [External dependencies]
124
+
125
+ ## 9. Risks & Mitigations
126
+
127
+ | Risk | Likelihood | Impact | Mitigation |
128
+ |------|------------|--------|------------|
129
+ | [Risk] | High/Med/Low | High/Med/Low | [Strategy] |
130
+
131
+ ## 10. Timeline
132
+ - **Phase 1**: [Date] - [Deliverable]
133
+ - **Phase 2**: [Date] - [Deliverable]
134
+
135
+ ## 11. Appendix
136
+ - Wireframes
137
+ - User research insights
138
+ - Competitive analysis
139
+ ```
140
+
141
+ ### 4. Feature Prioritization
142
+
143
+ ```yaml
144
+ prioritization_frameworks:
145
+ moscow:
146
+ must_have: "Critical for launch, non-negotiable"
147
+ should_have: "Important but not critical"
148
+ could_have: "Nice to have if time permits"
149
+ wont_have: "Explicitly excluded from this release"
150
+
151
+ rice_scoring:
152
+ formula: "(Reach × Impact × Confidence) / Effort"
153
+ reach: "Number of users affected per quarter"
154
+ impact: "0.25 (minimal) to 3 (massive)"
155
+ confidence: "0.5 (low) to 1.0 (high)"
156
+ effort: "Person-months required"
157
+
158
+ example:
159
+ feature: "One-click checkout"
160
+ reach: 10000 # users/quarter
161
+ impact: 2 # high
162
+ confidence: 0.8
163
+ effort: 2 # person-months
164
+ score: "(10000 × 2 × 0.8) / 2 = 8000"
165
+
166
+ kano_model:
167
+ basic: "Expected features - absence causes dissatisfaction"
168
+ performance: "More is better - linear satisfaction"
169
+ excitement: "Unexpected delighters - high satisfaction"
170
+ indifferent: "No impact on satisfaction"
171
+ reverse: "Presence causes dissatisfaction"
172
+
173
+ weighted_scoring:
174
+ criteria:
175
+ - name: "User Value"
176
+ weight: 0.35
177
+ - name: "Business Value"
178
+ weight: 0.25
179
+ - name: "Technical Feasibility"
180
+ weight: 0.20
181
+ - name: "Strategic Alignment"
182
+ weight: 0.20
183
+ ```
184
+
185
+ ### 5. Success Metrics Definition
186
+
187
+ ```yaml
188
+ metrics_framework:
189
+ north_star_metric:
190
+ definition: "The single metric that best captures the core value delivered"
191
+ example: "Weekly Active Users who complete a task"
192
+
193
+ okr_structure:
194
+ objective: "Qualitative goal"
195
+ key_results:
196
+ - "Measurable outcome 1"
197
+ - "Measurable outcome 2"
198
+ - "Measurable outcome 3"
199
+
200
+ pirate_metrics_aarrr:
201
+ acquisition: "How do users find us?"
202
+ activation: "Do users have a great first experience?"
203
+ retention: "Do users come back?"
204
+ referral: "Do users tell others?"
205
+ revenue: "Do users pay?"
206
+
207
+ metric_types:
208
+ leading: "Predict future outcomes (signups, engagement)"
209
+ lagging: "Measure actual outcomes (revenue, churn)"
210
+ guardrail: "Ensure we don't break things (error rate, load time)"
211
+ ```
212
+
213
+ ---
214
+
215
+ ## Tools & Templates
216
+
217
+ ### Discovery Canvas
218
+
219
+ ```
220
+ ┌────────────────────────────────────────────────────────────────┐
221
+ │ PRODUCT DISCOVERY CANVAS │
222
+ ├────────────────────────────────────────────────────────────────┤
223
+ │ PROBLEM SPACE │ SOLUTION SPACE │
224
+ ├──────────────────────────────────┼─────────────────────────────┤
225
+ │ Target Users: │ Value Proposition: │
226
+ │ • [Segment 1] │ • [Core benefit] │
227
+ │ • [Segment 2] │ • [Differentiator] │
228
+ │ │ │
229
+ │ Pain Points: │ Key Features: │
230
+ │ • [Pain 1] │ • [Feature 1] │
231
+ │ • [Pain 2] │ • [Feature 2] │
232
+ │ │ │
233
+ │ Current Solutions: │ Success Metrics: │
234
+ │ • [Solution 1] │ • [Metric 1] │
235
+ │ • [Solution 2] │ • [Metric 2] │
236
+ │ │ │
237
+ │ Jobs to be Done: │ MVP Scope: │
238
+ │ • [Job 1] │ • [Must have 1] │
239
+ │ • [Job 2] │ • [Must have 2] │
240
+ ├──────────────────────────────────┴─────────────────────────────┤
241
+ │ VALIDATION │
242
+ ├────────────────────────────────────────────────────────────────┤
243
+ │ Assumptions to Test: │ Risks: │
244
+ │ • [Assumption 1] │ • [Risk 1] │
245
+ │ • [Assumption 2] │ • [Risk 2] │
246
+ │ │ │
247
+ │ Experiments: │ Go/No-Go Criteria: │
248
+ │ • [Experiment 1] │ • [Criteria 1] │
249
+ │ • [Experiment 2] │ • [Criteria 2] │
250
+ └────────────────────────────────────────────────────────────────┘
251
+ ```
252
+
253
+ ### Feature Specification Template
254
+
255
+ ```markdown
256
+ # Feature Specification: [Feature Name]
257
+
258
+ ## Overview
259
+ **Feature ID**: FEAT-001
260
+ **Priority**: Must Have | Should Have | Could Have
261
+ **RICE Score**: [Score]
262
+ **Target Release**: [Version/Date]
263
+
264
+ ## User Story
265
+ As a [user type], I want to [action] so that [benefit].
266
+
267
+ ## Detailed Requirements
268
+
269
+ ### Functional Requirements
270
+ 1. **FR-001**: [Requirement description]
271
+ - Acceptance Criteria:
272
+ - [ ] [Criteria 1]
273
+ - [ ] [Criteria 2]
274
+ - Edge Cases:
275
+ - [Edge case 1]: [Expected behavior]
276
+
277
+ ### User Interface
278
+ - **Wireframes**: [Link or embedded image]
279
+ - **User Flow**: [Step-by-step flow]
280
+ - **Accessibility**: WCAG 2.1 AA compliance required
281
+
282
+ ### Technical Considerations
283
+ - **API Changes**: [Yes/No - details]
284
+ - **Database Changes**: [Yes/No - details]
285
+ - **Third-party Integrations**: [List]
286
+ - **Security Considerations**: [List]
287
+
288
+ ### Dependencies
289
+ - **Requires**: [List of dependencies]
290
+ - **Blocks**: [List of features this blocks]
291
+
292
+ ## Success Metrics
293
+ | Metric | Baseline | Target | Measurement Method |
294
+ |--------|----------|--------|-------------------|
295
+ | [Metric 1] | [Current] | [Goal] | [How to measure] |
296
+
297
+ ## Open Questions
298
+ - [ ] [Question 1]
299
+ - [ ] [Question 2]
300
+
301
+ ## Change Log
302
+ | Date | Author | Changes |
303
+ |------|--------|---------|
304
+ | [Date] | [Name] | Initial draft |
305
+ ```
306
+
307
+ ---
308
+
309
+ ## Integration Workflows
310
+
311
+ ### With Engineering (System Design)
312
+
313
+ ```yaml
314
+ requirements_to_engineering:
315
+ 1_discovery:
316
+ owner: "Product Designer"
317
+ output: "Problem statement, user research"
318
+ next: "Architecture review"
319
+
320
+ 2_architecture:
321
+ owner: "System Design"
322
+ input: "Requirements, constraints"
323
+ output: "Technical ADR, architecture diagram"
324
+ integration_skills: [sd-01, sd-02]
325
+
326
+ 3_refinement:
327
+ owner: "Product + Engineering"
328
+ activity: "Story refinement, estimation"
329
+ output: "Sprint-ready backlog"
330
+
331
+ 4_implementation:
332
+ owner: "Engineering"
333
+ tracking: "Azure DevOps boards"
334
+ monitoring: "Progress reviews"
335
+ ```
336
+
337
+ ### With Data Science (Validation)
338
+
339
+ ```yaml
340
+ data_driven_discovery:
341
+ quantitative_validation:
342
+ skill: "ds-05 (Customer Analytics)"
343
+ activities:
344
+ - "Analyze existing user behavior"
345
+ - "Identify usage patterns"
346
+ - "Segment analysis"
347
+
348
+ experimentation:
349
+ skill: "ds-07 (Experimentation)"
350
+ activities:
351
+ - "A/B test hypothesis"
352
+ - "Feature flag experiments"
353
+ - "Statistical significance"
354
+ ```
355
+
356
+ ---
357
+
358
+ ## Quick Wins
359
+
360
+ ### 5-Minute Problem Statement
361
+ ```
362
+ 1. Who is affected? [User segment]
363
+ 2. What's the problem? [One sentence]
364
+ 3. What's the impact? [Quantify if possible]
365
+ 4. What's the current workaround? [How they cope]
366
+ 5. Why solve it now? [Urgency/opportunity]
367
+ ```
368
+
369
+ ### 15-Minute Feature Brief
370
+ ```
371
+ 1. User Story (2 min): As a... I want... So that...
372
+ 2. Acceptance Criteria (5 min): 3-5 testable criteria
373
+ 3. Success Metric (3 min): How will we know it worked?
374
+ 4. Dependencies (2 min): What else is needed?
375
+ 5. Risks (3 min): What could go wrong?
376
+ ```
377
+
378
+ ### 1-Hour PRD Sprint
379
+ ```
380
+ 1. Problem Statement (10 min)
381
+ 2. User Stories (15 min)
382
+ 3. Functional Requirements (20 min)
383
+ 4. Success Metrics (10 min)
384
+ 5. Risks & Dependencies (5 min)
385
+ ```
386
+
387
+ ---
388
+
389
+ ## Best Practices
390
+
391
+ 1. **Start with the problem, not the solution**
392
+ 2. **Validate assumptions with user research**
393
+ 3. **Write clear, testable acceptance criteria**
394
+ 4. **Prioritize ruthlessly using data**
395
+ 5. **Document decisions for future reference**
396
+ 6. **Keep requirements living documents**
397
+ 7. **Involve engineering early**
398
+ 8. **Define success metrics before building**
399
+
400
+ ---
401
+
402
+ ## Related Skills
403
+
404
+ - **pd-02**: User Research & Insights (validate requirements)
405
+ - **pd-05**: Product-Market Fit Analysis (market validation)
406
+ - **sd-02**: Requirements Engineering (technical requirements)
407
+ - **ds-05**: Customer Analytics (data-driven insights)