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,477 @@
1
+ ---
2
+ name: user-story-mapping-workshop
3
+ description: Run a user story mapping workshop with adaptive questions and a structured map output. Use when you need backbone activities, tasks, and release slices for a workflow.
4
+ intent: >-
5
+ Guide product managers through creating a user story map by asking adaptive questions about the system, users, workflow, and priorities—then generating a two-dimensional map with backbone (activities), user tasks, and release slices. Use this to move from flat backlogs to visual story maps that communicate the big picture, identify missing functionality, and enable meaningful release planning—avoiding "context-free mulch" where stories lose connection to the overall system narrative.
6
+ type: interactive
7
+ ---
8
+
9
+
10
+ ## Purpose
11
+ Guide product managers through creating a user story map by asking adaptive questions about the system, users, workflow, and priorities—then generating a two-dimensional map with backbone (activities), user tasks, and release slices. Use this to move from flat backlogs to visual story maps that communicate the big picture, identify missing functionality, and enable meaningful release planning—avoiding "context-free mulch" where stories lose connection to the overall system narrative.
12
+
13
+ This is not a backlog generator—it's a visual communication framework that organizes work by user workflow (horizontal) and priority (vertical).
14
+
15
+ ## Key Concepts
16
+
17
+ ### What is a User Story Map?
18
+
19
+ A story map (Jeff Patton) organizes user stories in **two dimensions**:
20
+
21
+ **Horizontal axis (left to right):** Activities arranged in narrative/workflow order—the sequence you'd use explaining the system to someone
22
+
23
+ **Vertical axis (top to bottom):** Priority within each activity, with the most essential tasks at the top
24
+
25
+ **Structure:**
26
+ ```
27
+ Backbone (Activities across top)
28
+
29
+ User Tasks (descending vertically by priority)
30
+
31
+ Details/Acceptance Criteria (at the bottom)
32
+ ```
33
+
34
+ ### Key Principles
35
+
36
+ **The Backbone:** Essential activities form the system's structural core—these aren't prioritized against each other; they're the narrative flow.
37
+
38
+ **Walking Skeleton:** The highest-priority tasks across all activities form the minimal viable product—the smallest end-to-end functionality.
39
+
40
+ **Ribs:** Supporting tasks descend vertically under each activity, indicating priority through placement.
41
+
42
+ **Left-to-Right, Top-to-Bottom Build Strategy:** Build incrementally across all major features rather than completing one feature fully before starting another.
43
+
44
+ ### Why This Works
45
+ - **Visual communication:** Story maps remain displayed as information radiators, maintaining focus on the big picture
46
+ - **Narrative structure:** Organizes by user workflow, not technical architecture
47
+ - **Release planning:** Horizontal slices reveal MVPs and incremental releases
48
+ - **Gap identification:** Reveals missing functionality that flat backlogs obscure
49
+
50
+ ### Anti-Patterns (What This Is NOT)
51
+ - **Not a Gantt chart:** Story maps show priority, not time estimates
52
+ - **Not technical architecture:** Maps follow user workflow, not system layers (UI → API → DB)
53
+ - **Not a project plan:** It's a discovery and communication tool, not a schedule
54
+
55
+ ### When to Use This
56
+ - Starting a new product or major feature
57
+ - Reframing an existing backlog (moving from flat list to visual map)
58
+ - Aligning stakeholders on scope and priorities
59
+ - Planning MVP or incremental releases
60
+
61
+ ### When NOT to Use This
62
+ - Single-feature projects (story map overkill)
63
+ - When backlog is already well-understood and prioritized
64
+ - For technical refactoring work (no user workflow to map)
65
+
66
+ ---
67
+
68
+ ### Facilitation Source of Truth
69
+
70
+ Use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the default interaction protocol for this skill.
71
+
72
+ It defines:
73
+ - session heads-up + entry mode (Guided, Context dump, Best guess)
74
+ - one-question turns with plain-language prompts
75
+ - progress labels (for example, Context Qx/8 and Scoring Qx/5)
76
+ - interruption handling and pause/resume behavior
77
+ - numbered recommendations at decision points
78
+ - quick-select numbered response options for regular questions (include `Other (specify)` when useful)
79
+
80
+ This file defines the domain-specific assessment content. If there is a conflict, follow this file's domain logic.
81
+
82
+ ## Application
83
+
84
+ This interactive skill asks **up to 5 adaptive questions**, offering **3-4 enumerated options** at each step.
85
+
86
+ Use `template.md` for the facilitation agenda and outputs checklist.
87
+
88
+ 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.
89
+
90
+ ---
91
+
92
+ ### Step 0: Gather Context (Before Questions)
93
+
94
+ **Agent suggests:**
95
+
96
+ Before we create your story map, let's gather context:
97
+
98
+ **Product/Feature Context:**
99
+ - What system or feature are you mapping?
100
+ - Product concept, PRD draft, or existing backlog
101
+ - Website copy, positioning materials, or user flows
102
+ - Existing user stories (if transitioning from flat backlog)
103
+
104
+ **User Context:**
105
+ - Target personas or user segments
106
+ - User research, interviews, or journey maps
107
+ - Jobs-to-be-done or problem statements
108
+
109
+ **You can paste this content directly, or describe the system briefly.**
110
+
111
+ ---
112
+
113
+ ### Question 1: Define Scope
114
+
115
+ **Agent asks:**
116
+ "What are you mapping? (What's the scope?)"
117
+
118
+ **Offer 4 enumerated options:**
119
+
120
+ 1. **Entire product** — "Full end-to-end system from discovery to completion" (Common for new products or full rewrites)
121
+ 2. **Major feature area** — "Specific workflow within a larger product (e.g., 'onboarding,' 'checkout,' 'reporting')" (Common for feature launches)
122
+ 3. **User journey** — "Specific user goal or job-to-be-done (e.g., 'hire a contractor,' 'file taxes')" (Common for JTBD-driven mapping)
123
+ 4. **Redesign/refactor** — "Existing product/feature being rebuilt or simplified" (Common for legacy system modernization)
124
+
125
+ **Or describe your specific scope.**
126
+
127
+ **User response:** [Selection or custom]
128
+
129
+ ---
130
+
131
+ ### Question 2: Identify Users/Personas
132
+
133
+ **Agent asks:**
134
+ "Who are the primary users for this map? (List personas or user segments.)"
135
+
136
+ **Offer 4 enumerated options:**
137
+
138
+ 1. **Single persona** — "One primary user type (e.g., 'small business owner')" (Simplifies mapping, good for MVP)
139
+ 2. **Multiple personas, shared workflow** — "Different user types, same core activities (e.g., 'buyer' and 'seller' both browse listings)" (Common for marketplaces)
140
+ 3. **Multiple personas, different workflows** — "Different user types with distinct workflows (e.g., 'admin' vs. 'end user')" (Requires separate maps or swim lanes)
141
+ 4. **Roles within organization** — "Different job functions (e.g., 'PM,' 'designer,' 'engineer')" (Common for internal tools)
142
+
143
+ **Or describe your users.**
144
+
145
+ **Adaptation:** Use personas from context provided in Step 0 (proto-personas, JTBD, etc.)
146
+
147
+ **User response:** [Selection or custom]
148
+
149
+ ---
150
+
151
+ ### Question 3: Generate Backbone (Activities)
152
+
153
+ **Agent says:**
154
+ "Let's build the backbone—the narrative flow of activities users perform to accomplish their goal."
155
+
156
+ **Agent generates 5-8 activities** based on scope (Q1) and users (Q2), arranged left-to-right in workflow order.
157
+
158
+ **Example (if Scope = "E-commerce checkout"):**
159
+
160
+ ```
161
+ Backbone Activities (left to right):
162
+
163
+ 1. Browse Products
164
+ 2. Add to Cart
165
+ 3. Review Cart
166
+ 4. Enter Shipping Info
167
+ 5. Enter Payment Info
168
+ 6. Confirm Order
169
+ 7. Receive Confirmation
170
+ ```
171
+
172
+ **Agent asks:**
173
+ "Does this backbone capture the full workflow? Should we add, remove, or reorder activities?"
174
+
175
+ **User response:** [Approve, modify, or add custom activities]
176
+
177
+ ---
178
+
179
+ ### Question 4: Generate User Tasks (Under Each Activity)
180
+
181
+ **Agent says:**
182
+ "Now let's add user tasks under each activity, organized by priority (top = must-have, bottom = nice-to-have)."
183
+
184
+ **Agent generates 3-5 user tasks per activity**, arranged vertically by priority.
185
+
186
+ **Example (for Activity 2: "Add to Cart"):**
187
+
188
+ ```
189
+ Add to Cart (Activity)
190
+ ├─ Add single item to cart (must-have, walking skeleton)
191
+ ├─ Adjust quantity (must-have)
192
+ ├─ Add multiple items at once (should-have)
193
+ ├─ Save item for later (nice-to-have)
194
+ └─ Add gift wrapping (nice-to-have)
195
+ ```
196
+
197
+ **Agent repeats for all backbone activities**, showing the full map.
198
+
199
+ **Agent asks:**
200
+ "Does this capture the key tasks? Are priorities correct (top = MVP, bottom = later releases)?"
201
+
202
+ **User response:** [Approve, modify, or add custom tasks]
203
+
204
+ ---
205
+
206
+ ### Question 5: Identify Release Slices (Walking Skeleton + Increments)
207
+
208
+ **Agent says:**
209
+ "Let's define release slices by drawing horizontal lines across the map."
210
+
211
+ **Agent generates 3 release slices:**
212
+
213
+ **Release 1 (Walking Skeleton):** Top-priority tasks across all activities—minimal end-to-end functionality
214
+
215
+ **Release 2 (Next Increment):** Second-priority tasks that enhance the core workflow
216
+
217
+ **Release 3 (Polish/Expansion):** Third-priority tasks (nice-to-haves, edge cases, optimizations)
218
+
219
+ **Example:**
220
+
221
+ ```
222
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
223
+ Release 1 (Walking Skeleton):
224
+ - Browse products (basic list view)
225
+ - Add single item to cart
226
+ - Review cart (line items + total)
227
+ - Enter shipping info (name, address)
228
+ - Enter payment info (credit card only)
229
+ - Confirm order (basic confirmation)
230
+ - Receive email confirmation
231
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
232
+ Release 2 (Enhanced):
233
+ - Product filtering/search
234
+ - Adjust quantity in cart
235
+ - Save for later
236
+ - Multiple shipping options
237
+ - Multiple payment methods
238
+ - Order tracking link
239
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
240
+ Release 3 (Polish):
241
+ - Product recommendations
242
+ - Guest checkout
243
+ - Gift wrapping
244
+ - Promo codes
245
+ - Advanced payment options
246
+ - Post-purchase surveys
247
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
248
+ ```
249
+
250
+ **Agent asks:**
251
+ "Do these release slices make sense? Should we adjust scope or priorities?"
252
+
253
+ **User response:** [Approve or modify]
254
+
255
+ ---
256
+
257
+ ### Output: User Story Map
258
+
259
+ After completing the flow, the agent outputs:
260
+
261
+ ```markdown
262
+ # User Story Map: [Scope from Q1]
263
+
264
+ **Users:** [From Q2]
265
+ **Date:** [Today's date]
266
+
267
+ ---
268
+
269
+ ## Backbone (Activities)
270
+
271
+ [Activity 1] → [Activity 2] → [Activity 3] → [Activity 4] → [Activity 5] → [Activity 6]
272
+
273
+ ---
274
+
275
+ ## Full Story Map
276
+
277
+ ### [Activity 1: Name]
278
+ - **[Task 1.1]** — Must-have (Release 1)
279
+ - **[Task 1.2]** — Should-have (Release 2)
280
+ - **[Task 1.3]** — Nice-to-have (Release 3)
281
+
282
+ ### [Activity 2: Name]
283
+ - **[Task 2.1]** — Must-have (Release 1)
284
+ - **[Task 2.2]** — Should-have (Release 2)
285
+ - **[Task 2.3]** — Nice-to-have (Release 3)
286
+
287
+ [...repeat for all activities...]
288
+
289
+ ---
290
+
291
+ ## Release Slices
292
+
293
+ ### Release 1: Walking Skeleton (MVP)
294
+ **Goal:** Minimal end-to-end functionality
295
+
296
+ **Stories:**
297
+ - [Task 1.1] — [Activity 1]
298
+ - [Task 2.1] — [Activity 2]
299
+ - [Task 3.1] — [Activity 3]
300
+ - [Task 4.1] — [Activity 4]
301
+ - [Task 5.1] — [Activity 5]
302
+ - [Task 6.1] — [Activity 6]
303
+
304
+ **Why this is the walking skeleton:** Delivers complete workflow with simplest version of each activity.
305
+
306
+ ---
307
+
308
+ ### Release 2: Enhanced Functionality
309
+ **Goal:** Improve core workflow with priority enhancements
310
+
311
+ **Stories:**
312
+ - [Task 1.2] — [Activity 1]
313
+ - [Task 2.2] — [Activity 2]
314
+ - [Task 3.2] — [Activity 3]
315
+ [...]
316
+
317
+ ---
318
+
319
+ ### Release 3: Polish & Expansion
320
+ **Goal:** Nice-to-haves, edge cases, optimizations
321
+
322
+ **Stories:**
323
+ - [Task 1.3] — [Activity 1]
324
+ - [Task 2.3] — [Activity 2]
325
+ [...]
326
+
327
+ ---
328
+
329
+ ## Next Steps
330
+
331
+ 1. **Refine stories:** Use `skills/user-story/SKILL.md` to write detailed stories with acceptance criteria
332
+ 2. **Estimate effort:** Score stories (story points, t-shirt sizes)
333
+ 3. **Validate with stakeholders:** Walk through map left-to-right, confirm priorities
334
+ 4. **Display map:** Print/post as information radiator for ongoing reference
335
+
336
+ ---
337
+
338
+ **Ready to write user stories? Let me know if you'd like to refine the map or break down specific stories.**
339
+ ```
340
+
341
+ ---
342
+
343
+ ## Examples
344
+
345
+ ### Example 1: Good Story Map (E-commerce Checkout)
346
+
347
+ **Q1 Response:** "Major feature area — E-commerce checkout workflow"
348
+
349
+ **Q2 Response:** "Single persona — Online shopper"
350
+
351
+ **Q3 - Backbone Generated:**
352
+ ```
353
+ Browse → Add to Cart → Review Cart → Enter Shipping → Enter Payment → Confirm → Receive Confirmation
354
+ ```
355
+
356
+ **Q4 - User Tasks Generated:**
357
+
358
+ ```
359
+ Browse Products
360
+ ├─ View product list (R1)
361
+ ├─ Search/filter (R2)
362
+ └─ Product recommendations (R3)
363
+
364
+ Add to Cart
365
+ ├─ Add single item (R1)
366
+ ├─ Adjust quantity (R2)
367
+ └─ Save for later (R3)
368
+
369
+ Review Cart
370
+ ├─ View line items + total (R1)
371
+ ├─ Apply promo code (R2)
372
+ └─ Estimate shipping cost (R3)
373
+
374
+ [...etc...]
375
+ ```
376
+
377
+ **Q5 - Release Slices:**
378
+ - **Release 1:** Walking skeleton—basic flow with no extras
379
+ - **Release 2:** Search, quantity adjustment, promo codes
380
+ - **Release 3:** Recommendations, guest checkout, gift options
381
+
382
+ **Why this works:**
383
+ - Backbone follows user narrative (not technical layers)
384
+ - Walking skeleton delivers end-to-end value
385
+ - Incremental releases add sophistication without breaking core flow
386
+
387
+ ---
388
+
389
+ ### Example 2: Bad Story Map (Technical Layers)
390
+
391
+ **Backbone (WRONG):**
392
+ ```
393
+ UI Layer → API Layer → Database Layer → Deployment
394
+ ```
395
+
396
+ **Why this fails:**
397
+ - Not user-centric (users don't care about technical architecture)
398
+ - Can't deliver end-to-end value incrementally
399
+ - Waterfall thinking disguised as story mapping
400
+
401
+ **Fix:**
402
+ - Map by user workflow: "Sign Up → Configure Settings → Invite Team → Start Project"
403
+ - Each release delivers full workflow, not a single layer
404
+
405
+ ---
406
+
407
+ ## Common Pitfalls
408
+
409
+ ### Pitfall 1: Flat Backlog in Disguise
410
+ **Symptom:** Story map is just a vertical list, no horizontal narrative
411
+
412
+ **Consequence:** Loses communication benefit; still "context-free mulch"
413
+
414
+ **Fix:** Force horizontal structure—activities across top, tasks descending vertically
415
+
416
+ ---
417
+
418
+ ### Pitfall 2: Technical Architecture as Backbone
419
+ **Symptom:** Backbone = "Frontend → Backend → Database"
420
+
421
+ **Consequence:** Not user-centric, can't deliver value incrementally
422
+
423
+ **Fix:** Backbone should follow user workflow, not system layers
424
+
425
+ ---
426
+
427
+ ### Pitfall 3: Feature-Complete Waterfall
428
+ **Symptom:** Release 1 = "Build Activity 1 fully," Release 2 = "Build Activity 2 fully"
429
+
430
+ **Consequence:** No end-to-end value until all activities complete
431
+
432
+ **Fix:** Walking skeleton = thin slice across ALL activities, incrementally enhanced
433
+
434
+ ---
435
+
436
+ ### Pitfall 4: Too Much Detail Too Soon
437
+ **Symptom:** Trying to map every edge case and acceptance criterion upfront
438
+
439
+ **Consequence:** Analysis paralysis, lost big picture
440
+
441
+ **Fix:** Start with backbone + high-level tasks, refine later
442
+
443
+ ---
444
+
445
+ ### Pitfall 5: Map Hidden in a Tool
446
+ **Symptom:** Story map lives in Jira/Miro, never displayed
447
+
448
+ **Consequence:** Loses value as information radiator
449
+
450
+ **Fix:** Print/post map physically; make it visible to team daily
451
+
452
+ ---
453
+
454
+ ## References
455
+
456
+ ### Related Skills
457
+ - `skills/user-story-mapping/SKILL.md` — Component skill with story mapping template
458
+ - `skills/user-story/SKILL.md` — Converts map tasks into detailed user stories
459
+ - `skills/proto-persona/SKILL.md` — Defines users for mapping
460
+ - `skills/jobs-to-be-done/SKILL.md` — Informs backbone activities
461
+
462
+ ### External Frameworks
463
+ - Jeff Patton, *User Story Mapping* (2014) — Origin of story mapping framework
464
+ - Jeff Patton, "The New User Story Backlog is a Map" (blog) — Explains backbone concept
465
+
466
+ ### Dean's Work
467
+ - [If Dean has story mapping resources, link here]
468
+
469
+ ### Provenance
470
+ - Derived from `skills/user-story/SKILL.md`, `skills/user-story-splitting/SKILL.md`, and `skills/user-story-mapping/SKILL.md`.
471
+
472
+ ---
473
+
474
+ **Skill type:** Interactive
475
+ **Suggested filename:** `user-story-mapping-workshop.md`
476
+ **Suggested placement:** `/skills/interactive/`
477
+ **Dependencies:** Uses `skills/user-story-mapping/SKILL.md`, `skills/user-story/SKILL.md`, `skills/proto-persona/SKILL.md`
@@ -0,0 +1,28 @@
1
+ # User Story Mapping Workshop Template
2
+
3
+ Facilitation agenda and outputs checklist for running a user story mapping workshop that composes user story mapping, story writing, and story splitting.
4
+
5
+ ## Agenda (90-120 minutes)
6
+ 1. Context and scope (10 min)
7
+ 2. Personas and narrative (10 min)
8
+ 3. Build the backbone activities (15 min)
9
+ 4. Add steps and tasks (20 min)
10
+ 5. Prioritize vertical slices (15 min)
11
+ 6. Draft stories and identify split candidates (15 min)
12
+ 7. Review, risks, and next steps (5 min)
13
+
14
+ ## Inputs
15
+ - Problem statement or JTBD narrative
16
+ - Target segment and persona
17
+ - Existing research, discovery notes, or backlog (optional)
18
+
19
+ ## Outputs Checklist
20
+ - Story map: backbone, steps, and tasks
21
+ - Release slices (Walking Skeleton, Release 2, Release 3)
22
+ - Draft user stories for top-priority tasks
23
+ - Story splitting candidates with selected split rationale
24
+
25
+ ## Templates to Use
26
+ - User story template: `skills/user-story/template.md`
27
+ - Story splitting template: `skills/user-story-splitting/template.md`
28
+ - Story mapping template: `skills/user-story-mapping/template.md`