autodoc-agent-kit 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 (187) hide show
  1. package/README.md +362 -0
  2. package/package.json +49 -0
  3. package/src/core/module.yaml +5 -0
  4. package/src/modules/design/module.yaml +9 -0
  5. package/src/modules/design/skills/brand-guidelines/LICENSE.txt +202 -0
  6. package/src/modules/design/skills/brand-guidelines/SKILL.md +73 -0
  7. package/src/modules/design/skills/frontend-design/LICENSE.txt +177 -0
  8. package/src/modules/design/skills/frontend-design/SKILL.md +42 -0
  9. package/src/modules/design/skills/web-artifacts-builder/SKILL.md +229 -0
  10. package/src/modules/devops/module.yaml +10 -0
  11. package/src/modules/devops/skills/devops-helper/SKILL.md +60 -0
  12. package/src/modules/devops/skills/k8s-helm/SKILL.md +360 -0
  13. package/src/modules/devops/skills/monitoring-observability/SKILL.md +240 -0
  14. package/src/modules/devops/skills/security-auditor/SKILL.md +105 -0
  15. package/src/modules/engineering/module.yaml +22 -0
  16. package/src/modules/engineering/skills/ai-sdk/SKILL.md +314 -0
  17. package/src/modules/engineering/skills/api-designer/SKILL.md +77 -0
  18. package/src/modules/engineering/skills/code-reviewer/SKILL.md +71 -0
  19. package/src/modules/engineering/skills/db-architect/SKILL.md +50 -0
  20. package/src/modules/engineering/skills/debugger/SKILL.md +59 -0
  21. package/src/modules/engineering/skills/docs-generator/SKILL.md +51 -0
  22. package/src/modules/engineering/skills/git-workflow/SKILL.md +258 -0
  23. package/src/modules/engineering/skills/mcp-builder/LICENSE.txt +202 -0
  24. package/src/modules/engineering/skills/mcp-builder/SKILL.md +236 -0
  25. package/src/modules/engineering/skills/mcp-builder/reference/evaluation.md +602 -0
  26. package/src/modules/engineering/skills/mcp-builder/reference/mcp_best_practices.md +249 -0
  27. package/src/modules/engineering/skills/mcp-builder/reference/node_mcp_server.md +970 -0
  28. package/src/modules/engineering/skills/mcp-builder/reference/python_mcp_server.md +719 -0
  29. package/src/modules/engineering/skills/mcp-builder/scripts/connections.py +151 -0
  30. package/src/modules/engineering/skills/mcp-builder/scripts/evaluation.py +373 -0
  31. package/src/modules/engineering/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
  32. package/src/modules/engineering/skills/mcp-builder/scripts/requirements.txt +2 -0
  33. package/src/modules/engineering/skills/nextjs-15/SKILL.md +312 -0
  34. package/src/modules/engineering/skills/perf-optimizer/SKILL.md +60 -0
  35. package/src/modules/engineering/skills/react-19/SKILL.md +257 -0
  36. package/src/modules/engineering/skills/refactorer/SKILL.md +60 -0
  37. package/src/modules/engineering/skills/skill-authoring-workflow/SKILL.md +183 -0
  38. package/src/modules/engineering/skills/skill-creator/LICENSE.txt +202 -0
  39. package/src/modules/engineering/skills/skill-creator/SKILL.md +356 -0
  40. package/src/modules/engineering/skills/skill-creator/references/output-patterns.md +82 -0
  41. package/src/modules/engineering/skills/skill-creator/references/workflows.md +28 -0
  42. package/src/modules/engineering/skills/skill-creator/scripts/__pycache__/quick_validate.cpython-313.pyc +0 -0
  43. package/src/modules/engineering/skills/skill-creator/scripts/init_skill.py +303 -0
  44. package/src/modules/engineering/skills/skill-creator/scripts/package_skill.py +110 -0
  45. package/src/modules/engineering/skills/skill-creator/scripts/quick_validate.py +95 -0
  46. package/src/modules/engineering/skills/typescript/SKILL.md +231 -0
  47. package/src/modules/engineering/skills/zod-4/SKILL.md +223 -0
  48. package/src/modules/product/module.yaml +51 -0
  49. package/src/modules/product/skills/acquisition-channel-advisor/SKILL.md +643 -0
  50. package/src/modules/product/skills/acquisition-channel-advisor/examples/conversation-flow.md +531 -0
  51. package/src/modules/product/skills/ai-shaped-readiness-advisor/SKILL.md +923 -0
  52. package/src/modules/product/skills/altitude-horizon-framework/SKILL.md +250 -0
  53. package/src/modules/product/skills/altitude-horizon-framework/examples/sample.md +85 -0
  54. package/src/modules/product/skills/business-health-diagnostic/SKILL.md +783 -0
  55. package/src/modules/product/skills/company-research/SKILL.md +385 -0
  56. package/src/modules/product/skills/company-research/examples/sample.md +164 -0
  57. package/src/modules/product/skills/company-research/template.md +60 -0
  58. package/src/modules/product/skills/context-engineering-advisor/SKILL.md +763 -0
  59. package/src/modules/product/skills/customer-journey-map/SKILL.md +346 -0
  60. package/src/modules/product/skills/customer-journey-map/examples/meta-product-manager-skills.md +40 -0
  61. package/src/modules/product/skills/customer-journey-map/examples/sample.md +33 -0
  62. package/src/modules/product/skills/customer-journey-map/template.md +28 -0
  63. package/src/modules/product/skills/customer-journey-mapping-workshop/SKILL.md +523 -0
  64. package/src/modules/product/skills/director-readiness-advisor/SKILL.md +351 -0
  65. package/src/modules/product/skills/director-readiness-advisor/examples/conversation-flow.md +96 -0
  66. package/src/modules/product/skills/discovery-interview-prep/SKILL.md +410 -0
  67. package/src/modules/product/skills/discovery-process/SKILL.md +504 -0
  68. package/src/modules/product/skills/discovery-process/examples/sample.md +60 -0
  69. package/src/modules/product/skills/discovery-process/template.md +39 -0
  70. package/src/modules/product/skills/eol-message/SKILL.md +348 -0
  71. package/src/modules/product/skills/eol-message/examples/sample.md +87 -0
  72. package/src/modules/product/skills/eol-message/template.md +74 -0
  73. package/src/modules/product/skills/epic-breakdown-advisor/SKILL.md +665 -0
  74. package/src/modules/product/skills/epic-hypothesis/SKILL.md +277 -0
  75. package/src/modules/product/skills/epic-hypothesis/examples/sample.md +104 -0
  76. package/src/modules/product/skills/epic-hypothesis/template.md +30 -0
  77. package/src/modules/product/skills/executive-onboarding-playbook/SKILL.md +280 -0
  78. package/src/modules/product/skills/executive-onboarding-playbook/examples/sample.md +116 -0
  79. package/src/modules/product/skills/feature-investment-advisor/SKILL.md +639 -0
  80. package/src/modules/product/skills/feature-investment-advisor/examples/conversation-flow.md +538 -0
  81. package/src/modules/product/skills/finance-based-pricing-advisor/SKILL.md +763 -0
  82. package/src/modules/product/skills/finance-metrics-quickref/SKILL.md +309 -0
  83. package/src/modules/product/skills/jobs-to-be-done/SKILL.md +370 -0
  84. package/src/modules/product/skills/jobs-to-be-done/examples/sample.md +80 -0
  85. package/src/modules/product/skills/jobs-to-be-done/template.md +65 -0
  86. package/src/modules/product/skills/lean-ux-canvas/SKILL.md +561 -0
  87. package/src/modules/product/skills/lean-ux-canvas/examples/sample.md +88 -0
  88. package/src/modules/product/skills/lean-ux-canvas/template.md +32 -0
  89. package/src/modules/product/skills/opportunity-solution-tree/SKILL.md +420 -0
  90. package/src/modules/product/skills/opportunity-solution-tree/examples/sample.md +104 -0
  91. package/src/modules/product/skills/opportunity-solution-tree/template.md +33 -0
  92. package/src/modules/product/skills/pestel-analysis/SKILL.md +376 -0
  93. package/src/modules/product/skills/pestel-analysis/examples/sample.md +143 -0
  94. package/src/modules/product/skills/pestel-analysis/template.md +53 -0
  95. package/src/modules/product/skills/pol-probe/SKILL.md +217 -0
  96. package/src/modules/product/skills/pol-probe/examples/sample.md +136 -0
  97. package/src/modules/product/skills/pol-probe/template.md +59 -0
  98. package/src/modules/product/skills/pol-probe-advisor/SKILL.md +492 -0
  99. package/src/modules/product/skills/positioning-statement/SKILL.md +230 -0
  100. package/src/modules/product/skills/positioning-statement/examples/sample.md +51 -0
  101. package/src/modules/product/skills/positioning-statement/template.md +25 -0
  102. package/src/modules/product/skills/positioning-workshop/SKILL.md +424 -0
  103. package/src/modules/product/skills/prd-development/SKILL.md +655 -0
  104. package/src/modules/product/skills/prd-development/examples/sample.md +43 -0
  105. package/src/modules/product/skills/prd-development/template.md +55 -0
  106. package/src/modules/product/skills/press-release/SKILL.md +269 -0
  107. package/src/modules/product/skills/press-release/examples/sample.md +73 -0
  108. package/src/modules/product/skills/press-release/template.md +39 -0
  109. package/src/modules/product/skills/prioritization-advisor/SKILL.md +448 -0
  110. package/src/modules/product/skills/problem-framing-canvas/SKILL.md +466 -0
  111. package/src/modules/product/skills/problem-framing-canvas/examples/sample.md +58 -0
  112. package/src/modules/product/skills/problem-framing-canvas/template.md +22 -0
  113. package/src/modules/product/skills/problem-statement/SKILL.md +246 -0
  114. package/src/modules/product/skills/problem-statement/examples/sample.md +82 -0
  115. package/src/modules/product/skills/problem-statement/template.md +37 -0
  116. package/src/modules/product/skills/product-strategy-session/SKILL.md +426 -0
  117. package/src/modules/product/skills/product-strategy-session/examples/sample.md +67 -0
  118. package/src/modules/product/skills/product-strategy-session/template.md +38 -0
  119. package/src/modules/product/skills/proto-persona/SKILL.md +326 -0
  120. package/src/modules/product/skills/proto-persona/examples/sample.md +97 -0
  121. package/src/modules/product/skills/proto-persona/template.md +45 -0
  122. package/src/modules/product/skills/recommendation-canvas/SKILL.md +375 -0
  123. package/src/modules/product/skills/recommendation-canvas/examples/sample.md +94 -0
  124. package/src/modules/product/skills/recommendation-canvas/template.md +86 -0
  125. package/src/modules/product/skills/roadmap-planning/SKILL.md +505 -0
  126. package/src/modules/product/skills/roadmap-planning/examples/sample.md +62 -0
  127. package/src/modules/product/skills/roadmap-planning/template.md +30 -0
  128. package/src/modules/product/skills/saas-economics-efficiency-metrics/SKILL.md +694 -0
  129. package/src/modules/product/skills/saas-economics-efficiency-metrics/examples/cash-trap.md +365 -0
  130. package/src/modules/product/skills/saas-economics-efficiency-metrics/examples/healthy-unit-economics.md +279 -0
  131. package/src/modules/product/skills/saas-economics-efficiency-metrics/template.md +263 -0
  132. package/src/modules/product/skills/saas-revenue-growth-metrics/SKILL.md +630 -0
  133. package/src/modules/product/skills/saas-revenue-growth-metrics/examples/healthy-saas.md +131 -0
  134. package/src/modules/product/skills/saas-revenue-growth-metrics/examples/warning-signs.md +229 -0
  135. package/src/modules/product/skills/saas-revenue-growth-metrics/template.md +192 -0
  136. package/src/modules/product/skills/storyboard/SKILL.md +252 -0
  137. package/src/modules/product/skills/storyboard/examples/sample.md +71 -0
  138. package/src/modules/product/skills/storyboard/template.md +41 -0
  139. package/src/modules/product/skills/tam-sam-som-calculator/SKILL.md +392 -0
  140. package/src/modules/product/skills/tam-sam-som-calculator/examples/sample.md +142 -0
  141. package/src/modules/product/skills/tam-sam-som-calculator/scripts/market-sizing.py +95 -0
  142. package/src/modules/product/skills/tam-sam-som-calculator/template.md +35 -0
  143. package/src/modules/product/skills/user-story/SKILL.md +272 -0
  144. package/src/modules/product/skills/user-story/examples/sample.md +110 -0
  145. package/src/modules/product/skills/user-story/scripts/user-story-template.py +65 -0
  146. package/src/modules/product/skills/user-story/template.md +32 -0
  147. package/src/modules/product/skills/user-story-mapping/SKILL.md +285 -0
  148. package/src/modules/product/skills/user-story-mapping/examples/sample.md +77 -0
  149. package/src/modules/product/skills/user-story-mapping/template.md +41 -0
  150. package/src/modules/product/skills/user-story-mapping-workshop/SKILL.md +477 -0
  151. package/src/modules/product/skills/user-story-mapping-workshop/template.md +28 -0
  152. package/src/modules/product/skills/user-story-splitting/SKILL.md +303 -0
  153. package/src/modules/product/skills/user-story-splitting/examples/sample.md +147 -0
  154. package/src/modules/product/skills/user-story-splitting/template.md +37 -0
  155. package/src/modules/product/skills/vp-cpo-readiness-advisor/SKILL.md +409 -0
  156. package/src/modules/product/skills/vp-cpo-readiness-advisor/examples/conversation-flow.md +95 -0
  157. package/src/modules/product/skills/workshop-facilitation/SKILL.md +87 -0
  158. package/src/modules/productivity/module.yaml +9 -0
  159. package/src/modules/productivity/skills/doc-coauthoring/SKILL.md +375 -0
  160. package/src/modules/productivity/skills/internal-comms/LICENSE.txt +202 -0
  161. package/src/modules/productivity/skills/internal-comms/SKILL.md +32 -0
  162. package/src/modules/productivity/skills/internal-comms/examples/3p-updates.md +47 -0
  163. package/src/modules/productivity/skills/internal-comms/examples/company-newsletter.md +65 -0
  164. package/src/modules/productivity/skills/internal-comms/examples/faq-answers.md +30 -0
  165. package/src/modules/productivity/skills/internal-comms/examples/general-comms.md +16 -0
  166. package/src/modules/productivity/skills/technical-writing/SKILL.md +266 -0
  167. package/src/modules/qa/module.yaml +9 -0
  168. package/src/modules/qa/skills/test-strategy/SKILL.md +263 -0
  169. package/src/modules/qa/skills/test-writer/SKILL.md +57 -0
  170. package/src/modules/qa/skills/webapp-testing/LICENSE.txt +202 -0
  171. package/src/modules/qa/skills/webapp-testing/SKILL.md +96 -0
  172. package/src/modules/qa/skills/webapp-testing/examples/console_logging.py +35 -0
  173. package/src/modules/qa/skills/webapp-testing/examples/element_discovery.py +40 -0
  174. package/src/modules/qa/skills/webapp-testing/examples/static_html_automation.py +33 -0
  175. package/src/modules/qa/skills/webapp-testing/scripts/with_server.py +106 -0
  176. package/tools/autodoc-npx-wrapper.js +34 -0
  177. package/tools/cli/autodoc-cli.js +55 -0
  178. package/tools/cli/commands/install.js +36 -0
  179. package/tools/cli/commands/status.js +35 -0
  180. package/tools/cli/commands/uninstall.js +60 -0
  181. package/tools/cli/installers/lib/core/installer.js +164 -0
  182. package/tools/cli/installers/lib/core/manifest.js +49 -0
  183. package/tools/cli/installers/lib/ide/manager.js +112 -0
  184. package/tools/cli/installers/lib/ide/platform-codes.yaml +207 -0
  185. package/tools/cli/installers/lib/modules/manager.js +59 -0
  186. package/tools/cli/lib/ui.js +199 -0
  187. package/tools/cli/lib/welcome.js +82 -0
@@ -0,0 +1,504 @@
1
+ ---
2
+ name: discovery-process
3
+ description: Run a full discovery cycle from problem hypothesis to validated solution. Use when a team needs a structured path through framing, interviews, synthesis, and experiments.
4
+ intent: >-
5
+ Guide product managers through a complete discovery cycle—from initial problem hypothesis to validated solution—by orchestrating problem framing, customer interviews, synthesis, and experimentation skills into a structured process. Use this to systematically explore problem spaces, validate assumptions, and build confidence before committing to full development—avoiding "build it and they will come" syndrome and ensuring you're solving real customer problems.
6
+ type: workflow
7
+ theme: discovery-research
8
+ best_for:
9
+ - "Running a full discovery cycle from hypothesis to validated solution"
10
+ - "Investigating a retention or churn problem systematically"
11
+ - "Setting up continuous discovery as an ongoing practice"
12
+ scenarios:
13
+ - "I have a hypothesis that B2B customers struggle with onboarding and want to validate it before building anything"
14
+ - "Our activation rate dropped 15% this quarter and I need to run discovery to find out why"
15
+ estimated_time: "30-60 min"
16
+ ---
17
+
18
+
19
+ ## Purpose
20
+ Guide product managers through a complete discovery cycle—from initial problem hypothesis to validated solution—by orchestrating problem framing, customer interviews, synthesis, and experimentation skills into a structured process. Use this to systematically explore problem spaces, validate assumptions, and build confidence before committing to full development—avoiding "build it and they will come" syndrome and ensuring you're solving real customer problems.
21
+
22
+ This is not a one-time research project—it's a continuous discovery practice that runs in parallel with delivery, typically 1-2 discovery cycles per quarter.
23
+
24
+ ## Key Concepts
25
+
26
+ ### What is the Discovery Process?
27
+
28
+ The discovery process (Teresa Torres, Marty Cagan) is a structured approach to exploring problem spaces and validating solutions before building. It consists of:
29
+
30
+ 1. **Frame the Problem** — Define what you're investigating and why
31
+ 2. **Conduct Research** — Gather qualitative and quantitative evidence
32
+ 3. **Synthesize Insights** — Identify patterns, pain points, and opportunities
33
+ 4. **Generate Solutions** — Explore multiple solution options
34
+ 5. **Validate Solutions** — Test assumptions through experiments
35
+ 6. **Decide & Document** — Commit to build, pivot, or kill
36
+
37
+ ### Why This Works
38
+ - **De-risks product decisions:** Tests assumptions before expensive builds
39
+ - **Customer-centric:** Grounds decisions in real customer problems, not internal opinions
40
+ - **Iterative:** Builds confidence progressively through small experiments
41
+ - **Fast learning:** Discovers "no-go" signals early, saves wasted effort
42
+
43
+ ### Anti-Patterns (What This Is NOT)
44
+ - **Not waterfall research:** Discovery runs continuously, not once before dev
45
+ - **Not user testing:** Discovery validates problems; testing validates solutions
46
+ - **Not a substitute for shipping:** Discovery informs delivery, doesn't replace it
47
+
48
+ ### When to Use This
49
+ - Exploring new product/feature areas
50
+ - Investigating retention or churn problems
51
+ - Validating strategic initiatives before roadmap commitment
52
+ - Continuous discovery (weekly customer touchpoints)
53
+
54
+ ### When NOT to Use This
55
+ - For well-understood problems (move to execution)
56
+ - When stakeholders have already committed to a solution (address alignment first)
57
+ - For tactical bug fixes or technical debt (no discovery needed)
58
+
59
+ ---
60
+
61
+ ### Facilitation Source of Truth
62
+
63
+ When running this workflow as a guided conversation, use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the interaction protocol.
64
+
65
+ It defines:
66
+ - session heads-up + entry mode (Guided, Context dump, Best guess)
67
+ - one-question turns with plain-language prompts
68
+ - progress labels (for example, Context Qx/8 and Scoring Qx/5)
69
+ - interruption handling and pause/resume behavior
70
+ - numbered recommendations at decision points
71
+ - quick-select numbered response options for regular questions (include `Other (specify)` when useful)
72
+
73
+ This file defines the workflow sequence and domain-specific outputs. If there is a conflict, follow this file's workflow logic.
74
+
75
+ ## Application
76
+
77
+ Use `template.md` for the full fill-in structure.
78
+
79
+ This workflow orchestrates **6 phases** over **2-4 weeks**, using multiple component and interactive skills.
80
+
81
+ ---
82
+
83
+ ## Phase 1: Frame the Problem (Day 1-2)
84
+
85
+ **Goal:** Define what you're investigating, who's affected, and success criteria.
86
+
87
+ ### Activities
88
+
89
+ **1. Run Problem Framing Canvas**
90
+ - **Use:** `skills/problem-framing-canvas/SKILL.md` (interactive - MITRE)
91
+ - **Participants:** PM, design, engineering lead
92
+ - **Duration:** 120 minutes
93
+ - **Output:** Problem statement + "How Might We" question
94
+
95
+ **2. Create Formal Problem Statement**
96
+ - **Use:** `skills/problem-statement/SKILL.md` (component)
97
+ - **Participants:** PM
98
+ - **Duration:** 30 minutes
99
+ - **Output:** Structured problem statement with hypothesis
100
+
101
+ **3. Define Proto-Personas (If Needed)**
102
+ - **Use:** `skills/proto-persona/SKILL.md` (component)
103
+ - **When:** If target customer segment is unclear
104
+ - **Duration:** 60 minutes
105
+ - **Output:** Hypothesis-driven personas
106
+
107
+ **4. Map Jobs-to-be-Done (If Needed)**
108
+ - **Use:** `skills/jobs-to-be-done/SKILL.md` (component)
109
+ - **When:** If customer motivations are unclear
110
+ - **Duration:** 60 minutes
111
+ - **Output:** JTBD statements
112
+
113
+ ### Outputs from Phase 1
114
+
115
+ - **Problem hypothesis:** "We believe [persona] struggles with [problem] because [root cause], leading to [consequence]."
116
+ - **Research questions:** 3-5 questions to answer through discovery
117
+ - **Success criteria:** What would validate/invalidate the problem?
118
+
119
+ ### Decision Point 1: Do we have enough context to start research?
120
+
121
+ **If YES:** Proceed to Phase 2 (Research Planning)
122
+
123
+ **If NO:** Gather existing data first:
124
+ - Review support tickets, churn surveys, NPS feedback
125
+ - Analyze product analytics (drop-off points, usage patterns)
126
+ - Review competitor research, market trends
127
+ - **Time impact:** +2-3 days
128
+
129
+ ---
130
+
131
+ ## Phase 2: Research Planning (Day 3)
132
+
133
+ **Goal:** Design research approach, recruit participants, prepare interview guide.
134
+
135
+ ### Activities
136
+
137
+ **1. Prep Discovery Interviews**
138
+ - **Use:** `skills/discovery-interview-prep/SKILL.md` (interactive)
139
+ - **Participants:** PM, design
140
+ - **Duration:** 90 minutes
141
+ - **Output:** Interview plan with methodology, questions, biases to avoid
142
+
143
+ **2. Recruit Participants**
144
+ - **Target:** 5-10 customers per discovery cycle (Teresa Torres: continuous discovery = 1 interview/week)
145
+ - **Segment:** Focus on personas from Phase 1
146
+ - **Recruitment channels:**
147
+ - Existing customers (email, in-app prompts)
148
+ - Churned customers (exit interviews)
149
+ - Cold outreach (LinkedIn, communities)
150
+ - **Incentive:** $50-100 gift card or product credit
151
+ - **Duration:** 2-3 days (parallel with Phase 1)
152
+
153
+ **3. Schedule Interviews**
154
+ - **Format:** 45-60 min per interview (30-40 min conversation + buffer)
155
+ - **Timeline:** Spread across 1-2 weeks
156
+ - **Recording:** Get consent, record for synthesis
157
+
158
+ ### Outputs from Phase 2
159
+
160
+ - **Interview guide:** 5-7 open-ended questions (Mom Test style)
161
+ - **Participant roster:** 5-10 scheduled interviews
162
+ - **Synthesis plan:** How you'll capture and analyze insights
163
+
164
+ ---
165
+
166
+ ## Phase 3: Conduct Research (Week 1-2)
167
+
168
+ **Goal:** Gather qualitative evidence through customer interviews.
169
+
170
+ ### Activities
171
+
172
+ **1. Conduct Discovery Interviews**
173
+ - **Methodology:** From `skills/discovery-interview-prep/SKILL.md` (Problem validation, JTBD, switch interviews, etc.)
174
+ - **Participants:** PM + optional observer (design, eng)
175
+ - **Duration:** 5-10 interviews over 1-2 weeks
176
+ - **Focus areas:**
177
+ - Past behavior (not hypotheticals): "Tell me about the last time you [experienced this problem]"
178
+ - Workarounds: "How do you currently handle this?"
179
+ - Alternatives tried: "Have you tried other solutions? Why did you stop?"
180
+ - Pain intensity: "How much time/money does this cost you?"
181
+
182
+ **2. Take Structured Notes**
183
+ - **Template:**
184
+ - Participant: [Name, role, company size]
185
+ - Context: [When/where they experience problem]
186
+ - Actions: [What they do, step-by-step]
187
+ - Pain points: [Frustrations, blockers]
188
+ - Workarounds: [Current solutions]
189
+ - Quotes: [Verbatim customer language]
190
+ - Insights: [Patterns, surprises]
191
+
192
+ **3. Review Support Tickets & Analytics (Parallel)**
193
+ - **Support tickets:** Tag by theme (onboarding, feature confusion, bugs)
194
+ - **Analytics:** Identify drop-off points, feature usage, cohort behavior
195
+ - **Surveys:** Review NPS comments, exit surveys, feature requests
196
+
197
+ ### Outputs from Phase 3
198
+
199
+ - **Interview transcripts:** Recorded sessions + detailed notes
200
+ - **Support ticket themes:** Top 10 issues by frequency
201
+ - **Analytics insights:** Quantitative data on behavior (e.g., "60% abandon onboarding at step 3")
202
+
203
+ ### Decision Point 2: Have we reached saturation?
204
+
205
+ **Saturation = same pain points emerge across 3+ interviews, no new insights**
206
+
207
+ **If YES (saturated after 5-7 interviews):** Proceed to Phase 4 (Synthesis)
208
+
209
+ **If NO (still learning new things):** Schedule 3-5 more interviews
210
+ - **Time impact:** +1 week
211
+
212
+ ---
213
+
214
+ ## Phase 4: Synthesize Insights (End of Week 2)
215
+
216
+ **Goal:** Identify patterns, prioritize pain points, map opportunities.
217
+
218
+ ### Activities
219
+
220
+ **1. Affinity Mapping (Thematic Analysis)**
221
+ - **Method:**
222
+ - Write each insight/quote on sticky note
223
+ - Group by theme (e.g., "onboarding confusion," "pricing objections," "mobile access")
224
+ - Count frequency (how many customers mentioned each theme)
225
+ - **Participants:** PM, design, optional eng
226
+ - **Duration:** 90-120 minutes
227
+ - **Output:** Themed clusters with frequency counts
228
+
229
+ **2. Create Customer Journey Map (Optional)**
230
+ - **Use:** `skills/customer-journey-mapping-workshop/SKILL.md` (interactive)
231
+ - **When:** If pain points span multiple phases (discover, try, buy, use, support)
232
+ - **Duration:** 90 minutes
233
+ - **Output:** Journey map with opportunities ranked by impact
234
+
235
+ **3. Prioritize Pain Points**
236
+ - **Criteria:**
237
+ - **Frequency:** How many customers mentioned this?
238
+ - **Intensity:** How painful is it? (time wasted, money lost, emotional frustration)
239
+ - **Strategic fit:** Does solving this align with business goals?
240
+ - **Method:** Score each pain point (1-5) on frequency, intensity, strategic fit
241
+ - **Output:** Ranked list of top 3-5 pain points to address
242
+
243
+ **4. Update Problem Statement**
244
+ - **Use:** `skills/problem-statement/SKILL.md` (component)
245
+ - **Refine based on research:** Did initial hypothesis hold? Adjust if needed.
246
+ - **Output:** Validated problem statement
247
+
248
+ ### Outputs from Phase 4
249
+
250
+ - **Affinity map:** Themes with frequency counts
251
+ - **Top 3-5 pain points:** Prioritized by frequency × intensity × strategic fit
252
+ - **Customer quotes:** 3-5 verbatim quotes per pain point
253
+ - **Validated problem statement:** Refined based on evidence
254
+
255
+ ---
256
+
257
+ ## Phase 5: Generate & Validate Solutions (Week 3)
258
+
259
+ **Goal:** Explore solution options, design experiments, validate assumptions.
260
+
261
+ ### Activities
262
+
263
+ **1. Generate Opportunity Solution Tree**
264
+ - **Use:** `skills/opportunity-solution-tree/SKILL.md` (interactive)
265
+ - **Input:** Top 3 pain points from Phase 4
266
+ - **Participants:** PM, design, engineering lead
267
+ - **Duration:** 90 minutes
268
+ - **Output:** 3 opportunities, 3 solutions per opportunity, POC recommendation
269
+
270
+ **Alternative: Use Lean UX Canvas**
271
+ - **Use:** `skills/lean-ux-canvas/SKILL.md` (interactive)
272
+ - **When:** Prefer hypothesis-driven approach over OST
273
+ - **Output:** Hypotheses to test, minimal experiments
274
+
275
+ **2. Design Experiments**
276
+ - **For each solution:** Define "What's the least work to learn the next most important thing?"
277
+ - **Experiment types:**
278
+ - **Concierge test:** Manually deliver solution to 10 customers, observe
279
+ - **Prototype test:** Clickable mockup, usability test with 10 users
280
+ - **Landing page test:** Fake door test (show feature, measure interest)
281
+ - **A/B test:** Build minimal version, test with 50% of users
282
+ - **Success criteria:** What metric/behavior validates hypothesis?
283
+
284
+ **3. Run Experiments**
285
+ - **Timeline:** 1-2 weeks per experiment
286
+ - **Participants:** PM + design (for prototypes), eng (for A/B tests)
287
+ - **Output:** Quantitative and qualitative validation data
288
+
289
+ ### Outputs from Phase 5
290
+
291
+ - **Solution options:** 3-9 solutions (3 per opportunity)
292
+ - **Experiment results:** Did hypothesis validate or invalidate?
293
+ - **Customer feedback:** Qualitative reactions to prototypes/concepts
294
+
295
+ ### Decision Point 3: Did experiments validate solution?
296
+
297
+ **If YES (validated):** Proceed to Phase 6 (Decide & Document)
298
+
299
+ **If NO (invalidated):**
300
+ - Pivot to next solution option
301
+ - Re-run experiments with adjusted approach
302
+ - **Time impact:** +1-2 weeks
303
+
304
+ ---
305
+
306
+ ## Phase 6: Decide & Document (End of Week 3-4)
307
+
308
+ **Goal:** Commit to build, document decision, communicate to stakeholders.
309
+
310
+ ### Activities
311
+
312
+ **1. Make Go/No-Go Decision**
313
+ - **Criteria:**
314
+ - Problem validated? (Phase 3-4)
315
+ - Solution validated? (Phase 5)
316
+ - Strategic fit? (aligns with business goals)
317
+ - Feasible? (engineering capacity, technical complexity)
318
+ - **Decision:**
319
+ - **GO:** Move to roadmap, write epics/stories
320
+ - **PIVOT:** Explore alternative solution
321
+ - **KILL:** De-prioritize, not worth solving now
322
+
323
+ **2. Define Epic Hypotheses (If GO)**
324
+ - **Use:** `skills/epic-hypothesis/SKILL.md` (component)
325
+ - **Participants:** PM
326
+ - **Duration:** 60 minutes per epic
327
+ - **Output:** Epic hypothesis statement with success criteria
328
+
329
+ **3. Write PRD (If GO)**
330
+ - **Use:** `skills/prd-development/SKILL.md` (workflow)
331
+ - **Participants:** PM
332
+ - **Duration:** 1-2 days
333
+ - **Output:** Structured PRD with problem, solution, success metrics
334
+
335
+ **4. Communicate Findings**
336
+ - **Format:** 30-min readout covering:
337
+ - Problem validation (Phase 3-4 insights)
338
+ - Solution validation (Phase 5 experiments)
339
+ - Recommendation (GO/PIVOT/KILL)
340
+ - **Participants:** Execs, product leadership, key stakeholders
341
+ - **Output:** Alignment on next steps
342
+
343
+ ### Outputs from Phase 6
344
+
345
+ - **Decision:** GO, PIVOT, or KILL
346
+ - **Epic hypotheses:** (if GO) Testable epic statements
347
+ - **PRD:** (if GO) Formal product requirements document
348
+ - **Stakeholder alignment:** Exec buy-in on recommendation
349
+
350
+ ---
351
+
352
+ ## Complete Workflow: End-to-End Summary
353
+
354
+ ```
355
+ Week 1:
356
+ ├─ Day 1-2: Frame the Problem
357
+ │ ├─ skills/problem-framing-canvas/SKILL.md (120 min)
358
+ │ ├─ skills/problem-statement/SKILL.md (30 min)
359
+ │ └─ [Optional] skills/proto-persona/SKILL.md, skills/jobs-to-be-done/SKILL.md
360
+
361
+ ├─ Day 3: Research Planning
362
+ │ ├─ skills/discovery-interview-prep/SKILL.md (90 min)
363
+ │ ├─ Recruit participants (2-3 days)
364
+ │ └─ Schedule 5-10 interviews
365
+
366
+ └─ Day 4-5: Conduct Research (Start)
367
+ └─ First 2-3 customer interviews
368
+
369
+ Week 2:
370
+ ├─ Day 1-3: Conduct Research (Continue)
371
+ │ └─ Remaining customer interviews (3-7 more)
372
+
373
+ ├─ Day 4-5: Synthesize Insights
374
+ │ ├─ Affinity mapping (120 min)
375
+ │ ├─ [Optional] skills/customer-journey-mapping-workshop/SKILL.md (90 min)
376
+ │ ├─ Prioritize pain points
377
+ │ └─ Update problem statement
378
+
379
+ └─ Decision: Reached saturation? (if NO, +1 week more interviews)
380
+
381
+ Week 3:
382
+ ├─ Day 1-2: Generate & Validate Solutions
383
+ │ ├─ skills/opportunity-solution-tree/SKILL.md (90 min)
384
+ │ └─ Design experiments
385
+
386
+ ├─ Day 3-5: Run Experiments
387
+ │ ├─ Concierge tests, prototypes, or A/B tests
388
+ │ └─ Gather validation data
389
+
390
+ └─ Decision: Validated? (if NO, pivot to next solution, +1-2 weeks)
391
+
392
+ Week 4:
393
+ └─ Decide & Document
394
+ ├─ Make GO/NO-GO decision
395
+ ├─ [If GO] skills/epic-hypothesis/SKILL.md (60 min per epic)
396
+ ├─ [If GO] skills/prd-development/SKILL.md (1-2 days)
397
+ └─ Communicate findings (30 min readout)
398
+ ```
399
+
400
+ **Total Time Investment:**
401
+ - **Fast track:** 3 weeks (5 interviews, 1 experiment)
402
+ - **Typical:** 4 weeks (7-10 interviews, 1-2 experiments)
403
+ - **Thorough:** 6-8 weeks (10+ interviews, multiple experiment rounds)
404
+
405
+ ---
406
+
407
+ ## Examples
408
+
409
+ See `examples/sample.md` for a full discovery process example.
410
+
411
+ Mini example excerpt:
412
+
413
+ ```markdown
414
+ **Problem:** Onboarding drop-off due to jargon
415
+ **Insight:** 6/10 users quit at step 3
416
+ **Decision:** Go with guided checklist experiment
417
+ ```
418
+
419
+ ## Common Pitfalls
420
+
421
+ ### Pitfall 1: Skipping Customer Interviews
422
+ **Symptom:** Rely only on analytics and support tickets, no qualitative research
423
+
424
+ **Consequence:** Miss "why" behind behavior, build wrong solutions
425
+
426
+ **Fix:** Always interview 5-10 customers per discovery cycle (even if you have data)
427
+
428
+ ---
429
+
430
+ ### Pitfall 2: Asking Leading Questions
431
+ **Symptom:** "Would you use [feature X] if we built it?"
432
+
433
+ **Consequence:** Confirmation bias, customers say "yes" to be polite
434
+
435
+ **Fix:** Use Mom Test questions from `skills/discovery-interview-prep/SKILL.md` (focus on past behavior)
436
+
437
+ ---
438
+
439
+ ### Pitfall 3: Not Reaching Saturation
440
+ **Symptom:** Interview 2-3 customers, declare discovery complete
441
+
442
+ **Consequence:** Small sample, not representative
443
+
444
+ **Fix:** Continue interviews until same patterns emerge across 3+ customers (typically 5-7 interviews minimum)
445
+
446
+ ---
447
+
448
+ ### Pitfall 4: Analysis Paralysis
449
+ **Symptom:** Spend 6 weeks synthesizing insights, never move to solutions
450
+
451
+ **Consequence:** No delivery, team loses momentum
452
+
453
+ **Fix:** Time-box discovery to 3-4 weeks; after Phase 6, move to execution
454
+
455
+ ---
456
+
457
+ ### Pitfall 5: Discovery as One-Time Activity
458
+ **Symptom:** Run discovery once before building, then stop
459
+
460
+ **Consequence:** Miss evolving customer needs, market changes
461
+
462
+ **Fix:** Continuous discovery (Teresa Torres): 1 customer interview per week, ongoing
463
+
464
+ ---
465
+
466
+ ## References
467
+
468
+ ### Related Skills (Orchestrated by This Workflow)
469
+
470
+ **Phase 1:**
471
+ - `skills/problem-framing-canvas/SKILL.md` (interactive)
472
+ - `skills/problem-statement/SKILL.md` (component)
473
+ - `skills/proto-persona/SKILL.md` (component, optional)
474
+ - `skills/jobs-to-be-done/SKILL.md` (component, optional)
475
+
476
+ **Phase 2:**
477
+ - `skills/discovery-interview-prep/SKILL.md` (interactive)
478
+
479
+ **Phase 4:**
480
+ - `skills/customer-journey-mapping-workshop/SKILL.md` (interactive, optional)
481
+
482
+ **Phase 5:**
483
+ - `skills/opportunity-solution-tree/SKILL.md` (interactive)
484
+ - `skills/lean-ux-canvas/SKILL.md` (interactive, alternative)
485
+
486
+ **Phase 6:**
487
+ - `skills/epic-hypothesis/SKILL.md` (component)
488
+ - `skills/prd-development/SKILL.md` (workflow)
489
+
490
+ ### External Frameworks
491
+ - Teresa Torres, *Continuous Discovery Habits* (2021) — Weekly customer touchpoints, OST framework
492
+ - Rob Fitzpatrick, *The Mom Test* (2013) — How to ask good interview questions
493
+ - Marty Cagan, *Inspired* (2017) — Product discovery principles
494
+
495
+ ### Dean's Work
496
+ - Productside Blueprint — Strategic discovery process
497
+ - [If Dean has discovery resources, link here]
498
+
499
+ ---
500
+
501
+ **Skill type:** Workflow
502
+ **Suggested filename:** `discovery-process.md`
503
+ **Suggested placement:** `/skills/workflows/`
504
+ **Dependencies:** Orchestrates 10+ component and interactive skills across 6 phases
@@ -0,0 +1,60 @@
1
+ # Discovery Process Examples
2
+
3
+ ### Example 1: Good Discovery Process (SaaS Retention Problem)
4
+
5
+ **Context:** SaaS product with 15% monthly churn, hypothesis = onboarding problem.
6
+
7
+ **Phase 1 - Frame Problem:**
8
+ - Ran `problem-framing-canvas.md`: Problem = "Users abandon onboarding due to lack of guidance"
9
+ - Problem statement: "60% of non-technical users drop off in first 24 hours"
10
+
11
+ **Phase 2 - Research Planning:**
12
+ - Ran `discovery-interview-prep.md`: Chose "switch interviews" (users who churned)
13
+ - Recruited 10 churned customers (last 30 days)
14
+
15
+ **Phase 3 - Conduct Research:**
16
+ - Interviewed 10 churned customers
17
+ - Asked: "Walk me through your first experience with the product. Where did you get stuck?"
18
+ - Pattern emerged after 6 interviews: Same pain point (empty dashboard, unclear next step)
19
+
20
+ **Phase 4 - Synthesize:**
21
+ - Affinity mapping: 8/10 mentioned "didn't know what to do first"
22
+ - Customer quote: "I logged in, saw an empty dashboard, and thought 'now what?'"
23
+ - Pain point: "Lack of onboarding guidance" (frequency: 8/10, intensity: HIGH)
24
+
25
+ **Phase 5 - Generate Solutions:**
26
+ - Ran `opportunity-solution-tree.md`: 3 solutions (guided checklist, tooltips, human onboarding)
27
+ - Experiment: Figma prototype of guided checklist, tested with 10 new signups
28
+ - Result: 9/10 completed first action with checklist (vs. 4/10 without)
29
+
30
+ **Phase 6 - Decide:**
31
+ - Decision: GO (validated problem + solution)
32
+ - Wrote epic hypothesis: "If we add guided onboarding checklist, activation rate will increase from 40% to 60%"
33
+ - Moved to roadmap (Q1 priority)
34
+
35
+ **Outcome:** 4 weeks, validated problem/solution, high confidence in build decision.
36
+
37
+ ---
38
+
39
+ ### Example 2: Bad Discovery Process (Jumped to Solution)
40
+
41
+ **Context:** Product team wants to build mobile app.
42
+
43
+ **Phase 1 - Frame Problem:** Skipped (assumed problem = "need mobile app")
44
+
45
+ **Phase 2-3 - Research:** Skipped (no customer interviews)
46
+
47
+ **Phase 5 - Generate Solutions:** Skipped (already decided on solution)
48
+
49
+ **Phase 6 - Decide:** GO (no validation)
50
+
51
+ **Outcome:** Built mobile app over 6 months, low adoption, discovered later that responsive web would've solved 80% of use cases in 2 weeks.
52
+
53
+ **Fix with discovery process:**
54
+ - **Phase 1:** Frame problem: "Mobile-first users can't complete workflows on the go"
55
+ - **Phase 3:** Interview 10 mobile-first users: "What workflows do you need mobile access for?"
56
+ - **Phase 4:** Insight = Users only need 2-3 core workflows on mobile (not full app)
57
+ - **Phase 5:** Test responsive web + mobile-optimized flows (2-week experiment)
58
+ - **Phase 6:** Result = Responsive web solved problem, saved 5 months dev time
59
+
60
+ ---
@@ -0,0 +1,39 @@
1
+ # Discovery Process Summary Template
2
+
3
+ Use this template to capture discovery outputs and decisions.
4
+
5
+ ## Template
6
+ ```markdown
7
+ # Discovery Summary
8
+
9
+ ## Problem Framing
10
+ - [Problem statement]
11
+ - [Why now]
12
+
13
+ ## Research Insights
14
+ - [Top customer pains]
15
+ - [Quotes / evidence]
16
+ - [Behavioral patterns]
17
+
18
+ ## Personas / JTBD (Optional)
19
+ - [Primary persona]
20
+ - [Key jobs]
21
+
22
+ ## Opportunities
23
+ - [Opportunity 1]
24
+ - [Opportunity 2]
25
+ - [Opportunity 3]
26
+
27
+ ## Solution Hypotheses
28
+ - [Hypothesis 1]
29
+ - [Hypothesis 2]
30
+
31
+ ## Experiments Run
32
+ - [Experiment + result]
33
+
34
+ ## Decision
35
+ - [Go / No-Go / Pivot]
36
+
37
+ ## Next Steps
38
+ - [PRD, roadmap, additional discovery]
39
+ ```