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,424 @@
1
+ ---
2
+ name: positioning-workshop
3
+ description: Run a positioning workshop that surfaces target customer, unmet need, category, benefits, and differentiation. Use when your product messaging feels fuzzy, generic, or misaligned.
4
+ intent: >-
5
+ Guide product managers through discovering and articulating product positioning by asking adaptive questions about target customers, unmet needs, product category, benefits, and competitive differentiation. Use this to align stakeholders on strategic positioning before writing PRDs, launch plans, or marketing materials—ensuring you've made deliberate choices about who you serve, what need you address, and how you differ from alternatives.
6
+ type: interactive
7
+ best_for:
8
+ - "Running a workshop to sharpen product positioning"
9
+ - "Clarifying target customer, category, and differentiation"
10
+ - "Fixing fuzzy or generic messaging before launch"
11
+ scenarios:
12
+ - "Help me run a positioning workshop for our B2B analytics product"
13
+ - "Our messaging feels generic. Facilitate a positioning session."
14
+ - "We need to define who we serve and why we're different"
15
+ ---
16
+
17
+
18
+ ## Purpose
19
+ Guide product managers through discovering and articulating product positioning by asking adaptive questions about target customers, unmet needs, product category, benefits, and competitive differentiation. Use this to align stakeholders on strategic positioning before writing PRDs, launch plans, or marketing materials—ensuring you've made deliberate choices about who you serve, what need you address, and how you differ from alternatives.
20
+
21
+ This is not a brainstorming session—it's a structured discovery process that outputs a Geoffrey Moore positioning statement backed by evidence and strategic choices.
22
+
23
+ ## Key Concepts
24
+
25
+ ### The Positioning Workshop Flow
26
+ An interactive discovery process that:
27
+ 1. Gathers product context (marketing materials, competitor intel)
28
+ 2. Identifies target customer segment through questioning
29
+ 3. Uncovers underserved needs via Jobs-to-be-Done lens
30
+ 4. Defines product category and benefits
31
+ 5. Establishes competitive differentiation
32
+ 6. Outputs a complete positioning statement (uses `positioning-statement.md`)
33
+
34
+ ### Why This Works
35
+ - **Structured discovery:** Prevents "positioning by committee" (too vague)
36
+ - **Evidence-based:** Uses real marketing materials, customer feedback, competitive intel
37
+ - **Adaptive:** Questions adjust based on B2B vs. B2C, new product vs. repositioning, etc.
38
+ - **Actionable output:** Generates a Geoffrey Moore positioning statement ready for stakeholder review
39
+
40
+ ### Anti-Patterns (What This Is NOT)
41
+ - **Not a tagline generator:** Positioning ≠ marketing copy
42
+ - **Not feature-first:** Starts with customer problems, not product capabilities
43
+ - **Not consensus-driven:** Forces hard choices (can't be "for everyone")
44
+
45
+ ### When to Use This
46
+ - Defining positioning for a new product
47
+ - Repositioning an existing product (pivot, market shift)
48
+ - Aligning stakeholders on product strategy
49
+ - Preparing for launch or major release
50
+ - Before writing positioning-dependent artifacts (PRD, press release, sales deck)
51
+
52
+ ### When NOT to Use This
53
+ - Before customer research (positioning requires validated insights)
54
+ - For internal tools with captive users (no market positioning needed)
55
+ - When positioning is already clear and validated
56
+
57
+ ---
58
+
59
+ ### Facilitation Source of Truth
60
+
61
+ Use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the default interaction protocol for this skill.
62
+
63
+ It defines:
64
+ - session heads-up + entry mode (Guided, Context dump, Best guess)
65
+ - one-question turns with plain-language prompts
66
+ - progress labels (for example, Context Qx/8 and Scoring Qx/5)
67
+ - interruption handling and pause/resume behavior
68
+ - numbered recommendations at decision points
69
+ - quick-select numbered response options for regular questions (include `Other (specify)` when useful)
70
+
71
+ This file defines the domain-specific assessment content. If there is a conflict, follow this file's domain logic.
72
+
73
+ ## Application
74
+
75
+ This interactive skill asks **up to 5 adaptive questions**, offering **3-4 enumerated context-aware options** at each step.
76
+
77
+ Interaction pattern: Pair with `skills/workshop-facilitation/SKILL.md` when you want a one-step-at-a-time flow with numbered recommendations at decision points and quick-select options for regular questions. If the user asks for a single-shot output, skip the multi-turn facilitation.
78
+
79
+ ---
80
+
81
+ ### Step 0: Gather Context (Before Questions)
82
+
83
+ **Agent suggests:**
84
+
85
+ Before we begin, let's gather product context to ground our positioning work:
86
+
87
+ **For Your Own Product:**
88
+ - Current website copy (homepage, product pages, value prop)
89
+ - Existing positioning statements or messaging docs
90
+ - Customer testimonials or case studies
91
+ - Sales objections or competitive win/loss analysis
92
+ - Product descriptions or feature lists
93
+
94
+ **For Repositioning an Existing Product:**
95
+ - Current positioning (what are you saying today?)
96
+ - Customer feedback or support tickets (what problems do they report?)
97
+ - Competitive intel (how do competitors position themselves?)
98
+
99
+ **If You Don't Have a Product Yet (or Want to Benchmark):**
100
+ - Find 2-3 competitor or analog products
101
+ - Copy their website homepage, positioning statements, or value props
102
+ - We'll use these as reference points
103
+
104
+ **You can paste this content directly, or we can proceed with a brief description.**
105
+
106
+ ---
107
+
108
+ ### Question 1: Target Customer Segment
109
+
110
+ **Agent asks:**
111
+ "Based on the context provided, who is the primary customer segment you're serving?"
112
+
113
+ **Offer 4 enumerated options (adapted based on product context):**
114
+
115
+ 1. **B2B: SMB decision-makers** — E.g., "Small business owners (10-50 employees) managing operations" (like Gusto, QuickBooks)
116
+ 2. **B2B: Enterprise buyers** — E.g., "IT/Product leaders at companies with 500+ employees" (like Salesforce, Workday)
117
+ 3. **B2C: Mass market consumers** — E.g., "Gen Z users (18-25) seeking budgeting tools" (like Mint, Venmo)
118
+ 4. **B2C: Niche enthusiasts** — E.g., "Fitness enthusiasts tracking macros and workouts" (like MyFitnessPal, Strava)
119
+
120
+ **Or describe your own target customer segment (be specific: demographics, role, company size, behaviors).**
121
+
122
+ **Adaptation tip:** If marketing materials mention "enterprises," "SMBs," "consumers," or specific personas, suggest those.
123
+
124
+ **User response:** [Selection or custom]
125
+
126
+ ---
127
+
128
+ ### Question 2: Underserved Need (Jobs-to-be-Done)
129
+
130
+ **Agent asks:**
131
+ "What underserved need or pain point does your target customer experience that your product addresses?"
132
+
133
+ **Offer 4 enumerated options (adapted based on Question 1):**
134
+
135
+ **Example (if Q1 = B2B SMB decision-makers):**
136
+ 1. **Time-consuming manual work** — E.g., "Spend 10+ hours/week on tasks that should be automated" (invoice processing, payroll, reporting)
137
+ 2. **Lack of visibility or control** — E.g., "Can't see real-time status of projects, causing missed deadlines" (project tracking, dashboards)
138
+ 3. **Compliance or risk burden** — E.g., "Fear of tax penalties or legal issues due to manual errors" (accounting, HR compliance)
139
+ 4. **Costly inefficiency** — E.g., "Losing revenue due to slow processes or customer friction" (sales ops, customer onboarding)
140
+
141
+ **Or describe the specific pain point/unmet need based on customer research, support tickets, or competitive gaps.**
142
+
143
+ **Adaptation tip:** Use language from customer testimonials or case studies in the provided materials.
144
+
145
+ **User response:** [Selection or custom]
146
+
147
+ ---
148
+
149
+ ### Question 3: Product Category
150
+
151
+ **Agent asks:**
152
+ "What product category does your solution fit into? (This anchors how buyers evaluate you.)"
153
+
154
+ **Offer 4 enumerated options (adapted based on Q1 + Q2):**
155
+
156
+ **Example (if Q1 = B2B SMB, Q2 = Time-consuming manual work):**
157
+ 1. **Workflow automation platform** — E.g., "Automates repetitive tasks across apps" (like Zapier, Integromat)
158
+ 2. **Business management software** — E.g., "All-in-one platform for operations (invoicing, payroll, CRM)" (like HubSpot, Zoho)
159
+ 3. **Vertical SaaS** — E.g., "Purpose-built for a specific industry (e.g., HVAC, legal, dental)" (like Jobber, Clio)
160
+ 4. **AI-powered assistant** — E.g., "AI tool that automates workflows via natural language" (like Notion AI, Jasper)
161
+
162
+ **Or define your own category. Note: Creating a new category is risky—pick an existing one unless you have strong rationale.**
163
+
164
+ **Adaptation tip:** If competitors are in a clear category, default to that unless you're deliberately creating a new one.
165
+
166
+ **User response:** [Selection or custom]
167
+
168
+ ---
169
+
170
+ ### Question 4: Key Benefit (Outcome, Not Features)
171
+
172
+ **Agent asks:**
173
+ "What's the primary benefit or outcome your product delivers? (Focus on what the customer *gets*, not what the product *has*.)"
174
+
175
+ **Offer 3 enumerated options (adapted based on Q2 need):**
176
+
177
+ **Example (if Q2 = Time-consuming manual work):**
178
+ 1. **Time savings** — E.g., "Reduces manual work from 10 hours/week to 1 hour" (measurable efficiency)
179
+ 2. **Error reduction** — E.g., "Eliminates 95% of manual data entry errors" (accuracy/risk mitigation)
180
+ 3. **Cost savings** — E.g., "Saves $500/month in labor costs by automating invoicing" (direct ROI)
181
+
182
+ **Or describe the specific, measurable outcome your product delivers.**
183
+
184
+ **Quality check:** Avoid features ("has AI," "includes dashboards"). Focus on outcomes ("makes decisions 3x faster," "prevents compliance violations").
185
+
186
+ **User response:** [Selection or custom]
187
+
188
+ ---
189
+
190
+ ### Question 5: Competitive Differentiation
191
+
192
+ **Agent asks:**
193
+ "What's your primary competitor or competitive alternative, and how do you differ?"
194
+
195
+ **Offer 4 enumerated options (adapted based on Q3 category):**
196
+
197
+ **Example (if Q3 = Workflow automation platform):**
198
+ 1. **Incumbent SaaS leader** — E.g., "Unlike Zapier (which requires technical setup), we offer no-code visual workflows accessible to non-technical users"
199
+ 2. **Spreadsheets/manual processes** — E.g., "Unlike Excel (which requires manual updates), we provide real-time automated sync across tools"
200
+ 3. **Vertical competitor** — E.g., "Unlike generic automation tools, we're pre-built for [industry] with templates and compliance features"
201
+ 4. **Enterprise-only solutions** — E.g., "Unlike enterprise tools (complex, expensive), we're designed for SMBs with simple pricing and 10-minute setup"
202
+
203
+ **Or describe your primary competitive alternative and your unique differentiation (focus on outcomes, not features).**
204
+
205
+ **Adaptation tip:** Use competitive intel from provided materials (win/loss analysis, sales objections).
206
+
207
+ **User response:** [Selection or custom]
208
+
209
+ ---
210
+
211
+ ### Output: Generate Positioning Statement
212
+
213
+ After collecting responses, the agent generates a positioning statement using the `positioning-statement.md` format:
214
+
215
+ ```markdown
216
+ # Positioning Statement
217
+
218
+ **Based on your responses, here's your positioning statement:**
219
+
220
+ ---
221
+
222
+ ## Value Proposition
223
+
224
+ **For** [Target customer from Q1]
225
+ - **that need** [Underserved need from Q2]
226
+ - [Product name]
227
+ - **is a** [Product category from Q3]
228
+ - **that** [Key benefit from Q4]
229
+
230
+ ---
231
+
232
+ ## Differentiation Statement
233
+
234
+ - **Unlike** [Primary competitor from Q5]
235
+ - [Product name]
236
+ - **provides** [Unique differentiation from Q5]
237
+
238
+ ---
239
+
240
+ ## Positioning Summary (One-Sentence Version)
241
+
242
+ [Product name] is a [category] for [target] that [benefit], unlike [competitor] which [limitation].
243
+
244
+ **Example:** "Acme Workflows is a no-code automation platform for small business owners that reduces manual work from 10 hours/week to 1 hour, unlike Zapier which requires technical setup and coding knowledge."
245
+
246
+ ---
247
+
248
+ ## Next Steps
249
+
250
+ 1. **Stress-test this positioning:**
251
+ - Read it aloud to 5 target customers. Do they recognize themselves?
252
+ - Share with stakeholders (product, marketing, sales). Does it align?
253
+ - Check if differentiation is defensible (can competitors copy this in 6 months?).
254
+
255
+ 2. **Refine based on feedback:**
256
+ - If target feels too broad → Narrow further (e.g., "SMB owners" → "SMB owners in service industries")
257
+ - If need isn't resonating → Validate with more customer research
258
+ - If category confuses → Pick a clearer category or commit to category creation
259
+
260
+ 3. **Apply to artifacts:**
261
+ - Update website homepage and product pages
262
+ - Revise sales deck and pitch materials
263
+ - Use in PRD, press release, or roadmap planning (reference `press-release.md`, `positioning-statement.md`)
264
+
265
+ ---
266
+
267
+ **Would you like to refine any part of this positioning, or shall we document it as final?**
268
+ ```
269
+
270
+ ---
271
+
272
+ ## Examples
273
+
274
+ ### Example 1: Good Positioning Workshop (B2B SaaS Automation)
275
+
276
+ **Step 0 - Context Provided:**
277
+ User shares current website copy:
278
+ > "Acme Workflows helps small businesses automate repetitive tasks. Connect your apps and save time."
279
+
280
+ **Question 1 Response:** "B2B: SMB decision-makers — Small business owners (10-50 employees) managing operations"
281
+
282
+ **Question 2 Response:** "Time-consuming manual work — Spend 10+ hours/week on invoice processing, data entry, reporting"
283
+
284
+ **Question 3 Response:** "Workflow automation platform — Automates repetitive tasks across apps"
285
+
286
+ **Question 4 Response:** "Time savings — Reduces manual work from 10 hours/week to 1 hour"
287
+
288
+ **Question 5 Response:** "Incumbent SaaS leader — Unlike Zapier (which requires technical setup), we offer no-code visual workflows accessible to non-technical users"
289
+
290
+ ---
291
+
292
+ **Generated Positioning Statement:**
293
+
294
+ ```markdown
295
+ ## Value Proposition
296
+
297
+ **For** small business owners (10-50 employees) managing daily operations
298
+ - **that need** to eliminate 10+ hours/week spent on manual tasks like invoice processing, data entry, and reporting
299
+ - Acme Workflows
300
+ - **is a** no-code workflow automation platform
301
+ - **that** reduces manual work from 10 hours/week to 1 hour by automating repetitive tasks across apps
302
+
303
+ ## Differentiation Statement
304
+
305
+ - **Unlike** Zapier, which requires technical setup and coding knowledge
306
+ - Acme Workflows
307
+ - **provides** visual, no-code workflows that non-technical business owners can set up in 10 minutes
308
+
309
+ ## Positioning Summary
310
+
311
+ Acme Workflows is a no-code automation platform for small business owners that reduces manual work from 10 hours/week to 1 hour, unlike Zapier which requires technical setup and coding knowledge.
312
+ ```
313
+
314
+ **Why this works:**
315
+ - Target is specific (SMB owners, 10-50 employees, operations focus)
316
+ - Need is measurable (10+ hours/week on manual tasks)
317
+ - Category is clear (workflow automation)
318
+ - Benefit is outcome-focused (10 hours → 1 hour)
319
+ - Differentiation is defensible (no-code vs. technical setup)
320
+
321
+ ---
322
+
323
+ ### Example 2: Bad Positioning Workshop (Vague)
324
+
325
+ **Question 1 Response:** "Businesses"
326
+ **Question 2 Response:** "Need better tools"
327
+ **Question 3 Response:** "Software"
328
+ **Question 4 Response:** "Productivity"
329
+ **Question 5 Response:** "We're better than competitors"
330
+
331
+ **Generated Positioning Statement:**
332
+
333
+ ```markdown
334
+ **For** businesses
335
+ - **that need** better tools
336
+ - ProductX
337
+ - **is a** software
338
+ - **that** improves productivity
339
+
340
+ **Unlike** competitors
341
+ - ProductX
342
+ - **provides** better features
343
+ ```
344
+
345
+ **Why this fails:**
346
+ - Target is too broad ("businesses" = everyone)
347
+ - Need is vague ("better tools" = meaningless)
348
+ - Category is not specific ("software" says nothing)
349
+ - Benefit is unmeasurable ("productivity" = how much?)
350
+ - Differentiation is empty ("better features" = unverifiable)
351
+
352
+ **How to fix:** Go back and answer with specificity. Use customer research, not guesses.
353
+
354
+ ---
355
+
356
+ ## Common Pitfalls
357
+
358
+ ### Pitfall 1: "For Everyone"
359
+ **Symptom:** Target is "all businesses" or "anyone who wants to be productive"
360
+
361
+ **Consequence:** Positioning becomes invisible—no one feels it's *for them*.
362
+
363
+ **Fix:** Narrow ruthlessly. Pick the *first* customer segment. You can expand later.
364
+
365
+ ---
366
+
367
+ ### Pitfall 2: Need is a Feature Request
368
+ **Symptom:** "Need better dashboards" or "Need AI-powered analytics"
369
+
370
+ **Consequence:** You've jumped to solution, not problem.
371
+
372
+ **Fix:** Ask "Why do they need that?" Keep asking until you hit the root need.
373
+
374
+ ---
375
+
376
+ ### Pitfall 3: Category Confusion
377
+ **Symptom:** "We're a next-generation platform for digital transformation"
378
+
379
+ **Consequence:** Buyers don't know how to evaluate you.
380
+
381
+ **Fix:** Pick a category buyers understand. If creating a new one, budget for category education.
382
+
383
+ ---
384
+
385
+ ### Pitfall 4: Differentiation is a Feature
386
+ **Symptom:** "Unlike competitors, we have AI"
387
+
388
+ **Consequence:** Features are copiable. Not durable differentiation.
389
+
390
+ **Fix:** Focus on outcomes: "Unlike competitors, we reduce setup time from 2 hours to 10 minutes."
391
+
392
+ ---
393
+
394
+ ### Pitfall 5: No Customer Validation
395
+ **Symptom:** Positioning created in a vacuum, never tested with customers
396
+
397
+ **Consequence:** It sounds good internally but doesn't resonate externally.
398
+
399
+ **Fix:** Read positioning statement to 5 target customers. If they don't say "Yes, that's me," revise.
400
+
401
+ ---
402
+
403
+ ## References
404
+
405
+ ### Related Skills
406
+ - `positioning-statement.md` — The output format this workshop generates
407
+ - `proto-persona.md` — Defines the "For [target]" segment
408
+ - `jobs-to-be-done.md` — Informs the "that need" statement
409
+ - `problem-statement.md` — Problem framing supports positioning
410
+ - `press-release.md` — Positioning informs press release messaging
411
+
412
+ ### External Frameworks
413
+ - Geoffrey Moore, *Crossing the Chasm* (1991) — Origin of positioning statement format
414
+ - April Dunford, *Obviously Awesome* (2019) — Modern positioning methodology
415
+
416
+ ### Dean's Work
417
+ - Positioning Statement Prompt Template
418
+
419
+ ---
420
+
421
+ **Skill type:** Interactive
422
+ **Suggested filename:** `positioning-workshop.md`
423
+ **Suggested placement:** `/skills/interactive/`
424
+ **Dependencies:** Uses `positioning-statement.md`, references `proto-persona.md`, `jobs-to-be-done.md`, `problem-statement.md`