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,531 @@
1
+ # Example: Channel Evaluation Conversation Flow
2
+
3
+ This shows a full conversation using the acquisition-channel-advisor skill.
4
+
5
+ ---
6
+
7
+ ## Scenario: Evaluating Content Marketing Channel
8
+
9
+ ### Step 0: Initial Request
10
+
11
+ **User:**
12
+ "Should we scale our content marketing spend? We've been investing in SEO and blog content for 6 months."
13
+
14
+ ---
15
+
16
+ ### Step 0: Context Gathering
17
+
18
+ **Agent:**
19
+ "Let's evaluate your content marketing channel. Please provide:
20
+
21
+ **Channel details:**
22
+ - Channel name: Organic content (blog, SEO)
23
+ - How long: 6 months
24
+ - Current monthly spend: $___
25
+
26
+ **Customer acquisition:**
27
+ - Customers acquired per month (from this channel): ___
28
+ - CAC for this channel: $___ (if known)
29
+
30
+ **Business context:**
31
+ - Blended CAC (all channels): $___
32
+ - Blended LTV: $___
33
+ - Current MRR/ARR: $___
34
+ - Target growth rate: ___% MoM or YoY
35
+
36
+ You can provide estimates if you don't have exact numbers."
37
+
38
+ ---
39
+
40
+ **User:**
41
+ "Here's our data:
42
+
43
+ **Channel:**
44
+ - Organic content (blog + SEO)
45
+ - 6 months running
46
+ - Monthly spend: $15K (2 content writers + SEO contractor)
47
+
48
+ **Acquisition:**
49
+ - ~75 customers/month from organic
50
+ - CAC: ~$200/customer
51
+
52
+ **Business context:**
53
+ - Blended CAC: $600 (across paid, outbound, organic)
54
+ - Blended LTV: $3,000 (24-month avg lifetime, $125 ARPU, 75% margin)
55
+ - Current ARR: $1.8M
56
+ - Target: 10% MoM growth ($15K MRR growth/month)"
57
+
58
+ ---
59
+
60
+ ### Step 1: Unit Economics
61
+
62
+ **Agent calculates:**
63
+ ```
64
+ Channel CAC: $200
65
+ Blended CAC: $600
66
+ Channel is 3x more efficient than blended! ✅
67
+
68
+ Channel LTV: Need to confirm if similar to blended
69
+ Blended LTV: $3,000
70
+ ```
71
+
72
+ **Agent:**
73
+ "Great! Your content channel has CAC of $200 vs. blended $600—that's 3x more efficient.
74
+
75
+ **Now let's confirm customer quality:**
76
+
77
+ **Do customers from organic content have similar LTV to other channels?**
78
+
79
+ 1. **Similar** — They stick around ~24 months like blended average
80
+ 2. **Higher** — They churn less or expand more (longer lifetime or higher ARPU)
81
+ 3. **Lower** — They churn faster or are smaller deals
82
+ 4. **Unknown** — We need to analyze cohort retention data
83
+
84
+ Choose a number."
85
+
86
+ ---
87
+
88
+ **User:**
89
+ "2 — Higher. Content customers tend to be better educated about our product and have lower churn. I'd estimate 30-month avg lifetime instead of 24-month."
90
+
91
+ ---
92
+
93
+ **Agent calculates:**
94
+ ```
95
+ Channel LTV (adjusted):
96
+ - ARPU: $125/month
97
+ - Lifetime: 30 months (vs. 24 blended)
98
+ - Gross margin: 75%
99
+ - Channel LTV = $125 × 30 × 75% = $2,812
100
+
101
+ Wait, that's lower than $3,000 blended?
102
+ Let me recalculate using the LTV formula...
103
+
104
+ Actually, if lifetime is 30 months:
105
+ LTV = $125 × 30 = $3,750 gross revenue
106
+ LTV = $3,750 × 75% margin = $2,812 net LTV
107
+
108
+ Hmm, but blended LTV was $3,000. Let me ask for clarification.
109
+ ```
110
+
111
+ **Agent:**
112
+ "Let me confirm: If content customers have 30-month lifetime vs. 24-month blended, and same $125 ARPU:
113
+
114
+ - Channel LTV = $125 × 30 × 75% = $2,812
115
+
116
+ But you said blended LTV is $3,000. Does blended include expansion (upsells/cross-sells) that content customers might not have as much of?"
117
+
118
+ ---
119
+
120
+ **User:**
121
+ "Oh right, good catch. Blended LTV includes expansion. Content customers actually stick around longer (30mo vs. 24mo) BUT they expand less. So their total LTV is about $3,200—slightly higher than $3,000 blended."
122
+
123
+ ---
124
+
125
+ **Agent calculates:**
126
+ ```
127
+ Channel CAC: $200
128
+ Channel LTV: $3,200
129
+ LTV:CAC = $3,200 / $200 = 16:1 ✅✅✅ (exceptional!)
130
+
131
+ Payback Period:
132
+ Monthly ARPU: $125
133
+ Gross Margin: 75%
134
+ Monthly Gross Profit: $125 × 75% = $93.75
135
+
136
+ Payback = $200 / $93.75 = 2.1 months ✅✅✅ (extremely fast!)
137
+ ```
138
+
139
+ **Agent:**
140
+ "Excellent! Here are your unit economics for organic content:
141
+
142
+ **Unit Economics:**
143
+ - CAC: $200
144
+ - LTV: $3,200
145
+ - **LTV:CAC: 16:1** ✅✅✅ (exceptional—well above 3:1 threshold)
146
+ - **Payback: 2.1 months** ✅✅✅ (extremely fast—well under 12-month target)
147
+
148
+ This channel has outstanding unit economics. Let's check customer quality next."
149
+
150
+ ---
151
+
152
+ ### Step 2: Customer Quality
153
+
154
+ **Agent:**
155
+ "You mentioned content customers stick around longer (30mo vs. 24mo). Let's confirm quality metrics:
156
+
157
+ **1. What's the churn rate for customers from organic content?**
158
+
159
+ 1. **Lower than blended** — They stick around longer (you mentioned 30mo vs. 24mo, so this is likely)
160
+ 2. **Same as blended** — No difference
161
+ 3. **Higher than blended** — They churn faster
162
+ 4. **Unknown** — Need cohort analysis
163
+
164
+ **2. What's the NRR for customers from this channel?**
165
+
166
+ 1. **Higher than blended** — They expand more
167
+ 2. **Same as blended** — No difference
168
+ 3. **Lower than blended** — They expand less (you mentioned this earlier)
169
+ 4. **Unknown**
170
+
171
+ **3. What's the customer profile?**
172
+
173
+ 1. **Ideal customer profile (ICP)** — Perfect fit
174
+ 2. **Close to ICP** — Mostly good fit
175
+ 3. **Off ICP** — Many poor-fit customers
176
+ 4. **Unknown**"
177
+
178
+ ---
179
+
180
+ **User:**
181
+ "1. Lower churn—monthly churn is ~2% vs. blended 2.8%
182
+ 2. Lower NRR—about 95% vs. blended 105% (they don't expand as much)
183
+ 3. Close to ICP—mostly mid-market companies, which is our sweet spot"
184
+
185
+ ---
186
+
187
+ **Agent analyzes:**
188
+ ```
189
+ Customer Quality Assessment:
190
+
191
+ Retention: Lower churn (2% vs. 2.8%) ✅
192
+ - 30-month lifetime vs. 24-month blended
193
+ - They stick around longer = higher quality
194
+
195
+ NRR: Lower (95% vs. 105%) ⚠️
196
+ - Less expansion/upsell
197
+ - But still >90% (acceptable)
198
+ - Offset by better retention
199
+
200
+ ICP Fit: Close to ICP ✅
201
+ - Mid-market is sweet spot
202
+ - Good product-channel fit
203
+
204
+ Overall: High Quality ✅
205
+ ```
206
+
207
+ **Agent:**
208
+ "**Customer Quality: High** ✅
209
+
210
+ **Retention:** Lower churn (2% vs. 2.8%) — content customers stick around 25% longer
211
+ **Expansion:** Lower NRR (95% vs. 105%) — less upsell, but acceptable
212
+ **ICP Fit:** Close to ICP (mid-market focus)
213
+
214
+ **Assessment:** High-quality customers. Better retention offsets lower expansion. Overall LTV is higher.
215
+
216
+ Now let's evaluate scalability."
217
+
218
+ ---
219
+
220
+ ### Step 3: Scalability
221
+
222
+ **Agent:**
223
+ "Can you scale this channel to meet your growth targets?
224
+
225
+ **1. What's the S&M efficiency (Magic Number) for this channel?**
226
+
227
+ Let me calculate:
228
+ - New MRR from channel per month: 75 customers × $125 ARPU = $9,375
229
+ - Channel S&M spend: $15,000/month
230
+ - Magic Number = ($9,375 × 4) / $15,000 = $37,500 / $15,000 = 2.5 ✅✅
231
+
232
+ That's exceptional (>0.75 is efficient).
233
+
234
+ **2. What's the addressable volume for this channel?**
235
+
236
+ 1. **Large** — Can scale 10x+ (lots of keyword opportunities, TAM is huge)
237
+ 2. **Medium** — Can scale 2-5x (some saturation risk)
238
+ 3. **Small** — Near saturation, maybe 1.5x
239
+ 4. **Unknown**
240
+
241
+ **3. What's the CAC trend?**
242
+
243
+ 1. **Decreasing** — Getting more efficient (content compounds over time)
244
+ 2. **Stable** — Consistent CAC around $200
245
+ 3. **Increasing** — Diminishing returns
246
+ 4. **Unknown**"
247
+
248
+ ---
249
+
250
+ **User:**
251
+ "Addressable volume: 1 — Large. We've barely scratched the surface on keyword opportunities. SEO takes time but TAM is massive.
252
+
253
+ CAC trend: 1 — Decreasing. CAC was $300 in month 3, now $200 in month 6. Content compounds—old articles still drive traffic."
254
+
255
+ ---
256
+
257
+ **Agent calculates:**
258
+ ```
259
+ Scalability Assessment:
260
+
261
+ Magic Number: 2.5 ✅✅✅
262
+ - Well above 0.75 threshold
263
+ - For every $1 in content spend, $2.50 in new ARR
264
+ - Extremely efficient
265
+
266
+ Addressable Volume: Large ✅
267
+ - Keyword opportunities abundant
268
+ - TAM supports 10x+ scale
269
+
270
+ CAC Trend: Decreasing ✅✅
271
+ - $300 → $200 (33% improvement in 3 months)
272
+ - Content compounds (old posts keep working)
273
+ - Efficiency improving over time
274
+
275
+ Overall: Highly Scalable ✅✅✅
276
+ ```
277
+
278
+ **Agent:**
279
+ "**Scalability: Highly Scalable** ✅✅✅
280
+
281
+ **Magic Number:** 2.5 (exceptional—way above 0.75 threshold)
282
+ **Addressable Volume:** Large (10x+ potential)
283
+ **CAC Trend:** Decreasing ($300 → $200 in 3 months)
284
+
285
+ **Key insight:** Content compounds. Old articles continue driving traffic without additional spend. CAC will likely keep decreasing as you scale.
286
+
287
+ Let me check your growth targets..."
288
+
289
+ ---
290
+
291
+ **Agent calculates:**
292
+ ```
293
+ Target Growth: 10% MoM
294
+ Current MRR: $150K ($1.8M ARR / 12)
295
+ Target MRR Growth: $15K/month
296
+
297
+ Current contribution from content:
298
+ 75 customers × $125 ARPU = $9,375 MRR/month
299
+
300
+ Gap: $15,000 - $9,375 = $5,625 MRR needed from other channels
301
+
302
+ Content covers 62.5% of growth target!
303
+ ```
304
+
305
+ **Agent:**
306
+ "**Growth Target Analysis:**
307
+
308
+ You need $15K MRR growth/month (10% of $150K MRR).
309
+ Content currently delivers $9.4K MRR/month.
310
+ **Content covers 62.5% of your growth target!**
311
+
312
+ Other channels need to deliver $5.6K MRR/month.
313
+
314
+ Ready for my recommendation?"
315
+
316
+ ---
317
+
318
+ **User:**
319
+ "Yes! Should we scale content?"
320
+
321
+ ---
322
+
323
+ ### Step 4: Recommendation
324
+
325
+ **Agent:**
326
+ "## ✅ Recommendation: **Scale Content Aggressively**
327
+
328
+ ---
329
+
330
+ ### Why This Is a No-Brainer
331
+
332
+ **Unit Economics: Exceptional**
333
+ - LTV:CAC: 16:1 (5x better than 3:1 threshold)
334
+ - Payback: 2.1 months (6x faster than 12-month target)
335
+ - CAC: $200 (3x better than $600 blended)
336
+
337
+ **Customer Quality: High**
338
+ - Lower churn: 2% vs. 2.8% blended
339
+ - 30-month lifetime vs. 24-month blended
340
+ - Close to ICP (mid-market sweet spot)
341
+
342
+ **Scalability: Highly Scalable**
343
+ - Magic Number: 2.5 (exceptional S&M efficiency)
344
+ - Addressable volume: Large (10x+ potential)
345
+ - CAC decreasing: $300 → $200 (content compounds)
346
+
347
+ **Strategic Fit:**
348
+ - Covers 62.5% of growth target already
349
+ - Capital-efficient (low CAC, fast payback)
350
+ - Defensible (SEO moats build over time)
351
+
352
+ ---
353
+
354
+ ### How to Scale
355
+
356
+ **Phase 1: Double Spend (Month 1-3)**
357
+ - Current: $15K/month
358
+ - Target: $30K/month
359
+ - Hire 2 more content writers + expand SEO effort
360
+
361
+ **Expected Impact:**
362
+ - Customers/month: 75 → 150 (if linear scaling)
363
+ - MRR impact: $9.4K → $18.8K/month
364
+ - CAC: $200 → potentially $180 (economies of scale)
365
+
366
+ **Covers 125% of growth target! You'd overshoot by $3.8K MRR/month.**
367
+
368
+ ---
369
+
370
+ **Phase 2: Triple Spend (Month 4-6)**
371
+ - Current: $15K/month
372
+ - Target: $45K/month
373
+ - Add video content, expand to new verticals
374
+
375
+ **Expected Impact:**
376
+ - Customers/month: 75 → 225
377
+ - MRR impact: $28K/month
378
+ - Covers 187% of growth target
379
+
380
+ ---
381
+
382
+ ### What to Monitor Weekly
383
+
384
+ **Must-track metrics:**
385
+ 1. **CAC by month** — Should stay <$250
386
+ - If CAC increases >20%, slow down scaling
387
+ 2. **Magic Number** — Should stay >1.5
388
+ - If drops <1.0, optimize before scaling further
389
+ 3. **Customer quality** — Churn rate, NRR, ICP fit
390
+ - Make sure quality doesn't degrade with scale
391
+ 4. **Content ROI** — Track which topics/keywords drive best customers
392
+
393
+ **Warning signs to watch:**
394
+ - CAC increasing >20% month-over-month
395
+ - Magic Number dropping <1.0
396
+ - Churn rate for new content customers >3%
397
+ - Quality degradation (more off-ICP customers)
398
+
399
+ ---
400
+
401
+ ### Recommended Scaling Plan
402
+
403
+ | Month | Monthly Spend | New Customers | MRR Impact | CAC Target | Magic Number Target |
404
+ |-------|---------------|---------------|------------|------------|---------------------|
405
+ | Current | $15K | 75 | $9.4K | $200 | 2.5 |
406
+ | Month 1 | $20K | 100 | $12.5K | $200 | 2.5 |
407
+ | Month 2 | $25K | 125 | $15.6K | $200 | 2.5 |
408
+ | Month 3 | $30K | 150 | $18.8K | $200 | 2.5 |
409
+
410
+ **Gradual scaling minimizes risk while testing assumptions.**
411
+
412
+ ---
413
+
414
+ ### Budget Reallocation (Optional)
415
+
416
+ If you scale content 2x and it's working, consider:
417
+
418
+ **Reallocate from underperforming channels:**
419
+ - Example: If you have a channel with LTV:CAC <2:1
420
+ - Move that budget to content (LTV:CAC 16:1)
421
+
422
+ **Impact:**
423
+ - Reallocating $10K from a 1.5:1 channel to content (16:1)
424
+ - Frees up $10K → invest in content = ~50 more customers/month
425
+ - MRR impact: +$6.25K/month
426
+
427
+ ---
428
+
429
+ ### Risk Assessment
430
+
431
+ **Risk Level: Very Low** ✅
432
+
433
+ **Why:**
434
+ - Proven channel (6 months data, 450+ customers)
435
+ - Improving efficiency (CAC decreasing)
436
+ - Fast payback (2.1 months) = low cash risk
437
+ - High-quality customers (lower churn)
438
+
439
+ **Biggest risk:**
440
+ - Scaling too fast and diluting quality (hiring bad writers)
441
+ - Solution: Scale gradually (25-50% increase/month), not 100%
442
+
443
+ ---
444
+
445
+ ### Timeline & Milestones
446
+
447
+ **Month 1:**
448
+ - Increase spend $15K → $20K
449
+ - Hire 1 additional content writer
450
+ - Target: 100 customers, $12.5K MRR
451
+
452
+ **Month 2:**
453
+ - If Month 1 hits target: increase to $25K
454
+ - Expand SEO to new keywords
455
+ - Target: 125 customers, $15.6K MRR
456
+
457
+ **Month 3:**
458
+ - If Month 2 hits target: increase to $30K
459
+ - Test video content (blog posts → YouTube)
460
+ - Target: 150 customers, $18.8K MRR
461
+
462
+ **Month 6:**
463
+ - Re-evaluate: Are we still at 16:1 LTV:CAC?
464
+ - If yes: continue scaling to $50K/month
465
+ - If no: optimize before further scaling
466
+
467
+ ---
468
+
469
+ ### Comparison to Other Channels
470
+
471
+ Just for context, how does content compare to your other channels?
472
+
473
+ | Channel | CAC | LTV:CAC | Payback | Magic Number | Recommendation |
474
+ |---------|-----|---------|---------|--------------|----------------|
475
+ | **Content (Organic)** | **$200** | **16:1** | **2.1mo** | **2.5** | **Scale 2-3x** ✅ |
476
+ | Blended (All Channels) | $600 | 5:1 | 6.4mo | ? | Improve mix |
477
+ | [Other Channels?] | ? | ? | ? | ? | [Need data] |
478
+
479
+ **Content is your most efficient channel by far.**
480
+
481
+ If you have data on other channels (Google Ads, outbound, etc.), I can compare them and recommend budget reallocation.
482
+
483
+ ---
484
+
485
+ ## Summary
486
+
487
+ **Decision: Scale content spend from $15K → $30K/month over 3 months**
488
+
489
+ **Expected Outcome:**
490
+ - Customers/month: 75 → 150
491
+ - MRR impact: +$9.4K/month additional growth
492
+ - Total MRR from content: $18.8K/month
493
+ - **Covers 125% of your 10% MoM growth target**
494
+
495
+ **Why it works:**
496
+ - Best channel economics (16:1 LTV:CAC)
497
+ - Fastest payback (2.1 months)
498
+ - Content compounds (old posts keep working)
499
+ - High-quality, long-lived customers
500
+
501
+ **Risk: Very Low**
502
+
503
+ **Next step:** Approve budget increase and hire 1-2 content writers.
504
+
505
+ ---
506
+
507
+ Want to discuss:
508
+ 1. Budget reallocation from other channels?
509
+ 2. Content strategy (topics, keywords, formats)?
510
+ 3. How to compare this to other acquisition channels?"
511
+
512
+ ---
513
+
514
+ **User:**
515
+ "This is perfect. One question: Should we also compare this to our Google Ads channel?"
516
+
517
+ **Agent:**
518
+ "Absolutely! Share your Google Ads metrics and I'll run a side-by-side comparison:
519
+
520
+ - Monthly spend
521
+ - Customers acquired/month
522
+ - CAC
523
+ - LTV (or similar to blended?)
524
+ - Churn/NRR (if different from blended)
525
+ - Magic Number (if known)
526
+
527
+ Then I'll recommend optimal budget allocation between content and Google Ads."
528
+
529
+ ---
530
+
531
+ [Conversation could continue with multi-channel optimization...]