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,523 @@
1
+ ---
2
+ name: customer-journey-mapping-workshop
3
+ description: Run a customer journey mapping workshop with adaptive questions and outputs. Use when you need to map stages, actions, emotions, pain points, and opportunities for a persona and scenario.
4
+ intent: >-
5
+ Guide product managers through creating a customer journey map by asking adaptive questions about the actor (persona), scenario/goal, journey phases, actions/emotions, and opportunities for improvement. Use this to visualize the end-to-end customer experience, identify pain points, and create a shared mental model across teams—avoiding surface-level feature lists and ensuring discovery work focuses on real customer problems, not assumed solutions.
6
+ type: interactive
7
+ best_for:
8
+ - "Running a workshop to map an end-to-end customer experience"
9
+ - "Finding pain points across a user's journey"
10
+ - "Aligning teams on the stages, emotions, and breakdowns in an experience"
11
+ scenarios:
12
+ - "Help me run a journey mapping workshop for new customer onboarding"
13
+ - "Map the experience of a buyer from trial signup to first value"
14
+ - "Facilitate a workshop on the support journey for churn-risk customers"
15
+ ---
16
+
17
+
18
+ ## Purpose
19
+ Guide product managers through creating a customer journey map by asking adaptive questions about the actor (persona), scenario/goal, journey phases, actions/emotions, and opportunities for improvement. Use this to visualize the end-to-end customer experience, identify pain points, and create a shared mental model across teams—avoiding surface-level feature lists and ensuring discovery work focuses on real customer problems, not assumed solutions.
20
+
21
+ This is not a feature roadmap—it's a discovery and alignment tool that uncovers where the experience breaks down and where improvements will have the greatest impact.
22
+
23
+ ## Key Concepts
24
+
25
+ ### What is a Customer Journey Map?
26
+
27
+ A journey map (NNGroup) visualizes "the process that a person goes through in order to accomplish a goal." It compiles user actions into a timeline, enriched with thoughts and emotions to create a narrative, then condenses and polishes into a visual artifact.
28
+
29
+ ### Five Key Components (NNGroup Framework)
30
+
31
+ 1. **Actor** — A specific persona or user whose perspective anchors the map
32
+ 2. **Scenario + Expectations** — The situational context and associated goals
33
+ 3. **Journey Phases** — High-level stages organizing the experience (e.g., discover, try, buy, use, seek support)
34
+ 4. **Actions, Mindsets, and Emotions** — User behaviors, thoughts, and emotional responses throughout phases
35
+ 5. **Opportunities** — Insights identifying where experience can improve
36
+
37
+ ### Journey Map Structure
38
+
39
+ ```
40
+ Actor: [Persona Name]
41
+ Scenario: [Goal/Context]
42
+
43
+ Phase 1: Discover → Phase 2: Try → Phase 3: Buy → Phase 4: Use → Phase 5: Support
44
+ ↓ ↓ ↓ ↓ ↓
45
+ Actions: Actions: Actions: Actions: Actions:
46
+ Thoughts: Thoughts: Thoughts: Thoughts: Thoughts:
47
+ Emotions: 😊😐😞 Emotions: Emotions: Emotions: Emotions:
48
+ ↓ ↓ ↓ ↓ ↓
49
+ Opportunities: Opportunities: Opportunities: Opportunities: Opportunities:
50
+ ```
51
+
52
+ ### Why This Works
53
+ - **Forces conversation:** Teams align on shared understanding of customer experience
54
+ - **Reveals pain points:** Emotions + actions highlight where experience breaks down
55
+ - **Prioritizes improvements:** Opportunities ranked by impact guide roadmap decisions
56
+ - **Human-centered:** Focuses on customer perspective, not internal processes
57
+
58
+ ### Anti-Patterns (What This Is NOT)
59
+ - **Not a service blueprint:** Journey maps focus on customer perspective; service blueprints map internal operations
60
+ - **Not a user story map:** Journey maps support discovery; user story maps facilitate implementation planning
61
+ - **Not an experience map:** Journey maps target specific users and products; experience maps explore broader human behaviors
62
+
63
+ ### When to Use This
64
+ - Starting customer discovery (understanding current experience)
65
+ - Identifying pain points for retention/engagement initiatives
66
+ - Aligning cross-functional teams on customer perspective
67
+ - Prioritizing which problems to solve first
68
+
69
+ ### When NOT to Use This
70
+ - When you already understand the customer journey deeply
71
+ - For technical refactoring (no customer-facing journey)
72
+ - As a substitute for user research (maps require research input)
73
+
74
+ ---
75
+
76
+ ### Facilitation Source of Truth
77
+
78
+ Use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the default interaction protocol for this skill.
79
+
80
+ It defines:
81
+ - session heads-up + entry mode (Guided, Context dump, Best guess)
82
+ - one-question turns with plain-language prompts
83
+ - progress labels (for example, Context Qx/8 and Scoring Qx/5)
84
+ - interruption handling and pause/resume behavior
85
+ - numbered recommendations at decision points
86
+ - quick-select numbered response options for regular questions (include `Other (specify)` when useful)
87
+
88
+ This file defines the domain-specific assessment content. If there is a conflict, follow this file's domain logic.
89
+
90
+ ## Application
91
+
92
+ This interactive skill asks **up to 5 adaptive questions**, offering **3-4 enumerated options** at each step.
93
+
94
+ Interaction pattern: Pair with `skills/workshop-facilitation/SKILL.md` when you want a one-step-at-a-time flow with numbered recommendations at decision points and quick-select options for regular questions. If the user asks for a single-shot output, skip the multi-turn facilitation.
95
+
96
+ ---
97
+
98
+ ### Step 0: Gather Context (Before Questions)
99
+
100
+ **Agent suggests:**
101
+
102
+ Before we create your journey map, let's gather context:
103
+
104
+ **Customer Research:**
105
+ - User interviews, discovery notes, support tickets
106
+ - Churn reasons, exit surveys, NPS feedback
107
+ - Analytics data (drop-off points, feature usage)
108
+ - Personas or proto-personas
109
+
110
+ **Product Context:**
111
+ - Website copy, product descriptions, positioning
112
+ - Competitor journey maps or reviews (G2, Capterra)
113
+ - Existing journey documentation (if any)
114
+
115
+ **You can paste this content directly, or describe the customer experience briefly.**
116
+
117
+ ---
118
+
119
+ ### Question 1: Identify Actor (Persona)
120
+
121
+ **Agent asks:**
122
+ "Who is the actor for this journey map? (Which persona or user segment?)"
123
+
124
+ **Offer 4 enumerated options:**
125
+
126
+ 1. **Primary persona** — "Your main target customer (e.g., 'small business owner')" (Most common starting point)
127
+ 2. **Secondary persona** — "A secondary user segment with different needs (e.g., 'enterprise admin' vs. 'end user')" (Use if primary persona already mapped)
128
+ 3. **High-churn persona** — "User segment with highest churn rate (e.g., 'trial users who don't convert')" (Good for retention initiatives)
129
+ 4. **Newly discovered persona** — "Emerging user segment from recent research (e.g., 'remote teams' post-COVID)" (Good for market expansion)
130
+
131
+ **Or describe your specific persona.**
132
+
133
+ **Adaptation:** Use personas from context (proto-personas, JTBD research, etc.)
134
+
135
+ **User response:** [Selection or custom]
136
+
137
+ ---
138
+
139
+ ### Question 2: Define Scenario + Goal
140
+
141
+ **Agent asks:**
142
+ "What's the scenario and goal for this journey? (What is the actor trying to accomplish?)"
143
+
144
+ **Offer 4 enumerated options:**
145
+
146
+ 1. **First-time use** — "New user onboarding, from discovery to activation" (Common for SaaS, apps)
147
+ 2. **Core workflow** — "Recurring task the user does regularly (e.g., 'create invoice,' 'run report')" (Common for established products)
148
+ 3. **Problem resolution** — "User encounters issue and seeks help (e.g., 'forgot password,' 'billing question')" (Good for support/retention)
149
+ 4. **Upgrade/expansion** — "Free user considering paid plan, or existing customer expanding usage" (Good for growth initiatives)
150
+
151
+ **Or describe your specific scenario.**
152
+
153
+ **User response:** [Selection or custom]
154
+
155
+ **Agent extracts:**
156
+ - **Actor:** [Persona from Q1]
157
+ - **Scenario:** [Context from Q2]
158
+ - **Goal:** [What actor is trying to accomplish]
159
+
160
+ ---
161
+
162
+ ### Question 3: Identify Journey Phases
163
+
164
+ **Agent says:**
165
+ "Let's break the journey into high-level phases (typically 4-6 phases from start to end)."
166
+
167
+ **Agent generates 4-6 journey phases** based on scenario (Q2).
168
+
169
+ **Example (if Scenario = "First-time use"):**
170
+
171
+ ```
172
+ Journey Phases (left to right):
173
+
174
+ 1. Discover — User learns about product
175
+ 2. Evaluate — User researches, compares alternatives
176
+ 3. Try — User signs up, starts onboarding
177
+ 4. Activate — User reaches "aha moment," experiences value
178
+ 5. Use — User integrates product into workflow
179
+ 6. Expand — User considers upgrading or inviting team
180
+ ```
181
+
182
+ **Agent asks:**
183
+ "Do these phases capture the full journey? Should we add, remove, or rename phases?"
184
+
185
+ **User response:** [Approve or modify]
186
+
187
+ ---
188
+
189
+ ### Question 4: Map Actions, Thoughts, Emotions per Phase
190
+
191
+ **Agent says:**
192
+ "Now let's map what the actor does, thinks, and feels in each phase."
193
+
194
+ **Agent generates 3-5 actions, thoughts, and emotions per phase** based on context (Step 0) and scenario (Q2).
195
+
196
+ **Example (for Phase 3: "Try — User signs up, starts onboarding"):**
197
+
198
+ ```
199
+ Phase 3: Try (Onboarding)
200
+
201
+ Actions:
202
+ - Signs up with email
203
+ - Receives welcome email
204
+ - Logs in for the first time
205
+ - Sees empty dashboard
206
+ - Searches for "getting started" guide
207
+
208
+ Thoughts:
209
+ - "This looks promising, but I'm not sure where to start"
210
+ - "Do I need to watch a tutorial video?"
211
+ - "What's the first step?"
212
+
213
+ Emotions:
214
+ - Curious but uncertain 🤔
215
+ - Slightly frustrated (no clear next step) 😕
216
+ - Hopeful it will get easier 🙂
217
+
218
+ Pain Points:
219
+ - No onboarding checklist or guided tour
220
+ - Empty state doesn't suggest next action
221
+ - Too many options in navigation (overwhelming)
222
+ ```
223
+
224
+ **Agent repeats for all journey phases**, showing full map.
225
+
226
+ **Agent asks:**
227
+ "Does this capture the customer experience accurately? Should we adjust actions, thoughts, or emotions?"
228
+
229
+ **User response:** [Approve or modify]
230
+
231
+ ---
232
+
233
+ ### Question 5: Identify Opportunities (Pain Points to Address)
234
+
235
+ **Agent says:**
236
+ "Based on the journey map, let's identify opportunities for improvement—ranked by impact."
237
+
238
+ **Agent generates 5-7 opportunities** (pain points with highest emotional intensity or drop-off rates).
239
+
240
+ **Example:**
241
+
242
+ ```
243
+ # Opportunities (Ranked by Impact)
244
+
245
+ ## 1. Onboarding lacks guided first steps (Phase 3: Try)
246
+ **Pain Point:** Users see empty dashboard, don't know what to do first
247
+ **Evidence:** 60% of signups don't complete first action within 24 hours
248
+ **Opportunity:** Add interactive onboarding checklist ("Create your first project," "Invite a teammate")
249
+ **Impact:** HIGH — Directly affects activation rate
250
+
251
+ ---
252
+
253
+ ## 2. Pricing page is confusing (Phase 2: Evaluate)
254
+ **Pain Point:** Users don't understand which plan fits their needs
255
+ **Evidence:** High bounce rate on pricing page (70% leave without signing up)
256
+ **Opportunity:** Add plan comparison tool or "Which plan is right for me?" quiz
257
+ **Impact:** HIGH — Directly affects trial conversion
258
+
259
+ ---
260
+
261
+ ## 3. Support is hard to find (Phase 5: Use)
262
+ **Pain Point:** Users encounter issues, struggle to find help
263
+ **Evidence:** Support tickets often say "I couldn't find an answer in docs"
264
+ **Opportunity:** Add in-app help widget, contextual tooltips
265
+ **Impact:** MEDIUM — Affects retention, but fewer users hit this phase
266
+
267
+ ---
268
+
269
+ ## 4. Email confirmations lack context (Phase 1: Discover)
270
+ **Pain Point:** Marketing emails don't explain value clearly
271
+ **Evidence:** Low click-through rate on email campaigns (5% vs. industry avg 15%)
272
+ **Opportunity:** Rewrite emails with customer language, clear CTAs
273
+ **Impact:** MEDIUM — Affects top-of-funnel awareness
274
+
275
+ ---
276
+
277
+ ## 5. Upgrade prompts feel pushy (Phase 6: Expand)
278
+ **Pain Point:** Users perceive upgrade prompts as sales-y, not helpful
279
+ **Evidence:** Negative sentiment in NPS comments ("too many upgrade popups")
280
+ **Opportunity:** Show upgrade value contextually (when user hits free plan limit)
281
+ **Impact:** LOW — Affects smaller user subset
282
+ ```
283
+
284
+ **Agent asks:**
285
+ "Do these opportunities align with your priorities? Which should we focus on first?"
286
+
287
+ **User response:** [Selection or custom]
288
+
289
+ ---
290
+
291
+ ### Output: Customer Journey Map + Opportunity List
292
+
293
+ After completing the flow, the agent outputs:
294
+
295
+ ```markdown
296
+ # Customer Journey Map: [Scenario from Q2]
297
+
298
+ **Actor:** [Persona from Q1]
299
+ **Scenario:** [Context from Q2]
300
+ **Goal:** [What actor is trying to accomplish]
301
+ **Date:** [Today's date]
302
+
303
+ ---
304
+
305
+ ## Journey Phases
306
+
307
+ [Phase 1] → [Phase 2] → [Phase 3] → [Phase 4] → [Phase 5] → [Phase 6]
308
+
309
+ ---
310
+
311
+ ## Full Journey Map
312
+
313
+ ### Phase 1: [Name]
314
+
315
+ **Actions:**
316
+ - [Action 1]
317
+ - [Action 2]
318
+ - [Action 3]
319
+
320
+ **Thoughts:**
321
+ - "[Quote 1]"
322
+ - "[Quote 2]"
323
+
324
+ **Emotions:**
325
+ - [Emotion 1] 😊
326
+ - [Emotion 2] 😐
327
+
328
+ **Pain Points:**
329
+ - [Pain point 1]
330
+ - [Pain point 2]
331
+
332
+ ---
333
+
334
+ ### Phase 2: [Name]
335
+
336
+ [...repeat structure for all phases...]
337
+
338
+ ---
339
+
340
+ ## Opportunities (Prioritized)
341
+
342
+ ### Opportunity 1: [Name] (HIGH IMPACT)
343
+ **Phase:** [Journey phase]
344
+ **Pain Point:** [Description]
345
+ **Evidence:** [Data/research]
346
+ **Proposed Solution:** [How to address]
347
+ **Impact:** HIGH — [Rationale]
348
+
349
+ ---
350
+
351
+ ### Opportunity 2: [Name] (HIGH IMPACT)
352
+ **Phase:** [Journey phase]
353
+ **Pain Point:** [Description]
354
+ **Evidence:** [Data/research]
355
+ **Proposed Solution:** [How to address]
356
+ **Impact:** HIGH — [Rationale]
357
+
358
+ ---
359
+
360
+ [...continue for all opportunities...]
361
+
362
+ ---
363
+
364
+ ## Next Steps
365
+
366
+ 1. **Validate opportunities:** Use `discovery-interview-prep.md` to test hypotheses with customers
367
+ 2. **Prioritize fixes:** Use `prioritization-advisor.md` to choose which opportunities to tackle first
368
+ 3. **Create problem statements:** Use `problem-statement.md` to frame top opportunities
369
+ 4. **Build experiments:** Use `opportunity-solution-tree.md` to design solutions and POCs
370
+
371
+ ---
372
+
373
+ **Ready to start addressing opportunities? Let me know if you'd like to refine the map or dive into a specific pain point.**
374
+ ```
375
+
376
+ ---
377
+
378
+ ## Examples
379
+
380
+ ### Example 1: Good Journey Map (SaaS Onboarding)
381
+
382
+ **Q1 Response:** "Primary persona — Small business owner"
383
+
384
+ **Q2 Response:** "First-time use — New user onboarding, from discovery to activation"
385
+
386
+ **Q3 - Phases Generated:**
387
+ ```
388
+ Discover → Evaluate → Try → Activate → Use → Expand
389
+ ```
390
+
391
+ **Q4 - Phase 3 (Try) Mapped:**
392
+
393
+ ```
394
+ Actions:
395
+ - Signs up via Google SSO
396
+ - Receives welcome email
397
+ - Logs in, sees empty dashboard
398
+ - Clicks "Help" button, watches 5-min tutorial
399
+ - Attempts to create first project, gets stuck on form
400
+
401
+ Thoughts:
402
+ - "This looks easy enough"
403
+ - "Wait, what's a 'workspace' vs. 'project'?"
404
+ - "Do I need to fill out all these fields?"
405
+
406
+ Emotions:
407
+ - Excited initially 😊
408
+ - Confused by terminology 😕
409
+ - Frustrated by unclear form 😞
410
+
411
+ Pain Points:
412
+ - No guided onboarding checklist
413
+ - Terminology not explained (workspace vs. project)
414
+ - Form has too many required fields upfront
415
+ ```
416
+
417
+ **Q5 - Opportunities Identified:**
418
+ 1. Add onboarding checklist (HIGH — affects activation)
419
+ 2. Simplify terminology (MEDIUM — affects understanding)
420
+ 3. Reduce required form fields (MEDIUM — affects completion rate)
421
+
422
+ **Why this works:**
423
+ - Emotions + actions reveal pain points clearly
424
+ - Opportunities tied to specific phases
425
+ - Evidence from research (drop-off data, support tickets)
426
+
427
+ ---
428
+
429
+ ### Example 2: Bad Journey Map (Too Generic)
430
+
431
+ **Phase: "Use Product"**
432
+
433
+ **Actions:**
434
+ - Uses product
435
+ - Does tasks
436
+
437
+ **Thoughts:**
438
+ - "This is good"
439
+
440
+ **Emotions:**
441
+ - Happy 😊
442
+
443
+ **Why this fails:**
444
+ - No specificity (what tasks? which features?)
445
+ - No pain points identified (everything is "good")
446
+ - Can't extract actionable opportunities
447
+
448
+ **Fix:**
449
+ - Get specific: "User creates invoice → sends to client → tracks payment status"
450
+ - Include real customer quotes: "I wish I could bulk-send invoices"
451
+ - Show emotional highs AND lows (not just happy)
452
+
453
+ ---
454
+
455
+ ## Common Pitfalls
456
+
457
+ ### Pitfall 1: Mapping Internal Process, Not Customer Experience
458
+ **Symptom:** Journey phases = "Lead generated → Qualified → Demo scheduled → Deal closed"
459
+
460
+ **Consequence:** Focuses on sales process, not customer perspective
461
+
462
+ **Fix:** Map from customer POV: "Discovers problem → Researches solutions → Tries product → Adopts"
463
+
464
+ ---
465
+
466
+ ### Pitfall 2: No Emotions or Pain Points
467
+ **Symptom:** Journey map lists actions only, no thoughts/emotions
468
+
469
+ **Consequence:** Misses the point—can't identify where experience breaks down
470
+
471
+ **Fix:** Add customer quotes, emotional states (frustrated, delighted, confused)
472
+
473
+ ---
474
+
475
+ ### Pitfall 3: Too Many Personas in One Map
476
+ **Symptom:** Trying to map "all users" in a single journey
477
+
478
+ **Consequence:** Loses focus, becomes generic
479
+
480
+ **Fix:** One map per persona. If multiple personas, create separate maps.
481
+
482
+ ---
483
+
484
+ ### Pitfall 4: Opportunities Aren't Prioritized
485
+ **Symptom:** List 20 opportunities with no ranking
486
+
487
+ **Consequence:** Team paralyzed, doesn't know where to start
488
+
489
+ **Fix:** Rank by impact (HIGH/MEDIUM/LOW) based on evidence and emotional intensity
490
+
491
+ ---
492
+
493
+ ### Pitfall 5: Map Created in Isolation
494
+ **Symptom:** PM creates journey map alone, doesn't involve team
495
+
496
+ **Consequence:** No shared mental model, map doesn't drive decisions
497
+
498
+ **Fix:** Facilitate workshop with cross-functional team (PM, design, engineering, support)
499
+
500
+ ---
501
+
502
+ ## References
503
+
504
+ ### Related Skills
505
+ - `customer-journey-map.md` — Component skill with journey map template
506
+ - `proto-persona.md` — Defines actor for journey mapping
507
+ - `problem-statement.md` — Converts opportunities into problem statements
508
+ - `discovery-interview-prep.md` — Gathers research input for mapping
509
+ - `opportunity-solution-tree.md` — Designs solutions for journey opportunities
510
+
511
+ ### External Frameworks
512
+ - Nielsen Norman Group, "Journey Mapping 101" (2016) — Definitive guide to journey mapping
513
+ - Adaptive Path, "Guide to Experience Mapping" (2013) — Experience vs. journey maps
514
+
515
+ ### Dean's Work
516
+ - [If Dean has journey mapping resources, link here]
517
+
518
+ ---
519
+
520
+ **Skill type:** Interactive
521
+ **Suggested filename:** `customer-journey-mapping-workshop.md`
522
+ **Suggested placement:** `/skills/interactive/`
523
+ **Dependencies:** Uses `customer-journey-map.md`, `proto-persona.md`, `problem-statement.md`, `jobs-to-be-done.md`