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,290 @@
1
+ # Automation Playbooks
2
+
3
+ Platform-specific workflow recipes for HubSpot, Salesforce, scheduling tools, and cross-tool automation.
4
+
5
+ ## HubSpot Workflow Recipes
6
+
7
+ ### 1. MQL Alert and Assignment
8
+
9
+ **Name:** MQL Notification and Task Creation
10
+ **Trigger:** Contact property "Lifecycle Stage" is changed to "Marketing Qualified Lead"
11
+ **Actions:**
12
+ 1. Rotate contact owner among sales team (round-robin)
13
+ 2. Send internal email notification to contact owner with lead context
14
+ 3. Create task: "Follow up with [Contact Name]" — due in 4 hours
15
+ 4. Send Slack notification to #sales-alerts channel
16
+ 5. Enroll in "MQL Follow-Up" sequence (if using HubSpot Sequences)
17
+ **Outcome:** Every MQL gets assigned instantly with a clear SLA
18
+ **Notes:** Set enrollment criteria to exclude leads already owned by a rep
19
+
20
+ ---
21
+
22
+ ### 2. MQL SLA Escalation
23
+
24
+ **Name:** MQL SLA Breach Alert
25
+ **Trigger:** Contact property "Lifecycle Stage" equals "MQL" AND "Days since last contacted" is greater than 0.5 (12 hours)
26
+ **Actions:**
27
+ 1. Send internal email to contact owner: "SLA warning: [Contact Name] has not been contacted"
28
+ 2. If still no activity after 24 hours → send alert to sales manager
29
+ 3. If still no activity after 48 hours → reassign contact owner via rotation
30
+ 4. Create task for new owner: "Urgent: Contact [Contact Name] — reassigned due to SLA breach"
31
+ **Outcome:** No MQL goes unworked for more than 48 hours
32
+ **Notes:** Exclude contacts where last activity type is "Call" or "Meeting" (already engaged)
33
+
34
+ ---
35
+
36
+ ### 3. Lead Scoring Update and MQL Promotion
37
+
38
+ **Name:** Auto-MQL on Score Threshold
39
+ **Trigger:** Contact property "HubSpot Score" is greater than or equal to 65
40
+ **Actions:**
41
+ 1. Set lifecycle stage to "Marketing Qualified Lead"
42
+ 2. Set "MQL Date" to current date
43
+ 3. Suppress from marketing nurture workflows
44
+ 4. Trigger MQL Alert workflow (recipe #1)
45
+ **Outcome:** Leads automatically promote to MQL when they hit the scoring threshold
46
+ **Notes:** Add suppression list for existing customers and competitors
47
+
48
+ ---
49
+
50
+ ### 4. Meeting Booked Notification
51
+
52
+ **Name:** Meeting Booked Alert to AE
53
+ **Trigger:** Meeting activity is logged for contact (via Calendly/HubSpot meetings)
54
+ **Actions:**
55
+ 1. Send internal email to contact owner with meeting details
56
+ 2. Update contact property "Last Meeting Booked" to current date
57
+ 3. If lifecycle stage is "Lead" → update to "MQL"
58
+ 4. Create task: "Prepare for meeting with [Contact Name]" — due 1 hour before meeting
59
+ 5. Send Slack notification to #meetings channel
60
+ **Outcome:** AEs are prepared for every meeting with full context
61
+ **Notes:** Include recent page views and content downloads in notification email
62
+
63
+ ---
64
+
65
+ ### 5. Closed-Won Handoff to CS
66
+
67
+ **Name:** Customer Onboarding Trigger
68
+ **Trigger:** Deal stage is changed to "Closed Won"
69
+ **Actions:**
70
+ 1. Update associated contact lifecycle stage to "Customer"
71
+ 2. Set "Customer Since" date to current date
72
+ 3. Assign contact owner to CS team member (based on segment/territory)
73
+ 4. Create task for CS: "Schedule kickoff call with [Company Name]" — due in 2 business days
74
+ 5. Enroll contact in "Customer Onboarding" email sequence
75
+ 6. Send internal notification to CS manager
76
+ 7. Remove from all sales sequences
77
+ **Outcome:** Seamless handoff from sales to customer success
78
+ **Notes:** Include deal notes, contract value, and key stakeholders in CS notification
79
+
80
+ ---
81
+
82
+ ### 6. Stale Deal Alert
83
+
84
+ **Name:** Pipeline Hygiene — Stale Deal Detection
85
+ **Trigger:** Deal property "Days in current stage" is greater than [2x average for that stage]
86
+ **Actions:**
87
+ 1. Send internal email to deal owner: "Deal stale alert: [Deal Name] has been in [Stage] for [X] days"
88
+ 2. Create task: "Update or close [Deal Name]" — due in 3 business days
89
+ 3. If no update after 7 days → alert sales manager
90
+ 4. Add to "Stale Deals" dashboard list
91
+ **Outcome:** Pipeline stays clean and forecast stays accurate
92
+ **Notes:** Customize thresholds per stage (Discovery: 14 days, Proposal: 10 days, Negotiation: 21 days)
93
+
94
+ ---
95
+
96
+ ### 7. Recycled Lead Nurture Re-Entry
97
+
98
+ **Name:** MQL Recycling to Nurture
99
+ **Trigger:** Contact property "Sales Rejection Reason" is known (any value)
100
+ **Actions:**
101
+ 1. Update lifecycle stage to "Recycled"
102
+ 2. Reset engagement score to baseline (keep fit score)
103
+ 3. Enroll in "Recycled Lead Nurture" sequence (lower frequency)
104
+ 4. Set "Recycle Date" to current date
105
+ 5. Set re-enrollment trigger: if HubSpot Score exceeds threshold again, re-trigger MQL workflow
106
+ **Outcome:** Rejected leads get a second chance without clogging the pipeline
107
+ **Notes:** Track recycled-to-MQL conversion rate as a separate metric
108
+
109
+ ---
110
+
111
+ ### 8. Lead Activity Digest
112
+
113
+ **Name:** Daily Lead Activity Summary
114
+ **Trigger:** Scheduled — daily at 8:00 AM local time
115
+ **Actions:**
116
+ 1. Filter contacts: lifecycle stage is "SQL" or "Opportunity" AND had website activity in last 24 hours
117
+ 2. Send digest email to each contact owner with their leads' activity
118
+ 3. Include: pages visited, content downloaded, emails opened/clicked
119
+ **Outcome:** Sales reps start each day knowing which leads are active
120
+ **Notes:** Only include leads with meaningful activity (exclude single homepage visits)
121
+
122
+ ---
123
+
124
+ ## Salesforce Flow Equivalents
125
+
126
+ ### 1. MQL Alert and Assignment (Salesforce Flow)
127
+
128
+ **Type:** Record-Triggered Flow
129
+ **Object:** Lead
130
+ **Trigger:** Lead field "Status" is changed to "MQL"
131
+ **Flow steps:**
132
+ 1. Get Records: Query "Rep Assignment" custom object for next available rep
133
+ 2. Update Records: Set Lead Owner to assigned rep
134
+ 3. Create Records: Create Task — "Contact MQL: {Lead.Name}" with due date = NOW + 4 hours
135
+ 4. Action: Send email alert to new lead owner
136
+ 5. Update Records: Update "Rep Assignment" last-assigned timestamp
137
+ **Notes:** Use a custom "Rep Assignment" object to manage round-robin state
138
+
139
+ ### 2. SLA Escalation (Salesforce Flow)
140
+
141
+ **Type:** Scheduled-Triggered Flow
142
+ **Schedule:** Every 4 hours during business hours
143
+ **Flow steps:**
144
+ 1. Get Records: Leads where Status = "MQL" AND LastActivityDate < TODAY - 1
145
+ 2. Decision: Is lead older than 48 hours with no activity?
146
+ - YES → Reassign to next rep, create urgent task, alert manager
147
+ - NO → Send reminder email to current owner
148
+ **Notes:** Pair with Process Builder for real-time alerts on initial assignment
149
+
150
+ ### 3. Pipeline Stage Automation (Salesforce Flow)
151
+
152
+ **Type:** Record-Triggered Flow
153
+ **Object:** Opportunity
154
+ **Trigger:** Stage field is updated
155
+ **Flow steps:**
156
+ 1. Decision: Which stage was it changed to?
157
+ 2. For each stage:
158
+ - **Discovery:** Create task "Complete discovery questionnaire"
159
+ - **Demo:** Create task "Prepare demo environment"
160
+ - **Proposal:** Create task "Send proposal" + alert deal desk if ACV > $25K
161
+ - **Closed Won:** Trigger CS handoff (create Case, assign CS owner, send welcome email)
162
+ - **Closed Lost:** Create task "Log loss reason" + add to win/loss analysis report
163
+
164
+ ### 4. Stale Deal Detection (Salesforce Flow)
165
+
166
+ **Type:** Scheduled-Triggered Flow
167
+ **Schedule:** Daily at 7:00 AM
168
+ **Flow steps:**
169
+ 1. Get Records: Open Opportunities where Days_In_Stage > Stage_SLA_Threshold
170
+ 2. Loop through results:
171
+ - Create Task: "Update stale deal: {Opportunity.Name}"
172
+ - Send email to Opportunity Owner
173
+ - If Days_In_Stage > 2x threshold → send email to Owner's Manager
174
+ 3. Update custom field "Stale Flag" = true for dashboard visibility
175
+
176
+ ---
177
+
178
+ ## Calendly / SavvyCal Integration Patterns
179
+
180
+ ### Round-Robin Meeting Scheduling
181
+
182
+ **Calendly setup:**
183
+ 1. Create a team event type with all eligible reps
184
+ 2. Distribution: "Optimize for equal distribution"
185
+ 3. Availability: Each rep manages their own calendar
186
+ 4. Buffer: 15 min before and after meetings
187
+ 5. Minimum notice: 4 hours (avoid last-minute bookings)
188
+
189
+ **CRM integration:**
190
+ 1. Calendly webhook fires on booking
191
+ 2. Match invitee email to CRM contact
192
+ 3. If contact exists → assign meeting to contact owner (override round-robin if owned)
193
+ 4. If new contact → create lead, assign via routing rules, log meeting
194
+ 5. Set lifecycle stage to MQL (meeting = high intent)
195
+
196
+ ### SavvyCal Setup
197
+
198
+ **Advantages over Calendly:**
199
+ - Priority-based scheduling (prefer certain time slots)
200
+ - Overlay calendars (show team availability in one view)
201
+ - Personalized booking links per rep
202
+
203
+ **Integration pattern:**
204
+ 1. Create team scheduling link with priority rules
205
+ 2. Webhook on booking → Zapier/Make → CRM
206
+ 3. Match or create contact, assign owner, create task
207
+ 4. Send confirmation with meeting prep materials
208
+
209
+ ### Meeting Routing by Criteria
210
+
211
+ ```
212
+ Booking form submitted
213
+ ├─ Company size > 500? (form field)
214
+ │ ├─ YES → Route to enterprise AE calendar
215
+ │ └─ NO ↓
216
+ ├─ Existing customer? (CRM lookup)
217
+ │ ├─ YES → Route to account owner's calendar
218
+ │ └─ NO ↓
219
+ └─ Round-robin across SDR team
220
+ ```
221
+
222
+ ### No-Show Workflow
223
+
224
+ **Trigger:** Meeting time passes + no meeting notes logged within 30 minutes
225
+ **Actions:**
226
+ 1. Wait 30 minutes after scheduled meeting time
227
+ 2. Check: Was a call or meeting logged?
228
+ - YES → No action
229
+ - NO → Send "Sorry we missed you" email to prospect
230
+ 3. Create task: "Reschedule with [Contact Name]" — due next business day
231
+ 4. If second no-show → flag contact and alert manager
232
+
233
+ ---
234
+
235
+ ## Zapier Cross-Tool Patterns
236
+
237
+ ### 1. New Lead → CRM + Slack + Task
238
+
239
+ **Trigger:** New form submission (Typeform, HubSpot, Webflow)
240
+ **Actions:**
241
+ 1. Create/update contact in CRM
242
+ 2. Enrich with Clearbit (if available)
243
+ 3. Post to Slack #new-leads with enriched data
244
+ 4. Create task in project management tool (Asana, Linear)
245
+
246
+ ### 2. Meeting Booked → CRM + Prep Email
247
+
248
+ **Trigger:** New Calendly/SavvyCal booking
249
+ **Actions:**
250
+ 1. Find or create CRM contact
251
+ 2. Update lifecycle stage to MQL
252
+ 3. Send prep email to assigned rep (include CRM link, LinkedIn profile, recent activity)
253
+ 4. Create pre-meeting task
254
+
255
+ ### 3. Deal Closed → Onboarding Stack
256
+
257
+ **Trigger:** CRM deal stage changed to "Closed Won"
258
+ **Actions:**
259
+ 1. Create customer record in CS tool (Vitally, Gainsight, ChurnZero)
260
+ 2. Add to onboarding project template
261
+ 3. Send welcome email via email tool
262
+ 4. Create Slack channel: #customer-[company-name]
263
+ 5. Notify CS team in Slack
264
+
265
+ ### 4. Lead Scoring → Cross-Tool Sync
266
+
267
+ **Trigger:** CRM lead score crosses MQL threshold
268
+ **Actions:**
269
+ 1. Update marketing automation platform status
270
+ 2. Add to retargeting audience (Facebook, Google Ads)
271
+ 3. Trigger SDR outreach sequence
272
+ 4. Log event in analytics (Mixpanel, Amplitude)
273
+
274
+ ### 5. SLA Breach → Multi-Channel Alert
275
+
276
+ **Trigger:** CRM task overdue (MQL follow-up task)
277
+ **Actions:**
278
+ 1. Send Slack DM to rep
279
+ 2. Send email to rep
280
+ 3. If 2+ hours overdue → Slack DM to manager
281
+ 4. If 4+ hours overdue → reassign in CRM (via webhook back to CRM)
282
+
283
+ ### 6. Weekly Pipeline Digest
284
+
285
+ **Trigger:** Schedule — every Monday at 8:00 AM
286
+ **Actions:**
287
+ 1. Query CRM for pipeline summary (total value, new deals, stale deals, expected closes)
288
+ 2. Format as summary
289
+ 3. Post to Slack #sales-team
290
+ 4. Send email digest to sales leadership
@@ -0,0 +1,278 @@
1
+ # Lifecycle Stage Definitions
2
+
3
+ Complete templates for lead lifecycle stages, MQL criteria by business type, SLAs, and rejection/recycling workflows.
4
+
5
+ ## Stage Templates
6
+
7
+ ### Subscriber
8
+
9
+ **Entry criteria:**
10
+ - Opted in to blog, newsletter, or content updates
11
+ - No company information required
12
+
13
+ **Exit criteria:**
14
+ - Provides company information via form or enrichment
15
+ - Visits 3+ pages in a session
16
+ - Downloads gated content
17
+
18
+ **Owner:** Marketing (automated)
19
+
20
+ **Actions on entry:**
21
+ - Add to newsletter nurture
22
+ - Begin tracking engagement score
23
+
24
+ ---
25
+
26
+ ### Lead
27
+
28
+ **Entry criteria:**
29
+ - Identified contact with name + email + company
30
+ - May come from form fill, enrichment, or import
31
+
32
+ **Exit criteria:**
33
+ - Reaches MQL threshold (fit + engagement)
34
+ - Manually qualified by marketing/SDR
35
+
36
+ **Owner:** Marketing
37
+
38
+ **Actions on entry:**
39
+ - Enrich contact data (company size, industry, role)
40
+ - Begin scoring
41
+ - Add to relevant nurture sequence
42
+
43
+ ---
44
+
45
+ ### MQL (Marketing Qualified Lead)
46
+
47
+ **Entry criteria:**
48
+ - Meets fit score threshold AND engagement score threshold
49
+ - OR triggers high-intent action (demo request, pricing page + form fill)
50
+
51
+ **Exit criteria:**
52
+ - Sales accepts (becomes SQL)
53
+ - Sales rejects (recycled to nurture with reason code)
54
+ - No response within SLA (escalated to manager)
55
+
56
+ **Owner:** Marketing → Sales (handoff)
57
+
58
+ **Actions on entry:**
59
+ - Instant alert to assigned sales rep
60
+ - Create follow-up task with 4-hour SLA
61
+ - Pause marketing nurture sequences
62
+ - Log all recent activity for sales context
63
+
64
+ ---
65
+
66
+ ### SQL (Sales Qualified Lead)
67
+
68
+ **Entry criteria:**
69
+ - Sales rep has had qualifying conversation
70
+ - Confirmed: budget, authority, need, or timeline (at least 2 of 4)
71
+
72
+ **Exit criteria:**
73
+ - Opportunity created with projected value
74
+ - Disqualified (recycled with reason code)
75
+
76
+ **Owner:** Sales (SDR or AE)
77
+
78
+ **Actions on entry:**
79
+ - Update lifecycle stage in CRM
80
+ - Notify AE if SDR-qualified
81
+ - Begin sales sequence if not already in conversation
82
+
83
+ ---
84
+
85
+ ### Opportunity
86
+
87
+ **Entry criteria:**
88
+ - Formal opportunity created in CRM
89
+ - Deal value, close date, and stage assigned
90
+
91
+ **Exit criteria:**
92
+ - Closed-won or closed-lost
93
+
94
+ **Owner:** Sales (AE)
95
+
96
+ **Actions on entry:**
97
+ - Add to pipeline reporting
98
+ - Create deal tasks (proposal, demo, etc.)
99
+ - Notify CS if deal is likely to close
100
+
101
+ ---
102
+
103
+ ### Customer
104
+
105
+ **Entry criteria:**
106
+ - Closed-won deal
107
+ - Contract signed and payment terms set
108
+
109
+ **Exit criteria:**
110
+ - Churns, expands, or renews
111
+
112
+ **Owner:** Customer Success / Account Management
113
+
114
+ **Actions on entry:**
115
+ - Trigger onboarding sequence
116
+ - Assign CS manager
117
+ - Schedule kickoff call
118
+ - Remove from all sales sequences
119
+
120
+ ---
121
+
122
+ ### Evangelist
123
+
124
+ **Entry criteria:**
125
+ - NPS score 9-10, or active referral behavior
126
+ - Agreed to case study, testimonial, or referral program
127
+
128
+ **Exit criteria:**
129
+ - Ongoing program participation
130
+
131
+ **Owner:** Customer Success + Marketing
132
+
133
+ **Actions on entry:**
134
+ - Add to advocacy program
135
+ - Request case study or testimonial
136
+ - Invite to referral program
137
+ - Feature in marketing campaigns (with permission)
138
+
139
+ ---
140
+
141
+ ## MQL Criteria Templates by Business Type
142
+
143
+ ### PLG (Product-Led Growth)
144
+
145
+ **Fit score (40% weight):**
146
+
147
+ | Attribute | Points |
148
+ |-----------|--------|
149
+ | Company size 10-500 | +15 |
150
+ | Company size 500-5000 | +20 |
151
+ | Target industry | +10 |
152
+ | Decision-maker role | +15 |
153
+ | Uses complementary tool | +10 |
154
+
155
+ **Engagement score (60% weight) — weight product usage heavily:**
156
+
157
+ | Signal | Points |
158
+ |--------|--------|
159
+ | Created free account | +15 |
160
+ | Completed onboarding | +20 |
161
+ | Used core feature 3+ times | +25 |
162
+ | Invited team member | +20 |
163
+ | Hit usage limit | +15 |
164
+ | Visited pricing page | +10 |
165
+
166
+ **MQL threshold:** 65 points
167
+
168
+ ---
169
+
170
+ ### Sales-Led (Enterprise)
171
+
172
+ **Fit score (60% weight) — weight fit heavily:**
173
+
174
+ | Attribute | Points |
175
+ |-----------|--------|
176
+ | Company size 500+ | +20 |
177
+ | Target industry | +15 |
178
+ | VP+ title | +20 |
179
+ | Budget authority confirmed | +15 |
180
+ | Uses competitor product | +10 |
181
+
182
+ **Engagement score (40% weight):**
183
+
184
+ | Signal | Points |
185
+ |--------|--------|
186
+ | Requested demo | +25 |
187
+ | Attended webinar | +10 |
188
+ | Downloaded whitepaper | +10 |
189
+ | Visited pricing page 2+ times | +15 |
190
+ | Engaged with sales email | +10 |
191
+
192
+ **MQL threshold:** 70 points
193
+
194
+ ---
195
+
196
+ ### Mid-Market (Balanced)
197
+
198
+ **Fit score (50% weight):**
199
+
200
+ | Attribute | Points |
201
+ |-----------|--------|
202
+ | Company size 50-1000 | +15 |
203
+ | Target industry | +10 |
204
+ | Manager+ title | +15 |
205
+ | Target geography | +10 |
206
+
207
+ **Engagement score (50% weight):**
208
+
209
+ | Signal | Points |
210
+ |--------|--------|
211
+ | Demo request | +25 |
212
+ | Free trial signup | +20 |
213
+ | Pricing page visit | +10 |
214
+ | Content download (2+) | +10 |
215
+ | Email click (3+) | +10 |
216
+ | Webinar attendance | +10 |
217
+
218
+ **MQL threshold:** 60 points
219
+
220
+ ---
221
+
222
+ ## SLA Templates
223
+
224
+ ### MQL-to-SQL SLA
225
+
226
+ | Metric | Target | Escalation |
227
+ |--------|--------|------------|
228
+ | First contact attempt | Within 4 business hours | Alert to sales manager at 4 hours |
229
+ | Qualification decision | Within 48 hours | Auto-escalate at 48 hours |
230
+ | Meeting scheduled (if qualified) | Within 5 business days | Weekly pipeline review flag |
231
+
232
+ ### SQL-to-Opportunity SLA
233
+
234
+ | Metric | Target | Escalation |
235
+ |--------|--------|------------|
236
+ | Discovery call completed | Within 3 business days of SQL | Alert to AE manager |
237
+ | Opportunity created | Within 5 business days of SQL | Pipeline review flag |
238
+
239
+ ### Opportunity-to-Close SLA
240
+
241
+ | Metric | Target | Escalation |
242
+ |--------|--------|------------|
243
+ | Proposal delivered | Within 5 business days of demo | AE manager alert |
244
+ | Deal stale in stage | 2x average days for that stage | Pipeline review flag |
245
+ | Close date pushed 2+ times | Immediate | Forecast review required |
246
+
247
+ ---
248
+
249
+ ## Lead Rejection and Recycling
250
+
251
+ ### Rejection Reason Codes
252
+
253
+ | Code | Reason | Recycle Action |
254
+ |------|--------|----------------|
255
+ | **FIT-01** | Company too small | Nurture; re-score if company grows |
256
+ | **FIT-02** | Wrong industry | Archive; do not recycle |
257
+ | **FIT-03** | Wrong role / no authority | Nurture; monitor for org changes |
258
+ | **ENG-01** | No response after 3 attempts | Recycle to nurture in 90 days |
259
+ | **ENG-02** | Interested but bad timing | Recycle to nurture; re-engage in 60 days |
260
+ | **QUAL-01** | No budget | Recycle to nurture in 90 days |
261
+ | **QUAL-02** | Using competitor, locked in | Recycle; trigger before contract renewal |
262
+ | **QUAL-03** | Not a real project | Archive; do not recycle |
263
+
264
+ ### Recycling Workflow
265
+
266
+ 1. Sales rejects MQL with reason code
267
+ 2. CRM updates lifecycle stage to "Recycled"
268
+ 3. Lead enters recycling nurture sequence (different from original nurture)
269
+ 4. Engagement score resets to baseline (keep fit score)
270
+ 5. If lead re-engages and crosses MQL threshold, re-route to sales with "Recycled MQL" flag
271
+ 6. Track recycled MQL conversion rate separately
272
+
273
+ ### Recycling Nurture Sequence
274
+
275
+ - **Frequency:** Bi-weekly or monthly (lower frequency than initial nurture)
276
+ - **Content:** Industry insights, case studies, product updates
277
+ - **Duration:** 6 months, then archive if no engagement
278
+ - **Re-MQL trigger:** High-intent action (demo request, pricing page revisit)