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,285 @@
1
+ ---
2
+ name: user-story-mapping
3
+ description: Create a user story map that lays out activities, steps, tasks, and release slices. Use when planning a workflow, backlog, or MVP around the user journey.
4
+ intent: >-
5
+ Visualize the user journey by creating a hierarchical map that breaks down high-level activities into steps and tasks, organized left-to-right as a narrative flow. Use this to build shared understanding across product, design, and engineering, prioritize features based on user workflows, and identify gaps or opportunities in the user experience.
6
+ type: component
7
+ ---
8
+
9
+
10
+ ## Purpose
11
+ Visualize the user journey by creating a hierarchical map that breaks down high-level activities into steps and tasks, organized left-to-right as a narrative flow. Use this to build shared understanding across product, design, and engineering, prioritize features based on user workflows, and identify gaps or opportunities in the user experience.
12
+
13
+ This is not a backlog—it's a strategic artifact that shows *how* users accomplish their goals, which then informs *what* to build.
14
+
15
+ ## Key Concepts
16
+
17
+ ### The Jeff Patton Story Mapping Framework
18
+ Invented by Jeff Patton, story mapping organizes work into a 2D structure:
19
+
20
+ **Horizontal axis (left-to-right):** User journey over time
21
+ - **Backbone:** High-level activities the user performs
22
+ - **Steps:** Specific actions within each activity
23
+ - **Tasks:** Detailed work required to complete each step
24
+
25
+ **Vertical axis (top-to-bottom):** Priority and releases
26
+ - **Top rows:** Essential tasks (MVP / Release 1)
27
+ - **Lower rows:** Nice-to-have tasks (Future releases)
28
+
29
+ ### Story Map Structure
30
+
31
+ ```
32
+ Segment → Persona → Narrative (User's goal)
33
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
34
+ [Activity 1] → [Activity 2] → [Activity 3] → [Activity 4] → [Activity 5]
35
+ ↓ ↓ ↓ ↓ ↓
36
+ [Step 1.1] [Step 2.1] [Step 3.1] [Step 4.1] [Step 5.1]
37
+ [Step 1.2] [Step 2.2] [Step 3.2] [Step 4.2] [Step 5.2]
38
+ [Step 1.3] [Step 2.3] [Step 3.3] [Step 4.3] [Step 5.3]
39
+ ↓ ↓ ↓ ↓ ↓
40
+ [Task 1.1.1] [Task 2.1.1] [Task 3.1.1] [Task 4.1.1] [Task 5.1.1]
41
+ [Task 1.1.2] [Task 2.1.2] [Task 3.1.2] [Task 4.1.2] [Task 5.1.2]
42
+ [Task 1.1.3] [Task 2.1.3] [Task 3.1.3] [Task 4.1.3] [Task 5.1.3]
43
+ ... ... ... ... ...
44
+ ```
45
+
46
+ ### Why This Works
47
+ - **User-centric:** Organizes work around user goals, not engineering modules
48
+ - **Shared understanding:** Product, design, engineering all see the same journey
49
+ - **Prioritization clarity:** Top tasks = MVP, lower tasks = future iterations
50
+ - **Gap identification:** Missing steps or tasks become obvious
51
+ - **Release planning:** Draw horizontal "release lines" to define scope
52
+
53
+ ### Anti-Patterns (What This Is NOT)
54
+ - **Not a Gantt chart:** This isn't project management—it's user journey visualization
55
+ - **Not a feature list:** Activities aren't features—they're user behaviors
56
+ - **Not static:** Story maps evolve as you learn more about users
57
+
58
+ ### When to Use This
59
+ - Kicking off a new product or major feature
60
+ - Aligning stakeholders on user workflow
61
+ - Prioritizing backlog based on user needs
62
+ - Identifying MVP vs. future releases
63
+ - Onboarding new team members to the product vision
64
+
65
+ ### When NOT to Use This
66
+ - For trivial features (don't map what you already understand)
67
+ - When user workflows are constantly changing (map stabilizes workflows)
68
+ - As a replacement for user stories (the map informs stories, doesn't replace them)
69
+
70
+ ---
71
+
72
+ ## Application
73
+
74
+ ### Step 1: Define the Context
75
+
76
+ Use `template.md` for the full fill-in structure.
77
+
78
+ #### Segment
79
+ Who are you building for?
80
+
81
+ ```markdown
82
+ ### Segment:
83
+ - [Specify the target segment, e.g., "Small business owners using DIY accounting software"]
84
+ ```
85
+
86
+ **Quality checks:**
87
+ - **Specific:** Not "users" but "enterprise IT admins" or "freelance designers"
88
+
89
+ ---
90
+
91
+ #### Persona
92
+ Provide details about the persona within this segment (reference `skills/proto-persona/SKILL.md`).
93
+
94
+ ```markdown
95
+ ### Persona:
96
+ - [Describe the persona: demographics, behaviors, pains, goals]
97
+ ```
98
+
99
+ **Example:**
100
+ - "Sarah, 35-year-old freelance graphic designer, manages 5-10 client projects at once, struggles with invoicing and payment tracking, wants to spend less time on admin and more time designing"
101
+
102
+ ---
103
+
104
+ ### Step 2: Define the Narrative
105
+ What is the user trying to accomplish? Frame this as a Jobs-to-be-Done statement (reference `skills/jobs-to-be-done/SKILL.md`).
106
+
107
+ ```markdown
108
+ ### Narrative:
109
+ - [Concise narrative of the persona's objective, e.g., "Complete a client project from kickoff to final payment"]
110
+ ```
111
+
112
+ **Quality checks:**
113
+ - **Outcome-focused:** Not "use the product" but "deliver a client project on time and get paid"
114
+ - **One sentence:** If it takes more than one sentence, the scope may be too broad
115
+
116
+ ---
117
+
118
+ ### Step 3: Identify Activities (Backbone)
119
+ List 3-5 high-level activities the persona engages in to fulfill the narrative. These form the backbone of your map.
120
+
121
+ ```markdown
122
+ ### Activities:
123
+ 1. [Activity 1, e.g., "Negotiate project scope and pricing"]
124
+ 2. [Activity 2, e.g., "Execute design work"]
125
+ 3. [Activity 3, e.g., "Deliver final assets to client"]
126
+ 4. [Activity 4, e.g., "Send invoice and receive payment"]
127
+ 5. [Activity 5, optional]
128
+ ```
129
+
130
+ **Quality checks:**
131
+ - **Sequential:** Activities happen in order (left-to-right)
132
+ - **User actions:** Describe what the user *does*, not what the product *provides*
133
+ - **3-5 activities:** Too few = oversimplified, too many = overwhelming
134
+
135
+ ---
136
+
137
+ ### Step 4: Break Activities into Steps
138
+ For each activity, list 3-5 steps that detail how the activity is carried out.
139
+
140
+ ```markdown
141
+ ### Steps:
142
+
143
+ **For Activity 1: [Activity Name]**
144
+ - Step 1: [Detail step 1, e.g., "Review client brief"]
145
+ - Step 2: [Detail step 2, e.g., "Draft project proposal"]
146
+ - Step 3: [Detail step 3, e.g., "Negotiate timeline and budget"]
147
+ - Step 4: [Optional step 4]
148
+ - Step 5: [Optional step 5]
149
+
150
+ **For Activity 2: [Activity Name]**
151
+ - Step 1: [Detail step 1]
152
+ - Step 2: [Detail step 2]
153
+ ...
154
+ ```
155
+
156
+ **Quality checks:**
157
+ - **Actionable:** Each step is something the user does
158
+ - **Observable:** You could watch someone perform this step
159
+ - **Logical sequence:** Steps follow a natural order
160
+
161
+ ---
162
+
163
+ ### Step 5: Break Steps into Tasks
164
+ For each step, list 5-7 tasks that must be completed.
165
+
166
+ ```markdown
167
+ ### Tasks:
168
+
169
+ **For Activity 1, Step 1: [Step Name]**
170
+ - Task 1: [Detail task 1, e.g., "Read client brief document"]
171
+ - Task 2: [Detail task 2, e.g., "Identify key deliverables"]
172
+ - Task 3: [Detail task 3, e.g., "Note budget constraints"]
173
+ - Task 4: [Detail task 4, e.g., "Clarify timeline expectations"]
174
+ - Task 5: [Detail task 5, e.g., "List open questions for client"]
175
+ - Task 6: [Optional task 6]
176
+ - Task 7: [Optional task 7]
177
+
178
+ **For Activity 1, Step 2: [Step Name]**
179
+ - Task 1: [Detail task 1]
180
+ ...
181
+ ```
182
+
183
+ **Quality checks:**
184
+ - **Granular:** Tasks are small, specific actions
185
+ - **User-facing or behind-the-scenes:** Include both (e.g., "Send email" and "Receive confirmation")
186
+ - **Prioritizable:** You'll prioritize tasks vertically (top = essential, bottom = nice-to-have)
187
+
188
+ ---
189
+
190
+ ### Step 6: Prioritize Vertically
191
+ Arrange tasks top-to-bottom by priority:
192
+ - **Top rows:** MVP / Release 1 (must-have)
193
+ - **Middle rows:** Release 2 (important but not critical)
194
+ - **Bottom rows:** Future / Nice-to-have
195
+
196
+ Draw horizontal "release lines" to demarcate scope.
197
+
198
+ ---
199
+
200
+ ### Step 7: Identify Gaps and Opportunities
201
+ Review the map and ask:
202
+ - Are there missing steps or tasks?
203
+ - Are there pain points we're not addressing?
204
+ - Are there opportunities to delight users?
205
+ - Do all activities flow logically?
206
+
207
+ ---
208
+
209
+ ## Examples
210
+
211
+ See `examples/sample.md` for a full story map example.
212
+
213
+ ---
214
+
215
+ ## Common Pitfalls
216
+
217
+ ### Pitfall 1: Activities Are Features, Not User Behaviors
218
+ **Symptom:** "Activity 1: Use the dashboard. Activity 2: Generate reports."
219
+
220
+ **Consequence:** You've mapped the product, not the user journey.
221
+
222
+ **Fix:** Reframe as user actions: "Activity 1: Monitor project progress. Activity 2: Summarize work for stakeholders."
223
+
224
+ ---
225
+
226
+ ### Pitfall 2: Too Many Activities
227
+ **Symptom:** 10+ activities across the backbone
228
+
229
+ **Consequence:** Map becomes overwhelming and loses focus.
230
+
231
+ **Fix:** Consolidate. If you have 10 activities, you're likely mixing activities with steps. Aim for 3-5 high-level activities.
232
+
233
+ ---
234
+
235
+ ### Pitfall 3: Tasks Are Too Vague
236
+ **Symptom:** "Task 1: Do the thing"
237
+
238
+ **Consequence:** Can't prioritize or estimate vague tasks.
239
+
240
+ **Fix:** Be specific: "Task 1: Enter client email address in the 'Bill To' field."
241
+
242
+ ---
243
+
244
+ ### Pitfall 4: Ignoring Vertical Prioritization
245
+ **Symptom:** All tasks at the same level—no MVP vs. future releases defined
246
+
247
+ **Consequence:** No clarity on what to build first.
248
+
249
+ **Fix:** Explicitly prioritize. Draw release lines. Force hard choices about what's MVP.
250
+
251
+ ---
252
+
253
+ ### Pitfall 5: Mapping in Isolation
254
+ **Symptom:** PM creates the map alone, then presents it to the team
255
+
256
+ **Consequence:** No shared ownership or understanding.
257
+
258
+ **Fix:** Map collaboratively. Run a story mapping workshop with product, design, and engineering.
259
+
260
+ ---
261
+
262
+ ## References
263
+
264
+ ### Related Skills
265
+ - `skills/proto-persona/SKILL.md` — Defines the persona for the story map
266
+ - `skills/jobs-to-be-done/SKILL.md` — Informs the narrative and activities
267
+ - `skills/user-story/SKILL.md` — Tasks from the map become user stories
268
+ - `skills/problem-statement/SKILL.md` — Problem statement frames the narrative
269
+
270
+ ### External Frameworks
271
+ - Jeff Patton, *User Story Mapping* (2014) — Origin of the story mapping technique
272
+ - Teresa Torres, *Continuous Discovery Habits* (2021) — Opportunity solution trees (complementary to story maps)
273
+
274
+ ### Dean's Work
275
+ - User Story Mapping Prompt (adapted from Jeff Patton's methodology)
276
+
277
+ ### Provenance
278
+ - Adapted from `prompts/user-story-mapping.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
279
+
280
+ ---
281
+
282
+ **Skill type:** Component
283
+ **Suggested filename:** `user-story-mapping.md`
284
+ **Suggested placement:** `/skills/components/`
285
+ **Dependencies:** References `skills/proto-persona/SKILL.md`, `skills/jobs-to-be-done/SKILL.md`, `skills/user-story/SKILL.md`, `skills/problem-statement/SKILL.md`
@@ -0,0 +1,77 @@
1
+ # User Story Mapping Example
2
+
3
+ ## Example: Story Map for Freelance Invoicing Product
4
+
5
+ ```markdown
6
+ ## User Story Map: Freelance Invoicing
7
+
8
+ ### Who
9
+
10
+ #### Segment:
11
+ - Freelance creative professionals (designers, writers, photographers)
12
+
13
+ #### Persona:
14
+ - Sarah, 35, freelance graphic designer
15
+ - Manages 5-10 clients at once
16
+ - Struggles with invoicing, payment tracking, and follow-ups
17
+ - Wants to spend less time on admin, more time designing
18
+ - Currently uses Excel + email, which is error-prone and time-consuming
19
+
20
+ ### Backbone
21
+
22
+ #### Narrative:
23
+ - Complete a client project from kickoff to final payment without admin hassle
24
+
25
+ #### Activities:
26
+ 1. Negotiate project scope and pricing
27
+ 2. Execute design work
28
+ 3. Deliver final assets
29
+ 4. Send invoice and receive payment
30
+ 5. Follow up on late payments
31
+
32
+ ### Steps:
33
+
34
+ **For Activity 1: Negotiate project scope and pricing**
35
+ - Step 1: Review client brief
36
+ - Step 2: Draft project proposal
37
+ - Step 3: Negotiate timeline and budget
38
+
39
+ **For Activity 2: Execute design work**
40
+ - Step 1: Create initial concepts
41
+ - Step 2: Share concepts for feedback
42
+ - Step 3: Iterate based on feedback
43
+ - Step 4: Finalize design
44
+
45
+ **For Activity 3: Deliver final assets**
46
+ - Step 1: Export final files in client-requested formats
47
+ - Step 2: Upload files to shared folder or email
48
+ - Step 3: Confirm client receipt
49
+
50
+ **For Activity 4: Send invoice and receive payment**
51
+ - Step 1: Create invoice with project details
52
+ - Step 2: Send invoice to client
53
+ - Step 3: Track payment status
54
+ - Step 4: Confirm payment received
55
+
56
+ **For Activity 5: Follow up on late payments**
57
+ - Step 1: Identify overdue invoices
58
+ - Step 2: Send payment reminder
59
+ - Step 3: Escalate if still unpaid
60
+
61
+ ### Tasks (Sample for Activity 4, Step 1: Create invoice):
62
+
63
+ **MVP (Release 1):**
64
+ - Task 1: Enter client name and contact info
65
+ - Task 2: Add line items (description, hours, rate)
66
+ - Task 3: Calculate total automatically
67
+ - Task 4: Preview invoice before sending
68
+
69
+ **Release 2:**
70
+ - Task 5: Add logo and custom branding
71
+ - Task 6: Save invoice templates for repeat clients
72
+ - Task 7: Auto-populate line items from project notes
73
+
74
+ **Future:**
75
+ - Task 8: Generate invoices from time tracking data
76
+ - Task 9: Multi-currency support
77
+ ```
@@ -0,0 +1,41 @@
1
+ # User Story Map Template
2
+
3
+ Use this template to create a complete user story map (segment, persona, backbone, steps, and tasks).
4
+
5
+ ## Provenance
6
+ Adapted from `prompts/user-story-mapping.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
7
+
8
+ ## Template
9
+ ```markdown
10
+ ## User Story Map Template
11
+
12
+ ### Who
13
+
14
+ #### Segment:
15
+ - [Specify the target segment]
16
+
17
+ #### Persona:
18
+ - [Describe the persona and their key characteristics]
19
+
20
+ ### Backbone
21
+
22
+ #### Narrative:
23
+ - [Insert the concise narrative of the persona's objective]
24
+
25
+ #### Activities:
26
+ 1. [Describe Activity 1]
27
+ 2. [Describe Activity 2]
28
+ 3. [Continue as necessary for up to 5 activities]
29
+
30
+ #### Steps:
31
+ For [Activity 1]:
32
+ - Step 1: [Detail Step 1 for Activity 1]
33
+ - Step 2: [Detail Step 2 for Activity 1]
34
+ - Step 3: [Detail Step 3 for Activity 1]
35
+
36
+ #### Tasks:
37
+ For [Activity 1, Step 1]:
38
+ - Task 1: [Detail Task 1 for Step 1 of Activity 1]
39
+ - Task 2: [Detail Task 2 for Step 1 of Activity 1]
40
+ - Task 3: [Detail Task 3 for Step 1 of Activity 1]
41
+ ```