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,230 @@
1
+ ---
2
+ name: positioning-statement
3
+ description: Create a Geoffrey Moore-style positioning statement. Use when clarifying who you serve, what problem you solve, your category, and why you're different from alternatives.
4
+ intent: >-
5
+ Create a Geoffrey Moore-style positioning statement that clearly articulates who your product serves, what need it addresses, how it's categorized, what benefit it delivers, and how it differs from alternatives. Use this when you need to align stakeholders on product strategy, guide messaging, or test if your value proposition is crisp and defensible.
6
+ type: component
7
+ theme: strategy-positioning
8
+ best_for:
9
+ - "Defining your product's market position clearly for the first time"
10
+ - "Differentiating from specific competitors in your messaging"
11
+ - "Aligning your team on who you serve, what problem you solve, and why you're different"
12
+ scenarios:
13
+ - "I need to write a positioning statement for a new B2B SaaS product targeting mid-market HR teams"
14
+ - "Our positioning feels generic and I need to sharpen it against two specific competitors"
15
+ estimated_time: "10-15 min"
16
+ ---
17
+
18
+
19
+ ## Purpose
20
+ Create a Geoffrey Moore-style positioning statement that clearly articulates who your product serves, what need it addresses, how it's categorized, what benefit it delivers, and how it differs from alternatives. Use this when you need to align stakeholders on product strategy, guide messaging, or test if your value proposition is crisp and defensible.
21
+
22
+ This is not a tagline or elevator pitch—it's a strategic clarity tool that forces you to make hard choices about target, need, and differentiation.
23
+
24
+ ## Key Concepts
25
+
26
+ ### The Geoffrey Moore Framework
27
+ From *Crossing the Chasm*, Moore's framework splits positioning into two parts:
28
+
29
+ **Value Proposition:**
30
+ - **For** [target customer]
31
+ - **that need** [underserved need]
32
+ - [product name]
33
+ - **is a** [product category]
34
+ - **that** [benefit statement]
35
+
36
+ **Differentiation Statement:**
37
+ - **Unlike** [primary competitor or competitive alternative]
38
+ - [product name]
39
+ - **provides** [unique differentiation]
40
+
41
+ ### Why This Structure Works
42
+ - **Forces specificity:** You can't say "for everyone" or "unlike all competitors"
43
+ - **Exposes assumptions:** If you can't fill in "unlike X," you may not have defensible differentiation
44
+ - **Focuses on outcomes, not features:** "That reduces churn by 40%" beats "that has analytics"
45
+ - **Category anchors perception:** Saying "is a CRM" vs. "is a workflow tool" changes how buyers evaluate you
46
+
47
+ ### Anti-Patterns (What This Is NOT)
48
+ - **Not a tagline:** "Positioning" ≠ "Nike: Just Do It"
49
+ - **Not a feature list:** Don't say "that provides AI, automation, and integrations"
50
+ - **Not generic:** "For businesses that need efficiency" = positioning theater
51
+ - **Not aspirational fluff:** "That revolutionizes productivity" without specifics is noise
52
+
53
+ ### When to Use This
54
+ - Defining a new product or major pivot
55
+ - Aligning exec/founder/PM/marketing on strategy
56
+ - Testing if your differentiation is real or imagined
57
+ - Before writing PRDs, launch plans, or sales collateral
58
+
59
+ ### When NOT to Use This
60
+ - For internal tools with captive users (positioning is for markets)
61
+ - When you're still in problem validation (position after you know the problem)
62
+ - As a substitute for customer research (this synthesizes insights, doesn't create them)
63
+
64
+ ---
65
+
66
+ ## Application
67
+
68
+ Use `template.md` for the full fill-in structure.
69
+
70
+ ### Step 1: Gather Context
71
+ Before drafting, ensure you have:
72
+ - **Target customer segment:** Demographics, behaviors, role (not just "SMBs" or "developers")
73
+ - **Underserved need:** Pains, gains, jobs-to-be-done (reference `skills/jobs-to-be-done/SKILL.md` if needed)
74
+ - **Product category:** How buyers mentally file your solution (CRM, analytics platform, etc.)
75
+ - **Competitive landscape:** Direct competitors AND substitute behaviors (e.g., "Excel" is often the real competitor)
76
+
77
+ **If missing context:** Use discovery interviews, market research, or customer interviews to fill gaps. Don't guess.
78
+
79
+ ---
80
+
81
+ ### Step 2: Draft the Value Proposition
82
+
83
+ Fill in the template:
84
+
85
+ ```markdown
86
+ ## Value Proposition
87
+
88
+ **For** [specific target customer/persona]
89
+ - **that need** [statement of underserved need—focus on pains, gains, JTBD]
90
+ - [product or service name]
91
+ - **is a** [product category]
92
+ - **that** [benefit statement—focus on outcomes, not features]
93
+ ```
94
+
95
+ **Quality checks:**
96
+ - **Target specificity:** Could you describe this person to a recruiter? If not, narrow it.
97
+ - **Need clarity:** Does this need resonate emotionally? Or is it generic ("need efficiency")?
98
+ - **Category fit:** Does this category help or hurt you? (Sometimes creating a new category is strategic, but risky.)
99
+ - **Outcome focus:** Are you saying what the user *gets*, not what the product *has*?
100
+
101
+ ---
102
+
103
+ ### Step 3: Draft the Differentiation Statement
104
+
105
+ Fill in the template:
106
+
107
+ ```markdown
108
+ ## Differentiation Statement
109
+
110
+ - **Unlike** [primary competitor or competitive alternative]
111
+ - [product or service name]
112
+ - **provides** [unique differentiation—outcomes, not features]
113
+ ```
114
+
115
+ **Quality checks:**
116
+ - **Competitor honesty:** Is this the *real* alternative buyers consider? (Not just who you wish they compared you to.)
117
+ - **Differentiation substance:** Could a competitor copy this in 6 months? If yes, it's not durable differentiation.
118
+ - **Outcome framing:** Are you saying what users *achieve* differently, not just what you *do* differently?
119
+
120
+ ---
121
+
122
+ ### Step 4: Stress-Test the Positioning
123
+
124
+ Ask these questions:
125
+ 1. **Would a customer recognize themselves?** Read the "For [target]" aloud. Does it feel specific or generic?
126
+ 2. **Is the need defensible?** Can you point to research, interviews, or data that validates this need?
127
+ 3. **Does the category help or hurt?** Does it anchor you against the right competitors? Or does it box you in?
128
+ 4. **Is differentiation believable?** Could you prove this claim with a demo, case study, or data?
129
+ 5. **Does this guide decisions?** If someone asked "Should we build feature X?" would this positioning help answer it?
130
+
131
+ If any answer is "no" or "sort of," revise.
132
+
133
+ ---
134
+
135
+ ### Step 5: Socialize and Iterate
136
+
137
+ - **Share with stakeholders:** Founders, execs, product, marketing, sales
138
+ - **Test with customers:** Read it aloud. Do they nod or look confused?
139
+ - **Refine ruthlessly:** Positioning is never done on the first draft. Cut words, sharpen specificity, test alternatives.
140
+
141
+ ---
142
+
143
+ ## Examples
144
+
145
+ See `examples/sample.md` for full positioning examples.
146
+
147
+ Mini example excerpt:
148
+
149
+ ```markdown
150
+ **For** software development teams
151
+ - **that need** to reduce email overload and improve real-time collaboration
152
+ - Slack
153
+ - **is a** team messaging platform
154
+ - **that** centralizes communication and makes conversations searchable
155
+ ```
156
+
157
+ ---
158
+
159
+ ## Common Pitfalls
160
+
161
+ ### Pitfall 1: "For Everyone"
162
+ **Symptom:** "For businesses that want to grow" or "For anyone who uses software"
163
+
164
+ **Consequence:** No one feels like it's *for them*. Positioning becomes invisible.
165
+
166
+ **Fix:** Pick the *first* customer segment you'll serve. You can expand later, but positioning works when it's narrow.
167
+
168
+ ---
169
+
170
+ ### Pitfall 2: Feature Creep in Benefit Statement
171
+ **Symptom:** "That provides AI, automation, analytics, and integrations"
172
+
173
+ **Consequence:** Sounds like a feature list, not a benefit. Buyers tune out.
174
+
175
+ **Fix:** Lead with the outcome: "That reduces churn by 30% through predictive analytics." The features are how, not why.
176
+
177
+ ---
178
+
179
+ ### Pitfall 3: Imaginary Competitor
180
+ **Symptom:** "Unlike outdated legacy systems" or "Unlike traditional approaches"
181
+
182
+ **Consequence:** You're positioning against a straw man. Real buyers don't recognize this alternative.
183
+
184
+ **Fix:** Name the *actual* competitor or substitute behavior. If buyers use Excel, say "Unlike Excel." If they use a competitor, name them.
185
+
186
+ ---
187
+
188
+ ### Pitfall 4: Differentiation Without Proof
189
+ **Symptom:** "Provides revolutionary AI" or "Delivers unmatched speed"
190
+
191
+ **Consequence:** Claims without evidence = marketing fluff. Buyers ignore it.
192
+
193
+ **Fix:** Make it falsifiable: "Provides 10x faster query performance than Snowflake on datasets under 1TB" (can be tested).
194
+
195
+ ---
196
+
197
+ ### Pitfall 5: Category Confusion
198
+ **Symptom:** "Is a next-generation platform for digital transformation"
199
+
200
+ **Consequence:** Buyers don't know how to evaluate you. Category = mental shelf. No shelf = no sale.
201
+
202
+ **Fix:** Pick a category buyers already understand (CRM, analytics, messaging) OR commit to category creation (requires $$$ and time).
203
+
204
+ ---
205
+
206
+ ## References
207
+
208
+ ### Related Skills
209
+ - `skills/problem-statement/SKILL.md` — Defines the problem positioning addresses
210
+ - `skills/jobs-to-be-done/SKILL.md` — Informs the "that need" statement
211
+ - `skills/proto-persona/SKILL.md` — Defines the "For [target]" segment
212
+ - `skills/press-release/SKILL.md` — Positioning informs press release messaging
213
+
214
+ ### External Frameworks
215
+ - Geoffrey Moore, *Crossing the Chasm* (1991) — Origin of this framework
216
+ - April Dunford, *Obviously Awesome* (2019) — Modern positioning playbook
217
+ - Al Ries & Jack Trout, *Positioning: The Battle for Your Mind* (1981) — Foundational positioning theory
218
+
219
+ ### Dean's Work
220
+ - [Link to relevant Dean Peters' Substack articles if applicable]
221
+
222
+ ### Provenance
223
+ - Adapted from `prompts/positioning-statement.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
224
+
225
+ ---
226
+
227
+ **Skill type:** Component
228
+ **Suggested filename:** `positioning-statement.md`
229
+ **Suggested placement:** `/skills/components/`
230
+ **Dependencies:** References `skills/problem-statement/SKILL.md`, `skills/jobs-to-be-done/SKILL.md`, `skills/proto-persona/SKILL.md`
@@ -0,0 +1,51 @@
1
+ # Positioning Statement Examples
2
+
3
+ ## Example 1: Slack (Early Positioning)
4
+
5
+ **Value Proposition:**
6
+ - **For** software development teams
7
+ - **that need** to reduce email overload and improve real-time collaboration
8
+ - Slack
9
+ - **is a** team messaging platform
10
+ - **that** centralizes communication, integrates with dev tools, and makes conversations searchable and organized
11
+
12
+ **Differentiation Statement:**
13
+ - **Unlike** email or Skype
14
+ - Slack
15
+ - **provides** persistent, searchable, organized conversations with deep tool integrations
16
+
17
+ **Why this works:**
18
+ - Target is specific (dev teams, not "all teams")
19
+ - Need is visceral (email overload is a real pain)
20
+ - Category is clear (messaging platform)
21
+ - Differentiation is tangible (searchability + integrations)
22
+
23
+ ---
24
+
25
+ ## Example 2: Bad Positioning (Generic SaaS Product)
26
+
27
+ **Value Proposition:**
28
+ - **For** businesses
29
+ - **that need** to improve productivity
30
+ - ProductX
31
+ - **is a** software solution
32
+ - **that** helps teams work more efficiently
33
+
34
+ **Differentiation Statement:**
35
+ - **Unlike** traditional tools
36
+ - ProductX
37
+ - **provides** modern features and integrations
38
+
39
+ **Why this fails:**
40
+ - "Businesses" is not a target (too broad)
41
+ - "Improve productivity" is not a need (it's an outcome without context)
42
+ - "Software solution" is not a category (says nothing)
43
+ - "Modern features" is not differentiation (vague, unverifiable)
44
+
45
+ **How to fix it:**
46
+ - Narrow target: "For customer support teams in B2B SaaS companies"
47
+ - Sharpen need: "that need to reduce response time without increasing headcount"
48
+ - Define category: "is a customer support automation platform"
49
+ - Specify benefit: "that resolves 40% of tickets via AI-powered workflows"
50
+ - Name competitor: "Unlike Zendesk or Intercom"
51
+ - Prove differentiation: "provides AI resolution before human escalation, reducing median response time by 60%"
@@ -0,0 +1,25 @@
1
+ # Positioning Statement Template
2
+
3
+ Use this template to craft a Geoffrey Moore-style positioning statement.
4
+
5
+ ## Provenance
6
+ Adapted from `prompts/positioning-statement.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
7
+
8
+ ## Template
9
+ ```markdown
10
+ ## Positioning Statement
11
+
12
+ ### Value Proposition
13
+
14
+ **For** [target customer/persona]
15
+ - **that need** [underserved need]
16
+ - [product or service name]
17
+ - **is a** [product category]
18
+ - **that** [benefit statement focused on outcomes]
19
+
20
+ ### Differentiation Statement
21
+
22
+ - **Unlike** [primary competitor or alternative]
23
+ - [product or service name]
24
+ - **provides** [unique differentiation focused on outcomes]
25
+ ```