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,448 @@
1
+ ---
2
+ name: prioritization-advisor
3
+ description: Choose a prioritization framework based on stage, team context, and stakeholder needs. Use when deciding between RICE, ICE, value/effort, or another scoring approach.
4
+ intent: >-
5
+ Guide product managers in choosing the right prioritization framework by asking adaptive questions about product stage, team context, decision-making needs, and stakeholder dynamics. Use this to avoid "framework whiplash" (switching frameworks constantly) or applying the wrong framework (e.g., using RICE for strategic bets or ICE for data-driven decisions). Outputs a recommended framework with implementation guidance tailored to your context.
6
+ type: interactive
7
+ best_for:
8
+ - "Choosing the right prioritization framework for a team or stage"
9
+ - "Deciding between RICE, ICE, value/effort, and similar models"
10
+ - "Reducing debate about how to prioritize competing work"
11
+ scenarios:
12
+ - "Which prioritization framework should my startup use right now?"
13
+ - "Help me choose between RICE and value/effort for roadmap planning"
14
+ - "We keep arguing about prioritization. Recommend a framework."
15
+ ---
16
+
17
+
18
+ ## Purpose
19
+ Guide product managers in choosing the right prioritization framework by asking adaptive questions about product stage, team context, decision-making needs, and stakeholder dynamics. Use this to avoid "framework whiplash" (switching frameworks constantly) or applying the wrong framework (e.g., using RICE for strategic bets or ICE for data-driven decisions). Outputs a recommended framework with implementation guidance tailored to your context.
20
+
21
+ This is not a scoring calculator—it's a decision guide that matches prioritization frameworks to your specific situation.
22
+
23
+ ## Key Concepts
24
+
25
+ ### The Prioritization Framework Landscape
26
+ Common frameworks and when to use them:
27
+
28
+ **Scoring frameworks:**
29
+ - **RICE** (Reach, Impact, Confidence, Effort) — Data-driven, requires metrics
30
+ - **ICE** (Impact, Confidence, Ease) — Lightweight, gut-check scoring
31
+ - **Value vs. Effort** (2x2 matrix) — Quick wins vs. strategic bets
32
+ - **Weighted Scoring** — Custom criteria with stakeholder input
33
+
34
+ **Strategic frameworks:**
35
+ - **Kano Model** — Classify features by customer delight (basic, performance, delight)
36
+ - **Opportunity Scoring** — Rate importance vs. satisfaction gap
37
+ - **Buy-a-Feature** — Customer budget allocation exercise
38
+ - **Moscow** (Must, Should, Could, Won't) — Forcing function for hard choices
39
+
40
+ **Contextual frameworks:**
41
+ - **Cost of Delay** — Urgency-based (time-sensitive features)
42
+ - **Impact Mapping** — Goal-driven (tie features to outcomes)
43
+ - **Story Mapping** — User journey-based (narrative flow)
44
+
45
+ ### Why This Works
46
+ - **Context-aware:** Matches framework to product stage, team maturity, data availability
47
+ - **Anti-dogmatic:** No single "best" framework—it depends on your situation
48
+ - **Actionable:** Provides implementation steps, not just framework names
49
+
50
+ ### Anti-Patterns (What This Is NOT)
51
+ - **Not a universal ranking:** Frameworks aren't "better" or "worse"—they fit different contexts
52
+ - **Not a replacement for strategy:** Frameworks execute strategy; they don't create it
53
+ - **Not set-it-and-forget-it:** Reassess frameworks as your product matures
54
+
55
+ ### When to Use This
56
+ - Choosing a prioritization framework for the first time
57
+ - Switching frameworks (current one isn't working)
58
+ - Aligning stakeholders on prioritization process
59
+ - Onboarding new PMs to team practices
60
+
61
+ ### When NOT to Use This
62
+ - When you already have a working framework (don't fix what isn't broken)
63
+ - For one-off decisions (frameworks are for recurring prioritization)
64
+ - As a substitute for strategic vision (frameworks can't tell you what to build)
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 4 adaptive questions**, offering **3-4 enumerated options** at each step.
85
+
86
+ ---
87
+
88
+ ### Question 1: Product Stage
89
+
90
+ **Agent asks:**
91
+ "What stage is your product in?"
92
+
93
+ **Offer 4 enumerated options:**
94
+
95
+ 1. **Pre-product/market fit** — "Searching for PMF; experimenting rapidly; unclear what customers want" (High uncertainty, need speed)
96
+ 2. **Early PMF, scaling** — "Found initial PMF; growing fast; adding features to retain/expand" (Moderate uncertainty, balancing speed + quality)
97
+ 3. **Mature product, optimization** — "Established market; incremental improvements; competing on quality/features" (Low uncertainty, data-driven decisions)
98
+ 4. **Multiple products/platform** — "Portfolio of products; cross-product dependencies; complex stakeholder needs" (Coordination complexity)
99
+
100
+ **Or describe your product stage (new idea, growth mode, established, etc.).**
101
+
102
+ **User response:** [Selection or custom]
103
+
104
+ ---
105
+
106
+ ### Question 2: Team Context
107
+
108
+ **Agent asks:**
109
+ "What's your team and stakeholder environment like?"
110
+
111
+ **Offer 4 enumerated options:**
112
+
113
+ 1. **Small team, limited resources** — "3-5 engineers, 1 PM, need to focus ruthlessly" (Need simple, fast framework)
114
+ 2. **Cross-functional team, aligned** — "Product, design, engineering aligned; clear goals; good collaboration" (Can use data-driven frameworks)
115
+ 3. **Multiple stakeholders, misaligned** — "Execs, sales, customers all have opinions; need transparent process" (Need consensus-building framework)
116
+ 4. **Large org, complex dependencies** — "Multiple teams, shared roadmap, cross-team dependencies" (Need coordination framework)
117
+
118
+ **Or describe your team/stakeholder context.**
119
+
120
+ **User response:** [Selection or custom]
121
+
122
+ ---
123
+
124
+ ### Question 3: Decision-Making Needs
125
+
126
+ **Agent asks:**
127
+ "What's the primary challenge you're trying to solve with prioritization?"
128
+
129
+ **Offer 4 enumerated options:**
130
+
131
+ 1. **Too many ideas, unclear which to pursue** — "Backlog is 100+ items; need to narrow to top 10" (Need filtering framework)
132
+ 2. **Stakeholders disagree on priorities** — "Sales wants features, execs want strategic bets, engineering wants tech debt" (Need alignment framework)
133
+ 3. **Lack of data-driven decisions** — "Prioritizing by gut feel; want metrics-based process" (Need scoring framework)
134
+ 4. **Hard tradeoffs between strategic bets vs. quick wins** — "Balancing long-term vision vs. short-term customer needs" (Need value/effort framework)
135
+
136
+ **Or describe your specific challenge.**
137
+
138
+ **User response:** [Selection or custom]
139
+
140
+ ---
141
+
142
+ ### Question 4: Data Availability
143
+
144
+ **Agent asks:**
145
+ "How much data do you have to inform prioritization?"
146
+
147
+ **Offer 3 enumerated options:**
148
+
149
+ 1. **Minimal data** — "New product, no usage metrics, few customers to survey" (Gut-based frameworks)
150
+ 2. **Some data** — "Basic analytics, customer feedback, but no rigorous data collection" (Lightweight scoring frameworks)
151
+ 3. **Rich data** — "Usage metrics, A/B tests, customer surveys, clear success metrics" (Data-driven frameworks)
152
+
153
+ **Or describe your data situation.**
154
+
155
+ **User response:** [Selection or custom]
156
+
157
+ ---
158
+
159
+ ### Output: Recommend Prioritization Framework
160
+
161
+ After collecting responses, the agent recommends a framework:
162
+
163
+ ```markdown
164
+ # Prioritization Framework Recommendation
165
+
166
+ **Based on your context:**
167
+ - **Product Stage:** [From Q1]
168
+ - **Team Context:** [From Q2]
169
+ - **Decision-Making Need:** [From Q3]
170
+ - **Data Availability:** [From Q4]
171
+
172
+ ---
173
+
174
+ ## Recommended Framework: [Framework Name]
175
+
176
+ **Why this framework fits:**
177
+ - [Rationale 1 based on Q1-Q4]
178
+ - [Rationale 2]
179
+ - [Rationale 3]
180
+
181
+ **When to use it:**
182
+ - [Context where this framework excels]
183
+
184
+ **When NOT to use it:**
185
+ - [Limitations or contexts where it fails]
186
+
187
+ ---
188
+
189
+ ## How to Implement
190
+
191
+ ### Step 1: [First implementation step]
192
+ - [Detailed guidance]
193
+ - [Example: "Define scoring criteria: Reach, Impact, Confidence, Effort"]
194
+
195
+ ### Step 2: [Second step]
196
+ - [Detailed guidance]
197
+ - [Example: "Score each feature on 1-10 scale"]
198
+
199
+ ### Step 3: [Third step]
200
+ - [Detailed guidance]
201
+ - [Example: "Calculate RICE score: (Reach × Impact × Confidence) / Effort"]
202
+
203
+ ### Step 4: [Fourth step]
204
+ - [Detailed guidance]
205
+ - [Example: "Rank by score; review top 10 with stakeholders"]
206
+
207
+ ---
208
+
209
+ ## Example Scoring Template
210
+
211
+ [Provide a concrete example of how to use the framework]
212
+
213
+ **Example (if RICE):**
214
+
215
+ | Feature | Reach (users/month) | Impact (1-3) | Confidence (%) | Effort (person-months) | RICE Score |
216
+ |---------|---------------------|--------------|----------------|------------------------|------------|
217
+ | Feature A | 10,000 | 3 (massive) | 80% | 2 | 12,000 |
218
+ | Feature B | 5,000 | 2 (high) | 70% | 1 | 7,000 |
219
+ | Feature C | 2,000 | 1 (medium) | 50% | 0.5 | 2,000 |
220
+
221
+ **Priority:** Feature A > Feature B > Feature C
222
+
223
+ ---
224
+
225
+ ## Alternative Framework (Second Choice)
226
+
227
+ **If the recommended framework doesn't fit, consider:** [Alternative framework name]
228
+
229
+ **Why this might work:**
230
+ - [Rationale]
231
+
232
+ **Tradeoffs:**
233
+ - [What you gain vs. what you lose]
234
+
235
+ ---
236
+
237
+ ## Common Pitfalls with This Framework
238
+
239
+ 1. **[Pitfall 1]** — [Description and how to avoid]
240
+ 2. **[Pitfall 2]** — [Description and how to avoid]
241
+ 3. **[Pitfall 3]** — [Description and how to avoid]
242
+
243
+ ---
244
+
245
+ ## Reassess When
246
+
247
+ - Product stage changes (e.g., PMF → scaling)
248
+ - Team grows or reorganizes
249
+ - Stakeholder dynamics shift
250
+ - Current framework feels broken (e.g., too slow, ignoring important factors)
251
+
252
+ ---
253
+
254
+ **Would you like implementation templates or examples for this framework?**
255
+ ```
256
+
257
+ ---
258
+
259
+ ## Examples
260
+
261
+ ### Example 1: Good Framework Match (Early PMF, RICE)
262
+
263
+ **Q1 Response:** "Early PMF, scaling — Found initial PMF; growing fast; adding features to retain/expand"
264
+
265
+ **Q2 Response:** "Cross-functional team, aligned — Product, design, engineering aligned; clear goals"
266
+
267
+ **Q3 Response:** "Lack of data-driven decisions — Prioritizing by gut feel; want metrics-based process"
268
+
269
+ **Q4 Response:** "Some data — Basic analytics, customer feedback, but no rigorous data collection"
270
+
271
+ ---
272
+
273
+ **Recommended Framework: RICE (Reach, Impact, Confidence, Effort)**
274
+
275
+ **Why this fits:**
276
+ - You have some data (analytics, customer feedback) to estimate Reach and Impact
277
+ - Cross-functional team alignment means you can agree on scoring criteria
278
+ - Transitioning from gut feel to data-driven = RICE provides structure without overwhelming complexity
279
+ - Early PMF stage = need speed, but also need to prioritize high-impact features for retention/expansion
280
+
281
+ **When to use it:**
282
+ - Quarterly or monthly roadmap planning
283
+ - When backlog exceeds 20-30 items
284
+ - When stakeholders debate priorities
285
+
286
+ **When NOT to use it:**
287
+ - For strategic, multi-quarter bets (RICE favors incremental wins)
288
+ - When you lack basic metrics (Reach requires usage data)
289
+ - For single-feature decisions (overkill)
290
+
291
+ ---
292
+
293
+ **Implementation:**
294
+
295
+ ### Step 1: Define Scoring Criteria
296
+ - **Reach:** How many users will this feature affect per month/quarter?
297
+ - **Impact:** How much will it improve their experience? (1 = minimal, 2 = high, 3 = massive)
298
+ - **Confidence:** How confident are you in your Reach/Impact estimates? (50% = low data, 80% = good data, 100% = certain)
299
+ - **Effort:** How many person-months to build? (Include design, engineering, QA)
300
+
301
+ ### Step 2: Score Each Feature
302
+ - Use a spreadsheet or Airtable
303
+ - Involve PM, design, engineering in scoring (not just PM solo)
304
+ - Be honest about Confidence (don't inflate scores)
305
+
306
+ ### Step 3: Calculate RICE Score
307
+ - Formula: `(Reach × Impact × Confidence) / Effort`
308
+ - Higher score = higher priority
309
+
310
+ ### Step 4: Review and Adjust
311
+ - Sort by RICE score
312
+ - Review top 10-20 with stakeholders
313
+ - Adjust for strategic priorities (RICE doesn't capture everything)
314
+
315
+ ---
316
+
317
+ **Example Scoring:**
318
+
319
+ | Feature | Reach | Impact | Confidence | Effort | RICE Score |
320
+ |---------|-------|--------|------------|--------|------------|
321
+ | Email reminders | 5,000 | 2 | 70% | 1 | 7,000 |
322
+ | Mobile app | 10,000 | 3 | 60% | 6 | 3,000 |
323
+ | Dark mode | 8,000 | 1 | 90% | 0.5 | 14,400 |
324
+
325
+ **Priority:** Dark mode > Email reminders > Mobile app (despite mobile app having high Reach/Impact, Effort is too high)
326
+
327
+ ---
328
+
329
+ **Alternative Framework: ICE (Impact, Confidence, Ease)**
330
+
331
+ **Why this might work:**
332
+ - Simpler than RICE (no Reach calculation)
333
+ - Faster to score (good if you need quick decisions)
334
+
335
+ **Tradeoffs:**
336
+ - Less data-driven (no Reach metric = can't compare features affecting different user bases)
337
+ - More subjective (Impact/Ease are gut-feel, not metrics)
338
+
339
+ ---
340
+
341
+ **Common Pitfalls:**
342
+
343
+ 1. **Overweighting Effort** — Don't avoid hard problems just because they score low. Some strategic bets require high effort.
344
+ 2. **Inflating Confidence** — Be honest. 50% confidence is okay if data is scarce.
345
+ 3. **Ignoring strategy** — RICE doesn't capture strategic importance. Adjust for vision/goals.
346
+
347
+ ---
348
+
349
+ ### Example 2: Bad Framework Match (Pre-PMF + RICE = Wrong Fit)
350
+
351
+ **Q1 Response:** "Pre-product/market fit — Searching for PMF; experimenting rapidly"
352
+
353
+ **Q2 Response:** "Small team, limited resources — 3 engineers, 1 PM"
354
+
355
+ **Q3 Response:** "Too many ideas, unclear which to pursue"
356
+
357
+ **Q4 Response:** "Minimal data — New product, no usage metrics"
358
+
359
+ ---
360
+
361
+ **Recommended Framework: ICE (Impact, Confidence, Ease) or Value/Effort Matrix**
362
+
363
+ **Why NOT RICE:**
364
+ - You don't have usage data to estimate Reach
365
+ - Pre-PMF = you need speed, not rigorous scoring
366
+ - Small team = overhead of RICE scoring is too heavy
367
+
368
+ **Why ICE instead:**
369
+ - Lightweight, gut-check framework
370
+ - Can score 20 ideas in 30 minutes
371
+ - Good for rapid experimentation phase
372
+
373
+ **Or Value/Effort Matrix:**
374
+ - Visual 2x2 matrix (high value/low effort = quick wins)
375
+ - Even faster than ICE
376
+ - Good for stakeholder alignment (visual, intuitive)
377
+
378
+ ---
379
+
380
+ ## Common Pitfalls
381
+
382
+ ### Pitfall 1: Using the Wrong Framework for Your Stage
383
+ **Symptom:** Pre-PMF startup using weighted scoring with 10 criteria
384
+
385
+ **Consequence:** Overhead kills speed. You need experiments, not rigorous scoring.
386
+
387
+ **Fix:** Match framework to stage. Pre-PMF = ICE or Value/Effort. Scaling = RICE. Mature = Opportunity Scoring or Kano.
388
+
389
+ ---
390
+
391
+ ### Pitfall 2: Framework Whiplash
392
+ **Symptom:** Switching frameworks every quarter
393
+
394
+ **Consequence:** Team confusion, lost time, no consistency.
395
+
396
+ **Fix:** Stick with one framework for 6-12 months. Reassess only when stage/context changes.
397
+
398
+ ---
399
+
400
+ ### Pitfall 3: Treating Scores as Gospel
401
+ **Symptom:** "Feature A scored 8,000, Feature B scored 7,999, so A wins"
402
+
403
+ **Consequence:** Ignores strategic context, judgment, and vision.
404
+
405
+ **Fix:** Use frameworks as input, not automation. PM judgment overrides scores when needed.
406
+
407
+ ---
408
+
409
+ ### Pitfall 4: Solo PM Scoring
410
+ **Symptom:** PM scores features alone, presents to team
411
+
412
+ **Consequence:** Lack of buy-in, engineering/design don't trust scores.
413
+
414
+ **Fix:** Collaborative scoring sessions. PM, design, engineering score together.
415
+
416
+ ---
417
+
418
+ ### Pitfall 5: No Framework at All
419
+ **Symptom:** "We prioritize by who shouts loudest"
420
+
421
+ **Consequence:** HiPPO (Highest Paid Person's Opinion) wins, not data or strategy.
422
+
423
+ **Fix:** Pick *any* framework. Even imperfect structure beats chaos.
424
+
425
+ ---
426
+
427
+ ## References
428
+
429
+ ### Related Skills
430
+ - `user-story.md` — Prioritized features become user stories
431
+ - `epic-hypothesis.md` — Prioritized epics validated with experiments
432
+ - `recommendation-canvas.md` — Business outcomes inform prioritization
433
+
434
+ ### External Frameworks
435
+ - Intercom, *RICE Prioritization* (2016) — Origin of RICE framework
436
+ - Sean McBride, *ICE Scoring* (2012) — Lightweight prioritization
437
+ - Luke Hohmann, *Innovation Games* (2006) — Buy-a-Feature and other collaborative methods
438
+ - Noriaki Kano, *Kano Model* (1984) — Customer satisfaction framework
439
+
440
+ ### Dean's Work
441
+ - [If Dean has prioritization resources, link here]
442
+
443
+ ---
444
+
445
+ **Skill type:** Interactive
446
+ **Suggested filename:** `prioritization-advisor.md`
447
+ **Suggested placement:** `/skills/interactive/`
448
+ **Dependencies:** None (standalone, but informs roadmap and backlog decisions)