@sylix/coworker 2.0.11 → 2.0.12

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 (169) hide show
  1. package/dist/commands/slash/config.d.ts.map +1 -1
  2. package/dist/commands/slash/config.js +22 -4
  3. package/dist/commands/slash/config.js.map +1 -1
  4. package/dist/core/CoWorkerAgent.d.ts.map +1 -1
  5. package/dist/core/CoWorkerAgent.js +6 -3
  6. package/dist/core/CoWorkerAgent.js.map +1 -1
  7. package/dist/skills/defaults/accessibility/screen-reader-testing.md +545 -0
  8. package/dist/skills/defaults/accessibility/wcag-audit-patterns.md +555 -0
  9. package/dist/skills/defaults/ai-ml/rag.md +276 -0
  10. package/dist/skills/defaults/backend-development/api-design-principles.md +528 -0
  11. package/dist/skills/defaults/backend-development/api-design.md +285 -0
  12. package/dist/skills/defaults/backend-development/architecture-patterns.md +494 -0
  13. package/dist/skills/defaults/backend-development/async-python.md +237 -0
  14. package/dist/skills/defaults/backend-development/auth-implementation-patterns.md +638 -0
  15. package/dist/skills/defaults/backend-development/bazel-build-optimization.md +387 -0
  16. package/dist/skills/defaults/backend-development/billing-automation/SKILL.md +566 -0
  17. package/dist/skills/defaults/backend-development/code-review-excellence.md +538 -0
  18. package/dist/skills/defaults/backend-development/cqrs-implementation.md +554 -0
  19. package/dist/skills/defaults/backend-development/database-design.md +305 -0
  20. package/dist/skills/defaults/backend-development/debugging-strategies.md +536 -0
  21. package/dist/skills/defaults/backend-development/e2e-testing-patterns.md +544 -0
  22. package/dist/skills/defaults/backend-development/error-handling-patterns.md +641 -0
  23. package/dist/skills/defaults/backend-development/fastapi-templates.md +559 -0
  24. package/dist/skills/defaults/backend-development/fastapi.md +309 -0
  25. package/dist/skills/defaults/backend-development/git-advanced-workflows.md +405 -0
  26. package/dist/skills/defaults/backend-development/microservices-patterns.md +595 -0
  27. package/dist/skills/defaults/backend-development/microservices.md +284 -0
  28. package/dist/skills/defaults/backend-development/monorepo-management.md +623 -0
  29. package/dist/skills/defaults/backend-development/nodejs-backend-patterns.md +1048 -0
  30. package/dist/skills/defaults/backend-development/nx-workspace-patterns.md +457 -0
  31. package/dist/skills/defaults/backend-development/paypal-integration/SKILL.md +478 -0
  32. package/dist/skills/defaults/backend-development/pci-compliance/SKILL.md +480 -0
  33. package/dist/skills/defaults/backend-development/python-anti-patterns.md +349 -0
  34. package/dist/skills/defaults/backend-development/python-background-jobs.md +364 -0
  35. package/dist/skills/defaults/backend-development/python-code-style.md +360 -0
  36. package/dist/skills/defaults/backend-development/python-configuration.md +368 -0
  37. package/dist/skills/defaults/backend-development/python-design-patterns.md +296 -0
  38. package/dist/skills/defaults/backend-development/python-error-handling.md +323 -0
  39. package/dist/skills/defaults/backend-development/python-packaging.md +887 -0
  40. package/dist/skills/defaults/backend-development/python-performance-optimization.md +874 -0
  41. package/dist/skills/defaults/backend-development/python-project-structure.md +252 -0
  42. package/dist/skills/defaults/backend-development/python-resilience.md +376 -0
  43. package/dist/skills/defaults/backend-development/python-resource-management.md +421 -0
  44. package/dist/skills/defaults/backend-development/python-type-safety.md +428 -0
  45. package/dist/skills/defaults/backend-development/sql-optimization-patterns.md +509 -0
  46. package/dist/skills/defaults/backend-development/stripe-integration/SKILL.md +522 -0
  47. package/dist/skills/defaults/backend-development/turborepo-caching.md +376 -0
  48. package/dist/skills/defaults/blockchain/defi-protocol-templates.md +430 -0
  49. package/dist/skills/defaults/blockchain/nft-standards.md +364 -0
  50. package/dist/skills/defaults/blockchain/solidity-security.md +514 -0
  51. package/dist/skills/defaults/blockchain/web3-testing.md +360 -0
  52. package/dist/skills/defaults/business/competitive-landscape/SKILL.md +527 -0
  53. package/dist/skills/defaults/business/market-sizing-analysis/SKILL.md +451 -0
  54. package/dist/skills/defaults/business/startup-financial-modeling/SKILL.md +494 -0
  55. package/dist/skills/defaults/business/startup-metrics-framework/SKILL.md +564 -0
  56. package/dist/skills/defaults/business/team-composition-analysis.md +437 -0
  57. package/dist/skills/defaults/compliance/employment-contract-templates/SKILL.md +527 -0
  58. package/dist/skills/defaults/compliance/gdpr-data-handling/SKILL.md +630 -0
  59. package/dist/skills/defaults/data-engineering/airflow-dag-patterns.md +436 -0
  60. package/dist/skills/defaults/data-engineering/airflow.md +519 -0
  61. package/dist/skills/defaults/data-engineering/data-quality.md +583 -0
  62. package/dist/skills/defaults/data-engineering/dbt-transformation-patterns.md +482 -0
  63. package/dist/skills/defaults/data-engineering/dbt.md +556 -0
  64. package/dist/skills/defaults/data-engineering/ml-pipeline-workflow/SKILL.md +247 -0
  65. package/dist/skills/defaults/data-engineering/spark-optimization.md +348 -0
  66. package/dist/skills/defaults/data-engineering/spark.md +411 -0
  67. package/dist/skills/defaults/database/postgresql.md +202 -0
  68. package/dist/skills/defaults/debugging/systematic-debugging.md +249 -0
  69. package/dist/skills/defaults/devops/architecture-decision-records.md +448 -0
  70. package/dist/skills/defaults/devops/changelog-automation.md +580 -0
  71. package/dist/skills/defaults/devops/cicd.md +314 -0
  72. package/dist/skills/defaults/devops/cloud.md +263 -0
  73. package/dist/skills/defaults/devops/code-review-excellence.md +299 -0
  74. package/dist/skills/defaults/devops/cost-optimization.md +295 -0
  75. package/dist/skills/defaults/devops/deployment-pipeline-design.md +356 -0
  76. package/dist/skills/defaults/devops/docker.md +281 -0
  77. package/dist/skills/defaults/devops/git-workflows.md +205 -0
  78. package/dist/skills/defaults/devops/github-actions.md +311 -0
  79. package/dist/skills/defaults/devops/gitlab-ci-patterns.md +266 -0
  80. package/dist/skills/defaults/devops/hybrid-cloud-networking.md +241 -0
  81. package/dist/skills/defaults/devops/istio-traffic-management.md +327 -0
  82. package/dist/skills/defaults/devops/kubernetes.md +339 -0
  83. package/dist/skills/defaults/devops/linkerd-patterns.md +311 -0
  84. package/dist/skills/defaults/devops/multi-cloud-architecture.md +181 -0
  85. package/dist/skills/defaults/devops/observability.md +243 -0
  86. package/dist/skills/defaults/devops/openapi-spec-generation.md +1024 -0
  87. package/dist/skills/defaults/devops/postmortem-writing.md +396 -0
  88. package/dist/skills/defaults/devops/prometheus-configuration.md +265 -0
  89. package/dist/skills/defaults/devops/secrets-management.md +341 -0
  90. package/dist/skills/defaults/devops/service-mesh-observability.md +385 -0
  91. package/dist/skills/defaults/devops/terraform-module-library.md +244 -0
  92. package/dist/skills/defaults/finance/backtesting-frameworks/SKILL.md +663 -0
  93. package/dist/skills/defaults/finance/risk-metrics-calculation/SKILL.md +557 -0
  94. package/dist/skills/defaults/frontend/accessibility-compliance.md +420 -0
  95. package/dist/skills/defaults/frontend/design-system-patterns.md +337 -0
  96. package/dist/skills/defaults/frontend/interaction-design.md +327 -0
  97. package/dist/skills/defaults/frontend/javascript.md +311 -0
  98. package/dist/skills/defaults/frontend/modern-javascript-patterns.md +927 -0
  99. package/dist/skills/defaults/frontend/react-native-design.md +440 -0
  100. package/dist/skills/defaults/frontend/react.md +345 -0
  101. package/dist/skills/defaults/frontend/responsive-design.md +472 -0
  102. package/dist/skills/defaults/frontend/tailwind-design-system.md +337 -0
  103. package/dist/skills/defaults/frontend/typescript-advanced-types.md +724 -0
  104. package/dist/skills/defaults/frontend/typescript.md +334 -0
  105. package/dist/skills/defaults/frontend/visual-design-foundations.md +326 -0
  106. package/dist/skills/defaults/frontend/web-component-design.md +279 -0
  107. package/dist/skills/defaults/game-development/godot-gdscript-patterns.md +188 -0
  108. package/dist/skills/defaults/game-development/unity-ecs-patterns.md +594 -0
  109. package/dist/skills/defaults/kubernetes/gitops-workflow.md +285 -0
  110. package/dist/skills/defaults/kubernetes/gitops.md +280 -0
  111. package/dist/skills/defaults/kubernetes/helm-chart-scaffolding.md +553 -0
  112. package/dist/skills/defaults/kubernetes/helm.md +343 -0
  113. package/dist/skills/defaults/kubernetes/k8s-manifest-generator.md +501 -0
  114. package/dist/skills/defaults/kubernetes/k8s-security-policies.md +342 -0
  115. package/dist/skills/defaults/kubernetes/manifests.md +330 -0
  116. package/dist/skills/defaults/kubernetes/security.md +337 -0
  117. package/dist/skills/defaults/llm-application/embedding-strategies.md +608 -0
  118. package/dist/skills/defaults/llm-application/hybrid-search-implementation.md +570 -0
  119. package/dist/skills/defaults/llm-application/hybrid-search.md +570 -0
  120. package/dist/skills/defaults/llm-application/langchain-architecture.md +666 -0
  121. package/dist/skills/defaults/llm-application/langchain.md +259 -0
  122. package/dist/skills/defaults/llm-application/llm-evaluation.md +695 -0
  123. package/dist/skills/defaults/llm-application/prompt-engineering-patterns.md +449 -0
  124. package/dist/skills/defaults/llm-application/prompt-engineering.md +219 -0
  125. package/dist/skills/defaults/llm-application/rag-implementation.md +434 -0
  126. package/dist/skills/defaults/llm-application/similarity-search-patterns.md +560 -0
  127. package/dist/skills/defaults/llm-application/similarity-search.md +560 -0
  128. package/dist/skills/defaults/llm-application/vector-index-tuning.md +523 -0
  129. package/dist/skills/defaults/mobile/mobile-android-design.md +440 -0
  130. package/dist/skills/defaults/mobile/mobile-ios-design.md +266 -0
  131. package/dist/skills/defaults/monitoring/distributed-tracing.md +436 -0
  132. package/dist/skills/defaults/monitoring/grafana-dashboards.md +370 -0
  133. package/dist/skills/defaults/monitoring/prometheus-configuration.md +379 -0
  134. package/dist/skills/defaults/monitoring/slo-implementation.md +323 -0
  135. package/dist/skills/defaults/refactoring/code-refactoring.md +349 -0
  136. package/dist/skills/defaults/security/anti-reversing-techniques/SKILL.md +559 -0
  137. package/dist/skills/defaults/security/auditor.md +168 -0
  138. package/dist/skills/defaults/security/binary-analysis-patterns/SKILL.md +438 -0
  139. package/dist/skills/defaults/security/memory-forensics/SKILL.md +483 -0
  140. package/dist/skills/defaults/security/mtls-configuration.md +349 -0
  141. package/dist/skills/defaults/security/protocol-reverse-engineering/SKILL.md +520 -0
  142. package/dist/skills/defaults/security/sast-configuration.md +182 -0
  143. package/dist/skills/defaults/security/security.md +313 -0
  144. package/dist/skills/defaults/security/stride-analysis.md +273 -0
  145. package/dist/skills/defaults/security/threat-mitigation-mapping.md +290 -0
  146. package/dist/skills/defaults/systems/bash-defensive-patterns/SKILL.md +539 -0
  147. package/dist/skills/defaults/systems/bats-testing-patterns/SKILL.md +631 -0
  148. package/dist/skills/defaults/systems/go-concurrency-patterns.md +657 -0
  149. package/dist/skills/defaults/systems/memory-safety-patterns.md +605 -0
  150. package/dist/skills/defaults/systems/rust-async-patterns.md +519 -0
  151. package/dist/skills/defaults/systems/shellcheck-configuration/SKILL.md +456 -0
  152. package/dist/skills/defaults/team-collaboration/multi-reviewer-patterns.md +126 -0
  153. package/dist/skills/defaults/team-collaboration/parallel-feature-development.md +151 -0
  154. package/dist/skills/defaults/testing/javascript-testing-patterns.md +1021 -0
  155. package/dist/skills/defaults/testing/python-testing-patterns.md +351 -0
  156. package/dist/skills/defaults/testing/testing.md +332 -0
  157. package/dist/skills/defaults/workflows/context-driven-development.md +384 -0
  158. package/dist/skills/defaults/workflows/track-management.md +592 -0
  159. package/dist/skills/defaults/workflows/workflow-patterns.md +622 -0
  160. package/dist/skills/index.d.ts +11 -0
  161. package/dist/skills/index.d.ts.map +1 -0
  162. package/dist/skills/index.js +129 -0
  163. package/dist/skills/index.js.map +1 -0
  164. package/dist/utils/character.js +4 -4
  165. package/dist/utils/character.js.map +1 -1
  166. package/dist/utils/inputbar.d.ts.map +1 -1
  167. package/dist/utils/inputbar.js +7 -0
  168. package/dist/utils/inputbar.js.map +1 -1
  169. package/package.json +1 -1
@@ -0,0 +1,527 @@
1
+ ---
2
+ name: competitive-landscape
3
+ description: This skill should be used when the user asks to "analyze competitors", "assess competitive landscape", "identify differentiation", "evaluate market positioning", "apply Porter's Five Forces", or requests competitive strategy analysis.
4
+ version: 1.0.0
5
+ ---
6
+
7
+ # Competitive Landscape Analysis
8
+
9
+ Comprehensive frameworks for analyzing competition, identifying differentiation opportunities, and developing winning market positioning strategies.
10
+
11
+ ## Overview
12
+
13
+ Understand competitive dynamics using proven frameworks (Porter's Five Forces, Blue Ocean Strategy, positioning maps) to identify opportunities and craft defensible competitive advantages.
14
+
15
+ ## Porter's Five Forces
16
+
17
+ Analyze industry attractiveness and competitive intensity.
18
+
19
+ ### Force 1: Threat of New Entrants
20
+
21
+ **Barriers to Entry:**
22
+
23
+ - Capital requirements
24
+ - Economies of scale
25
+ - Switching costs
26
+ - Brand loyalty
27
+ - Regulatory barriers
28
+ - Access to distribution
29
+ - Network effects
30
+
31
+ **High Threat:** Low barriers, easy to enter (e.g., simple SaaS tools)
32
+ **Low Threat:** High barriers (e.g., regulated industries, hardware)
33
+
34
+ **Analysis Questions:**
35
+
36
+ - How easy is it for new competitors to enter?
37
+ - What would it cost to launch a competing product?
38
+ - Are there network effects or switching costs protecting incumbents?
39
+
40
+ ### Force 2: Bargaining Power of Suppliers
41
+
42
+ **Supplier Power Factors:**
43
+
44
+ - Supplier concentration
45
+ - Availability of substitutes
46
+ - Importance to supplier
47
+ - Switching costs
48
+ - Forward integration threat
49
+
50
+ **High Power:** Few suppliers, critical inputs (e.g., cloud infrastructure providers)
51
+ **Low Power:** Many alternatives, commoditized (e.g., generic services)
52
+
53
+ **Analysis Questions:**
54
+
55
+ - Who are our critical suppliers?
56
+ - Could they raise prices or reduce quality?
57
+ - Can we switch suppliers easily?
58
+
59
+ ### Force 3: Bargaining Power of Buyers
60
+
61
+ **Buyer Power Factors:**
62
+
63
+ - Buyer concentration
64
+ - Volume purchased
65
+ - Product differentiation
66
+ - Price sensitivity
67
+ - Backward integration threat
68
+
69
+ **High Power:** Few large customers, standardized products (e.g., enterprise deals)
70
+ **Low Power:** Many small customers, differentiated product (e.g., consumer subscriptions)
71
+
72
+ **Analysis Questions:**
73
+
74
+ - Can customers easily switch to competitors?
75
+ - Do few customers generate most revenue?
76
+ - How price-sensitive are buyers?
77
+
78
+ ### Force 4: Threat of Substitutes
79
+
80
+ **Substitute Considerations:**
81
+
82
+ - Alternative solutions
83
+ - Price-performance tradeoff
84
+ - Switching costs
85
+ - Buyer propensity to substitute
86
+
87
+ **High Threat:** Many alternatives, low switching cost (e.g., productivity software)
88
+ **Low Threat:** Unique solution, high switching cost (e.g., ERP systems)
89
+
90
+ **Analysis Questions:**
91
+
92
+ - What alternative ways can customers solve this problem?
93
+ - How do substitutes compare on price and performance?
94
+ - What's the cost to switch to a substitute?
95
+
96
+ ### Force 5: Competitive Rivalry
97
+
98
+ **Rivalry Intensity Factors:**
99
+
100
+ - Number of competitors
101
+ - Industry growth rate
102
+ - Product differentiation
103
+ - Exit barriers
104
+ - Strategic stakes
105
+
106
+ **High Rivalry:** Many competitors, slow growth, commoditized (e.g., email marketing)
107
+ **Low Rivalry:** Few competitors, fast growth, differentiated (e.g., emerging AI tools)
108
+
109
+ **Analysis Questions:**
110
+
111
+ - How many direct competitors exist?
112
+ - Is the market growing or stagnant?
113
+ - How differentiated are offerings?
114
+ - Are competitors competing on price or value?
115
+
116
+ ### Forces Analysis Summary
117
+
118
+ Create a scorecard:
119
+
120
+ | Force | Intensity (1-5) | Impact | Key Factors |
121
+ | -------------- | --------------- | ------ | --------------------------------- |
122
+ | New Entrants | 3 | Medium | Low barriers but network effects |
123
+ | Supplier Power | 2 | Low | Many cloud providers |
124
+ | Buyer Power | 4 | High | Enterprise customers concentrated |
125
+ | Substitutes | 3 | Medium | Manual processes alternative |
126
+ | Rivalry | 4 | High | 10+ direct competitors |
127
+
128
+ **Overall Assessment:** Moderate industry attractiveness with high rivalry and buyer power
129
+
130
+ ## Blue Ocean Strategy
131
+
132
+ Identify uncontested market space through value innovation.
133
+
134
+ ### Four Actions Framework
135
+
136
+ **Eliminate:**
137
+ What factors can be eliminated that the industry takes for granted?
138
+
139
+ **Reduce:**
140
+ What factors can be reduced well below industry standard?
141
+
142
+ **Raise:**
143
+ What factors can be raised well above industry standard?
144
+
145
+ **Create:**
146
+ What factors can be created that the industry never offered?
147
+
148
+ ### Strategy Canvas
149
+
150
+ Map your offering vs. competitors on key factors.
151
+
152
+ **Example: Budget Hotels**
153
+
154
+ ```
155
+ High | ★ Traditional Hotels
156
+ | ★ Budget Hotels (new)
157
+ |
158
+ Low |___________________________________
159
+ Price Luxury Convenience Cleanliness
160
+
161
+ Budget Hotel Strategy:
162
+ - Eliminate: Luxury amenities, room service
163
+ - Reduce: Lobby size, staff
164
+ - Raise: Cleanliness, online booking
165
+ - Create: Self-service kiosks, mobile app
166
+ ```
167
+
168
+ ### Value Innovation
169
+
170
+ Find the sweet spot: Lower cost + higher value
171
+
172
+ **Steps:**
173
+
174
+ 1. Map industry competing factors
175
+ 2. Identify factors to eliminate/reduce (cost savings)
176
+ 3. Identify factors to raise/create (differentiation)
177
+ 4. Validate that combination creates new market space
178
+
179
+ ## Competitive Positioning
180
+
181
+ ### Positioning Map
182
+
183
+ Plot competitors on 2-3 key dimensions.
184
+
185
+ **Example Dimensions:**
186
+
187
+ - Price vs. Features
188
+ - Complexity vs. Ease of Use
189
+ - Enterprise vs. SMB Focus
190
+ - Self-Service vs. High-Touch
191
+ - Generalist vs. Specialist
192
+
193
+ **How to Create:**
194
+
195
+ 1. Choose 2 dimensions most important to customers
196
+ 2. Plot all competitors
197
+ 3. Identify gaps (white space)
198
+ 4. Validate gap represents real customer need
199
+
200
+ **Example:**
201
+
202
+ ```
203
+ High Price
204
+ |
205
+ | ★ Enterprise A ★ Enterprise B
206
+ |
207
+ | ● Our Position (gap)
208
+ |
209
+ | ★ Competitor C ★ Competitor D
210
+ |
211
+ Low Price |____________________________________________
212
+ Simple Complex
213
+ ```
214
+
215
+ ### Differentiation Strategy
216
+
217
+ **How to Differentiate:**
218
+
219
+ 1. **Product Differentiation**
220
+ - Unique features
221
+ - Superior performance
222
+ - Better design/UX
223
+ - Integration ecosystem
224
+
225
+ 2. **Service Differentiation**
226
+ - Customer support quality
227
+ - Onboarding experience
228
+ - Response time
229
+ - Success programs
230
+
231
+ 3. **Brand Differentiation**
232
+ - Trust and reputation
233
+ - Thought leadership
234
+ - Community
235
+ - Values alignment
236
+
237
+ 4. **Price Differentiation**
238
+ - Premium positioning
239
+ - Value positioning
240
+ - Transparent pricing
241
+ - Flexible packaging
242
+
243
+ ### Positioning Statement Framework
244
+
245
+ ```
246
+ For [target customer]
247
+ Who [statement of need or opportunity]
248
+ Our product is [product category]
249
+ That [statement of key benefit]
250
+ Unlike [primary competitive alternative]
251
+ Our product [statement of primary differentiation]
252
+ ```
253
+
254
+ **Example:**
255
+
256
+ ```
257
+ For e-commerce companies
258
+ Who struggle with email marketing automation
259
+ Our product is an AI-powered email platform
260
+ That increases conversion rates by 40%
261
+ Unlike Klaviyo and Mailchimp
262
+ Our product uses AI to personalize at scale
263
+ ```
264
+
265
+ ## Competitive Intelligence
266
+
267
+ ### Information Gathering
268
+
269
+ **Public Sources:**
270
+
271
+ - Company websites and blogs
272
+ - Press releases and news
273
+ - Job postings (hint at strategy)
274
+ - Customer reviews (G2, Capterra)
275
+ - Social media and forums
276
+ - Glassdoor (employee insights)
277
+ - SEC filings (public companies)
278
+ - Patent filings
279
+
280
+ **Direct Research:**
281
+
282
+ - Customer interviews
283
+ - Win/loss analysis
284
+ - Sales team feedback
285
+ - Product demos and trials
286
+ - Conference attendance
287
+
288
+ ### Competitor Profile Template
289
+
290
+ For each key competitor, document:
291
+
292
+ **Company Overview:**
293
+
294
+ - Founded, HQ, funding, size
295
+ - Leadership team
296
+ - Company stage and trajectory
297
+
298
+ **Product:**
299
+
300
+ - Core features
301
+ - Target customers
302
+ - Pricing and packaging
303
+ - Technology stack
304
+ - Recent launches
305
+
306
+ **Go-to-Market:**
307
+
308
+ - Sales model (self-serve, sales-led)
309
+ - Marketing strategy
310
+ - Distribution channels
311
+ - Partnerships
312
+
313
+ **Strengths:**
314
+
315
+ - What they do better than anyone
316
+ - Key competitive advantages
317
+ - Market position
318
+
319
+ **Weaknesses:**
320
+
321
+ - Gaps in product
322
+ - Customer complaints
323
+ - Operational challenges
324
+
325
+ **Strategy:**
326
+
327
+ - Stated direction
328
+ - Inferred priorities
329
+ - Likely next moves
330
+
331
+ ## Competitive Pricing Analysis
332
+
333
+ ### Price Positioning
334
+
335
+ **Premium (Top 25%):**
336
+
337
+ - Superior product/service
338
+ - Strong brand
339
+ - High-touch sales
340
+ - Enterprise focus
341
+
342
+ **Mid-Market (Middle 50%):**
343
+
344
+ - Balanced value
345
+ - Standard features
346
+ - Mixed sales model
347
+ - Broad market
348
+
349
+ **Value (Bottom 25%):**
350
+
351
+ - Basic functionality
352
+ - Self-service
353
+ - Cost leadership
354
+ - High volume, low margin
355
+
356
+ ### Pricing Comparison Matrix
357
+
358
+ | Competitor | Entry Price | Mid Tier | Enterprise | Model |
359
+ | ------------ | ----------- | -------- | ---------- | ------------ |
360
+ | Competitor A | $29/mo | $99/mo | Custom | Subscription |
361
+ | Competitor B | $49/mo | $199/mo | $499/mo | Subscription |
362
+ | Us | $39/mo | $129/mo | Custom | Subscription |
363
+
364
+ **Analysis:**
365
+
366
+ - Are we priced competitively?
367
+ - What does our pricing signal?
368
+ - Are there gaps in our packaging?
369
+
370
+ ## Go-to-Market Strategy
371
+
372
+ ### Market Entry Strategies
373
+
374
+ **Direct Competition:**
375
+
376
+ - Head-to-head against established players
377
+ - Requires differentiation and resources
378
+ - Example: Better features at lower price
379
+
380
+ **Niche Focus:**
381
+
382
+ - Target underserved segment
383
+ - Become specialist vs. generalist
384
+ - Example: "Salesforce for real estate"
385
+
386
+ **Disruptive Innovation:**
387
+
388
+ - Target non-consumers or low end
389
+ - Improve over time to move upmarket
390
+ - Example: Freemium model disrupting enterprise
391
+
392
+ **Platform Play:**
393
+
394
+ - Build ecosystem and network effects
395
+ - Aggregate complementary services
396
+ - Example: Marketplace or API platform
397
+
398
+ ### Beachhead Market
399
+
400
+ **Characteristics of Good Beachhead:**
401
+
402
+ - Specific, reachable segment
403
+ - Acute pain you solve well
404
+ - Limited competition
405
+ - Willing to pay
406
+ - Can lead to expansion
407
+
408
+ **Example:**
409
+ Instead of "project management software", target "project management for construction teams"
410
+
411
+ ## Competitive Advantage
412
+
413
+ ### Sustainable Advantages
414
+
415
+ **Network Effects:**
416
+
417
+ - Value increases with users
418
+ - Example: Slack, marketplaces
419
+
420
+ **Switching Costs:**
421
+
422
+ - High cost to change
423
+ - Example: CRM systems with data
424
+
425
+ **Economies of Scale:**
426
+
427
+ - Unit costs decrease with volume
428
+ - Example: Cloud infrastructure
429
+
430
+ **Brand:**
431
+
432
+ - Trust and reputation
433
+ - Example: Security software
434
+
435
+ **Proprietary Technology:**
436
+
437
+ - Patents or trade secrets
438
+ - Example: Algorithms, data
439
+
440
+ **Regulatory:**
441
+
442
+ - Licenses or approvals
443
+ - Example: Fintech, healthcare
444
+
445
+ ### Testing Your Advantage
446
+
447
+ Ask:
448
+
449
+ - Can competitors copy this in < 2 years?
450
+ - Does this matter to customers?
451
+ - Do we execute this better than anyone?
452
+ - Is this advantage durable?
453
+
454
+ If "no" to any, it's not a sustainable advantage.
455
+
456
+ ## Competitive Monitoring
457
+
458
+ ### What to Track
459
+
460
+ **Product Changes:**
461
+
462
+ - New features
463
+ - Pricing changes
464
+ - Packaging adjustments
465
+
466
+ **Market Signals:**
467
+
468
+ - Funding announcements
469
+ - Key hires (especially leadership)
470
+ - Customer wins/losses
471
+ - Partnerships
472
+
473
+ **Performance Metrics:**
474
+
475
+ - Revenue (if public or disclosed)
476
+ - Customer count
477
+ - Growth rate
478
+ - Market share estimates
479
+
480
+ ### Monitoring Cadence
481
+
482
+ **Weekly:**
483
+
484
+ - Product release notes
485
+ - News mentions
486
+
487
+ **Monthly:**
488
+
489
+ - Win/loss analysis review
490
+ - Positioning map updates
491
+
492
+ **Quarterly:**
493
+
494
+ - Deep competitive review
495
+ - Strategy adjustment
496
+
497
+ **Annually:**
498
+
499
+ - Major strategy reassessment
500
+ - Market trends analysis
501
+
502
+ ## Additional Resources
503
+
504
+ ### Reference Files
505
+
506
+ - **`references/frameworks-deep-dive.md`** - Detailed application of each framework with worksheets
507
+ - **`references/intel-sources.md`** - Comprehensive list of competitive intelligence sources
508
+
509
+ ### Example Files
510
+
511
+ - **`examples/competitor-analysis.md`** - Complete competitive analysis for a SaaS startup
512
+ - **`examples/positioning-workshop.md`** - Step-by-step positioning development process
513
+
514
+ ## Quick Start
515
+
516
+ To analyze competitive landscape:
517
+
518
+ 1. **Identify competitors** - Direct, indirect, and future threats
519
+ 2. **Apply Porter's Five Forces** - Assess industry attractiveness
520
+ 3. **Create positioning map** - Visualize competitive space
521
+ 4. **Profile top 3-5 competitors** - Deep dive on key rivals
522
+ 5. **Identify differentiation** - What makes you unique
523
+ 6. **Analyze pricing** - Where do you fit?
524
+ 7. **Assess advantages** - What's defensible?
525
+ 8. **Develop strategy** - How to win
526
+
527
+ For detailed frameworks and examples, see `references/` and `examples/`.