opencode-skills-antigravity 1.0.4 → 1.0.6

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 (151) hide show
  1. package/bundled-skills/ad-creative/SKILL.md +371 -0
  2. package/bundled-skills/ad-creative/evals/evals.json +90 -0
  3. package/bundled-skills/ad-creative/references/generative-tools.md +637 -0
  4. package/bundled-skills/ad-creative/references/platform-specs.md +213 -0
  5. package/bundled-skills/ai-seo/SKILL.md +407 -0
  6. package/bundled-skills/ai-seo/evals/evals.json +90 -0
  7. package/bundled-skills/ai-seo/references/content-patterns.md +285 -0
  8. package/bundled-skills/ai-seo/references/platform-ranking-factors.md +152 -0
  9. package/bundled-skills/backend-dev-guidelines/SKILL.md +1 -1
  10. package/bundled-skills/cc-skill-security-review/SKILL.md +1 -1
  11. package/bundled-skills/churn-prevention/SKILL.md +433 -0
  12. package/bundled-skills/churn-prevention/evals/evals.json +93 -0
  13. package/bundled-skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
  14. package/bundled-skills/churn-prevention/references/dunning-playbook.md +408 -0
  15. package/bundled-skills/claude-api/LICENSE.txt +202 -0
  16. package/bundled-skills/claude-api/SKILL.md +252 -0
  17. package/bundled-skills/claude-api/csharp/claude-api.md +70 -0
  18. package/bundled-skills/claude-api/curl/examples.md +164 -0
  19. package/bundled-skills/claude-api/go/claude-api.md +146 -0
  20. package/bundled-skills/claude-api/java/claude-api.md +128 -0
  21. package/bundled-skills/claude-api/php/claude-api.md +88 -0
  22. package/bundled-skills/claude-api/python/agent-sdk/README.md +269 -0
  23. package/bundled-skills/claude-api/python/agent-sdk/patterns.md +319 -0
  24. package/bundled-skills/claude-api/python/claude-api/README.md +404 -0
  25. package/bundled-skills/claude-api/python/claude-api/batches.md +182 -0
  26. package/bundled-skills/claude-api/python/claude-api/files-api.md +162 -0
  27. package/bundled-skills/claude-api/python/claude-api/streaming.md +162 -0
  28. package/bundled-skills/claude-api/python/claude-api/tool-use.md +587 -0
  29. package/bundled-skills/claude-api/ruby/claude-api.md +87 -0
  30. package/bundled-skills/claude-api/shared/error-codes.md +205 -0
  31. package/bundled-skills/claude-api/shared/live-sources.md +121 -0
  32. package/bundled-skills/claude-api/shared/models.md +68 -0
  33. package/bundled-skills/claude-api/shared/tool-use-concepts.md +305 -0
  34. package/bundled-skills/claude-api/typescript/agent-sdk/README.md +220 -0
  35. package/bundled-skills/claude-api/typescript/agent-sdk/patterns.md +150 -0
  36. package/bundled-skills/claude-api/typescript/claude-api/README.md +313 -0
  37. package/bundled-skills/claude-api/typescript/claude-api/batches.md +106 -0
  38. package/bundled-skills/claude-api/typescript/claude-api/files-api.md +98 -0
  39. package/bundled-skills/claude-api/typescript/claude-api/streaming.md +178 -0
  40. package/bundled-skills/claude-api/typescript/claude-api/tool-use.md +477 -0
  41. package/bundled-skills/codex-review/SKILL.md +1 -1
  42. package/bundled-skills/cold-email/SKILL.md +167 -0
  43. package/bundled-skills/cold-email/evals/evals.json +94 -0
  44. package/bundled-skills/cold-email/references/benchmarks.md +83 -0
  45. package/bundled-skills/cold-email/references/follow-up-sequences.md +81 -0
  46. package/bundled-skills/cold-email/references/frameworks.md +90 -0
  47. package/bundled-skills/cold-email/references/personalization.md +79 -0
  48. package/bundled-skills/cold-email/references/subject-lines.md +53 -0
  49. package/bundled-skills/content-strategy/SKILL.md +374 -0
  50. package/bundled-skills/content-strategy/evals/evals.json +90 -0
  51. package/bundled-skills/content-strategy/references/headless-cms.md +194 -0
  52. package/bundled-skills/context7-auto-research/SKILL.md +1 -1
  53. package/bundled-skills/dbos-golang/SKILL.md +1 -1
  54. package/bundled-skills/dbos-python/SKILL.md +1 -1
  55. package/bundled-skills/dbos-typescript/SKILL.md +1 -1
  56. package/bundled-skills/debug-buttercup/SKILL.md +1 -1
  57. package/bundled-skills/defuddle/SKILL.md +50 -0
  58. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  59. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  60. package/bundled-skills/docs/integrations/jetski-gemini-loader/package.json +1 -0
  61. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  62. package/bundled-skills/docs/maintainers/skills-import-2026-03-21.md +81 -0
  63. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  64. package/bundled-skills/docs/users/bundles.md +1 -1
  65. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  66. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  67. package/bundled-skills/docs/users/getting-started.md +1 -1
  68. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  69. package/bundled-skills/docs/users/usage.md +4 -4
  70. package/bundled-skills/docs/users/visual-guide.md +4 -4
  71. package/bundled-skills/evaluation/SKILL.md +1 -1
  72. package/bundled-skills/exa-search/SKILL.md +1 -1
  73. package/bundled-skills/firecrawl-scraper/SKILL.md +1 -1
  74. package/bundled-skills/frontend-dev-guidelines/SKILL.md +1 -1
  75. package/bundled-skills/gha-security-review/SKILL.md +2 -1
  76. package/bundled-skills/git-pushing/SKILL.md +1 -1
  77. package/bundled-skills/internal-comms/LICENSE.txt +202 -0
  78. package/bundled-skills/internal-comms/SKILL.md +35 -0
  79. package/bundled-skills/internal-comms/examples/3p-updates.md +47 -0
  80. package/bundled-skills/internal-comms/examples/company-newsletter.md +65 -0
  81. package/bundled-skills/internal-comms/examples/faq-answers.md +30 -0
  82. package/bundled-skills/internal-comms/examples/general-comms.md +16 -0
  83. package/bundled-skills/json-canvas/SKILL.md +253 -0
  84. package/bundled-skills/json-canvas/references/EXAMPLES.md +329 -0
  85. package/bundled-skills/lead-magnets/SKILL.md +319 -0
  86. package/bundled-skills/lead-magnets/references/benchmarks.md +129 -0
  87. package/bundled-skills/lead-magnets/references/format-guide.md +196 -0
  88. package/bundled-skills/memory-systems/SKILL.md +1 -1
  89. package/bundled-skills/obsidian-bases/SKILL.md +506 -0
  90. package/bundled-skills/obsidian-bases/references/FUNCTIONS_REFERENCE.md +173 -0
  91. package/bundled-skills/obsidian-cli/SKILL.md +115 -0
  92. package/bundled-skills/obsidian-markdown/SKILL.md +205 -0
  93. package/bundled-skills/obsidian-markdown/references/CALLOUTS.md +58 -0
  94. package/bundled-skills/obsidian-markdown/references/EMBEDS.md +63 -0
  95. package/bundled-skills/obsidian-markdown/references/PROPERTIES.md +61 -0
  96. package/bundled-skills/product-marketing-context/SKILL.md +250 -0
  97. package/bundled-skills/product-marketing-context/evals/evals.json +85 -0
  98. package/bundled-skills/react-best-practices/SKILL.md +1 -1
  99. package/bundled-skills/revops/SKILL.md +352 -0
  100. package/bundled-skills/revops/evals/evals.json +91 -0
  101. package/bundled-skills/revops/references/automation-playbooks.md +290 -0
  102. package/bundled-skills/revops/references/lifecycle-definitions.md +278 -0
  103. package/bundled-skills/revops/references/routing-rules.md +203 -0
  104. package/bundled-skills/revops/references/scoring-models.md +247 -0
  105. package/bundled-skills/sales-enablement/SKILL.md +358 -0
  106. package/bundled-skills/sales-enablement/evals/evals.json +91 -0
  107. package/bundled-skills/sales-enablement/references/deck-frameworks.md +263 -0
  108. package/bundled-skills/sales-enablement/references/demo-scripts.md +355 -0
  109. package/bundled-skills/sales-enablement/references/objection-library.md +270 -0
  110. package/bundled-skills/sales-enablement/references/one-pager-templates.md +208 -0
  111. package/bundled-skills/seo/SKILL.md +139 -0
  112. package/bundled-skills/seo/references/cwv-thresholds.md +108 -0
  113. package/bundled-skills/seo/references/eeat-framework.md +214 -0
  114. package/bundled-skills/seo/references/quality-gates.md +155 -0
  115. package/bundled-skills/seo/references/schema-types.md +118 -0
  116. package/bundled-skills/seo-competitor-pages/SKILL.md +229 -0
  117. package/bundled-skills/seo-content/SKILL.md +186 -0
  118. package/bundled-skills/seo-dataforseo/SKILL.md +395 -0
  119. package/bundled-skills/seo-geo/SKILL.md +254 -0
  120. package/bundled-skills/seo-hreflang/SKILL.md +209 -0
  121. package/bundled-skills/seo-image-gen/SKILL.md +183 -0
  122. package/bundled-skills/seo-images/SKILL.md +193 -0
  123. package/bundled-skills/seo-page/SKILL.md +103 -0
  124. package/bundled-skills/seo-plan/SKILL.md +136 -0
  125. package/bundled-skills/seo-plan/assets/agency.md +175 -0
  126. package/bundled-skills/seo-plan/assets/ecommerce.md +167 -0
  127. package/bundled-skills/seo-plan/assets/generic.md +144 -0
  128. package/bundled-skills/seo-plan/assets/local-service.md +160 -0
  129. package/bundled-skills/seo-plan/assets/publisher.md +153 -0
  130. package/bundled-skills/seo-plan/assets/saas.md +135 -0
  131. package/bundled-skills/seo-programmatic/SKILL.md +184 -0
  132. package/bundled-skills/seo-schema/SKILL.md +178 -0
  133. package/bundled-skills/seo-sitemap/SKILL.md +129 -0
  134. package/bundled-skills/seo-technical/SKILL.md +175 -0
  135. package/bundled-skills/site-architecture/SKILL.md +366 -0
  136. package/bundled-skills/site-architecture/evals/evals.json +88 -0
  137. package/bundled-skills/site-architecture/references/mermaid-templates.md +216 -0
  138. package/bundled-skills/site-architecture/references/navigation-patterns.md +305 -0
  139. package/bundled-skills/site-architecture/references/site-type-templates.md +293 -0
  140. package/bundled-skills/skill-improver/SKILL.md +1 -1
  141. package/bundled-skills/tavily-web/SKILL.md +1 -1
  142. package/bundled-skills/test-fixing/SKILL.md +1 -1
  143. package/bundled-skills/tool-design/SKILL.md +1 -1
  144. package/bundled-skills/ui-ux-pro-max/SKILL.md +1 -1
  145. package/bundled-skills/verification-before-completion/SKILL.md +1 -1
  146. package/bundled-skills/wiki-changelog/SKILL.md +1 -1
  147. package/bundled-skills/wiki-onboarding/SKILL.md +1 -1
  148. package/bundled-skills/wiki-qa/SKILL.md +1 -1
  149. package/bundled-skills/wiki-researcher/SKILL.md +1 -1
  150. package/bundled-skills/wiki-vitepress/SKILL.md +1 -1
  151. package/package.json +1 -1
@@ -0,0 +1,358 @@
1
+ ---
2
+ name: sales-enablement
3
+ description: "Create sales collateral such as decks, one-pagers, objection docs, demo scripts, playbooks, and proposal templates. Use when a sales team needs assets that help reps move deals forward and close."
4
+ risk: unknown
5
+ source: "https://github.com/coreyhaines31/marketingskills"
6
+ date_added: "2026-03-21"
7
+ metadata:
8
+ version: 1.1.0
9
+ ---
10
+
11
+ # Sales Enablement
12
+
13
+ You are an expert in B2B sales enablement. Your goal is to create sales collateral that reps actually use — decks, one-pagers, objection docs, demo scripts, and playbooks that help close deals.
14
+
15
+ ## When to Use
16
+
17
+ - Use when building decks, one-pagers, objection handling docs, or demo scripts.
18
+ - Use when a sales team needs collateral tailored to stage, persona, or use case.
19
+ - Use when the asset should help reps close deals rather than drive top-of-funnel traffic.
20
+
21
+ ## Before Starting
22
+
23
+ **Check for product marketing context first:**
24
+ If `.agents/product-marketing-context.md` exists (or `.claude/product-marketing-context.md` in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
25
+
26
+ Gather this context (ask if not provided):
27
+
28
+ 1. **Value Proposition & Differentiators**
29
+ - What do you sell and who is it for?
30
+ - What makes you different from the next best alternative?
31
+ - What outcomes can you prove?
32
+
33
+ 2. **Sales Motion**
34
+ - How do you sell? (self-serve, inside sales, field sales, hybrid)
35
+ - Average deal size and sales cycle length
36
+ - Key personas involved in the buying decision
37
+
38
+ 3. **Collateral Needs**
39
+ - What specific assets do you need?
40
+ - What stage of the funnel are they for?
41
+ - Who will use them? (AE, SDR, champion, prospect)
42
+
43
+ 4. **Current State**
44
+ - What materials exist today?
45
+ - What's working and what's not?
46
+ - What do reps ask for most?
47
+
48
+ ---
49
+
50
+ ## Core Principles
51
+
52
+ ### Sales Uses What Sales Trusts
53
+ Involve reps in creation. Use their language, not marketing's. If reps rewrite your deck before sending it, you wrote the wrong deck. Test drafts with your top performers first.
54
+
55
+ ### Situation-Specific, Not Generic
56
+ Tailor to persona, deal stage, and use case. A deck for a CTO should look different from one for a VP of Sales. A one-pager for post-meeting follow-up serves a different purpose than one for a trade show.
57
+
58
+ ### Scannable Over Comprehensive
59
+ Reps need information in 3 seconds, not 30. Use bold headers, short bullets, and visual hierarchy. If a rep can't find the answer mid-call, the doc has failed.
60
+
61
+ ### Tie Back to Business Outcomes
62
+ Every claim connects to revenue, efficiency, or risk reduction. Features mean nothing without the "so what." Replace "AI-powered analytics" with "cut reporting time by 80%."
63
+
64
+ ---
65
+
66
+ ## Sales Deck / Pitch Deck
67
+
68
+ ### 10-12 Slide Framework
69
+
70
+ 1. **Current World Problem** — The pain your buyer lives with today
71
+ 2. **Cost of the Problem** — What inaction costs (time, money, risk)
72
+ 3. **The Shift Happening** — Market or technology change creating urgency
73
+ 4. **Your Approach** — How you solve it differently
74
+ 5. **Product Walkthrough** — 3-4 key workflows, not a feature tour
75
+ 6. **Proof Points** — Metrics, logos, analyst recognition
76
+ 7. **Case Study** — One customer story told well
77
+ 8. **Implementation / Timeline** — How they get from here to live
78
+ 9. **ROI / Value** — Expected return and payback period
79
+ 10. **Pricing Overview** — Transparent, tiered if applicable
80
+ 11. **Next Steps / CTA** — Clear action with timeline
81
+
82
+ ### Deck Principles
83
+
84
+ - **Story arc, not feature tour.** Every deck tells a story: the world has a problem, there's a better way, here's proof, here's how to get there.
85
+ - **One idea per slide.** If you need two points, use two slides.
86
+ - **Design for presenting, not reading.** Slides support the conversation — they don't replace it. Minimal text, strong visuals.
87
+
88
+ ### Customization by Buyer Type
89
+
90
+ | Buyer | Emphasize | De-emphasize |
91
+ |-------|-----------|--------------|
92
+ | Technical buyer | Architecture, security, integrations, API | ROI calculations, business metrics |
93
+ | Economic buyer | ROI, payback period, total cost, risk | Technical details, implementation specifics |
94
+ | Champion | Internal selling points, quick wins, peer proof | Deep technical or financial detail |
95
+
96
+ **For full slide-by-slide guidance**: See [references/deck-frameworks.md](references/deck-frameworks.md)
97
+
98
+ ---
99
+
100
+ ## One-Pagers / Leave-Behinds
101
+
102
+ ### When to Use
103
+
104
+ - **Post-meeting recap** — Reinforce what you discussed, keep momentum
105
+ - **Champion internal selling** — Arm your champion to sell for you
106
+ - **Trade show handout** — Quick intro that drives follow-up
107
+
108
+ ### Structure
109
+
110
+ 1. **Problem statement** — The pain in one sentence
111
+ 2. **Your solution** — What you do and how
112
+ 3. **3 differentiators** — Why you vs. alternatives
113
+ 4. **Proof point** — One strong metric or customer quote
114
+ 5. **CTA** — Clear next step with contact info
115
+
116
+ ### Design Principles
117
+
118
+ - One page, literally. Front only, or front and back maximum.
119
+ - Scannable in 30 seconds. Bold headers, short bullets, whitespace.
120
+ - Include your logo, website, and a specific contact (not info@).
121
+ - Match your brand but keep it clean — this is a sales tool, not a brand piece.
122
+
123
+ **For templates by use case**: See [references/one-pager-templates.md](references/one-pager-templates.md)
124
+
125
+ ---
126
+
127
+ ## Objection Handling Docs
128
+
129
+ ### Objection Categories
130
+
131
+ | Category | Examples |
132
+ |----------|----------|
133
+ | Price | "Too expensive," "No budget this quarter," "Competitor is cheaper" |
134
+ | Timing | "Not the right time," "Maybe next quarter," "Too busy to implement" |
135
+ | Competition | "We already use X," "What makes you different?" |
136
+ | Authority | "I need to check with my boss," "The committee decides" |
137
+ | Status quo | "What we have works fine," "Not broken, don't fix it" |
138
+ | Technical | "Does it integrate with X?," "Security concerns," "Can it scale?" |
139
+
140
+ ### Response Framework
141
+
142
+ For each objection, document:
143
+
144
+ 1. **Objection statement** — Exactly how reps hear it
145
+ 2. **Why they say it** — The real concern behind the words
146
+ 3. **Response approach** — How to acknowledge and redirect
147
+ 4. **Proof point** — Specific evidence that addresses the concern
148
+ 5. **Follow-up question** — Keep the conversation moving forward
149
+
150
+ ### Two Formats
151
+
152
+ - **Quick-reference table** for live calls — objection, one-line response, proof point. Fits on one screen.
153
+ - **Detailed doc** for prep and training — full context, talk tracks, role-play scenarios.
154
+
155
+ **For the full objection library**: See [references/objection-library.md](references/objection-library.md)
156
+
157
+ ---
158
+
159
+ ## ROI Calculators & Value Props
160
+
161
+ ### Calculator Design
162
+
163
+ **Inputs** (current state metrics the prospect provides):
164
+ - Time spent on manual processes
165
+ - Current tool costs
166
+ - Error rates or inefficiency metrics
167
+ - Team size
168
+
169
+ **Calculations** (your formula for value):
170
+ - Time saved per week/month/year
171
+ - Cost reduction (tools, headcount, errors)
172
+ - Revenue impact (faster deals, higher conversion)
173
+
174
+ **Outputs** (what the prospect sees):
175
+ - Annual ROI percentage
176
+ - Payback period in months
177
+ - Total 3-year value
178
+
179
+ ### Value Prop by Persona
180
+
181
+ | Persona | Cares About | Lead With |
182
+ |---------|-------------|-----------|
183
+ | CTO / VP Eng | Architecture, scale, security, team velocity | Technical superiority, integration depth |
184
+ | VP Sales | Pipeline, quota attainment, rep productivity | Revenue impact, time savings per rep |
185
+ | CFO | Total cost, payback period, risk | ROI, cost reduction, financial predictability |
186
+ | End user | Ease of use, daily workflow, learning curve | Time saved, frustration eliminated |
187
+
188
+ ### Implementation Options
189
+
190
+ - **Spreadsheet** — Fastest to build, easy to customize per deal. Works for inside sales.
191
+ - **Web tool** — More polished, captures leads, scales better. Worth building if deal volume is high.
192
+ - **Slide-based** — ROI story embedded in the deck. Good for executive presentations.
193
+
194
+ ---
195
+
196
+ ## Demo Scripts & Talk Tracks
197
+
198
+ ### Script Structure
199
+
200
+ 1. **Opening** (2 min) — Context setting, agenda, confirm goals for the call
201
+ 2. **Discovery recap** (3 min) — Summarize what you learned, confirm priorities
202
+ 3. **Solution walkthrough** (15-20 min) — 3-4 key workflows mapped to their pain
203
+ 4. **Interaction points** — Questions to ask during the demo, not just at the end
204
+ 5. **Close** (5 min) — Summarize value, propose next steps with timeline
205
+
206
+ ### Talk Track Types
207
+
208
+ | Type | Duration | Focus |
209
+ |------|----------|-------|
210
+ | Discovery call | 30 min | Qualify, understand pain, map buying process |
211
+ | First demo | 30-45 min | Show 3-4 workflows tied to their pain |
212
+ | Technical deep-dive | 45-60 min | Architecture, security, integrations, API |
213
+ | Executive overview | 20-30 min | Business outcomes, ROI, strategic alignment |
214
+
215
+ ### Key Principles
216
+
217
+ - **Demo after discovery, not before.** If you don't know their pain, you're guessing which features matter.
218
+ - **Customize to their use case.** Use their terminology, their data (if possible), their workflow.
219
+ - **Leave time for questions.** A demo where the prospect doesn't talk is a demo that doesn't close.
220
+
221
+ **For full script templates**: See [references/demo-scripts.md](references/demo-scripts.md)
222
+
223
+ ---
224
+
225
+ ## Case Study Briefs (Sales Format)
226
+
227
+ ### How Sales Case Studies Differ
228
+
229
+ Marketing case studies tell a story. Sales case studies arm reps with fast-access proof. Keep them short, outcome-focused, and tagged for retrieval.
230
+
231
+ ### Structure
232
+
233
+ 1. **Customer profile** — Industry, company size, buyer role
234
+ 2. **Challenge** — What they were struggling with (2-3 sentences)
235
+ 3. **Solution** — What they implemented (1-2 sentences)
236
+ 4. **Results** — 3 specific metrics (before/after)
237
+ 5. **Pull quote** — One sentence from the customer
238
+ 6. **Tags** — Industry, use case, company size, persona
239
+
240
+ ### Organization
241
+
242
+ Organize case studies so reps can find the right one instantly:
243
+ - **By industry** — "Show me a case study for healthcare"
244
+ - **By use case** — "Show me someone who used us for X"
245
+ - **By company size** — "Show me an enterprise example"
246
+
247
+ ---
248
+
249
+ ## Proposal Templates
250
+
251
+ ### Structure
252
+
253
+ 1. **Executive summary** — Their challenge, your solution, expected outcome (1 page max)
254
+ 2. **Proposed solution** — What you'll deliver, mapped to their requirements
255
+ 3. **Implementation plan** — Timeline, milestones, responsibilities
256
+ 4. **Investment** — Pricing, payment terms, what's included
257
+ 5. **Next steps** — How to move forward, decision timeline
258
+
259
+ ### Customization Guidance
260
+
261
+ - Mirror their language from discovery calls
262
+ - Reference specific pain points they mentioned
263
+ - Include only relevant case studies (same industry or use case)
264
+ - Name the stakeholders you've spoken with
265
+
266
+ ### Common Mistakes
267
+
268
+ - **Too long** — If it's over 10 pages, it won't get read. Aim for 5-7.
269
+ - **Too generic** — Templated proposals signal low effort. Customize the exec summary at minimum.
270
+ - **Burying the price** — Don't make them hunt for it. Be transparent and confident.
271
+
272
+ ---
273
+
274
+ ## Sales Playbooks
275
+
276
+ ### What Goes in a Playbook
277
+
278
+ - **Buyer profile** — Who you're selling to, their goals and pains
279
+ - **Qualification criteria** — BANT, MEDDIC, or your framework
280
+ - **Discovery questions** — Organized by topic, not a script
281
+ - **Objection handling** — Top 10 objections with responses
282
+ - **Competitive positioning** — How you win against each competitor
283
+ - **Demo flow** — Recommended sequence for each persona
284
+ - **Email templates** — Follow-up, proposal, check-in, breakup
285
+
286
+ ### When to Build
287
+
288
+ - **New product launch** — Reps need a single source of truth
289
+ - **New market segment** — Different buyers need different approaches
290
+ - **New hire ramp** — Playbooks cut ramp time significantly
291
+
292
+ ### Keeping It Living
293
+
294
+ Playbooks die when they're not updated. Review quarterly, get input from top reps, and remove anything outdated. Assign an owner — if nobody owns it, it rots.
295
+
296
+ ---
297
+
298
+ ## Buyer Persona Cards
299
+
300
+ ### Card Structure
301
+
302
+ | Field | Description |
303
+ |-------|-------------|
304
+ | Role / title | Common titles and reporting structure |
305
+ | Goals | What success looks like for them |
306
+ | Pains | What frustrates them daily |
307
+ | Top objections | The 3-5 objections you'll hear from this role |
308
+ | Evaluation criteria | How they judge solutions |
309
+ | Buying process | Their role in the decision, who they influence |
310
+ | Messaging angle | The one sentence that resonates most |
311
+
312
+ ### Persona Types
313
+
314
+ - **Economic buyer** — Signs the check. Cares about ROI and risk.
315
+ - **Technical buyer** — Evaluates the product. Cares about capabilities and integration.
316
+ - **End user** — Uses it daily. Cares about ease and workflow fit.
317
+ - **Champion** — Advocates internally. Needs ammunition to sell for you.
318
+ - **Blocker** — Opposes the purchase. Understand their concern to neutralize it.
319
+
320
+ ---
321
+
322
+ ## Output Format
323
+
324
+ Deliver the right format for each asset type:
325
+
326
+ | Asset | Deliverable |
327
+ |-------|-------------|
328
+ | Sales deck | Slide-by-slide outline with headline, body copy, and speaker notes |
329
+ | One-pager | Full copy with layout guidance (visual hierarchy, sections) |
330
+ | Objection doc | Table format: objection, response, proof point, follow-up |
331
+ | Demo script | Scene-by-scene with timing, talk track, and interaction points |
332
+ | ROI calculator | Input fields, formulas, output display with sample data |
333
+ | Playbook | Structured document with table of contents and sections |
334
+ | Persona card | One-page card format per persona |
335
+ | Proposal | Section-by-section copy with customization notes |
336
+
337
+ ---
338
+
339
+ ## Task-Specific Questions
340
+
341
+ If context is missing, ask:
342
+
343
+ 1. What collateral do you need? (deck, one-pager, objection doc, etc.)
344
+ 2. Who will use it? (AE, SDR, champion, prospect)
345
+ 3. What sales stage is it for? (prospecting, discovery, demo, negotiation, close)
346
+ 4. Who is the target persona? (title, seniority, department)
347
+ 5. What are the top 3 objections you hear most?
348
+
349
+ ---
350
+
351
+ ## Related Skills
352
+
353
+ - **competitor-alternatives**: For public-facing comparison and alternative pages
354
+ - **copywriting**: For marketing website copy
355
+ - **cold-email**: For outbound prospecting emails
356
+ - **revops**: For lead lifecycle, scoring, routing, and pipeline management
357
+ - **pricing-strategy**: For pricing decisions and packaging
358
+ - **product-marketing-context**: For foundational positioning and messaging
@@ -0,0 +1,91 @@
1
+ {
2
+ "skill_name": "sales-enablement",
3
+ "evals": [
4
+ {
5
+ "id": 1,
6
+ "prompt": "Help me create a sales deck for our B2B SaaS product. We sell an employee engagement platform to HR directors at companies with 500-5000 employees. Our main differentiator is real-time pulse surveys with AI-powered insights.",
7
+ "expected_output": "Should check for product-marketing-context.md first. Should apply the 10-12 slide sales deck framework: Title, Problem/Stakes, Current Solutions Failing, Vision, Product/Solution, How It Works, Proof (case studies/metrics), Pricing, Why Now, and Next Steps. Should tailor the deck to the HR director audience and employee engagement space. Should incorporate the differentiator (real-time pulse surveys + AI insights). Should provide slide-by-slide content recommendations with speaker notes. Should recommend visual direction.",
8
+ "assertions": [
9
+ "Checks for product-marketing-context.md",
10
+ "Applies 10-12 slide framework",
11
+ "Includes Problem, Solution, Proof, Pricing, Next Steps slides",
12
+ "Tailors to HR director audience",
13
+ "Incorporates stated differentiator",
14
+ "Provides slide-by-slide content",
15
+ "Includes speaker notes or talking points"
16
+ ],
17
+ "files": []
18
+ },
19
+ {
20
+ "id": 2,
21
+ "prompt": "Our sales team keeps getting the same objections. The top ones are: 'we already use SurveyMonkey,' 'we don't have budget right now,' and 'our team is too small to need this.' Help me create an objection handling doc.",
22
+ "expected_output": "Should apply the objection handling framework with the response structure for each objection. Should categorize the objections (competitor/status quo, budget, need/timing). For each objection, should provide: acknowledge, reframe, evidence/proof, bridge to value, and follow-up question. Should provide 2-3 response variations per objection for different contexts. Should organize as a document sales reps can reference quickly during calls.",
23
+ "assertions": [
24
+ "Applies objection handling framework",
25
+ "Categorizes the three objections",
26
+ "Provides structured response for each (acknowledge, reframe, evidence, bridge)",
27
+ "Provides 2-3 response variations per objection",
28
+ "Organizes for quick reference during calls",
29
+ "Categorizes objections using the skill's framework (competitor, budget, need/timing)"
30
+ ],
31
+ "files": []
32
+ },
33
+ {
34
+ "id": 3,
35
+ "prompt": "i need a one-pager we can leave behind after sales meetings. something that summarizes our product and key benefits.",
36
+ "expected_output": "Should trigger on casual phrasing. Should apply the one-pager/leave-behind framework. Should include: headline with core value proposition, key benefits (3-5), social proof (customer logos, key metric), how it works (simplified), pricing summary or 'starting at' range, and clear next step CTA. Should recommend design principles for a one-pager: scannable, visual hierarchy, not text-heavy. Should note this should fit on one page (front, or front and back).",
37
+ "assertions": [
38
+ "Triggers on casual phrasing",
39
+ "Applies one-pager/leave-behind framework",
40
+ "Includes headline, benefits, social proof, how it works, CTA",
41
+ "Keeps to one page format",
42
+ "Recommends scannable design",
43
+ "Provides specific content for each section"
44
+ ],
45
+ "files": []
46
+ },
47
+ {
48
+ "id": 4,
49
+ "prompt": "Create a demo script for our analytics dashboard product. Typical demo is 30 minutes with a VP of Marketing.",
50
+ "expected_output": "Should apply the demo script/talk track framework with the 5-part structure. Should include: opening (rapport, agenda setting, discovery questions), problem validation (confirm their pain), solution walkthrough (show product addressing their pain), proof points (metrics, case studies during demo), and close (next steps, timeline). Should time-box each section for 30 minutes. Should include key questions to ask during discovery. Should note when to customize based on prospect's answers.",
51
+ "assertions": [
52
+ "Applies 5-part demo script structure",
53
+ "Includes opening with discovery questions",
54
+ "Includes problem validation",
55
+ "Includes solution walkthrough",
56
+ "Includes proof points",
57
+ "Includes close with next steps",
58
+ "Time-boxes for 30 minutes",
59
+ "Notes customization based on prospect responses"
60
+ ],
61
+ "files": []
62
+ },
63
+ {
64
+ "id": 5,
65
+ "prompt": "Help me build an ROI calculator we can use during sales calls. We need to show prospects how much money they'll save by switching to our product.",
66
+ "expected_output": "Should apply the ROI calculator framework. Should define inputs (what data to collect from the prospect: team size, current costs, time spent on manual processes), calculation methodology (how to compute savings), and output format (visual showing ROI timeline, payback period, annual savings). Should recommend keeping calculations transparent and conservative. Should suggest validating assumptions during the sales call. Should provide the calculator structure and formula logic.",
67
+ "assertions": [
68
+ "Applies ROI calculator framework",
69
+ "Defines required inputs",
70
+ "Provides calculation methodology",
71
+ "Recommends conservative assumptions",
72
+ "Includes ROI timeline and payback period",
73
+ "Suggests validating assumptions during calls",
74
+ "Provides calculator structure"
75
+ ],
76
+ "files": []
77
+ },
78
+ {
79
+ "id": 6,
80
+ "prompt": "We need a public comparison page showing how we stack up against Zendesk and Intercom.",
81
+ "expected_output": "Should recognize this is a public-facing competitor comparison page, not internal sales collateral. Should defer to or cross-reference the competitor-alternatives skill, which handles public comparison and alternatives pages. Sales-enablement covers internal materials (battle cards, objection handling) while competitor-alternatives handles SEO-focused public comparison content.",
82
+ "assertions": [
83
+ "Recognizes this as a public comparison page",
84
+ "References or defers to competitor-alternatives skill",
85
+ "Explains the distinction between internal and public collateral",
86
+ "Does not attempt public SEO comparison page using sales enablement patterns"
87
+ ],
88
+ "files": []
89
+ }
90
+ ]
91
+ }