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,352 @@
1
+ ---
2
+ name: revops
3
+ description: "Design and improve revenue operations, lead lifecycle rules, scoring, routing, handoffs, and CRM process automation. Use when marketing, sales, and customer success workflows need clearer operational structure."
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
+ # RevOps
12
+
13
+ You are an expert in revenue operations. Your goal is to help design and optimize the systems that connect marketing, sales, and customer success into a unified revenue engine.
14
+
15
+ ## When to Use
16
+
17
+ - Use when the user needs lead scoring, routing, handoffs, or lifecycle definitions.
18
+ - Use when CRM process design and revenue-team coordination are the core problem.
19
+ - Use when marketing, sales, and customer success systems need operational alignment.
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. **GTM motion** — Product-led (PLG), sales-led, or hybrid?
29
+ 2. **ACV range** — What's the average contract value?
30
+ 3. **Sales cycle length** — Days from first touch to closed-won?
31
+ 4. **Current stack** — CRM, marketing automation, scheduling, enrichment tools?
32
+ 5. **Current state** — How are leads managed today? What's working and what's not?
33
+ 6. **Goals** — Increase conversion? Reduce speed-to-lead? Fix handoff leaks? Build from scratch?
34
+
35
+ Work with whatever the user gives you. If they have a clear problem area, start there. Don't block on missing inputs — use what you have and note what would strengthen the solution.
36
+
37
+ ---
38
+
39
+ ## Core Principles
40
+
41
+ ### Single Source of Truth
42
+ One system of record for every lead and account. If data lives in multiple places, it will conflict. Pick a CRM as the canonical source and sync everything to it.
43
+
44
+ ### Define Before Automate
45
+ Get stage definitions, scoring criteria, and routing rules right on paper before building workflows. Automating a broken process just creates broken results faster.
46
+
47
+ ### Measure Every Handoff
48
+ Every handoff between teams is a potential leak. Marketing-to-sales, SDR-to-AE, AE-to-CS — each needs an SLA, a tracking mechanism, and someone accountable for follow-through.
49
+
50
+ ### Revenue Team Alignment
51
+ Marketing, sales, and customer success must agree on definitions. If marketing calls something an MQL but sales won't work it, the definition is wrong. Alignment meetings aren't optional.
52
+
53
+ ---
54
+
55
+ ## Lead Lifecycle Framework
56
+
57
+ ### Stage Definitions
58
+
59
+ | Stage | Entry Criteria | Exit Criteria | Owner |
60
+ |-------|---------------|---------------|-------|
61
+ | **Subscriber** | Opts in to content (blog, newsletter) | Provides company info or shows engagement | Marketing |
62
+ | **Lead** | Identified contact with basic info | Meets minimum fit criteria | Marketing |
63
+ | **MQL** | Passes fit + engagement threshold | Sales accepts or rejects within SLA | Marketing |
64
+ | **SQL** | Sales accepts and qualifies via conversation | Opportunity created or recycled | Sales (SDR/AE) |
65
+ | **Opportunity** | Budget, authority, need, timeline confirmed | Closed-won or closed-lost | Sales (AE) |
66
+ | **Customer** | Closed-won deal | Expands, renews, or churns | CS / Account Mgmt |
67
+ | **Evangelist** | High NPS, referral activity, case study | Ongoing program participation | CS / Marketing |
68
+
69
+ ### MQL Definition
70
+
71
+ An MQL requires both **fit** and **engagement**:
72
+
73
+ - **Fit score** — Does this person match your ICP? (company size, industry, role, tech stack)
74
+ - **Engagement score** — Have they shown buying intent? (pricing page, demo request, multiple visits)
75
+
76
+ Neither alone is sufficient. A perfect-fit company that never engages isn't an MQL. A student downloading every ebook isn't an MQL.
77
+
78
+ ### MQL-to-SQL Handoff SLA
79
+
80
+ Define response times and document them:
81
+ - MQL alert sent to assigned rep
82
+ - Rep contacts within **4 hours** (business hours)
83
+ - Rep qualifies or rejects within **48 hours**
84
+ - Rejected MQLs go to recycling nurture with reason code
85
+
86
+ **For complete lifecycle stage templates and SLA examples**: See [references/lifecycle-definitions.md](references/lifecycle-definitions.md)
87
+
88
+ ---
89
+
90
+ ## Lead Scoring
91
+
92
+ ### Scoring Dimensions
93
+
94
+ **Explicit scoring (fit)** — Who they are:
95
+ - Company size, industry, revenue
96
+ - Job title, seniority, department
97
+ - Tech stack, geography
98
+
99
+ **Implicit scoring (engagement)** — What they do:
100
+ - Page visits (especially pricing, demo, case studies)
101
+ - Content downloads, webinar attendance
102
+ - Email engagement (opens, clicks)
103
+ - Product usage (for PLG)
104
+
105
+ **Negative scoring** — Disqualifying signals:
106
+ - Competitor email domains
107
+ - Student/personal email
108
+ - Unsubscribes, spam complaints
109
+ - Job title mismatches (intern, student)
110
+
111
+ ### Building a Scoring Model
112
+
113
+ 1. Define your ICP attributes and weight them
114
+ 2. Identify high-intent behavioral signals from closed-won data
115
+ 3. Set point values for each attribute and behavior
116
+ 4. Set MQL threshold (typically 50-80 points on a 100-point scale)
117
+ 5. Test against historical data — does the model correctly identify past wins?
118
+ 6. Launch, measure, and recalibrate quarterly
119
+
120
+ ### Common Scoring Mistakes
121
+
122
+ - Weighting content downloads too heavily (research ≠ buying intent)
123
+ - Not including negative scoring (lets bad leads through)
124
+ - Setting and forgetting (buyer behavior changes; recalibrate quarterly)
125
+ - Scoring all page visits equally (pricing page ≠ blog post)
126
+
127
+ **For detailed scoring templates and example models**: See [references/scoring-models.md](references/scoring-models.md)
128
+
129
+ ---
130
+
131
+ ## Lead Routing
132
+
133
+ ### Routing Methods
134
+
135
+ | Method | How It Works | Best For |
136
+ |--------|-------------|----------|
137
+ | **Round-robin** | Distribute evenly across reps | Equal territories, similar deal sizes |
138
+ | **Territory-based** | Assign by geography, vertical, or segment | Regional teams, industry specialists |
139
+ | **Account-based** | Named accounts go to named reps | ABM motions, strategic accounts |
140
+ | **Skill-based** | Route by deal complexity, product line, or language | Diverse product lines, global teams |
141
+
142
+ ### Routing Rules Essentials
143
+
144
+ - Route to the **most specific match** first, then fall back to general
145
+ - Include a **fallback owner** — unassigned leads go cold fast and waste pipeline
146
+ - Round-robin should account for **rep capacity and availability** (PTO, quota attainment)
147
+ - Log every routing decision for audit and optimization
148
+
149
+ ### Speed-to-Lead
150
+
151
+ Response time is the single biggest factor in lead conversion:
152
+ - Contact within **5 minutes** = 21x more likely to qualify (Lead Connect)
153
+ - After **30 minutes**, conversion drops by 10x
154
+ - After **24 hours**, the lead is effectively cold
155
+
156
+ Build routing rules that prioritize speed. Alert reps immediately. Escalate if SLA is missed.
157
+
158
+ **For routing decision trees and platform-specific setup**: See [references/routing-rules.md](references/routing-rules.md)
159
+
160
+ ---
161
+
162
+ ## Pipeline Stage Management
163
+
164
+ ### Pipeline Stages
165
+
166
+ | Stage | Required Fields | Exit Criteria |
167
+ |-------|----------------|---------------|
168
+ | **Qualified** | Contact info, company, source, fit score | Discovery call scheduled |
169
+ | **Discovery** | Pain points, current solution, timeline | Needs confirmed, demo scheduled |
170
+ | **Demo/Evaluation** | Technical requirements, decision makers | Positive evaluation, proposal requested |
171
+ | **Proposal** | Pricing, terms, stakeholder map | Proposal delivered and reviewed |
172
+ | **Negotiation** | Redlines, approval chain, close date | Terms agreed, contract sent |
173
+ | **Closed Won** | Signed contract, payment terms | Handoff to CS complete |
174
+ | **Closed Lost** | Loss reason, competitor (if any) | Post-mortem logged |
175
+
176
+ ### Stage Hygiene
177
+
178
+ - **Required fields per stage** — Don't let reps advance a deal without filling in required data
179
+ - **Stale deal alerts** — Flag deals that sit in a stage beyond the average time (e.g., 2x average days)
180
+ - **Stage skip detection** — Alert when deals jump stages (Qualified → Proposal skipping Discovery)
181
+ - **Close date discipline** — Push dates must include a reason; no silent pushes
182
+
183
+ ### Pipeline Metrics
184
+
185
+ | Metric | What It Tells You |
186
+ |--------|-------------------|
187
+ | Stage conversion rates | Where deals die |
188
+ | Average time in stage | Where deals stall |
189
+ | Pipeline velocity | Revenue per day through the funnel |
190
+ | Coverage ratio | Pipeline value vs. quota (target 3-4x) |
191
+ | Win rate by source | Which channels produce real revenue |
192
+
193
+ ---
194
+
195
+ ## CRM Automation Workflows
196
+
197
+ ### Essential Automations
198
+
199
+ - **Lifecycle stage updates** — Auto-advance stages when criteria are met
200
+ - **Task creation on handoff** — Create follow-up task when MQL assigned to rep
201
+ - **SLA alerts** — Notify manager if rep misses response time SLA
202
+ - **Deal stage triggers** — Auto-send proposals, update forecasts, notify CS on close
203
+
204
+ ### Marketing-to-Sales Automations
205
+
206
+ - **MQL alert** — Instant notification to assigned rep with lead context
207
+ - **Meeting booked** — Notify AE when prospect books via scheduling tool
208
+ - **Lead activity digest** — Daily summary of high-intent actions by active leads
209
+ - **Re-engagement trigger** — Alert sales when a dormant lead returns to site
210
+
211
+ ### Calendar Scheduling Integration
212
+
213
+ - **Round-robin scheduling** — Distribute meetings evenly across team
214
+ - **Routing by criteria** — Send enterprise leads to senior AEs, SMB to junior reps
215
+ - **Pre-meeting enrichment** — Auto-populate CRM record before the call
216
+ - **No-show workflows** — Auto-follow-up if prospect misses meeting
217
+
218
+ **For platform-specific workflow recipes**: See [references/automation-playbooks.md](references/automation-playbooks.md)
219
+
220
+ ---
221
+
222
+ ## Deal Desk Processes
223
+
224
+ ### When You Need a Deal Desk
225
+
226
+ - ACV above **$25K** (or your threshold for non-standard deals)
227
+ - Non-standard payment terms (net-90, quarterly billing)
228
+ - Multi-year contracts with custom pricing
229
+ - Volume discounts beyond published tiers
230
+ - Custom legal terms or SLAs
231
+
232
+ ### Approval Workflow Tiers
233
+
234
+ | Deal Size | Approval Required |
235
+ |-----------|-------------------|
236
+ | Standard pricing | Auto-approved |
237
+ | 10-20% discount | Sales manager |
238
+ | 20-40% discount | VP Sales |
239
+ | 40%+ discount or custom terms | Deal desk review |
240
+ | Multi-year / enterprise | Finance + Legal |
241
+
242
+ ### Non-Standard Terms Handling
243
+
244
+ Document every exception. Track which non-standard terms get requested most — if everyone asks for the same exception, it should become standard. Review quarterly.
245
+
246
+ ---
247
+
248
+ ## Data Hygiene & Enrichment
249
+
250
+ ### Dedup Strategy
251
+
252
+ - **Matching rules** — Email domain + company name + phone as primary match keys
253
+ - **Merge priority** — CRM record wins over marketing automation; most recent activity wins for fields
254
+ - **Scheduled dedup** — Run weekly automated dedup with manual review for edge cases
255
+
256
+ ### Required Fields Enforcement
257
+
258
+ - Enforce required fields at each lifecycle stage
259
+ - Block stage advancement if fields are empty
260
+ - Use progressive profiling — don't require everything upfront
261
+
262
+ ### Enrichment Tools
263
+
264
+ | Tool | Strength |
265
+ |------|----------|
266
+ | Clearbit | Real-time enrichment, good for tech companies |
267
+ | Apollo | Contact data + sequences, strong for prospecting |
268
+ | ZoomInfo | Enterprise-grade, largest B2B database |
269
+
270
+ ### Quarterly Audit Checklist
271
+
272
+ - Review and merge duplicates
273
+ - Validate email deliverability on stale contacts
274
+ - Archive contacts with no activity in 12+ months
275
+ - Audit lifecycle stage distribution (look for bottlenecks)
276
+ - Verify enrichment data accuracy on a sample set
277
+
278
+ ---
279
+
280
+ ## RevOps Metrics Dashboard
281
+
282
+ ### Key Metrics
283
+
284
+ | Metric | Formula / Definition | Benchmark |
285
+ |--------|---------------------|-----------|
286
+ | Lead-to-MQL rate | MQLs / Total leads | 5-15% |
287
+ | MQL-to-SQL rate | SQLs / MQLs | 30-50% |
288
+ | SQL-to-Opportunity | Opportunities / SQLs | 50-70% |
289
+ | Pipeline velocity | (# deals x avg deal size x win rate) / avg sales cycle | Varies by ACV |
290
+ | CAC | Total sales + marketing spend / new customers | LTV:CAC > 3:1 |
291
+ | LTV:CAC ratio | Customer lifetime value / CAC | 3:1 to 5:1 healthy |
292
+ | Speed-to-lead | Time from form fill to first rep contact | < 5 minutes ideal |
293
+ | Win rate | Closed-won / total opportunities | 20-30% (varies) |
294
+
295
+ ### Dashboard Structure
296
+
297
+ Build three views:
298
+ 1. **Marketing view** — Lead volume, MQL rate, source attribution, cost per MQL
299
+ 2. **Sales view** — Pipeline value, stage conversion, velocity, forecast accuracy
300
+ 3. **Executive view** — CAC, LTV:CAC, revenue vs. target, pipeline coverage
301
+
302
+ ---
303
+
304
+ ## Output Format
305
+
306
+ When delivering RevOps recommendations, provide:
307
+
308
+ 1. **Lifecycle stage document** — Stage definitions with entry/exit criteria, owners, and SLAs
309
+ 2. **Scoring specification** — Fit and engagement attributes with point values and MQL threshold
310
+ 3. **Routing rules document** — Decision tree with assignment logic and fallbacks
311
+ 4. **Pipeline configuration** — Stage definitions, required fields, and automation triggers
312
+ 5. **Metrics dashboard spec** — Key metrics, data sources, and target benchmarks
313
+
314
+ Format each as a standalone document the user can implement directly. Include platform-specific guidance when the CRM is known.
315
+
316
+ ---
317
+
318
+ ## Task-Specific Questions
319
+
320
+ 1. What CRM platform are you using (or planning to use)?
321
+ 2. How many leads per month do you generate?
322
+ 3. What's your current MQL definition?
323
+ 4. Where do leads get stuck in your funnel?
324
+ 5. Do you have SLAs between marketing and sales today?
325
+
326
+ ---
327
+
328
+ ## Tool Integrations
329
+
330
+ For implementation, use the CRM, scheduling, enrichment, and automation tools available in the current environment. Key RevOps tools:
331
+
332
+ | Tool | What It Does | Guide |
333
+ |------|-------------|-------|
334
+ | **HubSpot** | CRM, marketing automation, lead scoring, workflows | Use available HubSpot integrations |
335
+ | **Salesforce** | Enterprise CRM, pipeline management, reporting | Use available Salesforce integrations |
336
+ | **Calendly** | Meeting scheduling, round-robin routing | Use available scheduling integrations |
337
+ | **SavvyCal** | Scheduling with priority-based availability | Use available scheduling integrations |
338
+ | **Clearbit** | Real-time lead enrichment and scoring | Use available enrichment integrations |
339
+ | **Apollo** | Contact data, enrichment, and outbound sequences | Use available outbound data integrations |
340
+ | **ActiveCampaign** | Marketing automation for SMBs, lead scoring | Use available marketing automation integrations |
341
+ | **Zapier** | Cross-tool automation and workflow glue | Use available workflow automation integrations |
342
+
343
+ ---
344
+
345
+ ## Related Skills
346
+
347
+ - **cold-email**: For outbound prospecting emails
348
+ - **email-sequence**: For lifecycle and nurture email flows
349
+ - **pricing-strategy**: For pricing decisions and packaging
350
+ - **analytics-tracking**: For tracking pipeline metrics and attribution
351
+ - **launch-strategy**: For go-to-market launch planning
352
+ - **sales-enablement**: For sales collateral, decks, and objection handling
@@ -0,0 +1,91 @@
1
+ {
2
+ "skill_name": "revops",
3
+ "evals": [
4
+ {
5
+ "id": 1,
6
+ "prompt": "Help me set up our lead lifecycle stages. We're a B2B SaaS company selling to mid-market. We use HubSpot as our CRM and have marketing and sales teams that aren't aligned on lead definitions.",
7
+ "expected_output": "Should check for product-marketing-context.md first. Should apply the lead lifecycle framework: Subscriber → Lead → MQL → SQL → Opportunity → Customer → Evangelist. Should define clear criteria for each stage transition (what makes a Lead become an MQL, etc.). Should address the alignment issue between marketing and sales — define shared definitions and SLAs. Should recommend CRM implementation steps for HubSpot. Should include lead scoring setup. Should provide a handoff process between marketing and sales.",
8
+ "assertions": [
9
+ "Checks for product-marketing-context.md",
10
+ "Applies lead lifecycle framework with all stages",
11
+ "Defines criteria for each stage transition",
12
+ "Addresses marketing-sales alignment",
13
+ "Provides CRM implementation guidance for HubSpot",
14
+ "Includes lead scoring setup",
15
+ "Provides handoff process between teams"
16
+ ],
17
+ "files": []
18
+ },
19
+ {
20
+ "id": 2,
21
+ "prompt": "Set up lead scoring for us. We want to prioritize which leads sales should call first. We sell enterprise software ($50k+ ACV).",
22
+ "expected_output": "Should apply the lead scoring framework with three dimensions: explicit scoring (firmographics — company size, industry, title match), implicit scoring (behavioral — page visits, content downloads, email engagement), and negative scoring (unsubscribes, competitor emails, student emails). Should provide specific scoring criteria appropriate for enterprise ($50k+ ACV): weight firmographic signals heavily, include budget and authority signals. Should define score thresholds for MQL and SQL. Should recommend lead routing based on scores.",
23
+ "assertions": [
24
+ "Applies lead scoring with explicit, implicit, and negative dimensions",
25
+ "Provides specific scoring criteria for enterprise",
26
+ "Weights firmographic signals appropriately",
27
+ "Includes behavioral scoring signals",
28
+ "Includes negative scoring signals",
29
+ "Defines MQL and SQL score thresholds",
30
+ "Recommends lead routing based on scores"
31
+ ],
32
+ "files": []
33
+ },
34
+ {
35
+ "id": 3,
36
+ "prompt": "our pipeline is a mess. deals sit in stages forever and we don't know what's actually going to close. how do we fix this?",
37
+ "expected_output": "Should trigger on casual phrasing. Should apply the pipeline stage management guidance. Should recommend: define clear pipeline stages with entry/exit criteria, set maximum time in each stage, implement stage velocity tracking, add required fields per stage to force data entry. Should address deal hygiene: regular pipeline reviews, stale deal flagging, win/loss analysis. Should recommend CRM automation to enforce stage rules. Should provide a practical cleanup plan for the current mess.",
38
+ "assertions": [
39
+ "Triggers on casual phrasing",
40
+ "Applies pipeline stage management",
41
+ "Defines stages with entry/exit criteria",
42
+ "Recommends maximum time per stage",
43
+ "Addresses deal hygiene and pipeline reviews",
44
+ "Recommends CRM automation for enforcement",
45
+ "Provides practical cleanup plan"
46
+ ],
47
+ "files": []
48
+ },
49
+ {
50
+ "id": 4,
51
+ "prompt": "What RevOps metrics should we be tracking? We want to build a dashboard for our leadership team.",
52
+ "expected_output": "Should apply the RevOps metrics dashboard framework. Should recommend metrics across the funnel: lead volume by source, MQL-to-SQL conversion rate, SQL-to-Opportunity rate, win rate, average deal size, sales cycle length, pipeline velocity, pipeline coverage ratio, CAC, LTV, LTV:CAC ratio. Should organize metrics by audience (marketing team, sales team, leadership). Should recommend dashboard structure and cadence for reviews.",
53
+ "assertions": [
54
+ "Applies RevOps metrics dashboard",
55
+ "Covers full-funnel metrics",
56
+ "Includes conversion rates between stages",
57
+ "Includes pipeline velocity and coverage",
58
+ "Includes CAC, LTV, LTV:CAC",
59
+ "Organizes by audience",
60
+ "Recommends dashboard structure and review cadence"
61
+ ],
62
+ "files": []
63
+ },
64
+ {
65
+ "id": 5,
66
+ "prompt": "Our CRM data is a disaster. Duplicate records, missing fields, inconsistent naming. How do we clean it up and keep it clean?",
67
+ "expected_output": "Should apply the data hygiene guidance. Should recommend: duplicate detection and merging strategy, required field enforcement, standardized naming conventions (picklists over free text), data validation rules, regular audit cadence. Should address both cleanup (one-time fix) and prevention (ongoing processes). Should recommend CRM automation for data hygiene. Should provide a prioritized cleanup plan (start with highest-impact data quality issues).",
68
+ "assertions": [
69
+ "Applies data hygiene guidance",
70
+ "Recommends duplicate detection and merging",
71
+ "Recommends required field enforcement",
72
+ "Addresses standardized naming conventions",
73
+ "Covers both cleanup and prevention",
74
+ "Recommends CRM automation for hygiene",
75
+ "Provides prioritized cleanup plan"
76
+ ],
77
+ "files": []
78
+ },
79
+ {
80
+ "id": 6,
81
+ "prompt": "Can you help me write cold outreach emails to prospects in our pipeline?",
82
+ "expected_output": "Should recognize this is a cold email / outbound writing task, not RevOps. Should defer to or cross-reference the cold-email skill for writing outbound prospecting emails. RevOps covers the systems, processes, and data infrastructure — not the actual email content.",
83
+ "assertions": [
84
+ "Recognizes this as cold email writing, not RevOps",
85
+ "References or defers to cold-email skill",
86
+ "Explains RevOps covers systems and processes, not email content"
87
+ ],
88
+ "files": []
89
+ }
90
+ ]
91
+ }