100xprism 2.3.1

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 (207) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +196 -0
  3. package/VERSION +1 -0
  4. package/adapters/antigravity.sh +14 -0
  5. package/adapters/claude-code.sh +160 -0
  6. package/adapters/codex.sh +13 -0
  7. package/adapters/copilot.sh +13 -0
  8. package/adapters/cursor.sh +13 -0
  9. package/adapters/gemini.sh +13 -0
  10. package/adapters/lib/__pycache__/modules.cpython-312.pyc +0 -0
  11. package/adapters/lib/modules.py +592 -0
  12. package/adapters/lib/shared.sh +83 -0
  13. package/adapters/lib/sync_plugins.py +113 -0
  14. package/adapters/windsurf.sh +15 -0
  15. package/bin/100xprism.js +29 -0
  16. package/get.sh +24 -0
  17. package/install-project.sh +82 -0
  18. package/install.sh +281 -0
  19. package/lib/adapters/windows.js +429 -0
  20. package/lib/bootstrap.js +33 -0
  21. package/lib/init.js +19 -0
  22. package/lib/install.js +18 -0
  23. package/lib/migrate.js +52 -0
  24. package/lib/platform.js +22 -0
  25. package/lib/update.js +29 -0
  26. package/modules/_lib/reference.md +77 -0
  27. package/modules/a11y-auditor/SKILL.md +151 -0
  28. package/modules/ab-test-setup/SKILL.md +266 -0
  29. package/modules/ab-test-setup/evals/evals.json +105 -0
  30. package/modules/ab-test-setup/references/sample-size-guide.md +263 -0
  31. package/modules/ab-test-setup/references/test-templates.md +277 -0
  32. package/modules/ad-creative/SKILL.md +362 -0
  33. package/modules/ad-creative/evals/evals.json +90 -0
  34. package/modules/ad-creative/references/generative-tools.md +637 -0
  35. package/modules/ad-creative/references/platform-specs.md +213 -0
  36. package/modules/ai-seo/SKILL.md +398 -0
  37. package/modules/ai-seo/evals/evals.json +90 -0
  38. package/modules/ai-seo/references/content-patterns.md +285 -0
  39. package/modules/ai-seo/references/platform-ranking-factors.md +152 -0
  40. package/modules/analytics-tracking/SKILL.md +309 -0
  41. package/modules/analytics-tracking/evals/evals.json +90 -0
  42. package/modules/analytics-tracking/references/event-library.md +260 -0
  43. package/modules/analytics-tracking/references/ga4-implementation.md +300 -0
  44. package/modules/analytics-tracking/references/gtm-implementation.md +390 -0
  45. package/modules/architect/SKILL.md +282 -0
  46. package/modules/branch/SKILL.md +105 -0
  47. package/modules/churn-prevention/SKILL.md +424 -0
  48. package/modules/churn-prevention/evals/evals.json +93 -0
  49. package/modules/churn-prevention/references/cancel-flow-patterns.md +316 -0
  50. package/modules/churn-prevention/references/dunning-playbook.md +408 -0
  51. package/modules/cloud-security/SKILL.md +240 -0
  52. package/modules/cold-email/SKILL.md +178 -0
  53. package/modules/cold-email/evals/evals.json +94 -0
  54. package/modules/cold-email/references/benchmarks.md +83 -0
  55. package/modules/cold-email/references/follow-up-sequences.md +81 -0
  56. package/modules/cold-email/references/frameworks.md +90 -0
  57. package/modules/cold-email/references/personalization.md +79 -0
  58. package/modules/cold-email/references/subject-lines.md +53 -0
  59. package/modules/commit/SKILL.md +195 -0
  60. package/modules/competitor-alternatives/SKILL.md +256 -0
  61. package/modules/competitor-alternatives/evals/evals.json +93 -0
  62. package/modules/competitor-alternatives/references/content-architecture.md +271 -0
  63. package/modules/competitor-alternatives/references/templates.md +223 -0
  64. package/modules/connect/SKILL.md +894 -0
  65. package/modules/content-strategy/SKILL.md +359 -0
  66. package/modules/content-strategy/evals/evals.json +90 -0
  67. package/modules/context-dump/SKILL.md +67 -0
  68. package/modules/copy-editing/SKILL.md +447 -0
  69. package/modules/copy-editing/evals/evals.json +89 -0
  70. package/modules/copy-editing/references/plain-english-alternatives.md +394 -0
  71. package/modules/copywriting/SKILL.md +271 -0
  72. package/modules/copywriting/evals/evals.json +111 -0
  73. package/modules/copywriting/references/cold-email-benchmarks.md +83 -0
  74. package/modules/copywriting/references/cold-email-follow-ups.md +81 -0
  75. package/modules/copywriting/references/cold-email-frameworks.md +90 -0
  76. package/modules/copywriting/references/cold-email-personalization.md +79 -0
  77. package/modules/copywriting/references/cold-email-subject-lines.md +53 -0
  78. package/modules/copywriting/references/copy-frameworks.md +344 -0
  79. package/modules/copywriting/references/email-copy-guidelines.md +113 -0
  80. package/modules/copywriting/references/email-types.md +515 -0
  81. package/modules/copywriting/references/natural-transitions.md +272 -0
  82. package/modules/copywriting/references/sequence-templates.md +168 -0
  83. package/modules/data-query/SKILL.md +58 -0
  84. package/modules/data-viz/SKILL.md +225 -0
  85. package/modules/db/SKILL.md +205 -0
  86. package/modules/db/db-engines/_router.md +24 -0
  87. package/modules/db/db-engines/athena.md +16 -0
  88. package/modules/db/db-engines/cloud-sql.md +16 -0
  89. package/modules/db/db-engines/databricks.md +14 -0
  90. package/modules/db/db-engines/oracle.md +14 -0
  91. package/modules/db/db-engines/postgres.md +15 -0
  92. package/modules/db/db-engines/presto.md +14 -0
  93. package/modules/db/db-engines/snowflake.md +14 -0
  94. package/modules/docs/SKILL.md +100 -0
  95. package/modules/email-sequence/SKILL.md +309 -0
  96. package/modules/email-sequence/evals/evals.json +93 -0
  97. package/modules/email-sequence/references/copy-guidelines.md +113 -0
  98. package/modules/email-sequence/references/email-types.md +515 -0
  99. package/modules/email-sequence/references/sequence-templates.md +168 -0
  100. package/modules/enterprise-design/SKILL.md +75 -0
  101. package/modules/eval/SKILL.md +105 -0
  102. package/modules/figma-translator/SKILL.md +49 -0
  103. package/modules/fix-bugs/SKILL.md +104 -0
  104. package/modules/form-cro/SKILL.md +429 -0
  105. package/modules/form-cro/evals/evals.json +90 -0
  106. package/modules/free-tool-strategy/SKILL.md +178 -0
  107. package/modules/free-tool-strategy/evals/evals.json +90 -0
  108. package/modules/free-tool-strategy/references/tool-types.md +217 -0
  109. package/modules/gate/SKILL.md +232 -0
  110. package/modules/grill-me/SKILL.md +59 -0
  111. package/modules/interaction-engineer/SKILL.md +49 -0
  112. package/modules/issue/SKILL.md +272 -0
  113. package/modules/launch/SKILL.md +345 -0
  114. package/modules/launch-strategy/SKILL.md +353 -0
  115. package/modules/launch-strategy/evals/evals.json +91 -0
  116. package/modules/lint/SKILL.md +126 -0
  117. package/modules/marketing-ideas/SKILL.md +167 -0
  118. package/modules/marketing-ideas/evals/evals.json +90 -0
  119. package/modules/marketing-ideas/references/ideas-by-category.md +366 -0
  120. package/modules/marketing-psychology/SKILL.md +455 -0
  121. package/modules/marketing-psychology/evals/evals.json +88 -0
  122. package/modules/motion-designer/SKILL.md +214 -0
  123. package/modules/onboarding-cro/SKILL.md +220 -0
  124. package/modules/onboarding-cro/evals/evals.json +92 -0
  125. package/modules/onboarding-cro/references/experiments.md +258 -0
  126. package/modules/orchestrate/SKILL.md +77 -0
  127. package/modules/page-cro/SKILL.md +182 -0
  128. package/modules/page-cro/evals/evals.json +111 -0
  129. package/modules/page-cro/references/experiments.md +248 -0
  130. package/modules/page-cro/references/paywall-experiments.md +164 -0
  131. package/modules/paid-ads/SKILL.md +315 -0
  132. package/modules/paid-ads/evals/evals.json +90 -0
  133. package/modules/paid-ads/references/ad-copy-templates.md +207 -0
  134. package/modules/paid-ads/references/audience-targeting.md +243 -0
  135. package/modules/paid-ads/references/platform-setup-checklists.md +277 -0
  136. package/modules/paywall-upgrade-cro/SKILL.md +227 -0
  137. package/modules/paywall-upgrade-cro/evals/evals.json +93 -0
  138. package/modules/paywall-upgrade-cro/references/experiments.md +164 -0
  139. package/modules/popup-cro/SKILL.md +453 -0
  140. package/modules/popup-cro/evals/evals.json +94 -0
  141. package/modules/pr/SKILL.md +203 -0
  142. package/modules/pricing-strategy/SKILL.md +231 -0
  143. package/modules/pricing-strategy/evals/evals.json +90 -0
  144. package/modules/pricing-strategy/references/research-methods.md +152 -0
  145. package/modules/pricing-strategy/references/tier-structure.md +232 -0
  146. package/modules/product-marketing-context/SKILL.md +241 -0
  147. package/modules/product-marketing-context/evals/evals.json +85 -0
  148. package/modules/programmatic-seo/SKILL.md +238 -0
  149. package/modules/programmatic-seo/evals/evals.json +94 -0
  150. package/modules/programmatic-seo/references/playbooks.md +308 -0
  151. package/modules/push/SKILL.md +202 -0
  152. package/modules/referral-program/SKILL.md +255 -0
  153. package/modules/referral-program/evals/evals.json +89 -0
  154. package/modules/referral-program/references/affiliate-programs.md +164 -0
  155. package/modules/referral-program/references/program-examples.md +143 -0
  156. package/modules/release/SKILL.md +293 -0
  157. package/modules/revops/SKILL.md +343 -0
  158. package/modules/revops/evals/evals.json +91 -0
  159. package/modules/revops/references/automation-playbooks.md +290 -0
  160. package/modules/revops/references/lifecycle-definitions.md +278 -0
  161. package/modules/revops/references/routing-rules.md +203 -0
  162. package/modules/revops/references/scoring-models.md +247 -0
  163. package/modules/sales-enablement/SKILL.md +349 -0
  164. package/modules/sales-enablement/evals/evals.json +91 -0
  165. package/modules/sales-enablement/references/deck-frameworks.md +263 -0
  166. package/modules/sales-enablement/references/demo-scripts.md +355 -0
  167. package/modules/sales-enablement/references/objection-library.md +270 -0
  168. package/modules/sales-enablement/references/one-pager-templates.md +208 -0
  169. package/modules/schema-markup/SKILL.md +179 -0
  170. package/modules/schema-markup/evals/evals.json +87 -0
  171. package/modules/schema-markup/references/schema-examples.md +398 -0
  172. package/modules/security/SKILL.md +138 -0
  173. package/modules/seo-audit/SKILL.md +412 -0
  174. package/modules/seo-audit/evals/evals.json +136 -0
  175. package/modules/seo-audit/references/ai-writing-detection.md +200 -0
  176. package/modules/seo-audit/references/content-patterns.md +285 -0
  177. package/modules/seo-audit/references/platform-ranking-factors.md +152 -0
  178. package/modules/signup-flow-cro/SKILL.md +359 -0
  179. package/modules/signup-flow-cro/evals/evals.json +88 -0
  180. package/modules/site-architecture/SKILL.md +357 -0
  181. package/modules/site-architecture/evals/evals.json +88 -0
  182. package/modules/site-architecture/references/mermaid-templates.md +216 -0
  183. package/modules/site-architecture/references/navigation-patterns.md +305 -0
  184. package/modules/site-architecture/references/site-type-templates.md +293 -0
  185. package/modules/social-content/SKILL.md +278 -0
  186. package/modules/social-content/evals/evals.json +92 -0
  187. package/modules/social-content/references/platforms.md +170 -0
  188. package/modules/social-content/references/post-templates.md +177 -0
  189. package/modules/social-content/references/reverse-engineering.md +195 -0
  190. package/modules/spec/SKILL.md +81 -0
  191. package/modules/subagents/SKILL.md +123 -0
  192. package/modules/techdebt/SKILL.md +71 -0
  193. package/modules/terminal-setup/SKILL.md +49 -0
  194. package/modules/test/SKILL.md +493 -0
  195. package/modules/test/references/e2e-patterns.md +294 -0
  196. package/modules/update-claude-md/SKILL.md +52 -0
  197. package/modules/visual-system-architect/SKILL.md +53 -0
  198. package/package.json +44 -0
  199. package/plugins/plugins.json +43 -0
  200. package/shell/aliases.sh +24 -0
  201. package/shell/check-update.sh +212 -0
  202. package/templates/.env.example +199 -0
  203. package/templates/docker-compose.md +46 -0
  204. package/templates/node-frontend.md +56 -0
  205. package/templates/node-fullstack.md +59 -0
  206. package/templates/python-api.md +57 -0
  207. package/update.sh +231 -0
@@ -0,0 +1,232 @@
1
+ # Tier Structure and Packaging
2
+
3
+ ## Contents
4
+ - How Many Tiers?
5
+ - Good-Better-Best Framework
6
+ - Tier Differentiation Strategies
7
+ - Example Tier Structure
8
+ - Packaging for Personas (Identifying Pricing Personas, Persona-Based Packaging)
9
+ - Freemium vs. Free Trial (When to Use Freemium, When to Use Free Trial, Hybrid Approaches)
10
+ - Enterprise Pricing (When to Add Custom Pricing, Enterprise Tier Elements, Enterprise Pricing Strategies)
11
+
12
+ ## How Many Tiers?
13
+
14
+ **2 tiers:** Simple, clear choice
15
+ - Works for: Clear SMB vs. Enterprise split
16
+ - Risk: May leave money on table
17
+
18
+ **3 tiers:** Industry standard
19
+ - Good tier = Entry point
20
+ - Better tier = Recommended (anchor to best)
21
+ - Best tier = High-value customers
22
+
23
+ **4+ tiers:** More granularity
24
+ - Works for: Wide range of customer sizes
25
+ - Risk: Decision paralysis, complexity
26
+
27
+ ---
28
+
29
+ ## Good-Better-Best Framework
30
+
31
+ **Good tier (Entry):**
32
+ - Purpose: Remove barriers to entry
33
+ - Includes: Core features, limited usage
34
+ - Price: Low, accessible
35
+ - Target: Small teams, try before you buy
36
+
37
+ **Better tier (Recommended):**
38
+ - Purpose: Where most customers land
39
+ - Includes: Full features, reasonable limits
40
+ - Price: Your "anchor" price
41
+ - Target: Growing teams, serious users
42
+
43
+ **Best tier (Premium):**
44
+ - Purpose: Capture high-value customers
45
+ - Includes: Everything, advanced features, higher limits
46
+ - Price: Premium (often 2-3x "Better")
47
+ - Target: Larger teams, power users, enterprises
48
+
49
+ ---
50
+
51
+ ## Tier Differentiation Strategies
52
+
53
+ **Feature gating:**
54
+ - Basic features in all tiers
55
+ - Advanced features in higher tiers
56
+ - Works when features have clear value differences
57
+
58
+ **Usage limits:**
59
+ - Same features, different limits
60
+ - More users, storage, API calls at higher tiers
61
+ - Works when value scales with usage
62
+
63
+ **Support level:**
64
+ - Email support → Priority support → Dedicated success
65
+ - Works for products with implementation complexity
66
+
67
+ **Access and customization:**
68
+ - API access, SSO, custom branding
69
+ - Works for enterprise differentiation
70
+
71
+ ---
72
+
73
+ ## Example Tier Structure
74
+
75
+ ```
76
+ ┌────────────────┬─────────────────┬─────────────────┬─────────────────┐
77
+ │ │ Starter │ Pro │ Business │
78
+ │ │ $29/mo │ $79/mo │ $199/mo │
79
+ ├────────────────┼─────────────────┼─────────────────┼─────────────────┤
80
+ │ Users │ Up to 5 │ Up to 20 │ Unlimited │
81
+ │ Projects │ 10 │ Unlimited │ Unlimited │
82
+ │ Storage │ 5 GB │ 50 GB │ 500 GB │
83
+ │ Integrations │ 3 │ 10 │ Unlimited │
84
+ │ Analytics │ Basic │ Advanced │ Custom │
85
+ │ Support │ Email │ Priority │ Dedicated │
86
+ │ API Access │ ✗ │ ✓ │ ✓ │
87
+ │ SSO │ ✗ │ ✗ │ ✓ │
88
+ │ Audit logs │ ✗ │ ✗ │ ✓ │
89
+ └────────────────┴─────────────────┴─────────────────┴─────────────────┘
90
+ ```
91
+
92
+ ---
93
+
94
+ ## Packaging for Personas
95
+
96
+ ### Identifying Pricing Personas
97
+
98
+ Different customers have different:
99
+ - Willingness to pay
100
+ - Feature needs
101
+ - Buying processes
102
+ - Value perception
103
+
104
+ **Segment by:**
105
+ - Company size (solopreneur → SMB → enterprise)
106
+ - Use case (marketing vs. sales vs. support)
107
+ - Sophistication (beginner → power user)
108
+ - Industry (different budget norms)
109
+
110
+ ### Persona-Based Packaging
111
+
112
+ **Step 1: Define personas**
113
+
114
+ | Persona | Size | Needs | WTP | Example |
115
+ |---------|------|-------|-----|---------|
116
+ | Freelancer | 1 person | Basic features | Low | $19/mo |
117
+ | Small Team | 2-10 | Collaboration | Medium | $49/mo |
118
+ | Growing Co | 10-50 | Scale, integrations | Higher | $149/mo |
119
+ | Enterprise | 50+ | Security, support | High | Custom |
120
+
121
+ **Step 2: Map features to personas**
122
+
123
+ | Feature | Freelancer | Small Team | Growing | Enterprise |
124
+ |---------|------------|------------|---------|------------|
125
+ | Core features | ✓ | ✓ | ✓ | ✓ |
126
+ | Collaboration | — | ✓ | ✓ | ✓ |
127
+ | Integrations | — | Limited | Full | Full |
128
+ | API access | — | — | ✓ | ✓ |
129
+ | SSO/SAML | — | — | — | ✓ |
130
+ | Audit logs | — | — | — | ✓ |
131
+ | Custom contract | — | — | — | ✓ |
132
+
133
+ **Step 3: Price to value for each persona**
134
+ - Research willingness to pay per segment
135
+ - Set prices that capture value without blocking adoption
136
+ - Consider segment-specific landing pages
137
+
138
+ ---
139
+
140
+ ## Freemium vs. Free Trial
141
+
142
+ ### When to Use Freemium
143
+
144
+ **Freemium works when:**
145
+ - Product has viral/network effects
146
+ - Free users provide value (content, data, referrals)
147
+ - Large market where % conversion drives volume
148
+ - Low marginal cost to serve free users
149
+ - Clear feature/usage limits for upgrade trigger
150
+
151
+ **Freemium risks:**
152
+ - Free users may never convert
153
+ - Devalues product perception
154
+ - Support costs for non-paying users
155
+ - Harder to raise prices later
156
+
157
+ ### When to Use Free Trial
158
+
159
+ **Free trial works when:**
160
+ - Product needs time to demonstrate value
161
+ - Onboarding/setup investment required
162
+ - B2B with buying committees
163
+ - Higher price points
164
+ - Product is "sticky" once configured
165
+
166
+ **Trial best practices:**
167
+ - 7-14 days for simple products
168
+ - 14-30 days for complex products
169
+ - Full access (not feature-limited)
170
+ - Clear countdown and reminders
171
+ - Credit card optional vs. required trade-off
172
+
173
+ **Credit card upfront:**
174
+ - Higher trial-to-paid conversion (40-50% vs. 15-25%)
175
+ - Lower trial volume
176
+ - Better qualified leads
177
+
178
+ ### Hybrid Approaches
179
+
180
+ **Freemium + Trial:**
181
+ - Free tier with limited features
182
+ - Trial of premium features
183
+ - Example: Zoom (free 40-min, trial of Pro)
184
+
185
+ **Reverse trial:**
186
+ - Start with full access
187
+ - After trial, downgrade to free tier
188
+ - Example: See premium value, live with limitations until ready
189
+
190
+ ---
191
+
192
+ ## Enterprise Pricing
193
+
194
+ ### When to Add Custom Pricing
195
+
196
+ Add "Contact Sales" when:
197
+ - Deal sizes exceed $10k+ ARR
198
+ - Customers need custom contracts
199
+ - Implementation/onboarding required
200
+ - Security/compliance requirements
201
+ - Procurement processes involved
202
+
203
+ ### Enterprise Tier Elements
204
+
205
+ **Table stakes:**
206
+ - SSO/SAML
207
+ - Audit logs
208
+ - Admin controls
209
+ - Uptime SLA
210
+ - Security certifications
211
+
212
+ **Value-adds:**
213
+ - Dedicated support/success
214
+ - Custom onboarding
215
+ - Training sessions
216
+ - Custom integrations
217
+ - Priority roadmap input
218
+
219
+ ### Enterprise Pricing Strategies
220
+
221
+ **Per-seat at scale:**
222
+ - Volume discounts for large teams
223
+ - Example: $15/user (standard) → $10/user (100+)
224
+
225
+ **Platform fee + usage:**
226
+ - Base fee for access
227
+ - Usage-based above thresholds
228
+ - Example: $500/mo base + $0.01 per API call
229
+
230
+ **Value-based contracts:**
231
+ - Price tied to customer's revenue/outcomes
232
+ - Example: % of transactions, revenue share
@@ -0,0 +1,241 @@
1
+ ---
2
+ name: product-marketing-context
3
+ description: "When the user wants to create or update their product marketing context document. Also use when the user mentions 'product context,' 'marketing context,' 'set up context,' 'positioning,' 'who is my target audience,' 'describe my product,' 'ICP,' 'ideal customer profile,' or wants to avoid repeating foundational information across marketing tasks. Use this at the start of any new project before using other marketing skills — it creates `.agents/product-marketing-context.md` that all other skills reference for product, audience, and positioning context."
4
+ category: marketing
5
+ tier: on-demand
6
+ ---
7
+
8
+ # Product Marketing Context
9
+
10
+ You help users create and maintain a product marketing context document. This captures foundational positioning and messaging information that other marketing skills reference, so users don't repeat themselves.
11
+
12
+ The document is stored at `.agents/product-marketing-context.md`.
13
+
14
+ ## Workflow
15
+
16
+ ### Step 1: Check for Existing Context
17
+
18
+ First, check if `.agents/product-marketing-context.md` already exists. Also check `.claude/product-marketing-context.md` for older setups — if found there but not in `.agents/`, offer to move it.
19
+
20
+ **If it exists:**
21
+ - Read it and summarize what's captured
22
+ - Ask which sections they want to update
23
+ - Only gather info for those sections
24
+
25
+ **If it doesn't exist, offer two options:**
26
+
27
+ 1. **Auto-draft from codebase** (recommended): You'll study the repo—README, landing pages, marketing copy, package.json, etc.—and draft a V1 of the context document. The user then reviews, corrects, and fills gaps. This is faster than starting from scratch.
28
+
29
+ 2. **Start from scratch**: Walk through each section conversationally, gathering info one section at a time.
30
+
31
+ Most users prefer option 1. After presenting the draft, ask: "What needs correcting? What's missing?"
32
+
33
+ ### Step 2: Gather Information
34
+
35
+ **If auto-drafting:**
36
+ 1. Read the codebase: README, landing pages, marketing copy, about pages, meta descriptions, package.json, any existing docs
37
+ 2. Draft all sections based on what you find
38
+ 3. Present the draft and ask what needs correcting or is missing
39
+ 4. Iterate until the user is satisfied
40
+
41
+ **If starting from scratch:**
42
+ Walk through each section below conversationally, one at a time. Don't dump all questions at once.
43
+
44
+ For each section:
45
+ 1. Briefly explain what you're capturing
46
+ 2. Ask relevant questions
47
+ 3. Confirm accuracy
48
+ 4. Move to the next
49
+
50
+ Push for verbatim customer language — exact phrases are more valuable than polished descriptions because they reflect how customers actually think and speak, which makes copy more resonant.
51
+
52
+ ---
53
+
54
+ ## Sections to Capture
55
+
56
+ ### 1. Product Overview
57
+ - One-line description
58
+ - What it does (2-3 sentences)
59
+ - Product category (what "shelf" you sit on—how customers search for you)
60
+ - Product type (SaaS, marketplace, e-commerce, service, etc.)
61
+ - Business model and pricing
62
+
63
+ ### 2. Target Audience
64
+ - Target company type (industry, size, stage)
65
+ - Target decision-makers (roles, departments)
66
+ - Primary use case (the main problem you solve)
67
+ - Jobs to be done (2-3 things customers "hire" you for)
68
+ - Specific use cases or scenarios
69
+
70
+ ### 3. Personas (B2B only)
71
+ If multiple stakeholders are involved in buying, capture for each:
72
+ - User, Champion, Decision Maker, Financial Buyer, Technical Influencer
73
+ - What each cares about, their challenge, and the value you promise them
74
+
75
+ ### 4. Problems & Pain Points
76
+ - Core challenge customers face before finding you
77
+ - Why current solutions fall short
78
+ - What it costs them (time, money, opportunities)
79
+ - Emotional tension (stress, fear, doubt)
80
+
81
+ ### 5. Competitive Landscape
82
+ - **Direct competitors**: Same solution, same problem (e.g., Calendly vs SavvyCal)
83
+ - **Secondary competitors**: Different solution, same problem (e.g., Calendly vs Superhuman scheduling)
84
+ - **Indirect competitors**: Conflicting approach (e.g., Calendly vs personal assistant)
85
+ - How each falls short for customers
86
+
87
+ ### 6. Differentiation
88
+ - Key differentiators (capabilities alternatives lack)
89
+ - How you solve it differently
90
+ - Why that's better (benefits)
91
+ - Why customers choose you over alternatives
92
+
93
+ ### 7. Objections & Anti-Personas
94
+ - Top 3 objections heard in sales and how to address them
95
+ - Who is NOT a good fit (anti-persona)
96
+
97
+ ### 8. Switching Dynamics
98
+ The JTBD Four Forces:
99
+ - **Push**: What frustrations drive them away from current solution
100
+ - **Pull**: What attracts them to you
101
+ - **Habit**: What keeps them stuck with current approach
102
+ - **Anxiety**: What worries them about switching
103
+
104
+ ### 9. Customer Language
105
+ - How customers describe the problem (verbatim)
106
+ - How they describe your solution (verbatim)
107
+ - Words/phrases to use
108
+ - Words/phrases to avoid
109
+ - Glossary of product-specific terms
110
+
111
+ ### 10. Brand Voice
112
+ - Tone (professional, casual, playful, etc.)
113
+ - Communication style (direct, conversational, technical)
114
+ - Brand personality (3-5 adjectives)
115
+
116
+ ### 11. Proof Points
117
+ - Key metrics or results to cite
118
+ - Notable customers/logos
119
+ - Testimonial snippets
120
+ - Main value themes and supporting evidence
121
+
122
+ ### 12. Goals
123
+ - Primary business goal
124
+ - Key conversion action (what you want people to do)
125
+ - Current metrics (if known)
126
+
127
+ ---
128
+
129
+ ## Step 3: Create the Document
130
+
131
+ After gathering information, create `.agents/product-marketing-context.md` with this structure:
132
+
133
+ ```markdown
134
+ # Product Marketing Context
135
+
136
+ *Last updated: [date]*
137
+
138
+ ## Product Overview
139
+ **One-liner:**
140
+ **What it does:**
141
+ **Product category:**
142
+ **Product type:**
143
+ **Business model:**
144
+
145
+ ## Target Audience
146
+ **Target companies:**
147
+ **Decision-makers:**
148
+ **Primary use case:**
149
+ **Jobs to be done:**
150
+ -
151
+ **Use cases:**
152
+ -
153
+
154
+ ## Personas
155
+ | Persona | Cares about | Challenge | Value we promise |
156
+ |---------|-------------|-----------|------------------|
157
+ | | | | |
158
+
159
+ ## Problems & Pain Points
160
+ **Core problem:**
161
+ **Why alternatives fall short:**
162
+ -
163
+ **What it costs them:**
164
+ **Emotional tension:**
165
+
166
+ ## Competitive Landscape
167
+ **Direct:** [Competitor] — falls short because...
168
+ **Secondary:** [Approach] — falls short because...
169
+ **Indirect:** [Alternative] — falls short because...
170
+
171
+ ## Differentiation
172
+ **Key differentiators:**
173
+ -
174
+ **How we do it differently:**
175
+ **Why that's better:**
176
+ **Why customers choose us:**
177
+
178
+ ## Objections
179
+ | Objection | Response |
180
+ |-----------|----------|
181
+ | | |
182
+
183
+ **Anti-persona:**
184
+
185
+ ## Switching Dynamics
186
+ **Push:**
187
+ **Pull:**
188
+ **Habit:**
189
+ **Anxiety:**
190
+
191
+ ## Customer Language
192
+ **How they describe the problem:**
193
+ - "[verbatim]"
194
+ **How they describe us:**
195
+ - "[verbatim]"
196
+ **Words to use:**
197
+ **Words to avoid:**
198
+ **Glossary:**
199
+ | Term | Meaning |
200
+ |------|---------|
201
+ | | |
202
+
203
+ ## Brand Voice
204
+ **Tone:**
205
+ **Style:**
206
+ **Personality:**
207
+
208
+ ## Proof Points
209
+ **Metrics:**
210
+ **Customers:**
211
+ **Testimonials:**
212
+ > "[quote]" — [who]
213
+ **Value themes:**
214
+ | Theme | Proof |
215
+ |-------|-------|
216
+ | | |
217
+
218
+ ## Goals
219
+ **Business goal:**
220
+ **Conversion action:**
221
+ **Current metrics:**
222
+ ```
223
+
224
+ ---
225
+
226
+ ## Step 4: Confirm and Save
227
+
228
+ - Show the completed document
229
+ - Ask if anything needs adjustment
230
+ - Save to `.agents/product-marketing-context.md`
231
+ - Tell them: "Other marketing skills will now use this context automatically. Run `/product-marketing-context` anytime to update it."
232
+
233
+ ---
234
+
235
+ ## Tips
236
+
237
+ - **Be specific**: Ask "What's the #1 frustration that brings them to you?" not "What problem do they solve?"
238
+ - **Capture exact words**: Customer language beats polished descriptions
239
+ - **Ask for examples**: "Can you give me an example?" unlocks better answers
240
+ - **Validate as you go**: Summarize each section and confirm before moving on
241
+ - **Skip what doesn't apply**: Not every product needs all sections (e.g., Personas for B2C)
@@ -0,0 +1,85 @@
1
+ {
2
+ "skill_name": "product-marketing-context",
3
+ "evals": [
4
+ {
5
+ "id": 1,
6
+ "prompt": "I want to set up my product marketing context. We're a B2B SaaS company that sells a customer feedback platform to product teams.",
7
+ "expected_output": "Should check if .agents/product-marketing-context.md already exists. If not, should offer two options: (1) Auto-draft from codebase (recommended) or (2) Start from scratch. If user chooses start from scratch, should walk through sections conversationally one at a time. Should cover all applicable sections: Product Overview, Target Audience, Personas, Problems You Solve, Competitive Landscape, Differentiation, Objections, Switching Dynamics, Customer Language, Brand Voice, Proof Points, and Goals. Should create the file at .agents/product-marketing-context.md when complete.",
8
+ "assertions": [
9
+ "Checks for existing product-marketing-context.md",
10
+ "Offers two options: auto-draft or start from scratch",
11
+ "Covers applicable sections",
12
+ "Walks through sections conversationally one at a time",
13
+ "Creates file at .agents/product-marketing-context.md"
14
+ ],
15
+ "files": []
16
+ },
17
+ {
18
+ "id": 2,
19
+ "prompt": "Update our product marketing context. We just added a new enterprise tier and our target audience has expanded to include VP of Engineering, not just Product Managers.",
20
+ "expected_output": "Should check for existing .agents/product-marketing-context.md and read it. Should identify which sections need updating based on the changes: Target Audience (add VP of Engineering), Personas (add new persona), Product Overview (new enterprise tier, including pricing updates within that section), Objections (enterprise-specific), and Competitive Landscape (enterprise competitors). Should update only the relevant sections, preserving existing content that hasn't changed.",
21
+ "assertions": [
22
+ "Reads existing product-marketing-context.md",
23
+ "Identifies sections that need updating",
24
+ "Updates Target Audience with VP of Engineering",
25
+ "Adds new persona for the expanded audience",
26
+ "Updates Product Overview for enterprise tier",
27
+ "Preserves unchanged sections"
28
+ ],
29
+ "files": []
30
+ },
31
+ {
32
+ "id": 3,
33
+ "prompt": "create a product context doc for my app. it's a mobile app that helps people find hiking trails. we're just getting started.",
34
+ "expected_output": "Should trigger on casual phrasing. Should check for existing context doc. Should offer auto-draft or start-from-scratch options. Should adapt questions for an early-stage B2C mobile app (outdoor/fitness niche). Should note that some sections may be sparse for an early-stage product and that's okay — they can be filled in as the business matures. Should skip non-applicable sections (e.g., Personas section is B2B-focused) rather than forcing all 12. Should accept lighter answers for sections like Proof Points or Competitive Landscape if the company is new.",
35
+ "assertions": [
36
+ "Triggers on casual phrasing",
37
+ "Checks for existing context doc",
38
+ "Offers auto-draft or start-from-scratch options",
39
+ "Adapts questions for early-stage B2C mobile app",
40
+ "Notes some sections may be sparse early on",
41
+ "Skips non-applicable sections rather than forcing all 12",
42
+ "Creates file at .agents/product-marketing-context.md"
43
+ ],
44
+ "files": []
45
+ },
46
+ {
47
+ "id": 4,
48
+ "prompt": "Can you auto-draft our product marketing context from our existing codebase and marketing materials?",
49
+ "expected_output": "Should activate the auto-draft workflow mode. Should scan the codebase for existing marketing context: README, landing page copy, pricing page, about page, meta descriptions, any existing documentation. Should draft the product-marketing-context.md from what it finds, filling in sections where information is available and flagging sections that need manual input. Should present the draft for review before saving.",
50
+ "assertions": [
51
+ "Activates auto-draft workflow mode",
52
+ "Scans codebase for existing marketing materials",
53
+ "Drafts context from found information",
54
+ "Flags sections needing manual input",
55
+ "Presents draft for review before saving"
56
+ ],
57
+ "files": []
58
+ },
59
+ {
60
+ "id": 5,
61
+ "prompt": "Do we have a product marketing context set up? I want to make sure the other marketing skills have context about our product.",
62
+ "expected_output": "Should check for .agents/product-marketing-context.md (and the older .claude/product-marketing-context.md location). Should report whether it exists and summarize its contents if found. If it doesn't exist, should offer to create one and explain why it's valuable (other skills like copywriting, page-cro, seo-audit check for it first). Should explain how other skills use this context document.",
63
+ "assertions": [
64
+ "Checks both file locations",
65
+ "Reports whether context doc exists",
66
+ "Summarizes contents if found",
67
+ "Offers to create if missing",
68
+ "Explains how other skills use it"
69
+ ],
70
+ "files": []
71
+ },
72
+ {
73
+ "id": 6,
74
+ "prompt": "Write homepage copy for our SaaS product.",
75
+ "expected_output": "Should recognize this is a copywriting task, not a product marketing context task. Should check for product-marketing-context.md (as other skills do), and if it doesn't exist, may suggest creating one first. But should defer to the copywriting skill for actually writing the homepage copy.",
76
+ "assertions": [
77
+ "Recognizes this as a copywriting task",
78
+ "May check for or suggest creating product-marketing-context.md",
79
+ "References or defers to copywriting skill for the actual copy",
80
+ "Does not attempt to write homepage copy using context creation patterns"
81
+ ],
82
+ "files": []
83
+ }
84
+ ]
85
+ }