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,763 @@
1
+ ---
2
+ name: finance-based-pricing-advisor
3
+ description: Evaluate pricing changes using ARPU, conversion, churn risk, NRR, and payback. Use when deciding whether a pricing move should ship.
4
+ intent: >-
5
+ Evaluate the **financial impact** of pricing changes (price increases, new tiers, add-ons, discounts) using ARPU/ARPA analysis, conversion impact, churn risk, NRR effects, and CAC payback implications. Use this to make data-driven go/no-go decisions on proposed pricing changes with supporting math and risk assessment.
6
+ type: interactive
7
+ best_for:
8
+ - "Evaluating price increases, discounts, or new packaging"
9
+ - "Estimating churn and conversion risk before a pricing change"
10
+ - "Making a go/no-go call on monetization changes"
11
+ scenarios:
12
+ - "Should we raise prices 15% for new customers next quarter?"
13
+ - "Evaluate a new premium tier for our SaaS product"
14
+ - "Help me assess whether an annual discount will improve revenue"
15
+ ---
16
+
17
+
18
+ ## Purpose
19
+
20
+ Evaluate the **financial impact** of pricing changes (price increases, new tiers, add-ons, discounts) using ARPU/ARPA analysis, conversion impact, churn risk, NRR effects, and CAC payback implications. Use this to make data-driven go/no-go decisions on proposed pricing changes with supporting math and risk assessment.
21
+
22
+ **What this is:** Financial impact evaluation for pricing decisions you're already considering.
23
+
24
+ **What this is NOT:** Comprehensive pricing strategy design, value-based pricing frameworks, willingness-to-pay research, competitive positioning, psychological pricing, packaging architecture, or monetization model selection. For those topics, see the future `pricing-strategy-suite` skills.
25
+
26
+ This skill assumes you have a specific pricing change in mind and need to evaluate its financial viability.
27
+
28
+ ## Key Concepts
29
+
30
+ ### The Pricing Impact Framework
31
+
32
+ A systematic approach to evaluate pricing changes financially:
33
+
34
+ 1. **Revenue Impact** — How does this change ARPU/ARPA?
35
+ - Direct revenue lift from price increase
36
+ - Revenue loss from reduced conversion or increased churn
37
+ - Net revenue impact
38
+
39
+ 2. **Conversion Impact** — How does this affect trial-to-paid or sales conversion?
40
+ - Higher prices may reduce conversion rate
41
+ - Better packaging may improve conversion
42
+ - Test assumptions
43
+
44
+ 3. **Churn Risk** — Will existing customers leave due to price change?
45
+ - Grandfathering strategy (protect existing customers)
46
+ - Churn risk by segment (SMB vs. enterprise)
47
+ - Churn elasticity (how sensitive are customers to price?)
48
+
49
+ 4. **Expansion Impact** — Does this create or block expansion opportunities?
50
+ - New premium tier = upsell path
51
+ - Usage-based pricing = expansion as customers grow
52
+ - Add-ons = cross-sell opportunities
53
+
54
+ 5. **CAC Payback Impact** — Does pricing change affect unit economics?
55
+ - Higher ARPU = faster payback
56
+ - Lower conversion = higher effective CAC
57
+ - Net effect on LTV:CAC ratio
58
+
59
+ ### Pricing Change Types
60
+
61
+ **Direct monetization changes:**
62
+ - Price increase (raise prices for all customers or new customers only)
63
+ - New premium tier (create upsell path)
64
+ - Paid add-on (monetize previously free feature)
65
+ - Usage-based pricing (charge for consumption)
66
+
67
+ **Discount strategies:**
68
+ - Annual prepay discount (improve cash flow)
69
+ - Volume discounts (larger deals)
70
+ - Promotional pricing (temporary price reduction)
71
+
72
+ **Packaging changes:**
73
+ - Feature bundling (combine features into tiers)
74
+ - Unbundling (separate features into add-ons)
75
+ - Pricing metric change (seats → usage, or vice versa)
76
+
77
+ ### Anti-Patterns (What This Is NOT)
78
+
79
+ - **Not value-based pricing:** This evaluates a proposed change, not "what should we charge?"
80
+ - **Not WTP research:** This analyzes impact, not "what will customers pay?"
81
+ - **Not competitive positioning:** This is financial analysis, not market positioning
82
+ - **Not packaging architecture:** This evaluates one change, not redesigning all tiers
83
+
84
+ ### When to Use This Framework
85
+
86
+ **Use this when:**
87
+ - You have a specific pricing change to evaluate (e.g., "Should we raise prices 20%?")
88
+ - You need to quantify revenue, churn, and conversion trade-offs
89
+ - You're deciding between pricing change options (test A vs. B)
90
+ - You need to present pricing change impact to leadership or board
91
+
92
+ **Don't use this when:**
93
+ - You're designing pricing strategy from scratch (use value-based pricing frameworks)
94
+ - You haven't validated willingness-to-pay (do customer research first)
95
+ - You don't have baseline metrics (ARPU, churn, conversion rates)
96
+ - Change is too small to matter (<5% price change, <10% of customers affected)
97
+
98
+ ---
99
+
100
+ ### Facilitation Source of Truth
101
+
102
+ Use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the default interaction protocol for this skill.
103
+
104
+ It defines:
105
+ - session heads-up + entry mode (Guided, Context dump, Best guess)
106
+ - one-question turns with plain-language prompts
107
+ - progress labels (for example, Context Qx/8 and Scoring Qx/5)
108
+ - interruption handling and pause/resume behavior
109
+ - numbered recommendations at decision points
110
+ - quick-select numbered response options for regular questions (include `Other (specify)` when useful)
111
+
112
+ This file defines the domain-specific assessment content. If there is a conflict, follow this file's domain logic.
113
+
114
+ ## Application
115
+
116
+ This interactive skill asks **up to 4 adaptive questions**, offering **3-5 enumerated options** at decision points.
117
+
118
+ ---
119
+
120
+ ### Step 0: Gather Context
121
+
122
+ **Agent asks:**
123
+
124
+ "Let's evaluate the financial impact of your pricing change. Please provide:
125
+
126
+ **Current pricing:**
127
+ - Current ARPU or ARPA
128
+ - Current pricing tiers (if applicable)
129
+ - Current monthly churn rate
130
+ - Current trial-to-paid conversion rate (if relevant)
131
+
132
+ **Proposed pricing change:**
133
+ - What change are you considering? (price increase, new tier, add-on, etc.)
134
+ - New pricing (if known)
135
+ - Affected customer segment (all, new only, specific tier)
136
+
137
+ **Business context:**
138
+ - Total customers (or MRR/ARR)
139
+ - CAC (to assess payback impact)
140
+ - NRR (to assess expansion context)
141
+
142
+ You can provide estimates if you don't have exact numbers."
143
+
144
+ ---
145
+
146
+ ### Step 1: Identify Pricing Change Type
147
+
148
+ **Agent asks:**
149
+
150
+ "What type of pricing change are you considering?
151
+
152
+ 1. **Price increase** — Raise prices for new customers, existing customers, or both
153
+ 2. **New premium tier** — Add higher-priced tier with additional features
154
+ 3. **Paid add-on** — Monetize a new or existing feature separately
155
+ 4. **Usage-based pricing** — Charge for consumption (seats, API calls, storage, etc.)
156
+ 5. **Discount strategy** — Annual prepay discount, volume pricing, or promotional pricing
157
+ 6. **Packaging change** — Rebundle features, change pricing metric, or tier restructure
158
+
159
+ Choose a number, or describe your specific pricing change."
160
+
161
+ **Based on selection, agent adapts questions:**
162
+
163
+ ---
164
+
165
+ #### If Option 1 (Price Increase):
166
+
167
+ **Agent asks:**
168
+
169
+ "**Price increase details:**
170
+
171
+ - Current price: $___
172
+ - New price: $___
173
+ - Increase: ___%
174
+
175
+ **Who is affected?**
176
+ 1. New customers only (grandfather existing)
177
+ 2. All customers (existing + new)
178
+ 3. Specific segment (e.g., SMB only, new plan only)
179
+
180
+ **When would this take effect?**
181
+ - Immediately
182
+ - Next billing cycle
183
+ - Gradual rollout (test first)"
184
+
185
+ ---
186
+
187
+ #### If Option 2 (New Premium Tier):
188
+
189
+ **Agent asks:**
190
+
191
+ "**Premium tier details:**
192
+
193
+ - Current top tier price: $___
194
+ - New premium tier price: $___
195
+ - Key features in premium tier: [list]
196
+
197
+ **Expected adoption:**
198
+ - What % of current customers might upgrade? ___%
199
+ - What % of new customers might choose premium? ___%
200
+
201
+ **Cannibalization risk:**
202
+ - Will premium tier cannibalize current top tier?"
203
+
204
+ ---
205
+
206
+ #### If Option 3 (Paid Add-On):
207
+
208
+ **Agent asks:**
209
+
210
+ "**Add-on details:**
211
+
212
+ - Add-on name: ___
213
+ - Price: $___ /month or /user
214
+ - Currently free or new feature?
215
+
216
+ **Expected adoption:**
217
+ - What % of customers would pay for this? ___%
218
+ - Is this feature currently used (if free)?
219
+ - Will making it paid hurt retention?"
220
+
221
+ ---
222
+
223
+ #### If Option 4 (Usage-Based Pricing):
224
+
225
+ **Agent asks:**
226
+
227
+ "**Usage pricing details:**
228
+
229
+ - Usage metric: (seats, API calls, storage, transactions, etc.)
230
+ - Pricing: $___ per [unit]
231
+ - Free tier or minimum? (e.g., first 1,000 API calls free)
232
+
233
+ **Expected impact:**
234
+ - Average customer usage: ___ units/month
235
+ - Expected ARPU change: $current → $new
236
+
237
+ **Expansion potential:**
238
+ - As customers grow usage, will ARPU increase?"
239
+
240
+ ---
241
+
242
+ #### If Option 5 (Discount Strategy):
243
+
244
+ **Agent asks:**
245
+
246
+ "**Discount details:**
247
+
248
+ - Discount type: (annual prepay, volume, promotional)
249
+ - Discount amount: ___% off
250
+ - Duration: (ongoing, limited time)
251
+
252
+ **Trade-off:**
253
+ - Lower price vs. improved cash flow (annual prepay)
254
+ - Lower price vs. larger deal size (volume)
255
+ - Lower price vs. urgency (promotional)"
256
+
257
+ ---
258
+
259
+ #### If Option 6 (Packaging Change):
260
+
261
+ **Agent asks:**
262
+
263
+ "**Packaging change details:**
264
+
265
+ - What are you changing? (bundling, unbundling, pricing metric)
266
+ - Current packaging: [describe]
267
+ - New packaging: [describe]
268
+
269
+ **Expected impact:**
270
+ - ARPU change: $current → $new
271
+ - Conversion change: ___% → ___%
272
+ - Churn risk: (low, medium, high)"
273
+
274
+ ---
275
+
276
+ ### Step 2: Assess Expected Impact
277
+
278
+ **Agent asks:**
279
+
280
+ "Now let's quantify the impact. Based on your pricing change, estimate:
281
+
282
+ **Revenue impact:**
283
+ - Current ARPU: $___
284
+ - Expected new ARPU: $___
285
+ - ARPU lift: ___%
286
+
287
+ **Conversion impact:**
288
+ - Current conversion rate: ___%
289
+ - Expected new conversion rate: ___%
290
+ - Conversion change: [increase / decrease / no change]
291
+
292
+ **Churn risk:**
293
+ - Current monthly churn: ___%
294
+ - Expected churn after change: ___%
295
+ - Churn risk: [low / medium / high]
296
+
297
+ **Expansion impact:**
298
+ - Does this create expansion opportunities? (new tier to upgrade to, usage growth)
299
+ - Expected NRR change: ___% → ___%
300
+
301
+ You can provide estimates. We'll model scenarios (conservative, base, optimistic)."
302
+
303
+ ---
304
+
305
+ ### Step 3: Evaluate Current State
306
+
307
+ **Agent asks:**
308
+
309
+ "To assess whether this pricing change makes sense, I need your current baseline:
310
+
311
+ **Current metrics:**
312
+ - MRR or ARR: $___
313
+ - Number of customers: ___
314
+ - ARPU/ARPA: $___
315
+ - Monthly churn rate: ___%
316
+ - NRR: ___%
317
+ - CAC: $___
318
+ - LTV: $___
319
+
320
+ **Growth context:**
321
+ - Current growth rate: ___% MoM or YoY
322
+ - Target growth rate: ___%
323
+
324
+ **Competitive context:**
325
+ - Are you priced below, at, or above market?
326
+ - Competitive pressure: (low, medium, high)"
327
+
328
+ ---
329
+
330
+ ### Step 4: Deliver Recommendations
331
+
332
+ **Agent synthesizes:**
333
+ - Revenue impact (ARPU lift × customer base)
334
+ - Conversion impact (new customers affected)
335
+ - Churn impact (existing customers affected)
336
+ - Net revenue impact
337
+ - CAC payback impact
338
+ - Risk assessment
339
+
340
+ **Agent offers 3-4 recommendations:**
341
+
342
+ ---
343
+
344
+ #### Recommendation Pattern 1: Implement Broadly
345
+
346
+ **When:**
347
+ - Net revenue impact clearly positive (>10% ARPU lift, <5% churn risk)
348
+ - Minimal conversion impact
349
+ - Strong value justification
350
+
351
+ **Recommendation:**
352
+
353
+ "**Implement this pricing change** — Strong financial case
354
+
355
+ **Revenue Impact:**
356
+ - Current MRR: $___
357
+ - ARPU lift: ___% ($current → $new)
358
+ - Expected MRR increase: +$___/month (+___%)
359
+
360
+ **Churn Risk: Low**
361
+ - Expected churn increase: ___% → ___% (+___% points)
362
+ - Churn-driven MRR loss: -$___/month
363
+ - **Net MRR impact: +$___/month** ✅
364
+
365
+ **Conversion Impact:**
366
+ - Current conversion: ___%
367
+ - Expected conversion: ___% (___% change)
368
+ - Impact on new customer acquisition: [minimal / manageable]
369
+
370
+ **CAC Payback Impact:**
371
+ - Current payback: ___ months
372
+ - New payback: ___ months (faster due to higher ARPU)
373
+
374
+ **Why this works:**
375
+ [Specific reasoning based on numbers]
376
+
377
+ **How to implement:**
378
+ 1. **Grandfather existing customers** (if raising prices)
379
+ - Protect current base from churn
380
+ - New pricing for new customers only
381
+ 2. **Communicate value**
382
+ - Emphasize features, outcomes, ROI
383
+ - Justify price with value delivered
384
+ 3. **Monitor metrics (first 30-60 days)**
385
+ - Conversion rate (should stay within ___%)
386
+ - Churn rate (should stay <___%)
387
+ - Customer feedback
388
+
389
+ **Expected timeline:**
390
+ - Month 1: +$___ MRR from new customers
391
+ - Month 3: +$___ MRR (cumulative)
392
+ - Month 6: +$___ MRR
393
+ - Year 1: +$___ ARR
394
+
395
+ **Success criteria:**
396
+ - Conversion rate stays >___%
397
+ - Churn rate stays <___%
398
+ - NRR improves to >___%"
399
+
400
+ ---
401
+
402
+ #### Recommendation Pattern 2: Test First (A/B Test)
403
+
404
+ **When:**
405
+ - Uncertain impact (wide range between conservative and optimistic)
406
+ - Moderate churn or conversion risk
407
+ - Large customer base (can test with subset)
408
+
409
+ **Recommendation:**
410
+
411
+ "**Test with a segment before broad rollout** — Impact is uncertain
412
+
413
+ **Why test:**
414
+ - ARPU lift estimate: ___% (wide confidence interval)
415
+ - Churn risk: Medium (___% → ___%)
416
+ - Conversion impact: Uncertain (___% → ___% estimated)
417
+
418
+ **Test design:**
419
+
420
+ **Cohort A (Control):**
421
+ - Current pricing: $___
422
+ - Size: ___% of new customers (or ___ customers)
423
+
424
+ **Cohort B (Test):**
425
+ - New pricing: $___
426
+ - Size: ___% of new customers (or ___ customers)
427
+
428
+ **Duration:** 60-90 days (need statistical significance)
429
+
430
+ **Metrics to track:**
431
+ - Conversion rate (A vs. B)
432
+ - ARPU (A vs. B)
433
+ - 30-day retention (A vs. B)
434
+ - 90-day churn (A vs. B)
435
+ - NRR (A vs. B)
436
+
437
+ **Decision criteria:**
438
+
439
+ **Roll out broadly if:**
440
+ - Conversion rate (B) >___% of control (A)
441
+ - Churn rate (B) <___% higher than control
442
+ - Net revenue (B) >___% higher than control
443
+
444
+ **Don't roll out if:**
445
+ - Conversion drops >___%
446
+ - Churn increases >___%
447
+ - Net revenue impact negative
448
+
449
+ **Expected timeline:**
450
+ - Week 1-2: Launch test
451
+ - Week 8-12: Enough data for statistical significance
452
+ - Month 3: Decision to roll out or kill
453
+
454
+ **Risk:** Medium. Test mitigates risk before broad rollout."
455
+
456
+ ---
457
+
458
+ #### Recommendation Pattern 3: Modify Approach
459
+
460
+ **When:**
461
+ - Original proposal has significant risk
462
+ - Better alternative exists
463
+ - Need to adjust pricing change to improve outcomes
464
+
465
+ **Recommendation:**
466
+
467
+ "**Modify your approach** — Original proposal has risks
468
+
469
+ **Original Proposal:**
470
+ - [Price increase / New tier / Add-on / etc.]
471
+ - Expected ARPU lift: ___%
472
+ - Churn risk: High (___% → ___%)
473
+ - Net revenue impact: Uncertain or negative
474
+
475
+ **Problem:**
476
+ [Specific issue: e.g., "20% price increase will likely cause 10% churn, wiping out revenue gains"]
477
+
478
+ **Alternative Approach:**
479
+
480
+ **Option 1: Smaller price increase**
481
+ - Instead of ___% increase, try ___%
482
+ - Lower churn risk (___% vs. ___%)
483
+ - Still positive net revenue: +$___/month
484
+
485
+ **Option 2: Grandfather existing, raise for new only**
486
+ - Protect current base (zero churn risk)
487
+ - Higher prices for new customers only
488
+ - Gradual ARPU improvement over time
489
+
490
+ **Option 3: Value-based pricing (charge more for high-value segments)**
491
+ - Keep SMB pricing flat
492
+ - Raise enterprise pricing ___%
493
+ - Lower churn risk (enterprise is stickier)
494
+
495
+ **Recommended:**
496
+ [Specific option with reasoning]
497
+
498
+ **Why this is better:**
499
+ - Lower churn risk
500
+ - Comparable revenue upside
501
+ - Easier to communicate
502
+
503
+ **How to implement:**
504
+ [Specific steps for alternative approach]"
505
+
506
+ ---
507
+
508
+ #### Recommendation Pattern 4: Don't Change Pricing
509
+
510
+ **When:**
511
+ - Net revenue impact negative or marginal
512
+ - High churn risk without offsetting gains
513
+ - Competitive or strategic reasons to hold pricing
514
+
515
+ **Recommendation:**
516
+
517
+ "**Don't change pricing** — Risks outweigh benefits
518
+
519
+ **Why:**
520
+ - Expected revenue lift: +$___/month (___%)
521
+ - Expected churn impact: -$___/month (___%)
522
+ - **Net revenue impact: -$___/month** 🚨 or marginal
523
+
524
+ **Problem:**
525
+ [Specific issue: e.g., "Churn-driven revenue loss exceeds price increase gains"]
526
+
527
+ **What would need to change:**
528
+
529
+ **For price increase to work:**
530
+ - Churn rate must stay below ___% (currently ___%)
531
+ - OR conversion rate must stay above ___% (currently ___%)
532
+ - OR you need to reduce CAC to offset lower conversion
533
+
534
+ **Alternative strategies:**
535
+
536
+ **Instead of raising prices:**
537
+ 1. **Improve retention** — Reduce churn from ___% to ___% (same revenue impact as price increase, lower risk)
538
+ 2. **Expand within base** — Increase NRR from ___% to ___% via upsells
539
+ 3. **Reduce CAC** — More efficient acquisition (better than pricing)
540
+
541
+ **When to revisit pricing:**
542
+ - After improving retention (churn <___%)
543
+ - After validating willingness-to-pay (WTP research)
544
+ - After competitive landscape changes
545
+
546
+ **Decision:** Hold pricing for now, focus on [retention / expansion / acquisition efficiency]."
547
+
548
+ ---
549
+
550
+ ### Step 5: Sensitivity Analysis (Optional)
551
+
552
+ **Agent offers:**
553
+
554
+ "Want to see what-if scenarios?
555
+
556
+ 1. **Optimistic case** — Higher ARPU lift, lower churn
557
+ 2. **Pessimistic case** — Lower ARPU lift, higher churn
558
+ 3. **Breakeven analysis** — What churn rate makes this neutral?
559
+
560
+ Or ask any follow-up questions."
561
+
562
+ **Agent can provide:**
563
+ - Scenario modeling (optimistic/pessimistic/breakeven)
564
+ - Sensitivity tables (if churn is X%, revenue impact is Y)
565
+ - Comparison to alternative pricing strategies
566
+
567
+ ---
568
+
569
+ ## Examples
570
+
571
+ See `examples/` folder for sample conversation flows. Mini examples below:
572
+
573
+ ### Example 1: Price Increase (Good Case)
574
+
575
+ **Scenario:** 20% price increase for new customers only
576
+
577
+ **Current state:**
578
+ - ARPU: $100/month
579
+ - Customers: 1,000
580
+ - MRR: $100K
581
+ - Churn: 3%/month
582
+ - New customers/month: 50
583
+
584
+ **Proposed change:**
585
+ - New customer pricing: $120/month (+20%)
586
+ - Existing customers: Grandfathered at $100
587
+
588
+ **Impact:**
589
+ - New customer ARPU: $120 (+20%)
590
+ - Churn risk: Low (existing protected)
591
+ - Conversion impact: Minimal (<5% drop estimated)
592
+
593
+ **Recommendation:** Implement. Net revenue impact +$12K/year with low risk.
594
+
595
+ ---
596
+
597
+ ### Example 2: Price Increase (Risky)
598
+
599
+ **Scenario:** 30% price increase for all customers
600
+
601
+ **Current state:**
602
+ - ARPU: $50/month
603
+ - Customers: 5,000
604
+ - MRR: $250K
605
+ - Churn: 5%/month (already high)
606
+
607
+ **Proposed change:**
608
+ - All customers: $65/month (+30%)
609
+
610
+ **Impact:**
611
+ - ARPU lift: +30% = +$75K MRR
612
+ - Churn risk: High (5% → 8% estimated)
613
+ - Churn-driven loss: 3% × 5,000 × $65 = -$9.75K MRR/month
614
+
615
+ **Net impact:** +$75K - $9.75K = +$65K MRR (but accelerating churn problem)
616
+
617
+ **Recommendation:** Don't change. Fix retention first (reduce 5% churn), then raise prices.
618
+
619
+ ---
620
+
621
+ ### Example 3: New Premium Tier
622
+
623
+ **Scenario:** Add $500/month premium tier
624
+
625
+ **Current state:**
626
+ - Top tier: $200/month (500 customers)
627
+ - ARPA: $200
628
+
629
+ **Proposed change:**
630
+ - New tier: $500/month with advanced features
631
+ - Expected adoption: 10% of current top tier (50 customers)
632
+
633
+ **Impact:**
634
+ - Upsell revenue: 50 × ($500 - $200) = +$15K MRR
635
+ - Cannibalization risk: Low (features justify premium)
636
+ - NRR impact: Increases from 105% to 110%
637
+
638
+ **Recommendation:** Implement. Creates expansion path, minimal cannibalization risk.
639
+
640
+ ---
641
+
642
+ ## Common Pitfalls
643
+
644
+ ### Pitfall 1: Ignoring Churn Impact
645
+ **Symptom:** "We'll raise prices 30% and make $X more!" (no churn modeling)
646
+
647
+ **Consequence:** Churn wipes out revenue gains. Net impact negative.
648
+
649
+ **Fix:** Model churn scenarios (conservative, base, optimistic). Factor churn-driven revenue loss into net impact.
650
+
651
+ ---
652
+
653
+ ### Pitfall 2: Not Grandfathering Existing Customers
654
+ **Symptom:** "We're raising prices for everyone effective immediately"
655
+
656
+ **Consequence:** Massive churn spike from existing customers who feel betrayed.
657
+
658
+ **Fix:** Grandfather existing customers. Raise prices for new customers only.
659
+
660
+ ---
661
+
662
+ ### Pitfall 3: Testing Without Statistical Power
663
+ **Symptom:** "We tested on 10 customers and it worked!"
664
+
665
+ **Consequence:** 10 customers isn't statistically significant. Results are noise.
666
+
667
+ **Fix:** Test with large enough sample (100+ customers per cohort) for 60-90 days.
668
+
669
+ ---
670
+
671
+ ### Pitfall 4: Pricing Changes Without Value Justification
672
+ **Symptom:** "We're raising prices because we need more revenue"
673
+
674
+ **Consequence:** Customers see price increase without corresponding value increase. Churn.
675
+
676
+ **Fix:** Tie price increases to value improvements (new features, better support, outcomes delivered).
677
+
678
+ ---
679
+
680
+ ### Pitfall 5: Ignoring CAC Payback Impact
681
+ **Symptom:** "Higher ARPU is always better!"
682
+
683
+ **Consequence:** If conversion drops 30%, effective CAC increases dramatically. Payback period explodes.
684
+
685
+ **Fix:** Calculate CAC payback impact. Higher ARPU with lower conversion might make payback worse, not better.
686
+
687
+ ---
688
+
689
+ ### Pitfall 6: Annual Discounts That Hurt Margin
690
+ **Symptom:** "30% discount for annual prepay!" (improves cash but destroys LTV)
691
+
692
+ **Consequence:** Customers lock in low prices for a year. Revenue per customer decreases.
693
+
694
+ **Fix:** Limit annual discounts to 10-15%. Balance cash flow improvement with LTV protection.
695
+
696
+ ---
697
+
698
+ ### Pitfall 7: Copycat Pricing (Competitor-Based)
699
+ **Symptom:** "Competitor raised prices, so should we"
700
+
701
+ **Consequence:** Your customers, value prop, and cost structure are different. What works for them may not work for you.
702
+
703
+ **Fix:** Use competitors as data points, not decisions. Make pricing decisions based on your unit economics.
704
+
705
+ ---
706
+
707
+ ### Pitfall 8: Premature Optimization
708
+ **Symptom:** "Let's A/B test 47 different price points!"
709
+
710
+ **Consequence:** Analysis paralysis. Spending months on 5% pricing optimizations while missing 50% growth opportunities elsewhere.
711
+
712
+ **Fix:** Big pricing changes (tiers, packaging, add-ons) matter more than micro-optimizations. Start there.
713
+
714
+ ---
715
+
716
+ ### Pitfall 9: Forgetting Expansion Revenue
717
+ **Symptom:** "We're maximizing ARPU at acquisition"
718
+
719
+ **Consequence:** High upfront pricing prevents landing customers. Miss expansion opportunities.
720
+
721
+ **Fix:** Consider "land and expand" strategy. Lower entry price, higher expansion revenue via upsells.
722
+
723
+ ---
724
+
725
+ ### Pitfall 10: No Pricing Change Communication Plan
726
+ **Symptom:** "We're raising prices next month" (no customer communication)
727
+
728
+ **Consequence:** Surprised customers churn. Poor reviews. Reputation damage.
729
+
730
+ **Fix:** Communicate pricing changes 30-60 days in advance. Emphasize value, not just price.
731
+
732
+ ---
733
+
734
+ ## References
735
+
736
+ ### Related Skills
737
+ - `saas-revenue-growth-metrics` — ARPU, ARPA, churn, NRR metrics used in pricing analysis
738
+ - `saas-economics-efficiency-metrics` — CAC payback impact of pricing changes
739
+ - `finance-metrics-quickref` — Quick lookup for pricing-related formulas
740
+ - `feature-investment-advisor` — Evaluates whether to build features that enable pricing changes
741
+ - `business-health-diagnostic` — Broader business context for pricing decisions
742
+
743
+ ### External Frameworks (Comprehensive Pricing Strategy)
744
+ These are OUTSIDE the scope of this skill but relevant for broader pricing work:
745
+
746
+ - **Value-Based Pricing** — Price based on value delivered, not cost
747
+ - **Van Westendorp Price Sensitivity** — WTP research methodology
748
+ - **Conjoint Analysis** — Feature-to-price trade-off research
749
+ - **Good-Better-Best Packaging** — Tier architecture design
750
+ - **Price Anchoring & Decoy Pricing** — Psychological pricing tactics
751
+ - **Patrick Campbell (ProfitWell):** Pricing research and benchmarks
752
+
753
+ ### Future Skills (Comprehensive Pricing)
754
+ For topics NOT covered here, see future `pricing-strategy-suite`:
755
+ - `value-based-pricing-framework` — How to price based on value
756
+ - `willingness-to-pay-research` — WTP research methods
757
+ - `packaging-architecture-advisor` — Tier and bundle design
758
+ - `pricing-psychology-guide` — Anchoring, decoys, framing
759
+ - `monetization-model-advisor` — Seat-based vs. usage vs. outcome pricing
760
+
761
+ ### Provenance
762
+ - Adapted from `research/finance/Finance_For_PMs.Putting_It_Together_Synthesis.md` (Decision Framework #3)
763
+ - Pricing scenarios from `research/finance/Finance for Product Managers.md`