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,410 @@
1
+ ---
2
+ name: discovery-interview-prep
3
+ description: Plan customer discovery interviews with the right goal, segment, constraints, and method. Use when preparing interviews for problem validation, churn research, or new product ideas.
4
+ intent: >-
5
+ Guide product managers through preparing for customer discovery interviews by asking adaptive questions about research goals, customer segments, constraints, and methodologies. Use this to design effective interview plans, craft targeted questions, avoid common biases, and maximize learning from limited customer access—ensuring discovery interviews yield actionable insights rather than confirmation bias or surface-level feedback.
6
+ type: interactive
7
+ theme: discovery-research
8
+ best_for:
9
+ - "Designing a customer discovery interview plan"
10
+ - "Choosing the right interview methodology for your goals and constraints"
11
+ - "Preparing for research with limited customer access"
12
+ scenarios:
13
+ - "I need to interview 5 enterprise customers about why they churned in the last 90 days"
14
+ - "I'm validating a new product idea with a 2-week deadline and cold outreach only"
15
+ - "I want to understand why users aren't activating on our core feature"
16
+ estimated_time: "15-20 min"
17
+ ---
18
+
19
+
20
+ ## Purpose
21
+ Guide product managers through preparing for customer discovery interviews by asking adaptive questions about research goals, customer segments, constraints, and methodologies. Use this to design effective interview plans, craft targeted questions, avoid common biases, and maximize learning from limited customer access—ensuring discovery interviews yield actionable insights rather than confirmation bias or surface-level feedback.
22
+
23
+ This is not a script generator—it's a strategic prep process that outputs a tailored interview plan with methodology, question framework, and success criteria.
24
+
25
+ ## Key Concepts
26
+
27
+ ### The Discovery Interview Prep Flow
28
+ An interactive process that:
29
+ 1. Gathers product/problem context (marketing materials, assumptions)
30
+ 2. Defines research goals (what you're trying to learn)
31
+ 3. Identifies target customer segment and access constraints
32
+ 4. Recommends interview methodology (Jobs-to-be-Done, problem validation, switch interviews, etc.)
33
+ 5. Generates interview framework with questions, biases to avoid, and success metrics
34
+
35
+ ### Why This Works
36
+ - **Goal-driven:** Aligns interview approach to what you need to learn
37
+ - **Adaptive:** Adjusts methodology based on product stage (idea vs. existing product) and access constraints
38
+ - **Bias-aware:** Highlights common pitfalls (leading questions, confirmation bias, solution-first thinking)
39
+ - **Actionable:** Outputs interview guide ready to use
40
+
41
+ ### Anti-Patterns (What This Is NOT)
42
+ - **Not a user testing script:** Discovery = learning problems; testing = validating solutions
43
+ - **Not a sales demo:** Don't pitch—listen and learn
44
+ - **Not surveys at scale:** Deep qualitative interviews (5-10 people), not broad surveys (100+ people)
45
+
46
+ ### When to Use This
47
+ - Starting product discovery (validating problem space)
48
+ - Repositioning an existing product (understanding new market)
49
+ - Investigating churn or drop-off (retention interviews)
50
+ - Evaluating feature ideas before building
51
+ - Preparing for customer development sprints
52
+
53
+ ### When NOT to Use This
54
+ - User testing a prototype (use usability testing frameworks instead)
55
+ - Quantitative research at scale (use surveys, analytics)
56
+ - When you already know the problem (move to solution validation)
57
+
58
+ ---
59
+
60
+ ### Facilitation Source of Truth
61
+
62
+ Use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the default interaction protocol for this skill.
63
+
64
+ It defines:
65
+ - session heads-up + entry mode (Guided, Context dump, Best guess)
66
+ - one-question turns with plain-language prompts
67
+ - progress labels (for example, Context Qx/8 and Scoring Qx/5)
68
+ - interruption handling and pause/resume behavior
69
+ - numbered recommendations at decision points
70
+ - quick-select numbered response options for regular questions (include `Other (specify)` when useful)
71
+
72
+ This file defines the domain-specific assessment content. If there is a conflict, follow this file's domain logic.
73
+
74
+ ## Application
75
+
76
+ This interactive skill asks **up to 4 adaptive questions**, offering **3-4 enumerated options** at each step.
77
+
78
+ ---
79
+
80
+ ### Step 0: Gather Context (Before Questions)
81
+
82
+ **Agent suggests:**
83
+
84
+ Before we design your interview plan, let's gather context:
85
+
86
+ **For Your Own Product (Existing or Planned):**
87
+ - Problem hypothesis or product concept description
88
+ - Target customer segment (if known)
89
+ - Existing research (support tickets, churn data, user feedback)
90
+ - Product website or positioning materials
91
+ - Key assumptions you're trying to validate
92
+
93
+ **For Investigating an Existing Problem:**
94
+ - Customer complaints, support tickets, or churn reasons
95
+ - Hypotheses about why customers leave or struggle
96
+ - Competitive alternatives customers switch to
97
+
98
+ **If Exploring a New Problem Space:**
99
+ - Find similar products or adjacent solutions
100
+ - Copy competitor materials, customer reviews (G2, Capterra), or community discussions (Reddit, forums)
101
+ - We'll use these to frame hypotheses
102
+
103
+ **You can paste this content directly, or we can proceed with a brief description.**
104
+
105
+ ---
106
+
107
+ ### Question 1: Research Goal
108
+
109
+ **Agent asks:**
110
+ "What's the primary goal of these discovery interviews? (What do you need to learn?)"
111
+
112
+ **Offer 4 enumerated options:**
113
+
114
+ 1. **Problem validation** — "Confirm that a problem exists and is painful enough to solve" (for new product ideas)
115
+ 2. **Jobs-to-be-Done discovery** — "Understand what customers are trying to accomplish and why current solutions fail" (for product strategy)
116
+ 3. **Retention/churn investigation** — "Figure out why customers leave or don't activate" (for existing products with churn issues)
117
+ 4. **Feature prioritization** — "Validate which problems/features matter most to customers" (for roadmap planning)
118
+
119
+ **Or describe your own research goal (be specific: what question are you trying to answer?).**
120
+
121
+ **User response:** [Selection or custom]
122
+
123
+ ---
124
+
125
+ ### Question 2: Target Customer Segment
126
+
127
+ **Agent asks:**
128
+ "Who are you interviewing? (Be as specific as possible.)"
129
+
130
+ **Offer 4 enumerated options (adapted based on Q1):**
131
+
132
+ **Example (if Q1 = Problem validation):**
133
+ 1. **People who experience the problem regularly** — E.g., "Small business owners who manually process invoices weekly" (high pain frequency)
134
+ 2. **People who've tried to solve it** — E.g., "Users who've tried 2+ competing solutions and churned" (understand failures)
135
+ 3. **People in the target segment (regardless of problem awareness)** — E.g., "All freelancers, even if they don't realize invoicing is a problem" (uncover latent needs)
136
+ 4. **People who've recently experienced the problem** — E.g., "Customers who churned in the last 30 days" (fresh memory)
137
+
138
+ **Or describe your specific target segment (role, company size, behaviors, demographics).**
139
+
140
+ **Adaptation tip:** Use personas or customer segments from provided materials.
141
+
142
+ **User response:** [Selection or custom]
143
+
144
+ ---
145
+
146
+ ### Question 3: Constraints
147
+
148
+ **Agent asks:**
149
+ "What constraints are you working with for these interviews?"
150
+
151
+ **Offer 4 enumerated options:**
152
+
153
+ 1. **Limited access** — "Can only interview 5-10 customers, need results in 2 weeks" (common for startups or fast timelines)
154
+ 2. **Existing customer base** — "Have 100+ active customers, can recruit easily" (mature product advantage)
155
+ 3. **Cold outreach required** — "No existing customers; need to recruit from scratch via LinkedIn, ads, or communities" (new product challenge)
156
+ 4. **Internal stakeholders only** — "Can interview sales/support teams who talk to customers daily" (proxy research, less ideal but pragmatic)
157
+
158
+ **Or describe your specific constraints (budget, time, access, team capacity).**
159
+
160
+ **User response:** [Selection or custom]
161
+
162
+ ---
163
+
164
+ ### Question 4: Interview Methodology
165
+
166
+ **Agent asks:**
167
+ "Based on your goal ([Q1]), target segment ([Q2]), and constraints ([Q3]), here are recommended interview methodologies:"
168
+
169
+ **Offer 3-4 enumerated options (context-aware based on Q1-Q3):**
170
+
171
+ **Example (if Q1 = Problem validation, Q2 = People who experience problem regularly, Q3 = Limited access):**
172
+
173
+ 1. **Problem validation interviews (Mom Test style)** — Ask about past behavior, not hypotheticals. Focus on: "Tell me about the last time you [experienced the problem]. What did you try? What happened?" (Best for: Validating if problem is real and painful)
174
+
175
+ 2. **Jobs-to-be-Done (JTBD) interviews** — Focus on what customers are trying to accomplish, not what they want. Ask: "What were you trying to get done? What alternatives did you consider? What made you choose X?" (Best for: Understanding motivations and switching behavior)
176
+
177
+ 3. **Switch interviews** — Interview customers who recently switched from a competitor or alternative. Ask: "What prompted you to look for a new solution? What was the 'push' away from the old tool? What 'pulled' you to try ours?" (Best for: Understanding competitive positioning and unmet needs)
178
+
179
+ 4. **Timeline/journey mapping interviews** — Walk through their entire experience chronologically. Ask: "Walk me through the first time you encountered this problem. What happened next? How did you try to solve it?" (Best for: Uncovering full context and pain points)
180
+
181
+ **Choose a number, combine approaches (e.g., '1 & 2'), or describe your own methodology.**
182
+
183
+ **Adaptation examples:**
184
+ - If Q1 = Retention/churn → Prioritize "Exit interviews" or "Switch interviews (away from your product)"
185
+ - If Q1 = Feature prioritization → Prioritize "Opportunity solution tree interviews" or "Kano model interviews"
186
+ - If Q3 = Internal stakeholders only → Add caveat: "Proxy research (talking to sales/support) is better than nothing, but validate with real customers ASAP"
187
+
188
+ **User response:** [Selection or custom]
189
+
190
+ ---
191
+
192
+ ### Output: Generate Interview Plan
193
+
194
+ After collecting responses, the agent generates a tailored interview plan:
195
+
196
+ ```markdown
197
+ # Discovery Interview Plan
198
+
199
+ **Research Goal:** [From Q1]
200
+ **Target Segment:** [From Q2]
201
+ **Constraints:** [From Q3]
202
+ **Methodology:** [From Q4]
203
+
204
+ ---
205
+
206
+ ## Interview Framework
207
+
208
+ ### Opening (5 minutes)
209
+ - **Build rapport:** "Thanks for taking the time. I'm [name], and I'm researching [problem space]. This isn't a sales call—I'm here to learn from your experience."
210
+ - **Set expectations:** "I'll ask about your experiences with [topic]. There are no right answers. Feel free to be honest—critical feedback is most helpful."
211
+ - **Get consent:** "Is it okay if I take notes / record this conversation?"
212
+
213
+ ---
214
+
215
+ ### Core Questions (30-40 minutes)
216
+
217
+ **Based on your methodology ([Q4]), here are suggested questions:**
218
+
219
+ #### [Methodology Name] Questions:
220
+
221
+ 1. **[Question 1]** — [Rationale for asking this]
222
+ - **Follow-up:** [Dig deeper with...]
223
+ - **Avoid:** [Don't ask leading version like...]
224
+
225
+ 2. **[Question 2]** — [Rationale]
226
+ - **Follow-up:** [...]
227
+ - **Avoid:** [...]
228
+
229
+ 3. **[Question 3]** — [Rationale]
230
+ - **Follow-up:** [...]
231
+ - **Avoid:** [...]
232
+
233
+ 4. **[Question 4]** — [Rationale]
234
+ - **Follow-up:** [...]
235
+ - **Avoid:** [...]
236
+
237
+ 5. **[Question 5]** — [Rationale]
238
+ - **Follow-up:** [...]
239
+ - **Avoid:** [...]
240
+
241
+ **Example (if Methodology = Problem validation - Mom Test style):**
242
+
243
+ 1. **"Tell me about the last time you [experienced this problem]."** — Gets specific, recent behavior (not hypothetical)
244
+ - **Follow-up:** "What were you trying to accomplish? What made it hard? What did you try?"
245
+ - **Avoid:** "Would you use a tool that solves this?" (leading, hypothetical)
246
+
247
+ 2. **"How do you currently handle [this problem]?"** — Reveals workarounds, alternatives, pain intensity
248
+ - **Follow-up:** "How much time/money does that take? What's frustrating about it?"
249
+ - **Avoid:** "Don't you think that's inefficient?" (leading)
250
+
251
+ 3. **"Can you walk me through what you did step-by-step?"** — Uncovers details, edge cases, context
252
+ - **Follow-up:** "What happened next? Where did you get stuck?"
253
+ - **Avoid:** "Was it hard?" (yes/no question, not useful)
254
+
255
+ 4. **"Have you tried other solutions for this?"** — Reveals competitive landscape, unmet needs
256
+ - **Follow-up:** "What did you like/dislike? Why did you stop using it?"
257
+ - **Avoid:** "Would you pay for a better solution?" (hypothetical)
258
+
259
+ 5. **"If you had a magic wand, what would change?"** — Opens space for ideal outcomes (but treat with skepticism—focus on past behavior, not wishes)
260
+ - **Follow-up:** "Why does that matter to you? What would that enable?"
261
+ - **Avoid:** Taking feature requests literally
262
+
263
+ ---
264
+
265
+ ### Closing (5 minutes)
266
+ - **Summarize:** "Just to recap, I heard that [key insights]. Did I get that right?"
267
+ - **Ask for referrals:** "Do you know anyone else who experiences this problem? Could you introduce me?"
268
+ - **Thank them:** "This was incredibly helpful. I really appreciate your time."
269
+
270
+ ---
271
+
272
+ ## Biases to Avoid
273
+
274
+ 1. **Confirmation bias:** Don't ask "Don't you think X is a problem?" → Ask "Tell me about your experience with X."
275
+ 2. **Leading questions:** Don't ask "Would you use this?" → Ask "What have you tried? Why did it work/fail?"
276
+ 3. **Hypothetical questions:** Don't ask "If we built Y, would you pay?" → Ask "What do you currently pay for? Why?"
277
+ 4. **Pitching disguised as research:** Don't say "We're building Z to solve X" → Say "I'm researching X. Tell me about your experience."
278
+ 5. **Yes/no questions:** Don't ask "Is invoicing hard?" → Ask "Walk me through your invoicing process."
279
+
280
+ ---
281
+
282
+ ## Success Criteria
283
+
284
+ You'll know these interviews are successful if:
285
+
286
+ ✅ **You hear specific stories, not generic complaints** — "Last Tuesday, I spent 3 hours..." vs. "Invoicing is annoying"
287
+ ✅ **You uncover past behavior, not hypothetical wishes** — "I tried Zapier but quit after 2 weeks" vs. "I'd probably use automation"
288
+ ✅ **You identify patterns across 3+ interviews** — Same pain points emerge independently
289
+ ✅ **You're surprised by something** — If everything confirms your assumptions, you're asking leading questions
290
+ ✅ **You can quote customers verbatim** — Actual language = authentic insights
291
+
292
+ ---
293
+
294
+ ## Interview Logistics
295
+
296
+ **Recruiting:**
297
+ - [Based on Q3 constraints, suggest recruitment channels]
298
+ - **Example (if Q3 = Limited access):** "Reach out to 20-30 people to get 5-10 interviews (33% response rate is typical)"
299
+ - **Example (if Q3 = Existing customers):** "Email 50 customers with $50 Amazon gift card incentive"
300
+
301
+ **Scheduling:**
302
+ - 45-60 minutes per interview (30-40 min conversation + buffer)
303
+ - Record if possible (with consent), or take detailed notes
304
+ - Schedule 2-3 per day max (you need time to synthesize)
305
+
306
+ **Synthesis:**
307
+ - After each interview, write key insights immediately (memory fades fast)
308
+ - After 5 interviews, look for patterns (common pains, jobs, workarounds)
309
+ - Use `problem-statement.md` to frame findings
310
+
311
+ ---
312
+
313
+ **Ready to start recruiting and interviewing? Let me know if you'd like to refine any part of this plan.**
314
+ ```
315
+
316
+ ---
317
+
318
+ ## Examples
319
+
320
+ ### Example 1: Good Discovery Interview Prep (Problem Validation)
321
+
322
+ **Step 0 - Context:** User shares hypothesis: "Freelancers waste time chasing late payments manually."
323
+
324
+ **Q1 Response:** "Problem validation — Confirm that late payment follow-ups are painful enough to solve"
325
+
326
+ **Q2 Response:** "People who experience the problem regularly — Freelancers who invoice 5+ clients monthly"
327
+
328
+ **Q3 Response:** "Cold outreach required — No existing customers; need to recruit via LinkedIn, Reddit, freelancer communities"
329
+
330
+ **Q4 Response:** "Problem validation interviews (Mom Test style) — Focus on past behavior, not hypotheticals"
331
+
332
+ **Generated Plan:** Includes 5 Mom Test-style questions (last time you chased a late payment, how do you currently handle it, what have you tried, etc.), biases to avoid (leading questions, hypotheticals), and success criteria (specific stories, past behavior, patterns across 3+ interviews).
333
+
334
+ **Why this works:**
335
+ - Goal is clear (validate if problem is real)
336
+ - Segment is specific (freelancers with 5+ clients/month)
337
+ - Methodology matches goal (Mom Test for validation)
338
+ - Questions focus on past behavior, not wishes
339
+ - Success criteria are measurable
340
+
341
+ ---
342
+
343
+ ## Common Pitfalls
344
+
345
+ ### Pitfall 1: Asking What Customers Want
346
+ **Symptom:** "What features do you want us to build?"
347
+
348
+ **Consequence:** You get feature requests, not problems. Customers don't know solutions.
349
+
350
+ **Fix:** Ask about past behavior: "Tell me about the last time you struggled with X."
351
+
352
+ ---
353
+
354
+ ### Pitfall 2: Pitching Instead of Listening
355
+ **Symptom:** Spending 20 minutes explaining your product idea
356
+
357
+ **Consequence:** Customer feels obligated to be nice. No honest feedback.
358
+
359
+ **Fix:** Don't mention your solution until the last 5 minutes (if at all). Focus on their problems.
360
+
361
+ ---
362
+
363
+ ### Pitfall 3: Interviewing the Wrong People
364
+ **Symptom:** Interviewing friends, family, or people who don't experience the problem
365
+
366
+ **Consequence:** Polite feedback, not real insights.
367
+
368
+ **Fix:** Interview people who experience the problem regularly and recently.
369
+
370
+ ---
371
+
372
+ ### Pitfall 4: Stopping at 1-2 Interviews
373
+ **Symptom:** "We talked to 2 people, they liked it, let's build!"
374
+
375
+ **Consequence:** Small sample = confirmation bias.
376
+
377
+ **Fix:** Interview 5-10 people minimum. Look for patterns, not one-off feedback.
378
+
379
+ ---
380
+
381
+ ### Pitfall 5: Not Recording Insights
382
+ **Symptom:** Relying on memory after interviews
383
+
384
+ **Consequence:** Lose details, misremember quotes, can't spot patterns.
385
+
386
+ **Fix:** Record (with consent) or take detailed notes. Synthesize immediately after each interview.
387
+
388
+ ---
389
+
390
+ ## References
391
+
392
+ ### Related Skills
393
+ - `problem-statement.md` — Use interview insights to frame problem statement
394
+ - `proto-persona.md` — Define interview target segment
395
+ - `jobs-to-be-done.md` — JTBD methodology for interviews
396
+
397
+ ### External Frameworks
398
+ - Rob Fitzpatrick, *The Mom Test* (2013) — How to ask good questions without biasing answers
399
+ - Clayton Christensen, *Jobs to Be Done* — Interview methodology for understanding motivations
400
+ - Teresa Torres, *Continuous Discovery Habits* (2021) — Opportunity solution tree interviews
401
+
402
+ ### Dean's Work
403
+ - Problem Framing Canvas (synthesizes interview findings)
404
+
405
+ ---
406
+
407
+ **Skill type:** Interactive
408
+ **Suggested filename:** `discovery-interview-prep.md`
409
+ **Suggested placement:** `/skills/interactive/`
410
+ **Dependencies:** Uses `problem-statement.md`, `proto-persona.md`, `jobs-to-be-done.md`