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,639 @@
1
+ ---
2
+ name: feature-investment-advisor
3
+ description: Evaluate feature investments using revenue impact, cost structure, ROI, and strategy. Use when deciding whether a feature deserves investment.
4
+ intent: >-
5
+ Guide product managers through evaluating whether to build a feature based on financial impact analysis. Use this to make data-driven prioritization decisions by assessing revenue connection (direct or indirect), cost structure (dev + COGS + OpEx), ROI calculation, and strategic value—then deliver actionable build/don't build recommendations with supporting math.
6
+ type: interactive
7
+ best_for:
8
+ - "Assessing whether a feature should be built now"
9
+ - "Comparing ROI and strategic value of feature ideas"
10
+ - "Pressure-testing roadmap requests with financial logic"
11
+ scenarios:
12
+ - "Should we build SSO for mid-market customers this quarter?"
13
+ - "Evaluate whether an AI assistant feature is worth the investment"
14
+ - "Help me decide if this roadmap request has enough ROI to build"
15
+ ---
16
+
17
+
18
+ ## Purpose
19
+
20
+ Guide product managers through evaluating whether to build a feature based on financial impact analysis. Use this to make data-driven prioritization decisions by assessing revenue connection (direct or indirect), cost structure (dev + COGS + OpEx), ROI calculation, and strategic value—then deliver actionable build/don't build recommendations with supporting math.
21
+
22
+ This is not a generic prioritization framework—it's a financial lens for feature decisions that complements other prioritization methods (RICE, value vs. effort, user research). Use when financial impact is a key decision factor.
23
+
24
+ ## Key Concepts
25
+
26
+ ### The Feature Investment Framework
27
+
28
+ A systematic approach to evaluate features financially:
29
+
30
+ 1. **Revenue Connection** — How does this feature impact revenue?
31
+ - Direct monetization (new tier, add-on, usage charges)
32
+ - Indirect monetization (retention, conversion, expansion enablement)
33
+
34
+ 2. **Cost Structure** — What does it cost to build and run?
35
+ - Development cost (one-time investment)
36
+ - COGS impact (ongoing infrastructure, processing)
37
+ - OpEx impact (ongoing support, maintenance)
38
+
39
+ 3. **ROI Calculation** — Is the return worth the investment?
40
+ - Direct monetization: Revenue impact / Development cost
41
+ - Retention features: LTV impact across customer base / Development cost
42
+ - Factor in gross margin, not just revenue
43
+
44
+ 4. **Strategic Value** — Non-financial value that might override pure ROI
45
+ - Competitive moat (prevents churn to competitor)
46
+ - Platform enabler (unlocks future features)
47
+ - Market positioning (needed for enterprise deals)
48
+ - Risk reduction (compliance, security)
49
+
50
+ ### Anti-Patterns (What This Is NOT)
51
+
52
+ - **Not feature scoring alone:** Combines financial analysis with strategic judgment
53
+ - **Not revenue-only thinking:** Considers margins, costs, and ROI, not just top-line revenue
54
+ - **Not ignoring retention:** Indirect revenue impact (churn reduction) is equally valid
55
+ - **Not building without validation:** Assumes you've done discovery; this is the financial lens
56
+
57
+ ### When to Use This Framework
58
+
59
+ **Use this when:**
60
+ - Prioritizing between features with quantifiable revenue/retention impact
61
+ - Evaluating expensive features (>1 engineer-month of work)
62
+ - Making build/buy/partner decisions
63
+ - Defending feature prioritization to stakeholders or leadership
64
+ - Choosing between direct monetization (add-on) vs. indirect (retention)
65
+
66
+ **Don't use this when:**
67
+ - Feature is table stakes (must-have for competitive parity)
68
+ - Impact is purely qualitative (brand, UX delight without measurable retention effect)
69
+ - You haven't validated the problem (do discovery first)
70
+ - Feature is < 1 week of work (just build it)
71
+
72
+ ---
73
+
74
+ ### Facilitation Source of Truth
75
+
76
+ Use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the default interaction protocol for this skill.
77
+
78
+ It defines:
79
+ - session heads-up + entry mode (Guided, Context dump, Best guess)
80
+ - one-question turns with plain-language prompts
81
+ - progress labels (for example, Context Qx/8 and Scoring Qx/5)
82
+ - interruption handling and pause/resume behavior
83
+ - numbered recommendations at decision points
84
+ - quick-select numbered response options for regular questions (include `Other (specify)` when useful)
85
+
86
+ This file defines the domain-specific assessment content. If there is a conflict, follow this file's domain logic.
87
+
88
+ ## Application
89
+
90
+ This interactive skill asks **up to 4 adaptive questions**, offering **3-5 enumerated options** at decision points.
91
+
92
+ ---
93
+
94
+ ### Step 0: Gather Context
95
+
96
+ **Agent asks:**
97
+
98
+ "Let's evaluate the financial impact of this feature investment. Please provide:
99
+
100
+ **Feature description:**
101
+ - What's the feature? (1-2 sentences)
102
+ - Target customer segment (SMB, mid-market, enterprise, all)
103
+
104
+ **Current business context:**
105
+ - Current MRR/ARR (or customer count if pre-revenue)
106
+ - Current ARPU/ARPA
107
+ - Current monthly churn rate
108
+ - Gross margin %
109
+
110
+ **Constraints:**
111
+ - Development cost estimate (team size × time)
112
+ - Any ongoing COGS or OpEx implications?
113
+
114
+ You can provide estimates if you don't have exact numbers."
115
+
116
+ ---
117
+
118
+ ### Step 1: Identify Revenue Connection
119
+
120
+ **Agent asks:**
121
+
122
+ "How does this feature impact revenue? Choose the option that best describes the revenue connection:
123
+
124
+ 1. **Direct monetization (new revenue stream)** — We'll charge for this (new pricing tier, paid add-on, usage-based fee)
125
+ 2. **Retention improvement (reduce churn)** — Addresses key churn reason; keeps customers from leaving
126
+ 3. **Conversion improvement (trial-to-paid)** — Helps convert free/trial users to paid customers
127
+ 4. **Expansion enabler (upsell/cross-sell)** — Creates upsell path or drives usage-based expansion
128
+ 5. **No direct revenue impact** — Table stakes, platform improvement, or strategic value only
129
+
130
+ Choose a number, or describe a custom revenue connection."
131
+
132
+ **Based on selection, agent adapts:**
133
+
134
+ **If 1 (Direct monetization):**
135
+ - "What pricing are you considering?"
136
+ - "What % of customers do you expect to adopt this?" (conservative, base, optimistic)
137
+ - Calculate: `Potential Monthly Revenue = Customer Base × Adoption Rate × Price`
138
+
139
+ **If 2 (Retention improvement):**
140
+ - "What % of churn does this feature address?" (e.g., "30% of churned customers cited this gap")
141
+ - "What churn reduction do you expect?" (e.g., "5% → 4% monthly churn")
142
+ - Calculate: `LTV Impact = Increase in Customer Lifetime × Customer Base × ARPU × Margin`
143
+
144
+ **If 3 (Conversion improvement):**
145
+ - "Current trial-to-paid conversion rate?"
146
+ - "Expected conversion lift?" (e.g., "20% → 25% conversion")
147
+ - Calculate: `Additional MRR = Trial Users × Conversion Lift × ARPU`
148
+
149
+ **If 4 (Expansion enabler):**
150
+ - "What expansion opportunity does this create?" (upsell tier, usage growth, add-on)
151
+ - "What % of customers will expand?"
152
+ - Calculate: `Expansion MRR = Customer Base × Expansion Rate × ARPU Increase`
153
+
154
+ **If 5 (No direct revenue impact):**
155
+ - Skip to strategic value assessment
156
+
157
+ ---
158
+
159
+ ### Step 2: Assess Cost Structure
160
+
161
+ **Agent asks:**
162
+
163
+ "What's the cost structure for this feature?
164
+
165
+ **Development cost (one-time):**
166
+ - Team size: ___ engineers
167
+ - Time estimate: ___ weeks/months
168
+ - Estimated dev cost: $___
169
+
170
+ **Ongoing costs (if any):**
171
+ - COGS impact: $___ /month (hosting, infrastructure, processing)
172
+ - OpEx impact: $___ /month (support, maintenance)
173
+
174
+ If no ongoing costs, enter $0."
175
+
176
+ **Agent calculates:**
177
+ - One-time investment: Development cost
178
+ - Ongoing monthly cost: COGS + OpEx
179
+ - Contribution margin impact: `(Revenue - COGS) / Revenue`
180
+
181
+ **Agent flags:**
182
+ - If COGS is >20% of projected revenue: "⚠️ This feature significantly dilutes margins"
183
+ - If ongoing costs are high relative to revenue: "⚠️ Consider if this is sustainable"
184
+
185
+ ---
186
+
187
+ ### Step 3: Evaluate Constraints and Timing
188
+
189
+ **Agent asks:**
190
+
191
+ "What constraints or timing considerations apply?
192
+
193
+ 1. **Time-sensitive competitive threat** — Competitor launched this; we're losing deals
194
+ 2. **Limited budget/team capacity** — We can only build one major feature this quarter
195
+ 3. **Dependencies on other work** — Requires platform improvements or other features first
196
+ 4. **No major constraints** — We have capacity and flexibility
197
+
198
+ Choose a number, or describe your constraints."
199
+
200
+ **Based on selection:**
201
+
202
+ **If 1 (Competitive threat):**
203
+ - Strategic value increases (churn prevention)
204
+ - Urgency factor in recommendation
205
+
206
+ **If 2 (Limited capacity):**
207
+ - Compare ROI against other features in backlog
208
+ - Recommend stack ranking
209
+
210
+ **If 3 (Dependencies):**
211
+ - Flag dependency risk
212
+ - Suggest sequencing
213
+
214
+ **If 4 (No constraints):**
215
+ - Proceed to recommendations
216
+
217
+ ---
218
+
219
+ ### Step 4: Deliver Recommendations
220
+
221
+ **Agent synthesizes:**
222
+ - Revenue impact (from Step 1)
223
+ - Cost structure (from Step 2)
224
+ - Constraints (from Step 3)
225
+ - ROI calculation
226
+ - Strategic value assessment
227
+
228
+ **Agent offers 3-4 recommendations:**
229
+
230
+ ---
231
+
232
+ #### Recommendation Pattern 1: Strong Financial Case
233
+
234
+ **When:**
235
+ - ROI >3:1 (direct monetization) or LTV impact >10:1 (retention/expansion)
236
+ - Positive contribution margin
237
+ - No major red flags
238
+
239
+ **Recommendation:**
240
+
241
+ "**Build now** — Strong financial case
242
+
243
+ **Revenue Impact:**
244
+ - [Direct/Indirect revenue impact calculation]
245
+ - Conservative estimate: $___/month
246
+ - Optimistic estimate: $___/month
247
+
248
+ **Cost:**
249
+ - Development: $___
250
+ - Ongoing COGS/OpEx: $___/month
251
+ - Net margin impact: ___%
252
+
253
+ **ROI:**
254
+ - Year 1 ROI: ___:1
255
+ - Payback period: ___ months
256
+
257
+ **Why this makes sense:**
258
+ [Specific reasoning based on numbers]
259
+
260
+ **Next steps:**
261
+ 1. Validate pricing/adoption assumptions with customer research
262
+ 2. Build MVP to test core value prop
263
+ 3. Monitor [specific metric] to measure impact"
264
+
265
+ ---
266
+
267
+ #### Recommendation Pattern 2: Weak Financial Case, Build Anyway (Strategic)
268
+
269
+ **When:**
270
+ - ROI <2:1 or marginal financial impact
271
+ - But high strategic value (competitive, platform, compliance)
272
+
273
+ **Recommendation:**
274
+
275
+ "**Build for strategic reasons (financial case is marginal)**
276
+
277
+ **Financial Reality:**
278
+ - Revenue impact: $___/month (modest)
279
+ - Development cost: $___
280
+ - ROI: ___:1 (below 3:1 threshold)
281
+
282
+ **Strategic Value:**
283
+ - [Competitive moat / Platform enabler / Market requirement]
284
+ - Prevents churn to competitor X
285
+ - Required for enterprise segment (30% of pipeline)
286
+
287
+ **Recommendation:**
288
+ Build, but monitor closely:
289
+ 1. Track adoption vs. projections
290
+ 2. Measure churn impact (target: reduce churn by ___%)
291
+ 3. Re-evaluate after 6 months if adoption is low
292
+
293
+ **Risk:**
294
+ Opportunity cost—other features may have better ROI"
295
+
296
+ ---
297
+
298
+ #### Recommendation Pattern 3: Don't Build (Poor ROI)
299
+
300
+ **When:**
301
+ - ROI <1:1 (direct monetization) or negative LTV impact
302
+ - Margin-diluting
303
+ - No compelling strategic value
304
+
305
+ **Recommendation:**
306
+
307
+ "**Don't build** — Financial case doesn't support investment
308
+
309
+ **Why:**
310
+ - Revenue impact: $___/month
311
+ - Development cost: $___
312
+ - ROI: ___:1 (below breakeven)
313
+ - Margin impact: Dilutes gross margin from ___% to ___%
314
+
315
+ **Alternative approaches:**
316
+ 1. **Reduce scope** — Can we build a simpler version at 50% cost?
317
+ 2. **Change monetization** — Can we charge more or differently?
318
+ 3. **Deprioritize** — Focus on higher-ROI features like [alternative]
319
+
320
+ **What would need to change:**
321
+ - If adoption rate increases from ___% to ___%, ROI becomes viable
322
+ - If we can reduce dev cost to $___, payback becomes acceptable"
323
+
324
+ ---
325
+
326
+ #### Recommendation Pattern 4: Build Later / Need More Data
327
+
328
+ **When:**
329
+ - Assumptions are highly uncertain
330
+ - Revenue impact depends on unvalidated hypotheses
331
+ - Medium strategic value
332
+
333
+ **Recommendation:**
334
+
335
+ "**Build later** — Validate assumptions first
336
+
337
+ **Current uncertainty:**
338
+ - Adoption rate assumption: ___% (needs validation)
339
+ - Churn impact: ___% reduction (hypothesis, not proven)
340
+ - Pricing unknown
341
+
342
+ **What to validate:**
343
+ 1. Run feature demand survey with 50+ customers
344
+ 2. Prototype and test willingness-to-pay
345
+ 3. Interview churned customers to confirm this addresses churn reason
346
+
347
+ **Decision criteria:**
348
+ - If ___% of customers say they'd pay $___, build
349
+ - If churn interviews confirm this is top 3 reason, build
350
+ - Otherwise, deprioritize
351
+
352
+ **Timeline:**
353
+ - Spend 2-4 weeks validating
354
+ - Re-evaluate with real data"
355
+
356
+ ---
357
+
358
+ ### Step 5: Allow Follow-Up Questions
359
+
360
+ **Agent offers:**
361
+
362
+ "Do you want to:
363
+ 1. See the detailed math breakdown
364
+ 2. Compare this to another feature
365
+ 3. Adjust assumptions (pricing, adoption, cost)
366
+ 4. Export recommendation summary
367
+
368
+ Or, ask any follow-up questions."
369
+
370
+ **Agent can:**
371
+ - Show detailed calculations
372
+ - Sensitivity analysis (what if adoption is 2x? 0.5x?)
373
+ - Compare multiple features side-by-side
374
+ - Export summary for stakeholders
375
+
376
+ ---
377
+
378
+ ## Examples
379
+
380
+ See `examples/` folder for sample conversation flows. Mini examples below:
381
+
382
+ ### Example 1: Direct Monetization (Time Tracking Add-On)
383
+
384
+ **User:** "We're considering building time tracking as a paid add-on."
385
+
386
+ **Agent:** [Gathers context]
387
+
388
+ **User provides:**
389
+ - Current: 1,000 customers, $500 ARPU, 80% gross margin
390
+ - Feature: Time tracking add-on, $10/user/month
391
+ - Dev cost: $100K (2 engineers × 3 months)
392
+ - Adoption estimate: 20% of customers
393
+
394
+ **Agent calculates:**
395
+ - Customers with 10 users/account avg = 1,000 accounts × 10 users = 10,000 users
396
+ - Adoption: 20% of users = 2,000 users
397
+ - Revenue: 2,000 × $10 = $20K/month = $240K/year
398
+ - Margin: $240K × 80% = $192K gross profit/year
399
+ - ROI: $192K / $100K = 1.92:1 in year 1
400
+ - Payback: $100K / $20K = 5 months
401
+
402
+ **Agent recommends:**
403
+
404
+ "**Build now** — Positive ROI with fast payback
405
+
406
+ **Revenue Impact:** $240K/year (conservative 20% adoption)
407
+ **ROI:** 1.92:1 in year 1, 3.8:1 in year 2
408
+ **Payback:** 5 months
409
+
410
+ **Why this works:**
411
+ - Fast payback (5 months) means low risk
412
+ - 80% gross margin on add-on revenue
413
+ - 20% adoption is conservative (test willingness-to-pay)
414
+
415
+ **Next steps:**
416
+ 1. Survey customers: who would pay $10/user for time tracking?
417
+ 2. Build MVP with core time tracking only
418
+ 3. Beta with 50 customers before broad launch
419
+ 4. Track adoption rate vs. 20% target"
420
+
421
+ ---
422
+
423
+ ### Example 2: Retention Feature (Data Export)
424
+
425
+ **User:** "We're losing customers because they can't export their data easily. Should we build a comprehensive export feature?"
426
+
427
+ **Agent:** [Gathers context]
428
+
429
+ **User provides:**
430
+ - Current: $2M MRR, 500 customers, $4K ARPA, 5% monthly churn
431
+ - Feature: Full data export (CSV, API, scheduled exports)
432
+ - Dev cost: $150K (3 engineers × 2 months)
433
+ - Churn context: 30% of churned customers cited data export as a reason
434
+
435
+ **Agent calculates:**
436
+ - Current annual churn: ~46% (5% monthly compounded)
437
+ - Customers churned annually: 500 × 46% = 230 customers
438
+ - Customers churned due to export issue: 230 × 30% = 69 customers
439
+ - MRR lost: 69 × $4K = $276K MRR lost/year = $3.3M ARR
440
+
441
+ **If feature reduces this by 50%:**
442
+ - Churn prevented: 35 customers/year
443
+ - MRR saved: $140K/year
444
+ - LTV impact (assuming 24-month lifetime): $140K × 24 = $3.36M
445
+
446
+ **Agent calculates ROI:**
447
+ - Investment: $150K
448
+ - LTV saved: $3.36M (conservative 50% reduction)
449
+ - ROI: $3.36M / $150K = 22.4:1 🚀
450
+
451
+ **Agent recommends:**
452
+
453
+ "**Build immediately** — Exceptional ROI on retention
454
+
455
+ **Impact:**
456
+ - Prevents ~35 customer churns/year
457
+ - Saves $140K MRR annually
458
+ - LTV impact: $3.36M over customer lifetime
459
+ - ROI: 22:1 (exceptional)
460
+
461
+ **Why this is a no-brainer:**
462
+ - 30% of churn cites this gap (validated problem)
463
+ - Even if you only prevent 25% (not 50%), ROI is still 11:1
464
+ - Retention improvements compound (reduces future churn too)
465
+
466
+ **Next steps:**
467
+ 1. Interview churned customers to validate export was primary reason
468
+ 2. Build core export (CSV, API) first
469
+ 3. Measure churn rate change after launch (target: 5% → 4.5%)
470
+ 4. Add scheduled exports if adoption is high"
471
+
472
+ ---
473
+
474
+ ### Example 3: Poor ROI Feature (Dark Mode)
475
+
476
+ **User:** "Users are requesting dark mode. Should we prioritize it?"
477
+
478
+ **Agent:** [Gathers context]
479
+
480
+ **User provides:**
481
+ - Current: $500K MRR, 2,000 customers, $250 ARPA, 3% monthly churn, 75% gross margin
482
+ - Feature: Full dark mode across product
483
+ - Dev cost: $80K (2 designers + 2 engineers × 1 month)
484
+ - Revenue connection: Indirect—may improve retention slightly
485
+
486
+ **Agent asks:** "What evidence do you have that dark mode will reduce churn?"
487
+
488
+ **User:** "Feature requests from 50 users. No data on churn impact."
489
+
490
+ **Agent calculates:**
491
+ - 50 feature requests out of 2,000 customers = 2.5% of base
492
+ - No validated churn impact
493
+ - Dev cost: $80K
494
+ - Optimistic scenario: Prevents 5 churns/year (2.5% of base)
495
+ - MRR saved: 5 × $250 = $1,250/month = $15K/year
496
+ - LTV impact (24-month lifetime): $15K × 24 = $360K
497
+
498
+ **ROI: $360K / $80K = 4.5:1** (looks okay, but based on weak assumptions)
499
+
500
+ **Agent recommends:**
501
+
502
+ "**Build later** — Weak evidence for ROI
503
+
504
+ **Current case:**
505
+ - Revenue impact: $15K/year (optimistic)
506
+ - Development cost: $80K
507
+ - ROI: 4.5:1 (assumes dark mode prevents churn)
508
+
509
+ **Problem:**
510
+ - Only 50 users requested this (2.5% of base)
511
+ - No evidence dark mode reduces churn
512
+ - Churn interviews don't mention this as a top reason
513
+
514
+ **Alternative approach:**
515
+ 1. **Survey churned customers** — Is dark mode in top 5 churn reasons?
516
+ 2. **Test demand** — Ask trial users: "Would dark mode affect your decision to convert?"
517
+ 3. **Reduce scope** — Build basic dark mode (20% cost) as experiment
518
+
519
+ **Better features to consider:**
520
+ - If retention is priority: Interview churned customers, find top 3 churn drivers
521
+ - If revenue is priority: Focus on expansion features (upsell, add-ons)
522
+
523
+ **Decision criteria to build:**
524
+ - If churn interviews show dark mode is top 3 reason → build
525
+ - If conversion research shows 10%+ impact → build
526
+ - Otherwise → deprioritize"
527
+
528
+ ---
529
+
530
+ ## Common Pitfalls
531
+
532
+ ### Pitfall 1: Confusing Revenue with Profit
533
+ **Symptom:** "This feature will generate $1M in revenue!" (ignoring $800K COGS)
534
+
535
+ **Consequence:** $1M revenue at 20% margin is worth $200K profit, not $1M. Feature looks great until you factor in costs.
536
+
537
+ **Fix:** Always calculate contribution margin. Use `Revenue × Margin %`, not just revenue.
538
+
539
+ ---
540
+
541
+ ### Pitfall 2: Ignoring Payback Period
542
+ **Symptom:** "ROI is 5:1, let's build!" (but payback is 36 months and customers churn at 24 months)
543
+
544
+ **Consequence:** You never recover the investment because customers leave before payback.
545
+
546
+ **Fix:** Check payback period. Must be shorter than average customer lifetime.
547
+
548
+ ---
549
+
550
+ ### Pitfall 3: Overestimating Adoption
551
+ **Symptom:** "100% of customers will use this paid add-on!"
552
+
553
+ **Consequence:** Real adoption is 10-20%. Revenue projections are 5-10x too high.
554
+
555
+ **Fix:** Use conservative adoption estimates (10-20% for add-ons). Validate with willingness-to-pay research.
556
+
557
+ ---
558
+
559
+ ### Pitfall 4: Building Without Validation
560
+ **Symptom:** "We think this will reduce churn" (no customer interviews)
561
+
562
+ **Consequence:** You build a feature that doesn't address real churn reasons. Churn stays flat.
563
+
564
+ **Fix:** Interview churned customers first. Validate that this feature addresses top 3 churn reasons.
565
+
566
+ ---
567
+
568
+ ### Pitfall 5: Ignoring Opportunity Cost
569
+ **Symptom:** "This feature has 2:1 ROI, let's build!" (other features have 10:1 ROI)
570
+
571
+ **Consequence:** You build a mediocre feature while better options sit in the backlog.
572
+
573
+ **Fix:** Compare ROI across features. Build highest-ROI features first (unless strategic value overrides).
574
+
575
+ ---
576
+
577
+ ### Pitfall 6: Strategic Value as Excuse
578
+ **Symptom:** "ROI is terrible but it's strategic!" (no clear strategy)
579
+
580
+ **Consequence:** "Strategic" becomes a catch-all for building low-value features.
581
+
582
+ **Fix:** Define what "strategic" means (competitive moat, platform enabler, compliance). If it doesn't fit, it's not strategic.
583
+
584
+ ---
585
+
586
+ ### Pitfall 7: Margin Dilution Blindness
587
+ **Symptom:** "This feature adds $500K revenue!" (but COGS is $400K)
588
+
589
+ **Consequence:** Your gross margin drops from 80% to 60%. Feature destroys unit economics.
590
+
591
+ **Fix:** Calculate contribution margin. If margin is <50%, reconsider or charge a premium.
592
+
593
+ ---
594
+
595
+ ### Pitfall 8: Celebrating Vanity Metrics
596
+ **Symptom:** "This feature will increase engagement!" (but not revenue or retention)
597
+
598
+ **Consequence:** You build features that feel good but don't impact business outcomes.
599
+
600
+ **Fix:** Tie features to revenue or retention. Engagement is a leading indicator, not an outcome.
601
+
602
+ ---
603
+
604
+ ### Pitfall 9: Forgetting Time Value of Money
605
+ **Symptom:** "This feature pays back in 5 years"
606
+
607
+ **Consequence:** $1 in 5 years is worth ~$0.65 today (at 9% discount rate). ROI is overstated.
608
+
609
+ **Fix:** For long payback periods (>24 months), use NPV (net present value) to discount future cash flows.
610
+
611
+ ---
612
+
613
+ ### Pitfall 10: Building Features for Loud Minorities
614
+ **Symptom:** "50 customers requested this!" (out of 10,000)
615
+
616
+ **Consequence:** You optimize for 0.5% of your base while ignoring the other 99.5%.
617
+
618
+ **Fix:** Weight feature requests by revenue impact or customer segment. 10 enterprise customers > 100 SMB customers if enterprise is your strategy.
619
+
620
+ ---
621
+
622
+ ## References
623
+
624
+ ### Related Skills
625
+ - `saas-revenue-growth-metrics` — Revenue, ARPU, churn, NRR metrics used in impact calculations
626
+ - `saas-economics-efficiency-metrics` — ROI, payback, contribution margin calculations
627
+ - `finance-metrics-quickref` — Quick lookup for formulas and benchmarks
628
+ - `acquisition-channel-advisor` — Similar ROI framework for channel decisions
629
+ - `finance-based-pricing-advisor` — Pricing impact analysis for monetization features
630
+
631
+ ### External Frameworks
632
+ - **RICE Prioritization** — Combines Reach, Impact, Confidence, Effort (this skill adds financial lens)
633
+ - **Value vs. Effort Matrix** — This skill quantifies "value" financially
634
+ - **Jobs-to-be-Done** — Understand customer problems before evaluating financial impact
635
+ - **Opportunity Solution Tree (Teresa Torres)** — Map opportunities before calculating ROI
636
+
637
+ ### Provenance
638
+ - Adapted from `research/finance/Finance_For_PMs.Putting_It_Together_Synthesis.md` (Decision Framework #1)
639
+ - Quiz scenarios from `research/finance/Finance for Product Managers.md`