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,538 @@
1
+ # Example: Feature Investment Advisor Conversation Flow
2
+
3
+ This shows a full conversation using the feature-investment-advisor skill.
4
+
5
+ ---
6
+
7
+ ## Scenario: Evaluating a Time Tracking Add-On
8
+
9
+ ### Step 0: Initial Request
10
+
11
+ **User:**
12
+ "Should we build time tracking as a paid add-on to our project management tool?"
13
+
14
+ ---
15
+
16
+ ### Step 0: Context Gathering
17
+
18
+ **Agent:**
19
+ "Let's evaluate the financial impact of this feature investment. Please provide:
20
+
21
+ **Feature description:**
22
+ - What's the feature? (1-2 sentences)
23
+ - Target customer segment (SMB, mid-market, enterprise, all)
24
+
25
+ **Current business context:**
26
+ - Current MRR/ARR
27
+ - Current ARPU/ARPA
28
+ - Current monthly churn rate
29
+ - Gross margin %
30
+
31
+ **Constraints:**
32
+ - Development cost estimate (team size × time)
33
+ - Any ongoing COGS or OpEx implications?
34
+
35
+ You can provide estimates if you don't have exact numbers."
36
+
37
+ ---
38
+
39
+ **User:**
40
+ "Here's our context:
41
+
42
+ **Feature:**
43
+ Time tracking add-on with start/stop timers, time reports, and invoice export. Target all segments.
44
+
45
+ **Business context:**
46
+ - MRR: $2M (1,000 customers)
47
+ - ARPA: $2,000/month
48
+ - ARPU: $200/month (average 10 users per account)
49
+ - Monthly churn: 3%
50
+ - Gross margin: 80%
51
+
52
+ **Development:**
53
+ - 2 engineers × 3 months = ~$100K dev cost
54
+ - No significant ongoing COGS (minimal compute cost)
55
+ - Might add 10-20 support tickets/month"
56
+
57
+ ---
58
+
59
+ ### Step 1: Revenue Connection
60
+
61
+ **Agent:**
62
+ "How does this feature impact revenue? Choose the option that best describes the revenue connection:
63
+
64
+ 1. **Direct monetization (new revenue stream)** — We'll charge for this (new pricing tier, paid add-on, usage-based fee)
65
+ 2. **Retention improvement (reduce churn)** — Addresses key churn reason; keeps customers from leaving
66
+ 3. **Conversion improvement (trial-to-paid)** — Helps convert free/trial users to paid customers
67
+ 4. **Expansion enabler (upsell/cross-sell)** — Creates upsell path or drives usage-based expansion
68
+ 5. **No direct revenue impact** — Table stakes, platform improvement, or strategic value only
69
+
70
+ Choose a number, or describe a custom revenue connection."
71
+
72
+ ---
73
+
74
+ **User:**
75
+ "1 — Direct monetization. We'll charge $5/user/month as an add-on."
76
+
77
+ ---
78
+
79
+ **Agent:**
80
+ "Got it. You're planning to charge $5/user/month for time tracking.
81
+
82
+ **Follow-up questions:**
83
+
84
+ 1. **How many users do you have total?**
85
+ - Current: 1,000 accounts × 10 users/account = 10,000 users
86
+
87
+ 2. **What adoption rate do you expect?**
88
+ - Conservative (10-15%)
89
+ - Base case (20-25%)
90
+ - Optimistic (30-40%)
91
+ - Or provide your own estimate
92
+
93
+ 3. **Have you validated willingness-to-pay?**
94
+ - Surveyed customers
95
+ - Prototype tested
96
+ - No validation yet"
97
+
98
+ ---
99
+
100
+ **User:**
101
+ "We have 10,000 users total.
102
+
103
+ I'll go with base case: 20% adoption (2,000 users).
104
+
105
+ We've surveyed 50 customers and 30% said they'd pay $5-10/user for time tracking, so 20% feels conservative."
106
+
107
+ ---
108
+
109
+ **Agent calculates:**
110
+ ```
111
+ Total Users: 10,000
112
+ Adoption Rate: 20%
113
+ Users Adopting: 2,000
114
+ Price: $5/user/month
115
+
116
+ Monthly Revenue: 2,000 × $5 = $10,000/month
117
+ Annual Revenue: $120,000/year
118
+ Gross Profit: $120,000 × 80% = $96,000/year
119
+ ```
120
+
121
+ **Agent:**
122
+ "Great! Based on 20% adoption at $5/user:
123
+
124
+ **Revenue Impact:**
125
+ - Monthly: $10,000 MRR
126
+ - Annual: $120,000 ARR
127
+ - Gross profit (80% margin): $96,000/year
128
+
129
+ Now let's look at costs."
130
+
131
+ ---
132
+
133
+ ### Step 2: Cost Structure
134
+
135
+ **Agent:**
136
+ "You mentioned:
137
+ - Dev cost: $100K (2 engineers × 3 months)
138
+ - COGS: Minimal
139
+ - Support: 10-20 tickets/month
140
+
141
+ Let me confirm the full cost picture:
142
+
143
+ **One-time development:** $100,000
144
+
145
+ **Ongoing monthly costs:**
146
+ - COGS (compute, storage): $___
147
+ - Support (est. 15 tickets/month × $50/ticket): $750/month = $9K/year
148
+ - Total ongoing: $9K/year
149
+
150
+ Does this look right?"
151
+
152
+ ---
153
+
154
+ **User:**
155
+ "Yes, that's right. COGS is negligible (maybe $100/month for compute), and support is probably $750/month."
156
+
157
+ ---
158
+
159
+ **Agent calculates:**
160
+ ```
161
+ Development Cost (one-time): $100,000
162
+
163
+ Ongoing Annual Costs:
164
+ - COGS: $100/month × 12 = $1,200/year
165
+ - Support: $750/month × 12 = $9,000/year
166
+ - Total: $10,200/year
167
+
168
+ Net Annual Profit:
169
+ $120,000 revenue - $10,200 ongoing costs = $109,800/year gross profit
170
+ After initial dev cost recovery: $109,800 - $100,000 = $9,800 in year 1
171
+ ```
172
+
173
+ **Agent:**
174
+ "Got it. Here's the cost structure:
175
+
176
+ **Costs:**
177
+ - One-time dev: $100,000
178
+ - Ongoing: $10,200/year (COGS + support)
179
+
180
+ **Net Impact:**
181
+ - Year 1: $109,800 revenue - $100,000 dev - $10,200 ongoing = -$200 (essentially breakeven)
182
+ - Year 2+: $109,800/year profit (no dev cost)
183
+
184
+ **Payback Period:** ~11 months"
185
+
186
+ ---
187
+
188
+ ### Step 3: Constraints
189
+
190
+ **Agent:**
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
+ ---
201
+
202
+ **User:**
203
+ "2 — We can only build one major feature this quarter. We're also considering a Gantt chart view (similar dev cost, but no monetization—retention play)."
204
+
205
+ ---
206
+
207
+ **Agent:**
208
+ "Got it. You're choosing between:
209
+ - Time tracking (direct monetization, $120K ARR)
210
+ - Gantt chart (retention/competitive feature, indirect impact)
211
+
212
+ Let me calculate the trade-off to help you decide."
213
+
214
+ ---
215
+
216
+ ### Step 4: Recommendation
217
+
218
+ **Agent:**
219
+ "Based on your inputs, here's my analysis and recommendation:
220
+
221
+ ---
222
+
223
+ ## ✅ Recommendation: **Build Time Tracking Now**
224
+
225
+ ### Financial Case: Strong
226
+
227
+ **Revenue Impact:**
228
+ - $10K MRR / $120K ARR
229
+ - 2,000 users × $5/user (20% adoption)
230
+ - Gross margin: 80%
231
+ - Net annual profit: $109,800 (after ongoing costs)
232
+
233
+ **Costs:**
234
+ - Development: $100,000 (one-time)
235
+ - Ongoing: $10,200/year (COGS + support)
236
+
237
+ **ROI:**
238
+ - Year 1: Essentially breakeven (-$200)
239
+ - Year 2: 2.2:1 ROI ($109,800 profit / $100K investment)
240
+ - Payback: 11 months
241
+
242
+ **Contribution Margin:**
243
+ - Revenue: $120K/year
244
+ - Variable costs: $10.2K/year
245
+ - Contribution margin: 91.5% (excellent)
246
+
247
+ ---
248
+
249
+ ### Why This Makes Sense
250
+
251
+ **1. Fast payback (11 months)**
252
+ - You recover the investment in under a year
253
+ - Low risk—if adoption is even 15% (not 20%), still profitable
254
+
255
+ **2. High-margin revenue**
256
+ - 80% gross margin on add-on revenue
257
+ - Minimal ongoing costs (only $10K/year)
258
+ - Scales well (more users = more revenue, same cost)
259
+
260
+ **3. Validated demand**
261
+ - 30% of surveyed customers said they'd pay $5-10/user
262
+ - 20% adoption is conservative
263
+
264
+ **4. Direct revenue > indirect retention (vs. Gantt chart)**
265
+ - Gantt chart = retention play (indirect, hard to measure)
266
+ - Time tracking = direct revenue (measurable, predictable)
267
+ - If you can only build one: choose measurable revenue
268
+
269
+ ---
270
+
271
+ ### Comparison: Time Tracking vs. Gantt Chart
272
+
273
+ | Metric | Time Tracking | Gantt Chart |
274
+ |--------|---------------|-------------|
275
+ | Revenue Impact | $120K ARR (measurable) | Indirect (churn reduction) |
276
+ | Development Cost | $100K | $100K (similar) |
277
+ | Payback Period | 11 months | Unknown (depends on churn impact) |
278
+ | ROI (Year 2) | 2.2:1 | Depends on retention improvement |
279
+ | Risk | Low (validated demand) | Medium (hypothesis, not validated) |
280
+
281
+ **Verdict:** Time tracking has clearer ROI. Build it first.
282
+
283
+ **BUT:** If churn interviews show Gantt charts are a top 3 churn reason, reconsider.
284
+
285
+ ---
286
+
287
+ ### Next Steps
288
+
289
+ 1. **Build MVP (Weeks 1-8)**
290
+ - Core time tracking (start/stop timers)
291
+ - Time reports (basic)
292
+ - Delay invoice export to v2 if scope is tight
293
+
294
+ 2. **Beta Test (Weeks 9-10)**
295
+ - Launch to 50-100 customers
296
+ - Validate $5/user pricing
297
+ - Measure adoption (target: 20%+)
298
+
299
+ 3. **Broad Launch (Week 11)**
300
+ - If beta adoption is >15%, launch broadly
301
+ - If <15%, adjust pricing or positioning
302
+
303
+ 4. **Monitor Metrics (Ongoing)**
304
+ - Track adoption rate weekly (target: 20%)
305
+ - Monitor support load (should stay <20 tickets/month)
306
+ - Measure MRR growth from add-on
307
+
308
+ 5. **Re-evaluate Gantt Chart (Q2)**
309
+ - If time tracking hits 20% adoption: build Gantt next
310
+ - If adoption is low: investigate why before building more features
311
+
312
+ ---
313
+
314
+ ### Decision Criteria to Proceed
315
+
316
+ **Build if:**
317
+ - Beta adoption >15%
318
+ - Support load manageable (<30 tickets/month)
319
+ - Pricing validated ($5/user is acceptable)
320
+
321
+ **Pause/pivot if:**
322
+ - Beta adoption <10% (pricing too high or low demand)
323
+ - Support costs >$2K/month (unsustainable)
324
+ - Churn increases (feature causes confusion)
325
+
326
+ ---
327
+
328
+ ### Sensitivity Analysis (What If?)
329
+
330
+ **If adoption is 15% (not 20%):**
331
+ - Revenue: $90K/year
332
+ - Payback: 14 months (still acceptable)
333
+ - ROI: 1.6:1 in year 2 (still positive)
334
+
335
+ **If adoption is 30% (optimistic):**
336
+ - Revenue: $180K/year
337
+ - Payback: 7 months (excellent)
338
+ - ROI: 3.6:1 in year 2 (very strong)
339
+
340
+ **If you can reduce dev cost to $75K:**
341
+ - Payback: 8 months (great)
342
+ - ROI: 2.9:1 in year 2
343
+
344
+ **Bottom line:** Even conservative scenarios are profitable. Build it.
345
+
346
+ ---
347
+
348
+ ## Want to explore further?
349
+
350
+ 1. **See detailed math breakdown**
351
+ 2. **Compare to Gantt chart (if you have churn data)**
352
+ 3. **Adjust assumptions** (pricing, adoption, cost)
353
+ 4. **Export this recommendation** (for stakeholder review)"
354
+
355
+ ---
356
+
357
+ **User:**
358
+ "This is super helpful. Can you show me the detailed math?"
359
+
360
+ ---
361
+
362
+ **Agent:**
363
+ "Sure! Here's the full financial breakdown:
364
+
365
+ ### Detailed Calculations
366
+
367
+ **Revenue:**
368
+ ```
369
+ Total Users: 10,000
370
+ Adoption Rate: 20%
371
+ Users Adopting: 10,000 × 20% = 2,000 users
372
+
373
+ Price per User: $5/month
374
+ Monthly Revenue: 2,000 × $5 = $10,000 MRR
375
+ Annual Revenue: $10,000 × 12 = $120,000 ARR
376
+ ```
377
+
378
+ **Costs:**
379
+ ```
380
+ Development (one-time):
381
+ 2 engineers × 3 months × $16,667/eng-month = $100,000
382
+
383
+ Ongoing Monthly Costs:
384
+ COGS (compute): $100/month
385
+ Support: 15 tickets/month × $50/ticket = $750/month
386
+ Total: $850/month
387
+
388
+ Ongoing Annual Costs:
389
+ $850 × 12 = $10,200/year
390
+ ```
391
+
392
+ **Profit:**
393
+ ```
394
+ Gross Margin: 80%
395
+ Gross Profit (Annual): $120,000 × 80% = $96,000/year
396
+
397
+ After Ongoing Costs:
398
+ $120,000 revenue - $10,200 costs = $109,800 net profit/year
399
+
400
+ Year 1 (with dev cost):
401
+ $109,800 - $100,000 dev = $9,800 net profit
402
+
403
+ Year 2+ (no dev cost):
404
+ $109,800 net profit/year
405
+ ```
406
+
407
+ **ROI:**
408
+ ```
409
+ Year 1 ROI:
410
+ $9,800 profit / $100,000 investment = 0.098:1 (basically breakeven)
411
+
412
+ Year 2 ROI:
413
+ $109,800 profit / $100,000 investment = 1.098:1
414
+
415
+ Cumulative 2-Year Profit:
416
+ Year 1: $9,800
417
+ Year 2: $109,800
418
+ Total: $119,600 profit on $100K investment = 2.2:1 ROI
419
+ ```
420
+
421
+ **Payback Period:**
422
+ ```
423
+ Monthly net profit = $109,800 / 12 = $9,150/month
424
+
425
+ Payback = $100,000 / $9,150 = 10.9 months (11 months)
426
+ ```
427
+
428
+ **Contribution Margin:**
429
+ ```
430
+ Revenue: $120,000/year
431
+ Variable Costs: $10,200/year (COGS + support)
432
+ Contribution Profit: $109,800/year
433
+ Contribution Margin: $109,800 / $120,000 = 91.5%
434
+ ```
435
+
436
+ Does this breakdown help?"
437
+
438
+ ---
439
+
440
+ **User:**
441
+ "Yes! One more question: what if we charge $10/user instead of $5/user?"
442
+
443
+ ---
444
+
445
+ **Agent:**
446
+ "Great question! Let's recalculate at $10/user:
447
+
448
+ ### Scenario: $10/user (double the price)
449
+
450
+ **Assumptions:**
451
+ - Higher price likely reduces adoption
452
+ - Conservative: 15% adoption (down from 20%)
453
+ - Optimistic: 20% adoption (same as $5/user base case)
454
+
455
+ **Conservative (15% adoption at $10/user):**
456
+ ```
457
+ Users: 10,000 × 15% = 1,500 users
458
+ Revenue: 1,500 × $10 = $15,000 MRR = $180,000 ARR
459
+ Net Profit: $180,000 - $10,200 = $169,800/year
460
+ Year 1 Profit: $169,800 - $100,000 = $69,800
461
+ Payback: 7 months
462
+ ROI (Year 2): 2.7:1
463
+ ```
464
+
465
+ **Optimistic (20% adoption at $10/user):**
466
+ ```
467
+ Users: 10,000 × 20% = 2,000 users
468
+ Revenue: 2,000 × $10 = $20,000 MRR = $240,000 ARR
469
+ Net Profit: $240,000 - $10,200 = $229,800/year
470
+ Year 1 Profit: $229,800 - $100,000 = $129,800
471
+ Payback: 5 months
472
+ ROI (Year 2): 3.3:1
473
+ ```
474
+
475
+ ### Recommendation on Pricing
476
+
477
+ **$10/user is better IF:**
478
+ - Adoption stays >15% (survey data shows 30% would pay $5-10, so likely yes)
479
+ - Higher ARPU, same/similar adoption = better unit economics
480
+ - Faster payback (5-7 months vs. 11 months)
481
+
482
+ **Test Approach:**
483
+ 1. Launch beta at $10/user with 50 customers
484
+ 2. If adoption >15%, keep $10/user
485
+ 3. If adoption <10%, drop to $7/user or $5/user
486
+
487
+ **My recommendation:** Start at $10/user. Easier to lower price than raise it later."
488
+
489
+ ---
490
+
491
+ **User:**
492
+ "Perfect. I'm convinced. Let's build time tracking at $10/user."
493
+
494
+ ---
495
+
496
+ **Agent:**
497
+ "Excellent decision! Here's a summary you can share with stakeholders:
498
+
499
+ ---
500
+
501
+ ## Feature Investment Decision: Time Tracking Add-On
502
+
503
+ **Decision:** ✅ Build now (Q1 priority)
504
+
505
+ **Pricing:** $10/user/month (test in beta, adjust if needed)
506
+
507
+ **Target:** 15-20% adoption (1,500-2,000 users)
508
+
509
+ **Financial Projections:**
510
+ - Year 1 Revenue: $180-240K ARR
511
+ - Year 1 Net Profit: $70-130K (after $100K dev cost)
512
+ - Payback: 5-7 months
513
+ - Year 2 ROI: 2.7-3.3:1
514
+
515
+ **Next Steps:**
516
+ 1. Kickoff: Week 1 (2 engineers, 3 months)
517
+ 2. Beta launch: Week 10 (50-100 customers, validate $10/user pricing)
518
+ 3. Broad launch: Week 12 (if beta adoption >15%)
519
+ 4. Monitor: Track adoption weekly, support load, MRR growth
520
+
521
+ **Success Criteria:**
522
+ - Adoption >15% within 3 months of launch
523
+ - Support <30 tickets/month
524
+ - $15K+ MRR within 6 months
525
+
526
+ Good luck with the build! 🚀
527
+
528
+ ---
529
+
530
+ Want me to create a feature brief or PRD template for this?"
531
+
532
+ ---
533
+
534
+ **User:**
535
+ "No, that's all I needed. Thanks!"
536
+
537
+ **Agent:**
538
+ "You're welcome! Good luck building time tracking. Feel free to come back if you need to evaluate other features."