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,643 @@
1
+ ---
2
+ name: acquisition-channel-advisor
3
+ description: Evaluate acquisition channels using unit economics, customer quality, and scalability. Use when deciding whether to scale, test, or kill a growth channel.
4
+ intent: >-
5
+ Guide product managers through evaluating whether to scale, test, or kill an acquisition channel based on unit economics (CAC, LTV, payback), customer quality (retention, NRR), and scalability (magic number, volume potential). Use this to make data-driven go-to-market decisions and optimize channel mix for sustainable growth.
6
+ type: interactive
7
+ best_for:
8
+ - "Deciding whether a paid or outbound channel deserves more budget"
9
+ - "Comparing channel quality, payback, and scalability side by side"
10
+ - "Making scale, test, or kill decisions with finance-backed reasoning"
11
+ scenarios:
12
+ - "Should we keep investing in paid LinkedIn ads for enterprise leads?"
13
+ - "Compare content marketing, outbound email, and partner referrals as acquisition channels"
14
+ - "Help me decide whether to scale or kill our webinar acquisition channel"
15
+ ---
16
+
17
+
18
+ ## Purpose
19
+
20
+ Guide product managers through evaluating whether to scale, test, or kill an acquisition channel based on unit economics (CAC, LTV, payback), customer quality (retention, NRR), and scalability (magic number, volume potential). Use this to make data-driven go-to-market decisions and optimize channel mix for sustainable growth.
21
+
22
+ This is not a channel strategy framework—it's a financial lens for channel evaluation that helps you avoid scaling unprofitable channels or killing channels with fixable problems. Use when deciding how to allocate marketing budget across channels.
23
+
24
+ ## Key Concepts
25
+
26
+ ### The Channel Evaluation Framework
27
+
28
+ A systematic approach to evaluate acquisition channels:
29
+
30
+ 1. **Unit Economics** — What does it cost to acquire, and what's the return?
31
+ - CAC (Customer Acquisition Cost)
32
+ - LTV (Lifetime Value)
33
+ - LTV:CAC ratio
34
+ - Payback period
35
+
36
+ 2. **Customer Quality** — Do customers from this channel stick around and expand?
37
+ - Cohort retention rate (by channel)
38
+ - Churn rate (by channel)
39
+ - NRR (Net Revenue Retention by channel)
40
+ - Expansion rate
41
+
42
+ 3. **Scalability** — Can this channel sustain growth at the volume you need?
43
+ - Magic Number (S&M efficiency)
44
+ - Addressable volume (TAM of channel)
45
+ - Saturation risk (diminishing returns)
46
+ - CAC trend (increasing, stable, decreasing)
47
+
48
+ 4. **Strategic Fit** — Does this channel align with your go-to-market strategy?
49
+ - Customer segment match (SMB vs. enterprise)
50
+ - Sales motion compatibility (PLG vs. sales-led)
51
+ - Brand positioning alignment
52
+
53
+ ### Decision Matrix
54
+
55
+ | LTV:CAC | Payback | Customer Quality | Scalability | Decision |
56
+ |---------|---------|------------------|-------------|----------|
57
+ | >3:1 | <12mo | Good retention | High volume | **Scale aggressively** |
58
+ | 2-3:1 | 12-18mo | Average retention | Medium volume | **Test & optimize** |
59
+ | <2:1 | >18mo | Poor retention | Low volume | **Kill or fix** |
60
+
61
+ ### Anti-Patterns (What This Is NOT)
62
+
63
+ - **Not vanity metrics:** "We got 10,000 signups!" means nothing if they churn in 30 days
64
+ - **Not CAC-only thinking:** Low CAC with terrible retention is worse than high CAC with great retention
65
+ - **Not ignoring payback:** 5:1 LTV:CAC with 36-month payback is a cash trap
66
+ - **Not scaling broken channels:** Pouring money into inefficient channels accelerates failure
67
+
68
+ ### When to Use This Framework
69
+
70
+ **Use this when:**
71
+ - Evaluating whether to scale a new channel (content, paid, events, etc.)
72
+ - Deciding how to allocate marketing budget across channels
73
+ - Assessing whether to kill an underperforming channel
74
+ - Comparing channels to optimize ROI
75
+ - Planning annual marketing budget allocation
76
+
77
+ **Don't use this when:**
78
+ - Channel is brand-new (<3 months, <100 customers) — not enough data
79
+ - You're testing channel fit (this is for evaluation, not experimentation)
80
+ - Strategic channels (e.g., enterprises require field sales regardless of CAC)
81
+ - You don't have channel-level data (need to track CAC, retention by source)
82
+
83
+ ---
84
+
85
+ ### Facilitation Source of Truth
86
+
87
+ Use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the default interaction protocol for this skill.
88
+
89
+ It defines:
90
+ - session heads-up + entry mode (Guided, Context dump, Best guess)
91
+ - one-question turns with plain-language prompts
92
+ - progress labels (for example, Context Qx/8 and Scoring Qx/5)
93
+ - interruption handling and pause/resume behavior
94
+ - numbered recommendations at decision points
95
+ - quick-select numbered response options for regular questions (include `Other (specify)` when useful)
96
+
97
+ This file defines the domain-specific assessment content. If there is a conflict, follow this file's domain logic.
98
+
99
+ ## Application
100
+
101
+ This interactive skill asks **up to 4 adaptive questions**, offering **3-5 enumerated options** at decision points.
102
+
103
+ ---
104
+
105
+ ### Step 0: Gather Context
106
+
107
+ **Agent asks:**
108
+
109
+ "Let's evaluate this acquisition channel. Please provide:
110
+
111
+ **Channel details:**
112
+ - Channel name (e.g., Google Ads, content marketing, outbound sales, partnerships)
113
+ - How long have you been using this channel? (months)
114
+ - Current monthly spend on this channel
115
+
116
+ **Customer acquisition:**
117
+ - Customers acquired per month (from this channel)
118
+ - CAC for this channel (if known, otherwise we'll calculate)
119
+
120
+ **Business context:**
121
+ - Blended CAC (across all channels)
122
+ - Blended LTV
123
+ - Current MRR/ARR
124
+ - Target growth rate (% MoM or YoY)
125
+
126
+ You can provide estimates if you don't have exact numbers."
127
+
128
+ ---
129
+
130
+ ### Step 1: Evaluate Unit Economics
131
+
132
+ **Agent calculates (if not provided):**
133
+ ```
134
+ CAC = Monthly Spend / Customers Acquired per Month
135
+ ```
136
+
137
+ **Agent asks:**
138
+
139
+ "Now let's compare this channel's unit economics to your blended metrics.
140
+
141
+ **Channel Unit Economics:**
142
+ - Channel CAC: $___
143
+ - Blended CAC (all channels): $___
144
+ - Channel LTV: $___ (if known; otherwise we'll use blended LTV as proxy)
145
+ - Blended LTV: $___
146
+
147
+ **Questions:**
148
+
149
+ 1. **Do customers from this channel have similar LTV to other channels?**
150
+ - Similar (use blended LTV)
151
+ - Higher (they upgrade more, stick around longer)
152
+ - Lower (they churn faster or are smaller deals)
153
+ - Unknown (need to analyze cohort data)
154
+
155
+ 2. **What's the payback period for this channel?**
156
+ - We can calculate: CAC / (Monthly ARPU × Gross Margin %)
157
+ - Or you can provide it"
158
+
159
+ **Based on answers, agent calculates:**
160
+ - LTV:CAC ratio for channel
161
+ - Payback period
162
+ - Comparison to blended metrics
163
+
164
+ **Agent flags:**
165
+ - ✅ If LTV:CAC >3:1 and payback <12 months: "Strong unit economics"
166
+ - ⚠️ If LTV:CAC 2-3:1 or payback 12-18 months: "Marginal unit economics"
167
+ - 🚨 If LTV:CAC <2:1 or payback >18 months: "Poor unit economics"
168
+
169
+ ---
170
+
171
+ ### Step 2: Assess Customer Quality
172
+
173
+ **Agent asks:**
174
+
175
+ "How do customers from this channel perform compared to other channels?
176
+
177
+ **Retention & Expansion:**
178
+
179
+ 1. **What's the churn rate for customers from this channel?**
180
+ - Lower than blended (they stick around longer)
181
+ - Same as blended (no difference)
182
+ - Higher than blended (they churn faster)
183
+ - Unknown (need cohort analysis)
184
+
185
+ 2. **What's the NRR for customers from this channel?**
186
+ - Higher than blended (they expand more)
187
+ - Same as blended (no difference)
188
+ - Lower than blended (they contract or churn more)
189
+ - Unknown (need cohort analysis)
190
+
191
+ 3. **What's the customer profile from this channel?**
192
+ - Ideal customer profile (ICP) — perfect fit
193
+ - Close to ICP — mostly good fit
194
+ - Off ICP — many poor-fit customers
195
+ - Unknown"
196
+
197
+ **Based on answers, agent evaluates:**
198
+ - ✅ **High quality:** Lower churn, higher NRR, ICP match
199
+ - ⚠️ **Medium quality:** Similar to blended, mostly good fit
200
+ - 🚨 **Low quality:** Higher churn, lower NRR, off ICP
201
+
202
+ **Agent flags:**
203
+ - If high quality: "Premium channel—customers are better than average"
204
+ - If low quality: "Quality problem—customers aren't sticking or expanding"
205
+
206
+ ---
207
+
208
+ ### Step 3: Evaluate Scalability
209
+
210
+ **Agent asks:**
211
+
212
+ "Can this channel scale to meet your growth targets?
213
+
214
+ **Efficiency & Volume:**
215
+
216
+ 1. **What's the S&M efficiency for this channel (Magic Number)?**
217
+ - Calculate: (New MRR from channel × 4) / Channel S&M Spend
218
+ - Or provide if known
219
+
220
+ 2. **What's the addressable volume for this channel?**
221
+ - Large (can scale 10x+ from current spend)
222
+ - Medium (can scale 2-5x)
223
+ - Small (near saturation, maybe 1.5x)
224
+ - Unknown
225
+
226
+ 3. **What's the CAC trend for this channel?**
227
+ - Decreasing (getting more efficient over time)
228
+ - Stable (consistent CAC)
229
+ - Increasing (diminishing returns, saturation)
230
+ - Unknown (too early to tell)
231
+
232
+ 4. **How much growth do you need from acquisition?**
233
+ - We'll calculate: Target growth - expansion/retention growth = acquisition gap"
234
+
235
+ **Based on answers, agent evaluates:**
236
+ - ✅ **Highly scalable:** Magic number >0.75, large volume, stable/decreasing CAC
237
+ - ⚠️ **Moderately scalable:** Magic number 0.5-0.75, medium volume, stable CAC
238
+ - 🚨 **Not scalable:** Magic number <0.5, small volume, increasing CAC
239
+
240
+ ---
241
+
242
+ ### Step 4: Deliver Recommendations
243
+
244
+ **Agent synthesizes:**
245
+ - Unit economics (LTV:CAC, payback)
246
+ - Customer quality (retention, NRR, ICP fit)
247
+ - Scalability (magic number, volume, CAC trend)
248
+ - Strategic fit
249
+
250
+ **Agent offers 3-4 recommendations:**
251
+
252
+ ---
253
+
254
+ #### Recommendation Pattern 1: Scale Aggressively
255
+
256
+ **When:**
257
+ - LTV:CAC >3:1 AND
258
+ - Payback <12 months AND
259
+ - Customer quality good or better AND
260
+ - Magic Number >0.75 AND
261
+ - Addressable volume large
262
+
263
+ **Recommendation:**
264
+
265
+ "**Scale this channel aggressively** — Excellent economics + scalability
266
+
267
+ **Unit Economics:**
268
+ - CAC: $___
269
+ - LTV: $___
270
+ - LTV:CAC: ___:1 ✅ (>3:1 threshold)
271
+ - Payback: ___ months ✅ (<12 months)
272
+
273
+ **Customer Quality:**
274
+ - Retention: [Better than / Same as / Worse than] blended
275
+ - NRR: [Higher / Same / Lower]
276
+ - ICP Fit: [High / Medium / Low]
277
+
278
+ **Scalability:**
279
+ - Magic Number: ___ ✅ (>0.75 = efficient)
280
+ - Addressable Volume: Large
281
+ - CAC Trend: [Stable / Decreasing]
282
+
283
+ **Why this is a winner:**
284
+ - Every $1 spent returns $__ in LTV
285
+ - Payback in under a year = fast cash recovery
286
+ - [Customer quality insight]
287
+ - Can scale 5-10x from current spend
288
+
289
+ **How to scale:**
290
+ 1. **Increase budget by 50-100% next month**
291
+ - Current: $___ /month → Target: $___ /month
292
+ 2. **Monitor key metrics weekly:**
293
+ - CAC (should stay <$___)
294
+ - Magic Number (should stay >0.75)
295
+ - Customer quality (retention, NRR)
296
+ 3. **Scale until:**
297
+ - CAC increases >20% (saturation signal)
298
+ - Magic Number drops <0.75 (efficiency declining)
299
+ - Volume caps out
300
+
301
+ **Expected impact:**
302
+ - Current: ___ customers/month
303
+ - Target (2x spend): ___ customers/month
304
+ - MRR impact: +$___/month
305
+ - Payback: Still ~___ months even at 2x scale
306
+
307
+ **Risk:** Low. Strong unit economics support aggressive scaling."
308
+
309
+ ---
310
+
311
+ #### Recommendation Pattern 2: Test & Optimize
312
+
313
+ **When:**
314
+ - LTV:CAC 2-3:1 OR
315
+ - Payback 12-18 months OR
316
+ - Customer quality average OR
317
+ - Magic Number 0.5-0.75
318
+
319
+ **Recommendation:**
320
+
321
+ "**Test & optimize before scaling** — Marginal economics, fixable
322
+
323
+ **Current State:**
324
+ - CAC: $___
325
+ - LTV: $___
326
+ - LTV:CAC: ___:1 ⚠️ (2-3:1 = marginal)
327
+ - Payback: ___ months ⚠️ (12-18 months)
328
+ - Magic Number: ___ ⚠️ (0.5-0.75 = acceptable, not great)
329
+
330
+ **Customer Quality:**
331
+ - Retention: [Same as blended / Slightly worse]
332
+ - NRR: [Same / Lower]
333
+ - Issue: [Specific problem, e.g., "Higher churn in first 90 days"]
334
+
335
+ **Diagnosis:**
336
+ [One of these:]
337
+ - **High CAC:** Spending too much to acquire
338
+ - **Low LTV:** Customers churn too fast or don't expand
339
+ - **Poor targeting:** Attracting off-ICP customers
340
+ - **Inefficient conversion:** High cost-per-click but low conversion rate
341
+
342
+ **How to optimize:**
343
+
344
+ **If CAC is the problem:**
345
+ 1. Improve conversion rate (optimize landing pages, offer, onboarding)
346
+ 2. Reduce cost-per-click (better targeting, ad creative)
347
+ 3. Shorten sales cycle (faster qualification, better demos)
348
+
349
+ **If LTV is the problem:**
350
+ 1. Improve onboarding for customers from this channel
351
+ 2. Target higher-value segments within channel
352
+ 3. Add expansion plays (upsell, cross-sell)
353
+
354
+ **If targeting is the problem:**
355
+ 1. Narrow audience (exclude poor-fit segments)
356
+ 2. Improve messaging (attract better-fit customers)
357
+ 3. Add qualification step (reduce poor-fit signups)
358
+
359
+ **Timeline:**
360
+ - Spend 4-8 weeks optimizing
361
+ - Track CAC and LTV weekly
362
+ - Target: LTV:CAC >3:1, payback <12 months
363
+ - If you hit targets: scale
364
+ - If you can't fix it: consider killing
365
+
366
+ **Don't scale yet:** Current economics are break-even at best. Fix first, then scale."
367
+
368
+ ---
369
+
370
+ #### Recommendation Pattern 3: Kill or Pause
371
+
372
+ **When:**
373
+ - LTV:CAC <1.5:1 AND
374
+ - No clear path to improvement
375
+
376
+ **Recommendation:**
377
+
378
+ "**Kill this channel (or pause)** — Economics don't support investment
379
+
380
+ **Why:**
381
+ - CAC: $___
382
+ - LTV: $___
383
+ - LTV:CAC: ___:1 🚨 (<2:1 = unsustainable)
384
+ - Payback: ___ months 🚨 (>18 months = cash trap)
385
+
386
+ **Problem:**
387
+ - You're spending $___ to acquire a customer worth $___
388
+ - [Losing money / Barely breaking even / Taking too long to recover cost]
389
+
390
+ **Customer Quality:**
391
+ - Retention: [Worse than blended]
392
+ - NRR: [Lower]
393
+ - ICP Fit: [Poor]
394
+
395
+ **What's broken:**
396
+ [Specific diagnosis:]
397
+ - CAC too high (spending $___ vs. blended $___)
398
+ - LTV too low (customers churn at ___% vs. blended ___%)
399
+ - Both (bad unit economics from both sides)
400
+
401
+ **Should you fix or kill?**
402
+
403
+ **Fix if:**
404
+ - You have a hypothesis to improve CAC by 50%+ (better targeting, conversion)
405
+ - You have a hypothesis to improve LTV by 50%+ (better onboarding, ICP focus)
406
+ - This is a strategically important channel (e.g., enterprise requires field sales)
407
+
408
+ **Kill if:**
409
+ - No clear path to 3:1 LTV:CAC
410
+ - Better channels available (reallocate budget there)
411
+ - Small addressable volume (not worth fixing)
412
+
413
+ **Recommendation: Kill and reallocate budget**
414
+
415
+ **Reallocate to:**
416
+ - Channel X (LTV:CAC = ___:1, can scale)
417
+ - Channel Y (Magic Number = ___, efficient)
418
+
419
+ **What to do with budget:**
420
+ - Current channel spend: $___/month
421
+ - Reallocate to [top-performing channel]
422
+ - Expected impact: [better CAC, better LTV, faster payback]
423
+
424
+ **Exception:** If this channel is <10% of total S&M spend, just pause it. Not worth fixing."
425
+
426
+ ---
427
+
428
+ #### Recommendation Pattern 4: Invest to Learn (Strategic Channel)
429
+
430
+ **When:**
431
+ - Poor unit economics BUT
432
+ - Strategic importance (enterprise channel, brand building, long-term)
433
+
434
+ **Recommendation:**
435
+
436
+ "**Continue, but cap investment** — Strategic value > short-term ROI
437
+
438
+ **Financial Reality:**
439
+ - CAC: $___
440
+ - LTV: $___
441
+ - LTV:CAC: ___:1 (below 3:1 threshold)
442
+ - Payback: ___ months (long)
443
+
444
+ **Why continue despite poor economics:**
445
+ - [Strategic reason: e.g., "Enterprise segment requires field events, but deals are 12-month sales cycles"]
446
+ - [Brand building: e.g., "Conferences build brand awareness that drives inbound long-term"]
447
+ - [Market positioning: e.g., "Need to be present in this channel for credibility"]
448
+
449
+ **How to manage:**
450
+ 1. **Cap spend** — Don't scale until economics improve
451
+ - Current: $___/month
452
+ - Cap at: $___/month (hold steady)
453
+ 2. **Track leading indicators** — Don't just look at short-term CAC/LTV
454
+ - Pipeline influence
455
+ - Brand awareness lift
456
+ - Referral rate from this channel
457
+ 3. **Re-evaluate quarterly**
458
+ - If economics improve (LTV:CAC >3:1): scale
459
+ - If economics stay poor: reconsider strategy
460
+
461
+ **Timeline:**
462
+ - Give it [6-12 months] to show results
463
+ - If no improvement: kill or reduce drastically
464
+
465
+ **Risk:** You're subsidizing growth. Make sure it's worth it."
466
+
467
+ ---
468
+
469
+ ### Step 5: Compare Across Channels (Optional)
470
+
471
+ **If user has multiple channels, agent can generate:**
472
+
473
+ | Channel | CAC | LTV | LTV:CAC | Payback | Magic Number | Quality | Recommendation |
474
+ |---------|-----|-----|---------|---------|--------------|---------|----------------|
475
+ | Google Ads | $500 | $2,000 | 4:1 | 8mo | 0.9 | High | Scale |
476
+ | Content | $200 | $1,500 | 7.5:1 | 4mo | 1.2 | High | Scale |
477
+ | Outbound | $10K | $50K | 5:1 | 18mo | 0.6 | Medium | Optimize |
478
+ | Events | $15K | $30K | 2:1 | 24mo | 0.3 | Low | Kill |
479
+
480
+ **Budget allocation recommendation:**
481
+ 1. Scale: Content (highest efficiency)
482
+ 2. Scale: Google Ads (strong economics)
483
+ 3. Optimize: Outbound (improve magic number)
484
+ 4. Kill: Events (reallocate budget)
485
+
486
+ ---
487
+
488
+ ## Examples
489
+
490
+ See `examples/` folder for sample conversation flows. Mini examples below:
491
+
492
+ ### Example 1: Scale (Content Marketing)
493
+
494
+ **Channel:** Organic content (blog, SEO)
495
+ - CAC: $200
496
+ - LTV: $3,000
497
+ - LTV:CAC: 15:1
498
+ - Payback: 3 months
499
+ - Magic Number: 1.8
500
+ - Customer quality: High (lower churn, higher NRR)
501
+
502
+ **Recommendation:** Scale aggressively. Exceptional unit economics, fast payback, high-quality customers. Increase content spend 2-3x.
503
+
504
+ ---
505
+
506
+ ### Example 2: Optimize (Paid Search)
507
+
508
+ **Channel:** Google Ads
509
+ - CAC: $800
510
+ - LTV: $2,000
511
+ - LTV:CAC: 2.5:1
512
+ - Payback: 14 months
513
+ - Magic Number: 0.6
514
+ - Customer quality: Lower (higher churn in first 90 days)
515
+
516
+ **Recommendation:** Test & optimize before scaling. CAC is high, onboarding is weak for this segment. Improve landing page, target higher-intent keywords, better onboarding for paid customers.
517
+
518
+ ---
519
+
520
+ ### Example 3: Kill (Trade Shows)
521
+
522
+ **Channel:** Industry events
523
+ - CAC: $20,000
524
+ - LTV: $30,000
525
+ - LTV:CAC: 1.5:1
526
+ - Payback: 30 months
527
+ - Magic Number: 0.2
528
+ - Customer quality: Low (off-ICP, many tire-kickers)
529
+
530
+ **Recommendation:** Kill. CAC too high, payback too long, poor customer quality. Reallocate budget to content and paid search.
531
+
532
+ ---
533
+
534
+ ## Common Pitfalls
535
+
536
+ ### Pitfall 1: Scaling Broken Channels
537
+ **Symptom:** "Let's 10x our Google Ads spend!" (LTV:CAC is 1.5:1)
538
+
539
+ **Consequence:** You accelerate cash burn without improving unit economics. Lose money faster.
540
+
541
+ **Fix:** Only scale channels with LTV:CAC >3:1 and payback <12 months. Fix broken channels before scaling.
542
+
543
+ ---
544
+
545
+ ### Pitfall 2: Ignoring Customer Quality
546
+ **Symptom:** "CAC is only $100!" (but customers churn in 30 days)
547
+
548
+ **Consequence:** Low CAC means nothing if LTV is also low. You're acquiring churners, not customers.
549
+
550
+ **Fix:** Track cohort retention and NRR by channel. Low CAC + high churn = bad channel.
551
+
552
+ ---
553
+
554
+ ### Pitfall 3: Celebrating Vanity Metrics
555
+ **Symptom:** "We got 10,000 signups from this campaign!" (5% convert to paid)
556
+
557
+ **Consequence:** Signups don't pay bills. CAC is calculated on paid customers, not signups.
558
+
559
+ **Fix:** Track CAC on paid customers only. Ignore vanity metrics like signups, impressions, clicks.
560
+
561
+ ---
562
+
563
+ ### Pitfall 4: Averaging Across Channels
564
+ **Symptom:** "Blended CAC is $500" (but hiding that one channel is $10K CAC)
565
+
566
+ **Consequence:** Bad channels hide in blended metrics. You don't know which channels to kill.
567
+
568
+ **Fix:** Track CAC, LTV, payback by channel. Compare channels individually.
569
+
570
+ ---
571
+
572
+ ### Pitfall 5: Short-Term CAC Optimization
573
+ **Symptom:** "We reduced CAC 50%!" (by targeting low-intent, low-LTV customers)
574
+
575
+ **Consequence:** CAC dropped but so did LTV. Unit economics got worse, not better.
576
+
577
+ **Fix:** Optimize for LTV:CAC ratio, not CAC alone. Higher CAC with higher LTV is better.
578
+
579
+ ---
580
+
581
+ ### Pitfall 6: Ignoring Payback Period
582
+ **Symptom:** "LTV:CAC is 6:1, this channel is amazing!" (payback is 48 months)
583
+
584
+ **Consequence:** You run out of cash before recovering CAC. Great ratio, terrible cash flow.
585
+
586
+ **Fix:** Pair LTV:CAC with payback period. 3:1 with 8-month payback beats 6:1 with 36-month payback.
587
+
588
+ ---
589
+
590
+ ### Pitfall 7: Killing Channels Too Early
591
+ **Symptom:** "This channel didn't work after 2 weeks"
592
+
593
+ **Consequence:** Channels need time to optimize. Killing too early wastes learning.
594
+
595
+ **Fix:** Give channels 3-6 months and 100+ customers before evaluating. Track trends, not snapshots.
596
+
597
+ ---
598
+
599
+ ### Pitfall 8: Over-Relying on One Channel
600
+ **Symptom:** "90% of our customers come from Google Ads"
601
+
602
+ **Consequence:** Algorithm change, competitor outbids you, channel saturates = business grinds to halt.
603
+
604
+ **Fix:** Diversify channels. No single channel should be >50% of new customer acquisition.
605
+
606
+ ---
607
+
608
+ ### Pitfall 9: Forgetting Incrementality
609
+ **Symptom:** "This retargeting campaign has great ROI!" (but customers would've converted anyway)
610
+
611
+ **Consequence:** You're paying for conversions that would happen organically. Inflated ROI.
612
+
613
+ **Fix:** Test incrementality with holdout groups. Only count truly incremental conversions.
614
+
615
+ ---
616
+
617
+ ### Pitfall 10: Strategic Channels Without Limits
618
+ **Symptom:** "Enterprise events are strategic, we can't stop!" (losing $500K/year)
619
+
620
+ **Consequence:** "Strategic" becomes an excuse for burning cash indefinitely.
621
+
622
+ **Fix:** Cap spend on strategic channels. Set timeline for improvement (6-12 months). If no progress, kill.
623
+
624
+ ---
625
+
626
+ ## References
627
+
628
+ ### Related Skills
629
+ - `saas-economics-efficiency-metrics` — CAC, LTV, payback, magic number calculations
630
+ - `saas-revenue-growth-metrics` — NRR, churn, cohort analysis by channel
631
+ - `finance-metrics-quickref` — Fast lookup for channel evaluation metrics
632
+ - `feature-investment-advisor` — Similar ROI framework for feature decisions
633
+ - `business-health-diagnostic` — Broader business health assessment
634
+
635
+ ### External Frameworks
636
+ - **Brian Balfour (Reforge):** Channel-product fit framework
637
+ - **David Skok:** "SaaS Metrics" — CAC, LTV, and payback for channels
638
+ - **Tomasz Tunguz:** SaaS channel benchmarking
639
+ - **First Round Review:** "How to Find and Scale Your Growth Channels"
640
+
641
+ ### Provenance
642
+ - Adapted from `research/finance/Finance_For_PMs.Putting_It_Together_Synthesis.md` (Decision Framework #2)
643
+ - Channel economics from `research/finance/Finance for Product Managers.md`