specweave 0.23.16 → 0.24.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 (227) hide show
  1. package/.claude-plugin/marketplace.json +93 -38
  2. package/CLAUDE.md +159 -11
  3. package/dist/plugins/specweave-github/lib/github-spec-content-sync.d.ts.map +1 -1
  4. package/dist/plugins/specweave-github/lib/github-spec-content-sync.js +57 -0
  5. package/dist/plugins/specweave-github/lib/github-spec-content-sync.js.map +1 -1
  6. package/dist/src/cli/commands/sync-spec-content.js +3 -0
  7. package/dist/src/cli/commands/sync-spec-content.js.map +1 -1
  8. package/dist/src/cli/helpers/ado-area-path-mapper.d.ts +89 -0
  9. package/dist/src/cli/helpers/ado-area-path-mapper.d.ts.map +1 -0
  10. package/dist/src/cli/helpers/ado-area-path-mapper.js +213 -0
  11. package/dist/src/cli/helpers/ado-area-path-mapper.js.map +1 -0
  12. package/dist/src/cli/helpers/issue-tracker/ado-auto-discover.d.ts +29 -0
  13. package/dist/src/cli/helpers/issue-tracker/ado-auto-discover.d.ts.map +1 -0
  14. package/dist/src/cli/helpers/issue-tracker/ado-auto-discover.js +109 -0
  15. package/dist/src/cli/helpers/issue-tracker/ado-auto-discover.js.map +1 -0
  16. package/dist/src/cli/helpers/issue-tracker/ado.d.ts +1 -0
  17. package/dist/src/cli/helpers/issue-tracker/ado.d.ts.map +1 -1
  18. package/dist/src/cli/helpers/issue-tracker/ado.js +2 -0
  19. package/dist/src/cli/helpers/issue-tracker/ado.js.map +1 -1
  20. package/dist/src/cli/helpers/smart-filter.d.ts +83 -0
  21. package/dist/src/cli/helpers/smart-filter.d.ts.map +1 -0
  22. package/dist/src/cli/helpers/smart-filter.js +265 -0
  23. package/dist/src/cli/helpers/smart-filter.js.map +1 -0
  24. package/dist/src/core/progress/progress-tracker.d.ts +4 -1
  25. package/dist/src/core/progress/progress-tracker.d.ts.map +1 -1
  26. package/dist/src/core/progress/progress-tracker.js +33 -4
  27. package/dist/src/core/progress/progress-tracker.js.map +1 -1
  28. package/dist/src/core/qa/quality-gate-decider.d.ts +1 -1
  29. package/dist/src/core/qa/quality-gate-decider.js +2 -2
  30. package/dist/src/core/qa/quality-gate-decider.js.map +1 -1
  31. package/dist/src/core/qa/risk-calculator.d.ts +2 -2
  32. package/dist/src/core/qa/risk-calculator.js +2 -2
  33. package/dist/src/core/spec-content-sync.d.ts +1 -1
  34. package/dist/src/core/spec-content-sync.d.ts.map +1 -1
  35. package/dist/src/core/validators/ac-presence-validator.d.ts +56 -0
  36. package/dist/src/core/validators/ac-presence-validator.d.ts.map +1 -0
  37. package/dist/src/core/validators/ac-presence-validator.js +149 -0
  38. package/dist/src/core/validators/ac-presence-validator.js.map +1 -0
  39. package/dist/src/integrations/ado/ado-dependency-loader.d.ts +1 -1
  40. package/dist/src/integrations/ado/ado-dependency-loader.d.ts.map +1 -1
  41. package/dist/src/integrations/ado/ado-dependency-loader.js +39 -7
  42. package/dist/src/integrations/ado/ado-dependency-loader.js.map +1 -1
  43. package/dist/src/integrations/ado/area-path-mapper.d.ts +137 -0
  44. package/dist/src/integrations/ado/area-path-mapper.d.ts.map +1 -0
  45. package/dist/src/integrations/ado/area-path-mapper.js +267 -0
  46. package/dist/src/integrations/ado/area-path-mapper.js.map +1 -0
  47. package/dist/src/integrations/jira/filter-processor.d.ts +126 -0
  48. package/dist/src/integrations/jira/filter-processor.d.ts.map +1 -0
  49. package/dist/src/integrations/jira/filter-processor.js +207 -0
  50. package/dist/src/integrations/jira/filter-processor.js.map +1 -0
  51. package/dist/src/integrations/jira/jira-client.d.ts +13 -0
  52. package/dist/src/integrations/jira/jira-client.d.ts.map +1 -1
  53. package/dist/src/integrations/jira/jira-client.js +33 -0
  54. package/dist/src/integrations/jira/jira-client.js.map +1 -1
  55. package/dist/src/utils/ac-embedder.d.ts +63 -0
  56. package/dist/src/utils/ac-embedder.d.ts.map +1 -0
  57. package/dist/src/utils/ac-embedder.js +217 -0
  58. package/dist/src/utils/ac-embedder.js.map +1 -0
  59. package/dist/src/utils/env-manager.d.ts +86 -0
  60. package/dist/src/utils/env-manager.d.ts.map +1 -0
  61. package/dist/src/utils/env-manager.js +188 -0
  62. package/dist/src/utils/env-manager.js.map +1 -0
  63. package/package.json +1 -1
  64. package/plugins/specweave/.claude-plugin/plugin.json +1 -1
  65. package/plugins/specweave/agents/AGENTS-INDEX.md +1 -1
  66. package/plugins/specweave/agents/increment-quality-judge-v2/AGENT.md +9 -9
  67. package/plugins/specweave/commands/specweave-do.md +37 -0
  68. package/plugins/specweave/commands/specweave-done.md +159 -0
  69. package/plugins/specweave/commands/specweave-embed-acs.md +446 -0
  70. package/plugins/specweave/commands/specweave-next.md +148 -3
  71. package/plugins/specweave/commands/specweave-qa.md +2 -2
  72. package/plugins/specweave/hooks/lib/migrate-increment-work.sh +1 -1
  73. package/plugins/specweave/hooks/lib/migrate-increment-work.sh.bak +245 -0
  74. package/plugins/specweave/hooks/lib/sync-spec-content.sh +2 -2
  75. package/plugins/specweave/hooks/lib/sync-spec-content.sh.bak +149 -0
  76. package/plugins/specweave/hooks/lib/update-status-line.sh +34 -4
  77. package/plugins/specweave/hooks/lib/validate-spec-status.sh +1 -1
  78. package/plugins/specweave/hooks/lib/validate-spec-status.sh.bak +163 -0
  79. package/plugins/specweave/hooks/post-first-increment.sh +1 -1
  80. package/plugins/specweave/hooks/post-first-increment.sh.bak +61 -0
  81. package/plugins/specweave/hooks/post-spec-update.sh +1 -1
  82. package/plugins/specweave/hooks/post-spec-update.sh.bak +158 -0
  83. package/plugins/specweave/hooks/post-user-story-complete.sh +1 -1
  84. package/plugins/specweave/hooks/post-user-story-complete.sh.bak +179 -0
  85. package/plugins/specweave/hooks/pre-command-deduplication.sh +1 -1
  86. package/plugins/specweave/hooks/pre-command-deduplication.sh.bak +83 -0
  87. package/plugins/specweave/hooks/pre-increment-start.sh +168 -0
  88. package/plugins/specweave/hooks/user-prompt-submit.sh +1 -1
  89. package/plugins/specweave/hooks/user-prompt-submit.sh.bak +386 -0
  90. package/plugins/specweave/skills/SKILLS-INDEX.md +1 -1
  91. package/plugins/specweave/skills/specweave-framework/SKILL.md +1 -1
  92. package/plugins/specweave-ado/.claude-plugin/plugin.json +1 -1
  93. package/plugins/specweave-ado/agents/ado-manager/AGENT.md +23 -0
  94. package/plugins/specweave-ado/agents/ado-multi-project-mapper/AGENT.md +23 -0
  95. package/plugins/specweave-ado/agents/ado-sync-judge/AGENT.md +23 -0
  96. package/plugins/specweave-ado/commands/specweave-ado-import-projects.md +331 -0
  97. package/plugins/specweave-alternatives/.claude-plugin/plugin.json +10 -0
  98. package/plugins/specweave-alternatives/commands/alternatives-analyze.md +336 -0
  99. package/plugins/specweave-alternatives/skills/architecture-alternatives/SKILL.md +651 -0
  100. package/plugins/specweave-alternatives/skills/bmad-method/SKILL.md +420 -0
  101. package/plugins/specweave-alternatives/skills/spec-kit-expert/SKILL.md +487 -0
  102. package/plugins/specweave-backend/agents/database-optimizer/AGENT.md +23 -0
  103. package/plugins/specweave-backend/commands/api-scaffold.md +80 -0
  104. package/plugins/specweave-backend/commands/crud-generate.md +109 -0
  105. package/plugins/specweave-backend/commands/migration-generate.md +139 -0
  106. package/plugins/specweave-confluent/agents/confluent-architect/AGENT.md +23 -0
  107. package/plugins/specweave-confluent/commands/connector-deploy.md +154 -0
  108. package/plugins/specweave-confluent/commands/ksqldb-query.md +179 -0
  109. package/plugins/specweave-confluent/commands/schema-register.md +123 -0
  110. package/plugins/specweave-core/.claude-plugin/plugin.json +21 -0
  111. package/plugins/specweave-core/commands/architecture-review.md +288 -0
  112. package/plugins/specweave-core/commands/code-review.md +213 -0
  113. package/plugins/specweave-core/commands/refactor-plan.md +249 -0
  114. package/plugins/specweave-core/skills/code-quality/SKILL.md +157 -0
  115. package/plugins/specweave-core/skills/design-patterns/SKILL.md +244 -0
  116. package/plugins/specweave-core/skills/software-architecture/SKILL.md +83 -0
  117. package/plugins/specweave-cost-optimizer/.claude-plugin/plugin.json +22 -0
  118. package/plugins/specweave-cost-optimizer/commands/cost-analyze.md +360 -0
  119. package/plugins/specweave-cost-optimizer/commands/cost-optimize.md +480 -0
  120. package/plugins/specweave-cost-optimizer/skills/aws-cost-expert/SKILL.md +416 -0
  121. package/plugins/specweave-cost-optimizer/skills/cloud-pricing/SKILL.md +325 -0
  122. package/plugins/specweave-cost-optimizer/skills/cost-optimization/SKILL.md +337 -0
  123. package/plugins/specweave-diagrams/.claude-plugin/plugin.json +1 -1
  124. package/plugins/specweave-diagrams/agents/diagrams-architect/AGENT.md +23 -0
  125. package/plugins/specweave-diagrams/commands/diagrams-generate.md +168 -0
  126. package/plugins/specweave-docs/.claude-plugin/plugin.json +10 -0
  127. package/plugins/specweave-docs/commands/docs-generate.md +441 -0
  128. package/plugins/specweave-docs/commands/docs-init.md +334 -0
  129. package/plugins/specweave-docs/skills/docusaurus/SKILL.md +581 -0
  130. package/plugins/specweave-docs/skills/spec-driven-brainstorming/SKILL.md +689 -0
  131. package/plugins/specweave-docs/skills/technical-writing/SKILL.md +1039 -0
  132. package/plugins/specweave-docs-preview/.claude-plugin/plugin.json +1 -1
  133. package/plugins/specweave-figma/.claude-plugin/plugin.json +23 -0
  134. package/plugins/specweave-figma/commands/figma-import.md +690 -0
  135. package/plugins/specweave-figma/commands/figma-to-react.md +834 -0
  136. package/plugins/specweave-figma/commands/figma-tokens.md +815 -0
  137. package/plugins/specweave-frontend/.claude-plugin/plugin.json +21 -0
  138. package/plugins/specweave-frontend/agents/frontend-architect/AGENT.md +387 -0
  139. package/plugins/specweave-frontend/agents/frontend-architect/README.md +385 -0
  140. package/plugins/specweave-frontend/agents/frontend-architect/examples.md +590 -0
  141. package/plugins/specweave-frontend/agents/frontend-architect/templates/component-template.tsx +152 -0
  142. package/plugins/specweave-frontend/agents/frontend-architect/templates/hook-template.ts +311 -0
  143. package/plugins/specweave-frontend/agents/frontend-architect/templates/page-template.tsx +228 -0
  144. package/plugins/specweave-frontend/commands/component-generate.md +510 -0
  145. package/plugins/specweave-frontend/commands/design-system-init.md +494 -0
  146. package/plugins/specweave-frontend/commands/frontend-scaffold.md +207 -0
  147. package/plugins/specweave-frontend/commands/nextjs-setup.md +396 -0
  148. package/plugins/specweave-frontend/skills/design-system-architect/SKILL.md +278 -0
  149. package/plugins/specweave-frontend/skills/frontend/SKILL.md +420 -0
  150. package/plugins/specweave-frontend/skills/nextjs/SKILL.md +546 -0
  151. package/plugins/specweave-github/.claude-plugin/plugin.json +1 -1
  152. package/plugins/specweave-github/agents/github-manager/AGENT.md +23 -0
  153. package/plugins/specweave-github/agents/github-task-splitter/AGENT.md +25 -0
  154. package/plugins/specweave-github/agents/user-story-updater/AGENT.md +25 -0
  155. package/plugins/specweave-github/hooks/.specweave/logs/hooks-debug.log +194 -0
  156. package/plugins/specweave-github/lib/github-spec-content-sync.js +49 -0
  157. package/plugins/specweave-github/lib/github-spec-content-sync.ts +67 -0
  158. package/plugins/specweave-infrastructure/.claude-plugin/plugin.json +1 -1
  159. package/plugins/specweave-infrastructure/agents/devops/AGENT.md +26 -0
  160. package/plugins/specweave-infrastructure/agents/network-engineer/AGENT.md +26 -0
  161. package/plugins/specweave-infrastructure/agents/observability-engineer/AGENT.md +26 -0
  162. package/plugins/specweave-infrastructure/agents/performance-engineer/AGENT.md +26 -0
  163. package/plugins/specweave-infrastructure/agents/sre/AGENT.md +26 -0
  164. package/plugins/specweave-jira/.claude-plugin/plugin.json +1 -1
  165. package/plugins/specweave-jira/agents/jira-manager/AGENT.md +26 -0
  166. package/plugins/specweave-jira/commands/import-projects.js +183 -0
  167. package/plugins/specweave-jira/commands/import-projects.md +97 -0
  168. package/plugins/specweave-jira/commands/import-projects.ts +288 -0
  169. package/plugins/specweave-jira/commands/specweave-jira-import-projects.md +298 -0
  170. package/plugins/specweave-kafka/.claude-plugin/plugin.json +1 -1
  171. package/plugins/specweave-kafka/agents/kafka-architect/AGENT.md +26 -0
  172. package/plugins/specweave-kafka/agents/kafka-devops/AGENT.md +26 -0
  173. package/plugins/specweave-kafka/agents/kafka-observability/AGENT.md +26 -0
  174. package/plugins/specweave-kafka-streams/.claude-plugin/plugin.json +1 -1
  175. package/plugins/specweave-kubernetes/agents/kubernetes-architect/AGENT.md +26 -0
  176. package/plugins/specweave-kubernetes/commands/cluster-setup.md +262 -0
  177. package/plugins/specweave-kubernetes/commands/deployment-generate.md +242 -0
  178. package/plugins/specweave-kubernetes/commands/helm-scaffold.md +333 -0
  179. package/plugins/specweave-ml/.claude-plugin/plugin.json +3 -3
  180. package/plugins/specweave-ml/agents/data-scientist/AGENT.md +26 -0
  181. package/plugins/specweave-ml/agents/ml-engineer/AGENT.md +26 -0
  182. package/plugins/specweave-ml/agents/mlops-engineer/AGENT.md +26 -0
  183. package/plugins/specweave-mobile/agents/mobile-architect/AGENT.md +26 -0
  184. package/plugins/specweave-mobile/commands/app-scaffold.md +233 -0
  185. package/plugins/specweave-mobile/commands/build-config.md +256 -0
  186. package/plugins/specweave-mobile/commands/screen-generate.md +289 -0
  187. package/plugins/specweave-n8n/.claude-plugin/plugin.json +1 -1
  188. package/plugins/specweave-payments/agents/payment-integration/AGENT.md +26 -0
  189. package/plugins/specweave-plugin-dev/.claude-plugin/plugin.json +20 -0
  190. package/plugins/specweave-plugin-dev/commands/plugin-create.md +333 -0
  191. package/plugins/specweave-plugin-dev/commands/plugin-publish.md +339 -0
  192. package/plugins/specweave-plugin-dev/commands/plugin-test.md +293 -0
  193. package/plugins/specweave-plugin-dev/skills/claude-sdk/SKILL.md +162 -0
  194. package/plugins/specweave-plugin-dev/skills/marketplace-publishing/SKILL.md +263 -0
  195. package/plugins/specweave-plugin-dev/skills/plugin-development/SKILL.md +316 -0
  196. package/plugins/specweave-release/.claude-plugin/plugin.json +1 -1
  197. package/plugins/specweave-release/agents/release-manager/AGENT.md +27 -0
  198. package/plugins/specweave-release/commands/specweave-release-npm.md +110 -0
  199. package/plugins/specweave-release/hooks/.specweave/logs/dora-tracking.log +168 -0
  200. package/plugins/specweave-testing/.claude-plugin/plugin.json +21 -0
  201. package/plugins/specweave-testing/agents/qa-engineer/AGENT.md +797 -0
  202. package/plugins/specweave-testing/agents/qa-engineer/README.md +443 -0
  203. package/plugins/specweave-testing/agents/qa-engineer/templates/playwright-e2e-test.ts +470 -0
  204. package/plugins/specweave-testing/agents/qa-engineer/templates/test-data-factory.ts +507 -0
  205. package/plugins/specweave-testing/agents/qa-engineer/templates/vitest-unit-test.ts +400 -0
  206. package/plugins/specweave-testing/agents/qa-engineer/test-strategies.md +726 -0
  207. package/plugins/specweave-testing/commands/e2e-setup.md +1081 -0
  208. package/plugins/specweave-testing/commands/test-coverage.md +979 -0
  209. package/plugins/specweave-testing/commands/test-generate.md +1156 -0
  210. package/plugins/specweave-testing/commands/test-init.md +409 -0
  211. package/plugins/specweave-testing/skills/e2e-playwright/SKILL.md +769 -0
  212. package/plugins/specweave-testing/skills/tdd-expert/SKILL.md +934 -0
  213. package/plugins/specweave-testing/skills/unit-testing-expert/SKILL.md +1011 -0
  214. package/plugins/specweave-tooling/.claude-plugin/plugin.json +22 -0
  215. package/plugins/specweave-tooling/commands/specweave-tooling-skill-create.md +691 -0
  216. package/plugins/specweave-tooling/commands/specweave-tooling-skill-package.md +751 -0
  217. package/plugins/specweave-tooling/commands/specweave-tooling-skill-validate.md +858 -0
  218. package/plugins/specweave-ui/.claude-plugin/plugin.json +10 -0
  219. package/plugins/specweave-ui/commands/ui-automate.md +199 -0
  220. package/plugins/specweave-ui/commands/ui-inspect.md +70 -0
  221. package/plugins/specweave-ui/skills/browser-automation/SKILL.md +314 -0
  222. package/plugins/specweave-ui/skills/ui-testing/SKILL.md +716 -0
  223. package/plugins/specweave-ui/skills/visual-regression/SKILL.md +728 -0
  224. package/plugins/specweave/commands/check-hooks.md +0 -257
  225. package/plugins/specweave/commands/specweave-archive-increments.md +0 -82
  226. package/plugins/specweave/skills/plugin-expert/SKILL.md +0 -340
  227. /package/plugins/specweave/{agents/code-reviewer.md → skills/code-reviewer/SKILL.md} +0 -0
@@ -0,0 +1,689 @@
1
+ ---
2
+ name: spec-driven-brainstorming
3
+ description: Spec-driven brainstorming and product discovery expert. Helps teams ideate features, break down epics, conduct story mapping sessions, prioritize using MoSCoW/RICE/Kano, and validate ideas with lean startup methods. Activates for brainstorming, product discovery, story mapping, feature ideation, prioritization, MoSCoW, RICE, Kano model, lean startup, MVP definition, product backlog, feature breakdown.
4
+ ---
5
+
6
+ # Spec-Driven Brainstorming Skill
7
+
8
+ Expert in product discovery, feature ideation, and spec-driven brainstorming techniques. Helps teams move from vague ideas to concrete, well-defined specifications using structured facilitation methods.
9
+
10
+ ## Core Facilitation Techniques
11
+
12
+ ### 1. Story Mapping (User Story Mapping)
13
+
14
+ **Purpose**: Visualize user journey and identify features that deliver value at each step.
15
+
16
+ **Process**:
17
+
18
+ ```
19
+ Step 1: Define User Activities (horizontal backbone)
20
+ ┌──────────────┬──────────────┬──────────────┬──────────────┐
21
+ │ Discover │ Browse │ Purchase │ Receive │
22
+ │ Products │ & Compare │ & Checkout │ & Review │
23
+ └──────────────┴──────────────┴──────────────┴──────────────┘
24
+
25
+ Step 2: Break down into User Tasks (vertical slices)
26
+ Discover Products:
27
+ ├─ Search by keyword
28
+ ├─ Filter by category
29
+ ├─ View trending products
30
+ └─ Get personalized recommendations
31
+
32
+ Browse & Compare:
33
+ ├─ View product details
34
+ ├─ Read reviews
35
+ ├─ Compare products side-by-side
36
+ └─ Save to wishlist
37
+
38
+ Purchase & Checkout:
39
+ ├─ Add to cart
40
+ ├─ Apply discount code
41
+ ├─ Select shipping method
42
+ └─ Enter payment info
43
+
44
+ Step 3: Prioritize by Walking Skeleton (MVP = top row)
45
+ ┌────────────────────────────────────────────────────────┐
46
+ │ MVP (Release 1): Walking Skeleton │
47
+ ├────────────────────────────────────────────────────────┤
48
+ │ Search → View Details → Add to Cart → Checkout │
49
+ └────────────────────────────────────────────────────────┘
50
+
51
+ ┌────────────────────────────────────────────────────────┐
52
+ │ Release 2: Enhanced Discovery │
53
+ ├────────────────────────────────────────────────────────┤
54
+ │ Filters, Trending, Recommendations, Reviews │
55
+ └────────────────────────────────────────────────────────┘
56
+
57
+ ┌────────────────────────────────────────────────────────┐
58
+ │ Release 3: Advanced Features │
59
+ ├────────────────────────────────────────────────────────┤
60
+ │ Wishlist, Compare, Discount Codes, Saved Payments │
61
+ └────────────────────────────────────────────────────────┘
62
+ ```
63
+
64
+ **Output**: Prioritized backlog aligned with user journey.
65
+
66
+ ### 2. Event Storming
67
+
68
+ **Purpose**: Discover domain events and business processes through collaborative modeling.
69
+
70
+ **Process**:
71
+
72
+ ```markdown
73
+ ## Event Storming Workflow
74
+
75
+ ### Step 1: Identify Domain Events (orange sticky notes)
76
+ - OrderPlaced
77
+ - PaymentProcessed
78
+ - OrderShipped
79
+ - OrderDelivered
80
+ - OrderCancelled
81
+
82
+ ### Step 2: Identify Commands (blue sticky notes)
83
+ - PlaceOrder
84
+ - ProcessPayment
85
+ - ShipOrder
86
+ - CancelOrder
87
+
88
+ ### Step 3: Identify Aggregates (yellow sticky notes)
89
+ - Order (handles PlaceOrder, CancelOrder)
90
+ - Payment (handles ProcessPayment)
91
+ - Shipment (handles ShipOrder)
92
+
93
+ ### Step 4: Identify External Systems (pink sticky notes)
94
+ - PaymentGateway (Stripe)
95
+ - ShippingProvider (FedEx API)
96
+ - InventorySystem
97
+
98
+ ### Step 5: Identify Policies (purple sticky notes)
99
+ - WHEN OrderPlaced THEN ProcessPayment
100
+ - WHEN PaymentProcessed THEN ReserveInventory
101
+ - WHEN InventoryReserved THEN ShipOrder
102
+ - WHEN OrderCancelled AND PaymentProcessed THEN RefundPayment
103
+ ```
104
+
105
+ **Output**: Visual map of business processes and bounded contexts.
106
+
107
+ ### 3. Impact Mapping
108
+
109
+ **Purpose**: Connect business goals to features through user impact.
110
+
111
+ ```
112
+ GOAL: Increase revenue by 20% in Q2
113
+
114
+ WHY? (Impact)
115
+ ├─ Increase conversion rate (5% → 8%)
116
+ │ ├─ WHO? (Actors)
117
+ │ │ ├─ New visitors
118
+ │ │ └─ Returning customers
119
+ │ ├─ HOW? (Features)
120
+ │ │ ├─ Simplify checkout (1-click purchase)
121
+ │ │ ├─ Add product recommendations
122
+ │ │ └─ Offer guest checkout
123
+ │ └─ WHAT? (Deliverables)
124
+ │ ├─ US-001: 1-click checkout for logged-in users
125
+ │ ├─ US-002: ML-based product recommendations
126
+ │ └─ US-003: Guest checkout flow
127
+
128
+ ├─ Increase average order value ($50 → $65)
129
+ │ ├─ WHO? (Actors)
130
+ │ │ └─ Existing customers
131
+ │ ├─ HOW? (Features)
132
+ │ │ ├─ Bundle discounts (buy 3, get 10% off)
133
+ │ │ ├─ Free shipping threshold ($75+)
134
+ │ │ └─ Upsell related products
135
+ │ └─ WHAT? (Deliverables)
136
+ │ ├─ US-004: Bundle discount engine
137
+ │ ├─ US-005: Dynamic shipping calculator
138
+ │ └─ US-006: Related product suggestions
139
+
140
+ └─ Reduce cart abandonment (40% → 25%)
141
+ ├─ WHO? (Actors)
142
+ │ └─ Users with items in cart
143
+ ├─ HOW? (Features)
144
+ │ ├─ Cart abandonment emails
145
+ │ ├─ Save cart across devices
146
+ │ └─ Show trust signals (reviews, secure badges)
147
+ └─ WHAT? (Deliverables)
148
+ ├─ US-007: Automated cart recovery emails
149
+ ├─ US-008: Persistent cart sync
150
+ └─ US-009: Trust badge UI components
151
+ ```
152
+
153
+ **Output**: Features directly linked to business outcomes.
154
+
155
+ ## Prioritization Frameworks
156
+
157
+ ### 1. MoSCoW Method
158
+
159
+ **Definition**: Categorize features into Must, Should, Could, Won't.
160
+
161
+ ```markdown
162
+ ## Feature Prioritization: E-commerce Platform MVP
163
+
164
+ ### MUST Have (Critical for Launch)
165
+ - [ ] User registration & login
166
+ - [ ] Product catalog with search
167
+ - [ ] Shopping cart
168
+ - [ ] Checkout with payment processing
169
+ - [ ] Order confirmation email
170
+
171
+ **Rationale**: Core transactional flow, no sales without these.
172
+
173
+ ### SHOULD Have (Important but not critical)
174
+ - [ ] Product reviews and ratings
175
+ - [ ] Wishlist/Save for Later
176
+ - [ ] Order history
177
+ - [ ] Basic analytics dashboard (admin)
178
+
179
+ **Rationale**: Enhance UX and trust, but MVP can ship without.
180
+
181
+ ### COULD Have (Nice to have if time allows)
182
+ - [ ] Product recommendations
183
+ - [ ] Social login (Google, Facebook)
184
+ - [ ] Advanced filtering (price range, brand)
185
+ - [ ] Guest checkout
186
+
187
+ **Rationale**: Competitive features, but not required for MVP.
188
+
189
+ ### WON'T Have (Explicitly deferred)
190
+ - [ ] Mobile app (web-first)
191
+ - [ ] Multi-currency support
192
+ - [ ] Subscription billing
193
+ - [ ] Loyalty program
194
+
195
+ **Rationale**: Future roadmap items, not needed for initial market validation.
196
+ ```
197
+
198
+ **Best For**: MVP scope definition, time-boxed releases.
199
+
200
+ ### 2. RICE Score (Reach, Impact, Confidence, Effort)
201
+
202
+ **Formula**: `RICE Score = (Reach × Impact × Confidence) / Effort`
203
+
204
+ ```markdown
205
+ ## RICE Scoring Example
206
+
207
+ ### Feature A: 1-Click Checkout
208
+ - **Reach**: 5000 users/month will use this
209
+ - **Impact**: High (3/3) - significantly reduces friction
210
+ - **Confidence**: 80% (have data from competitor analysis)
211
+ - **Effort**: 4 person-weeks
212
+
213
+ **RICE Score** = (5000 × 3 × 0.8) / 4 = **3000**
214
+
215
+ ### Feature B: Product Recommendations
216
+ - **Reach**: 8000 users/month will see recommendations
217
+ - **Impact**: Medium (2/3) - incremental revenue lift
218
+ - **Confidence**: 50% (no A/B test data yet)
219
+ - **Effort**: 8 person-weeks
220
+
221
+ **RICE Score** = (8000 × 2 × 0.5) / 8 = **1000**
222
+
223
+ ### Feature C: Guest Checkout
224
+ - **Reach**: 2000 users/month (30% of visitors)
225
+ - **Impact**: High (3/3) - reduces abandonment significantly
226
+ - **Confidence**: 90% (industry benchmarks strong)
227
+ - **Effort**: 2 person-weeks
228
+
229
+ **RICE Score** = (2000 × 3 × 0.9) / 2 = **2700**
230
+
231
+ ### Priority Order
232
+ 1. **1-Click Checkout** (RICE: 3000)
233
+ 2. **Guest Checkout** (RICE: 2700)
234
+ 3. **Product Recommendations** (RICE: 1000)
235
+ ```
236
+
237
+ **Best For**: Data-driven prioritization, roadmap planning.
238
+
239
+ ### 3. Kano Model
240
+
241
+ **Categories**:
242
+ - **Basic Needs (Must-be)**: Absence causes dissatisfaction, presence doesn't delight
243
+ - **Performance Needs (One-dimensional)**: More is better (linear satisfaction)
244
+ - **Excitement Needs (Delighters)**: Absence doesn't hurt, presence delights
245
+
246
+ ```markdown
247
+ ## Kano Analysis: Email Client
248
+
249
+ ### Basic Needs (Hygiene Factors)
250
+ - Send and receive email (expected, must work flawlessly)
251
+ - Attachment support (expected)
252
+ - Spam filtering (expected)
253
+
254
+ **Action**: Must implement, but won't differentiate product.
255
+
256
+ ### Performance Needs (Satisfiers)
257
+ - Search speed (faster = better satisfaction)
258
+ - Storage quota (more = better satisfaction)
259
+ - Mobile app performance
260
+
261
+ **Action**: Invest proportionally based on competitive benchmarks.
262
+
263
+ ### Excitement Needs (Delighters)
264
+ - AI-powered email summarization (unexpected, delights users)
265
+ - Smart reply suggestions
266
+ - Scheduled send with timezone awareness
267
+ - Undo send (5-second window)
268
+
269
+ **Action**: Focus on 1-2 delighters for differentiation.
270
+
271
+ ### Indifferent Features (Low Priority)
272
+ - Custom email signatures (users don't care much)
273
+ - Theme customization (low impact)
274
+
275
+ **Action**: Deprioritize or skip.
276
+
277
+ ### Reverse Features (Causes Dissatisfaction)
278
+ - Intrusive ads in inbox (annoys users)
279
+ - Forced social features (users resist)
280
+
281
+ **Action**: Avoid completely.
282
+ ```
283
+
284
+ **Best For**: Understanding customer satisfaction drivers, differentiation strategy.
285
+
286
+ ## Lean Startup Validation
287
+
288
+ ### 1. Build-Measure-Learn Loop
289
+
290
+ ```markdown
291
+ ## Hypothesis Testing: Feature X
292
+
293
+ ### BUILD
294
+ **Hypothesis**: Adding product recommendations will increase average order value by 15%.
295
+
296
+ **Minimum Viable Test**:
297
+ - Implement simple "Customers also bought" section
298
+ - Show on 50% of product pages (A/B test)
299
+ - Track: clicks, add-to-cart rate, order value
300
+
301
+ **Effort**: 1 week (backend + frontend)
302
+
303
+ ### MEASURE
304
+ **Metrics to Track**:
305
+ - Click-through rate on recommendations
306
+ - Add-to-cart conversion from recommendations
307
+ - Average order value (treatment vs control)
308
+ - Revenue per visitor
309
+
310
+ **Success Criteria**:
311
+ - CTR > 5%
312
+ - AOV increase > 10%
313
+ - Statistical significance (p < 0.05)
314
+
315
+ **Data Collection Period**: 2 weeks (minimum 10,000 visitors)
316
+
317
+ ### LEARN
318
+ **Scenario A: Hypothesis Validated**
319
+ - AOV increased 18% (exceeded target!)
320
+ - CTR on recommendations: 12%
321
+ - **Action**: Roll out to 100%, invest in ML-based recommendations
322
+
323
+ **Scenario B: Hypothesis Rejected**
324
+ - AOV increased 2% (below target)
325
+ - CTR on recommendations: 1% (low engagement)
326
+ - **Action**: Pivot - test alternative hypothesis (e.g., bundle discounts)
327
+
328
+ **Scenario C: Mixed Results**
329
+ - AOV increased 12% (close to target)
330
+ - High CTR but low conversion
331
+ - **Action**: Iterate - improve recommendation quality (ML model)
332
+ ```
333
+
334
+ ### 2. MVP Definition Canvas
335
+
336
+ ```markdown
337
+ ## MVP Canvas: Task Management SaaS
338
+
339
+ ### Target Users
340
+ - Solo freelancers and small teams (2-5 people)
341
+ - Knowledge workers (designers, developers, writers)
342
+ - Currently using: Spreadsheets, Trello, Notion
343
+
344
+ ### Problem Being Solved
345
+ - Task prioritization is manual and time-consuming
346
+ - No visibility into blockers and dependencies
347
+ - Team collaboration requires constant status updates
348
+
349
+ ### Unique Value Proposition
350
+ Auto-prioritized task list using AI + team workload balancing.
351
+
352
+ ### MVP Features (Walking Skeleton)
353
+ **Core Flow**: Create task → AI prioritizes → Assign → Complete
354
+
355
+ **Must-Have Features**:
356
+ - [ ] Task creation (title, description, due date)
357
+ - [ ] AI prioritization (urgency + importance algorithm)
358
+ - [ ] Task assignment to team members
359
+ - [ ] Task status updates (To Do, In Progress, Done)
360
+ - [ ] Team dashboard (workload overview)
361
+
362
+ **NOT in MVP**:
363
+ - ❌ Time tracking
364
+ - ❌ Custom workflows
365
+ - ❌ Integrations (Slack, GitHub)
366
+ - ❌ Mobile app
367
+ - ❌ Advanced reporting
368
+
369
+ ### Success Metrics
370
+ - **Activation**: 70% of signups create 3+ tasks in first week
371
+ - **Retention**: 40% weekly active users (WAU) after 4 weeks
372
+ - **Engagement**: Average 5 tasks completed/week per user
373
+
374
+ ### Risks & Assumptions
375
+ - **Assumption**: Users trust AI prioritization
376
+ - **Test**: Survey 50 users after 2 weeks, ask "Do you trust the priority scores?"
377
+ - **Risk**: AI prioritization is inaccurate
378
+ - **Mitigation**: Manual override, feedback loop to improve model
379
+ - **Assumption**: Teams of 2-5 are willing to pay $10/user/month
380
+ - **Test**: Offer paid tier after 2-week trial, track conversion rate
381
+ ```
382
+
383
+ ## Brainstorming Techniques
384
+
385
+ ### 1. Crazy 8s (Rapid Ideation)
386
+
387
+ **Process**: 8 sketches in 8 minutes (1 minute per idea).
388
+
389
+ ```markdown
390
+ ## Crazy 8s Session: Improve Checkout Flow
391
+
392
+ ### Ideas Generated (8 minutes)
393
+ 1. **1-Click Purchase** - Saved payment + address, single button
394
+ 2. **Progressive Disclosure** - Multi-step wizard (cart → shipping → payment)
395
+ 3. **Guest Checkout** - No account required, email-only
396
+ 4. **Cart Abandonment Recovery** - Email + discount code
397
+ 5. **Payment Link Sharing** - Send checkout link to someone else (gift)
398
+ 6. **Buy Now Pay Later** - Installment payments (Klarna integration)
399
+ 7. **Voice Checkout** - "Alexa, complete my order"
400
+ 8. **AR Try-On** - Virtual fitting room before checkout
401
+
402
+ ### Voting (Dot Voting)
403
+ - 1-Click Purchase: ●●●●● (5 votes)
404
+ - Guest Checkout: ●●●● (4 votes)
405
+ - BNPL Integration: ●●● (3 votes)
406
+ - Progressive Disclosure: ●● (2 votes)
407
+
408
+ ### Top 3 for Deeper Exploration
409
+ 1. 1-Click Purchase (quick win, high impact)
410
+ 2. Guest Checkout (reduce friction)
411
+ 3. BNPL Integration (competitive parity)
412
+ ```
413
+
414
+ ### 2. Six Thinking Hats (De Bono)
415
+
416
+ **Purpose**: Explore ideas from different perspectives.
417
+
418
+ ```markdown
419
+ ## Six Hats Analysis: Feature X (AI-Powered Email Summarization)
420
+
421
+ ### White Hat (Facts & Data)
422
+ - Average email length: 200 words
423
+ - Users spend 3 minutes reading complex emails
424
+ - 40% of emails are > 500 words
425
+ - Competitor Y launched similar feature (20% adoption)
426
+
427
+ ### Red Hat (Emotions & Intuition)
428
+ - "This feels like a gimmick, I don't trust AI to summarize important emails"
429
+ - "Love this! Saves time on long threads"
430
+ - "Worried about missing critical details in summary"
431
+
432
+ ### Yellow Hat (Optimism & Benefits)
433
+ - Saves 2 minutes per long email → 20 min/day for heavy users
434
+ - Reduces cognitive load, improves focus
435
+ - Differentiator from competitors (if done well)
436
+ - Could upsell as premium feature
437
+
438
+ ### Black Hat (Risks & Caution)
439
+ - AI hallucination risk (incorrect summaries)
440
+ - Privacy concerns (email content processed by AI)
441
+ - High development cost (NLP model training)
442
+ - May annoy users who prefer full context
443
+
444
+ ### Green Hat (Creativity & Alternatives)
445
+ - Alternative 1: Highlight key sentences (instead of summary)
446
+ - Alternative 2: TL;DR generated by sender (not AI)
447
+ - Alternative 3: Voice-to-summary (read email aloud, generate summary)
448
+
449
+ ### Blue Hat (Process & Conclusion)
450
+ **Decision**: Proceed with MVP (limited rollout)
451
+ - Build: Highlight key sentences (lower risk than full summary)
452
+ - Test: 10% of users, measure engagement + feedback
453
+ - Iterate: If successful, invest in full AI summarization
454
+ ```
455
+
456
+ ### 3. How Might We (HMW) Questions
457
+
458
+ **Purpose**: Reframe problems as opportunities.
459
+
460
+ ```markdown
461
+ ## Problem Statement
462
+ Users abandon checkout because the form is too long (12 fields).
463
+
464
+ ### HMW Questions
465
+ - **HMW reduce the number of required fields?**
466
+ - Idea: Use address autocomplete (Google Places API)
467
+ - Idea: Prefill from previous orders
468
+ - **HMW make the form feel shorter?**
469
+ - Idea: Multi-step wizard (psychological chunking)
470
+ - Idea: Progress bar showing "80% complete"
471
+ - **HMW eliminate the form entirely?**
472
+ - Idea: 1-click checkout for returning users
473
+ - Idea: Voice input for address/payment
474
+ - **HMW make filling the form more enjoyable?**
475
+ - Idea: Gamify with rewards (10 points per field completed)
476
+ - Idea: Show real-time savings ("You've saved $15 so far!")
477
+ - **HMW help users trust the checkout process?**
478
+ - Idea: Show trust badges (SSL, money-back guarantee)
479
+ - Idea: Live chat support during checkout
480
+ ```
481
+
482
+ ## Feature Breakdown Templates
483
+
484
+ ### Epic → Features → User Stories
485
+
486
+ ```markdown
487
+ ## Epic: User Onboarding Experience
488
+
489
+ ### Feature 1: Account Creation
490
+ **User Story US-001**: Email/Password Registration
491
+ - **As a** new user
492
+ - **I want to** create an account with email/password
493
+ - **So that** I can access personalized features
494
+
495
+ **Acceptance Criteria**:
496
+ - Email validation (RFC 5322 format)
497
+ - Password complexity (8+ chars, 1 uppercase, 1 number, 1 special)
498
+ - Duplicate email detection
499
+ - Verification email sent within 5 minutes
500
+
501
+ **User Story US-002**: Social Login (Google, GitHub)
502
+ - **As a** new user
503
+ - **I want to** sign up with my Google/GitHub account
504
+ - **So that** I don't have to remember another password
505
+
506
+ **Acceptance Criteria**:
507
+ - OAuth 2.0 integration
508
+ - Consent screen shown
509
+ - Email auto-verified for social logins
510
+
511
+ ### Feature 2: Profile Setup
512
+ **User Story US-003**: Basic Profile Information
513
+ - **As a** new user
514
+ - **I want to** set my display name and avatar
515
+ - **So that** other users can recognize me
516
+
517
+ **User Story US-004**: Preferences Configuration
518
+ - **As a** new user
519
+ - **I want to** configure notification preferences
520
+ - **So that** I only receive relevant updates
521
+
522
+ ### Feature 3: Guided Tour
523
+ **User Story US-005**: Interactive Product Tour
524
+ - **As a** first-time user
525
+ - **I want** a guided tour of key features
526
+ - **So that** I understand how to use the product
527
+
528
+ **User Story US-006**: Sample Data Pre-population
529
+ - **As a** new user
530
+ - **I want** sample data to explore
531
+ - **So that** I can try features without manual setup
532
+ ```
533
+
534
+ ## Collaborative Workshop Formats
535
+
536
+ ### 1. Remote Brainstorming (Miro/FigJam)
537
+
538
+ **Agenda** (90 minutes):
539
+ ```
540
+ 00:00 - 00:10 Introduction & Problem Statement
541
+ 00:10 - 00:25 Individual Ideation (silent brainstorming)
542
+ 00:25 - 00:45 Group Sharing (2 min per person)
543
+ 00:45 - 01:00 Affinity Grouping (cluster similar ideas)
544
+ 01:00 - 01:15 Dot Voting (3 votes per person)
545
+ 01:15 - 01:30 Discussion & Action Items
546
+ ```
547
+
548
+ **Tools**:
549
+ - Miro Board with templates
550
+ - Timer for timeboxing
551
+ - Anonymous voting
552
+
553
+ ### 2. Design Sprint (5-Day Format)
554
+
555
+ ```
556
+ Day 1: Map (Understand the problem)
557
+ - User journey mapping
558
+ - Identify pain points
559
+ - Set sprint goal
560
+
561
+ Day 2: Sketch (Diverge - generate ideas)
562
+ - Crazy 8s
563
+ - Solution sketches
564
+ - Silent critique
565
+
566
+ Day 3: Decide (Converge - choose solution)
567
+ - Dot voting
568
+ - Storyboard creation
569
+ - Prototype plan
570
+
571
+ Day 4: Prototype (Build realistic facade)
572
+ - High-fidelity mockup
573
+ - Interactive prototype (Figma)
574
+ - Test script preparation
575
+
576
+ Day 5: Test (Validate with users)
577
+ - 5 user interviews
578
+ - Record findings
579
+ - Decide: build, iterate, or pivot
580
+ ```
581
+
582
+ ## Output Templates
583
+
584
+ ### Brainstorming Session Summary
585
+
586
+ ```markdown
587
+ # Brainstorming Session: [Topic]
588
+
589
+ **Date**: 2024-01-15
590
+ **Participants**: Alice (PM), Bob (Eng), Carol (Design)
591
+ **Facilitator**: Alice
592
+
593
+ ## Problem Statement
594
+ Users are abandoning checkout at 40% rate (industry avg: 25%).
595
+
596
+ ## Ideas Generated (22 total)
597
+
598
+ ### High Priority (Top 5 by voting)
599
+ 1. **1-Click Checkout** (8 votes)
600
+ - Rationale: Removes friction for returning users
601
+ - Effort: 2 weeks
602
+ - Impact: Est. 10% reduction in abandonment
603
+
604
+ 2. **Guest Checkout** (7 votes)
605
+ - Rationale: 30% of users don't want accounts
606
+ - Effort: 1 week
607
+ - Impact: Est. 8% reduction in abandonment
608
+
609
+ 3. **Progress Indicator** (6 votes)
610
+ - Rationale: Reduces anxiety about form length
611
+ - Effort: 2 days
612
+ - Impact: Est. 3% reduction in abandonment
613
+
614
+ 4. **Autofill Address** (5 votes)
615
+ - Rationale: Saves time, reduces errors
616
+ - Effort: 1 week (Google Places API)
617
+ - Impact: Est. 5% reduction in abandonment
618
+
619
+ 5. **Save Cart for Later** (4 votes)
620
+ - Rationale: Users can return without starting over
621
+ - Effort: 3 days
622
+ - Impact: Est. 4% recovery of abandoned carts
623
+
624
+ ### Medium Priority (Parking Lot)
625
+ - Buy Now Pay Later integration
626
+ - Live chat support during checkout
627
+ - Trust badges (SSL, money-back guarantee)
628
+
629
+ ### Deferred (Low ROI or High Risk)
630
+ - Voice checkout (too experimental)
631
+ - AR try-on (out of scope)
632
+
633
+ ## Action Items
634
+ - [ ] Alice: Create specs for Top 3 (1-Click, Guest, Progress)
635
+ - [ ] Bob: Technical feasibility assessment (3 days)
636
+ - [ ] Carol: Mockups for guest checkout flow (5 days)
637
+ - [ ] Team: Review specs on Friday standup
638
+
639
+ ## Next Session
640
+ - Date: 2024-01-22
641
+ - Topic: Refine top 3 ideas into user stories
642
+ ```
643
+
644
+ ## Best Practices
645
+
646
+ ### 1. Timebox Everything
647
+ - Ideation: 10-15 minutes max
648
+ - Discussion: 5 minutes per idea
649
+ - Voting: 2 minutes
650
+
651
+ ### 2. Diverge Before Converging
652
+ - Generate quantity first (no criticism)
653
+ - Evaluate quality later (structured voting)
654
+
655
+ ### 3. Make It Visual
656
+ - Sketches > Text
657
+ - Whiteboards > Documents
658
+ - Prototypes > Specs
659
+
660
+ ### 4. Include Diverse Perspectives
661
+ - Engineering (feasibility)
662
+ - Design (usability)
663
+ - Product (business value)
664
+ - Support (user pain points)
665
+
666
+ ### 5. Document Decisions
667
+ - Why did we choose X over Y?
668
+ - What assumptions are we making?
669
+ - What will we measure?
670
+
671
+ ## Resources
672
+
673
+ - [User Story Mapping - Jeff Patton](https://www.jpattonassociates.com/user-story-mapping/)
674
+ - [Impact Mapping - Gojko Adzic](https://www.impactmapping.org/)
675
+ - [Design Sprint - Google Ventures](https://www.gv.com/sprint/)
676
+ - [Kano Model Analysis](https://en.wikipedia.org/wiki/Kano_model)
677
+
678
+ ## Activation Keywords
679
+
680
+ Ask me about:
681
+ - "How to run a brainstorming session"
682
+ - "Story mapping for product discovery"
683
+ - "Prioritization frameworks (MoSCoW, RICE, Kano)"
684
+ - "How to break down epics into user stories"
685
+ - "Lean startup validation techniques"
686
+ - "MVP definition and scoping"
687
+ - "Feature prioritization methods"
688
+ - "Design sprint facilitation"
689
+ - "Impact mapping for product roadmaps"