@miranda0808/maya-codex 0.1.0
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.
- package/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
# Lead Routing Rules
|
|
2
|
+
|
|
3
|
+
Decision trees, platform-specific configurations, territory routing, ABM routing, and speed-to-lead benchmarks.
|
|
4
|
+
|
|
5
|
+
## Routing Decision Tree
|
|
6
|
+
|
|
7
|
+
Use this template to map your routing logic:
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
New Lead Arrives
|
|
11
|
+
│
|
|
12
|
+
├─ Is this a named/target account?
|
|
13
|
+
│ ├─ YES → Route to assigned account owner
|
|
14
|
+
│ └─ NO ↓
|
|
15
|
+
│
|
|
16
|
+
├─ Is ACV likely > $50K? (based on company size + industry)
|
|
17
|
+
│ ├─ YES → Route to enterprise AE team
|
|
18
|
+
│ └─ NO ↓
|
|
19
|
+
│
|
|
20
|
+
├─ Is this a PLG signup with team usage?
|
|
21
|
+
│ ├─ YES → Route to PLG sales specialist
|
|
22
|
+
│ └─ NO ↓
|
|
23
|
+
│
|
|
24
|
+
├─ Does lead match a territory?
|
|
25
|
+
│ ├─ YES → Route to territory owner
|
|
26
|
+
│ └─ NO ↓
|
|
27
|
+
│
|
|
28
|
+
└─ Default: Round-robin across available reps
|
|
29
|
+
└─ If no rep available: Assign to team queue with 1-hour SLA
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Customize this tree for your business. The key principle: **route to the most specific match first, fall back to general.**
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Round-Robin Configuration
|
|
37
|
+
|
|
38
|
+
### Basic Round-Robin Rules
|
|
39
|
+
|
|
40
|
+
1. Distribute leads evenly across eligible reps
|
|
41
|
+
2. Skip reps who are on PTO, at capacity, or have a full pipeline
|
|
42
|
+
3. Weight by quota attainment (reps below quota get slight priority)
|
|
43
|
+
4. Reset distribution count weekly or monthly
|
|
44
|
+
5. Log every assignment for auditing
|
|
45
|
+
|
|
46
|
+
### HubSpot Round-Robin Setup
|
|
47
|
+
|
|
48
|
+
**Using HubSpot's rotation tool:**
|
|
49
|
+
- Navigate to Automation → Workflows
|
|
50
|
+
- Trigger: Contact property "Lifecycle Stage" equals "MQL"
|
|
51
|
+
- Action: Rotate contact owner among selected users
|
|
52
|
+
- Options: Even distribution, skip unavailable owners
|
|
53
|
+
- Add delay + task creation after assignment
|
|
54
|
+
|
|
55
|
+
**Custom rotation with workflows:**
|
|
56
|
+
1. Create a custom property "Rotation Counter" (number)
|
|
57
|
+
2. Workflow trigger: New MQL created
|
|
58
|
+
3. Branch by rotation counter value (0, 1, 2... for each rep)
|
|
59
|
+
4. Set contact owner to corresponding rep
|
|
60
|
+
5. Increment counter (reset at max)
|
|
61
|
+
6. Create follow-up task with SLA deadline
|
|
62
|
+
|
|
63
|
+
### Salesforce Round-Robin Setup
|
|
64
|
+
|
|
65
|
+
**Using Lead Assignment Rules:**
|
|
66
|
+
1. Setup → Feature Settings → Marketing → Lead Assignment Rules
|
|
67
|
+
2. Create rule entries in priority order (most specific first)
|
|
68
|
+
3. For round-robin: Use assignment rule + custom logic
|
|
69
|
+
|
|
70
|
+
**Using Flow for advanced routing:**
|
|
71
|
+
1. Create a Record-Triggered Flow on Lead creation
|
|
72
|
+
2. Get Records: Query a custom "Rep Queue" object for next available rep
|
|
73
|
+
3. Decision element: Check rep availability, capacity, territory
|
|
74
|
+
4. Update Records: Assign lead owner
|
|
75
|
+
5. Create Task: Follow-up task with SLA
|
|
76
|
+
6. Update "Rep Queue" to track last assignment
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Territory Routing
|
|
81
|
+
|
|
82
|
+
### By Geography
|
|
83
|
+
|
|
84
|
+
| Territory | Regions | Assigned Team |
|
|
85
|
+
|-----------|---------|---------------|
|
|
86
|
+
| West | CA, WA, OR, NV, AZ, UT, CO, HI | Team West |
|
|
87
|
+
| Central | TX, IL, MN, MO, OH, MI, WI, IN | Team Central |
|
|
88
|
+
| East | NY, MA, PA, NJ, CT, VA, FL, GA | Team East |
|
|
89
|
+
| International | All non-US | International team |
|
|
90
|
+
|
|
91
|
+
### By Company Size
|
|
92
|
+
|
|
93
|
+
| Segment | Company Size | Team |
|
|
94
|
+
|---------|-------------|------|
|
|
95
|
+
| SMB | 1-50 employees | Inside sales |
|
|
96
|
+
| Mid-market | 51-500 employees | Mid-market AEs |
|
|
97
|
+
| Enterprise | 501-5000 employees | Enterprise AEs |
|
|
98
|
+
| Strategic | 5000+ employees | Strategic account team |
|
|
99
|
+
|
|
100
|
+
### By Industry
|
|
101
|
+
|
|
102
|
+
| Vertical | Industries | Specialist |
|
|
103
|
+
|----------|-----------|------------|
|
|
104
|
+
| Tech | SaaS, IT services, hardware | Tech vertical rep |
|
|
105
|
+
| Financial | Banking, insurance, fintech | Financial vertical rep |
|
|
106
|
+
| Healthcare | Hospitals, pharma, healthtech | Healthcare vertical rep |
|
|
107
|
+
| General | All others | General pool (round-robin) |
|
|
108
|
+
|
|
109
|
+
### Hybrid Territory Model
|
|
110
|
+
|
|
111
|
+
Combine multiple dimensions for precision:
|
|
112
|
+
|
|
113
|
+
```
|
|
114
|
+
Lead arrives
|
|
115
|
+
├─ Company size > 1000?
|
|
116
|
+
│ ├─ YES → Enterprise team
|
|
117
|
+
│ │ └─ Sub-route by geography
|
|
118
|
+
│ └─ NO ↓
|
|
119
|
+
├─ Industry = Healthcare or Financial?
|
|
120
|
+
│ ├─ YES → Vertical specialist
|
|
121
|
+
│ └─ NO ↓
|
|
122
|
+
└─ Round-robin across general pool
|
|
123
|
+
└─ Weighted by geography preference
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
## Named Account / ABM Routing
|
|
129
|
+
|
|
130
|
+
### Setup
|
|
131
|
+
|
|
132
|
+
1. **Define target account list** (typically 50-500 accounts)
|
|
133
|
+
2. **Assign account owners** in CRM (1 rep per account)
|
|
134
|
+
3. **Match logic:** Any lead from a target account domain routes to account owner
|
|
135
|
+
4. **Matching rules:**
|
|
136
|
+
- Email domain match (primary)
|
|
137
|
+
- Company name fuzzy match (secondary, requires manual review)
|
|
138
|
+
- IP-to-company resolution (tertiary, for anonymous visitors)
|
|
139
|
+
|
|
140
|
+
### ABM Routing Rules
|
|
141
|
+
|
|
142
|
+
| Tier | Account Type | Routing | Response SLA |
|
|
143
|
+
|------|-------------|---------|--------------|
|
|
144
|
+
| Tier 1 | Top 20 strategic accounts | Named owner, instant alert | 1 hour |
|
|
145
|
+
| Tier 2 | Top 100 target accounts | Named owner, standard alert | 4 hours |
|
|
146
|
+
| Tier 3 | Target industry / size match | Territory or round-robin | Same business day |
|
|
147
|
+
|
|
148
|
+
### Multi-Contact Handling
|
|
149
|
+
|
|
150
|
+
When multiple contacts from the same account engage:
|
|
151
|
+
- Route all contacts to the **same account owner**
|
|
152
|
+
- Notify the owner of new contacts entering
|
|
153
|
+
- Track account-level engagement score (sum of all contacts)
|
|
154
|
+
- Trigger "buying committee" alert when 3+ contacts from one account engage
|
|
155
|
+
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
## Speed-to-Lead Data
|
|
159
|
+
|
|
160
|
+
### Response Time Impact on Conversion
|
|
161
|
+
|
|
162
|
+
| Response Time | Relative Qualification Rate | Notes |
|
|
163
|
+
|---------------|---------------------------|-------|
|
|
164
|
+
| Under 5 minutes | **21x** more likely to qualify | Gold standard |
|
|
165
|
+
| 5-10 minutes | 10x more likely | Still strong |
|
|
166
|
+
| 10-30 minutes | 4x more likely | Acceptable for most |
|
|
167
|
+
| 30 min - 1 hour | 2x more likely | Below best practice |
|
|
168
|
+
| 1-24 hours | Baseline | Industry average |
|
|
169
|
+
| 24+ hours | 60% lower than baseline | Lead is effectively cold |
|
|
170
|
+
|
|
171
|
+
Source: Lead Connect, InsideSales.com
|
|
172
|
+
|
|
173
|
+
### Implementing Speed-to-Lead
|
|
174
|
+
|
|
175
|
+
1. **Instant notification** — Push notification + email to rep on MQL creation
|
|
176
|
+
2. **Auto-task with timer** — Create task with 5-minute SLA countdown
|
|
177
|
+
3. **Escalation chain:**
|
|
178
|
+
- 5 min: Original rep alerted
|
|
179
|
+
- 15 min: Backup rep alerted
|
|
180
|
+
- 30 min: Manager alerted
|
|
181
|
+
- 1 hour: Lead reassigned to next available rep
|
|
182
|
+
4. **Measure and report** — Track actual response times weekly; recognize fast responders
|
|
183
|
+
|
|
184
|
+
### Speed-to-Lead Automation
|
|
185
|
+
|
|
186
|
+
**Trigger:** New MQL created
|
|
187
|
+
**Actions:**
|
|
188
|
+
1. Assign to rep via routing rules (instant)
|
|
189
|
+
2. Send push notification + email to rep
|
|
190
|
+
3. Create task: "Contact [Lead Name] — 5 min SLA"
|
|
191
|
+
4. Start SLA timer
|
|
192
|
+
5. If no activity logged in 15 min → alert backup rep
|
|
193
|
+
6. If no activity in 30 min → alert manager
|
|
194
|
+
7. If no activity in 60 min → reassign via round-robin
|
|
195
|
+
|
|
196
|
+
### Measuring Speed-to-Lead
|
|
197
|
+
|
|
198
|
+
Track these metrics weekly:
|
|
199
|
+
- **Average time to first contact** (from MQL creation to first call/email)
|
|
200
|
+
- **Median time to first contact** (less skewed by outliers)
|
|
201
|
+
- **% of leads contacted within SLA** (target: 90%+)
|
|
202
|
+
- **Contact rate by time of day** (identify coverage gaps)
|
|
203
|
+
- **Conversion rate by response time** (prove the ROI of speed)
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
# Lead Scoring Models
|
|
2
|
+
|
|
3
|
+
Detailed scoring templates, example models by business type, and calibration guidance.
|
|
4
|
+
|
|
5
|
+
## Explicit Scoring Template (Fit)
|
|
6
|
+
|
|
7
|
+
### Company Attributes
|
|
8
|
+
|
|
9
|
+
| Attribute | Criteria | Points |
|
|
10
|
+
|-----------|----------|--------|
|
|
11
|
+
| **Company size** | 1-10 employees | +5 |
|
|
12
|
+
| | 11-50 employees | +10 |
|
|
13
|
+
| | 51-200 employees | +15 |
|
|
14
|
+
| | 201-1000 employees | +20 |
|
|
15
|
+
| | 1000+ employees | +15 (unless enterprise-focused, then +25) |
|
|
16
|
+
| **Industry** | Primary target industry | +20 |
|
|
17
|
+
| | Secondary target industry | +10 |
|
|
18
|
+
| | Non-target industry | 0 |
|
|
19
|
+
| **Revenue** | Under $1M | +5 |
|
|
20
|
+
| | $1M-$10M | +10 |
|
|
21
|
+
| | $10M-$100M | +15 |
|
|
22
|
+
| | $100M+ | +20 |
|
|
23
|
+
| **Geography** | Primary market | +10 |
|
|
24
|
+
| | Secondary market | +5 |
|
|
25
|
+
| | Non-target market | 0 |
|
|
26
|
+
|
|
27
|
+
### Contact Attributes
|
|
28
|
+
|
|
29
|
+
| Attribute | Criteria | Points |
|
|
30
|
+
|-----------|----------|--------|
|
|
31
|
+
| **Job title** | C-suite (CEO, CTO, CMO) | +25 |
|
|
32
|
+
| | VP level | +20 |
|
|
33
|
+
| | Director level | +15 |
|
|
34
|
+
| | Manager level | +10 |
|
|
35
|
+
| | Individual contributor | +5 |
|
|
36
|
+
| **Department** | Primary buying department | +15 |
|
|
37
|
+
| | Adjacent department | +5 |
|
|
38
|
+
| | Unrelated department | 0 |
|
|
39
|
+
| **Seniority** | Decision maker | +20 |
|
|
40
|
+
| | Influencer | +10 |
|
|
41
|
+
| | End user | +5 |
|
|
42
|
+
|
|
43
|
+
### Technology Attributes
|
|
44
|
+
|
|
45
|
+
| Attribute | Criteria | Points |
|
|
46
|
+
|-----------|----------|--------|
|
|
47
|
+
| **Tech stack** | Uses complementary tool | +15 |
|
|
48
|
+
| | Uses competitor | +10 (they understand the category) |
|
|
49
|
+
| | Uses tool you replace | +20 |
|
|
50
|
+
| **Tech maturity** | Modern stack (cloud, SaaS-forward) | +10 |
|
|
51
|
+
| | Legacy stack | +5 |
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Implicit Scoring Template (Engagement)
|
|
56
|
+
|
|
57
|
+
### High-Intent Signals
|
|
58
|
+
|
|
59
|
+
| Signal | Points | Decay |
|
|
60
|
+
|--------|--------|-------|
|
|
61
|
+
| **Demo request** | +30 | None |
|
|
62
|
+
| **Pricing page visit** | +20 | -5 per week |
|
|
63
|
+
| **Free trial signup** | +25 | None |
|
|
64
|
+
| **Contact sales form** | +30 | None |
|
|
65
|
+
| **Case study page (2+)** | +15 | -5 per 2 weeks |
|
|
66
|
+
| **Comparison page visit** | +15 | -5 per week |
|
|
67
|
+
| **ROI calculator used** | +20 | -5 per 2 weeks |
|
|
68
|
+
|
|
69
|
+
### Medium-Intent Signals
|
|
70
|
+
|
|
71
|
+
| Signal | Points | Decay |
|
|
72
|
+
|--------|--------|-------|
|
|
73
|
+
| **Webinar registration** | +10 | -5 per month |
|
|
74
|
+
| **Webinar attendance** | +15 | -5 per month |
|
|
75
|
+
| **Whitepaper download** | +10 | -5 per month |
|
|
76
|
+
| **Blog visit (3+ in a week)** | +10 | -5 per 2 weeks |
|
|
77
|
+
| **Email click** | +5 per click | -2 per month |
|
|
78
|
+
| **Email open (3+)** | +5 | -2 per month |
|
|
79
|
+
| **Social media engagement** | +5 | -2 per month |
|
|
80
|
+
|
|
81
|
+
### Low-Intent Signals
|
|
82
|
+
|
|
83
|
+
| Signal | Points | Decay |
|
|
84
|
+
|--------|--------|-------|
|
|
85
|
+
| **Single blog visit** | +2 | -2 per month |
|
|
86
|
+
| **Newsletter open** | +2 | -1 per month |
|
|
87
|
+
| **Single email open** | +1 | -1 per month |
|
|
88
|
+
| **Visited homepage only** | +1 | -1 per week |
|
|
89
|
+
|
|
90
|
+
### Product Usage Signals (PLG)
|
|
91
|
+
|
|
92
|
+
| Signal | Points | Decay |
|
|
93
|
+
|--------|--------|-------|
|
|
94
|
+
| **Created account** | +15 | None |
|
|
95
|
+
| **Completed onboarding** | +20 | None |
|
|
96
|
+
| **Used core feature (3+ times)** | +25 | -5 per month inactive |
|
|
97
|
+
| **Invited team member** | +25 | None |
|
|
98
|
+
| **Hit usage limit** | +20 | -10 per month |
|
|
99
|
+
| **Exported data** | +10 | -5 per month |
|
|
100
|
+
| **Connected integration** | +15 | None |
|
|
101
|
+
| **Daily active for 5+ days** | +20 | -10 per 2 weeks inactive |
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## Negative Scoring Signals
|
|
106
|
+
|
|
107
|
+
| Signal | Points | Notes |
|
|
108
|
+
|--------|--------|-------|
|
|
109
|
+
| **Competitor email domain** | -50 | Auto-flag for review |
|
|
110
|
+
| **Student email (.edu)** | -30 | May still be valid in some cases |
|
|
111
|
+
| **Personal email (gmail, yahoo)** | -10 | Less relevant for B2B; adjust for SMB |
|
|
112
|
+
| **Unsubscribe from emails** | -20 | Reduce engagement score |
|
|
113
|
+
| **Bounce (hard)** | -50 | Remove from scoring |
|
|
114
|
+
| **Spam complaint** | -100 | Remove from all sequences |
|
|
115
|
+
| **Job title: Student/Intern** | -25 | Low buying authority |
|
|
116
|
+
| **Job title: Consultant** | -10 | May be evaluating for client |
|
|
117
|
+
| **No website visit in 90 days** | -15 | Score decay |
|
|
118
|
+
| **Invalid phone number** | -10 | Data quality signal |
|
|
119
|
+
| **Careers page visitor only** | -30 | Likely a job seeker |
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
## Example Scoring Models
|
|
124
|
+
|
|
125
|
+
### Model 1: PLG SaaS (ACV $500-$5K)
|
|
126
|
+
|
|
127
|
+
**Weight: 30% fit / 70% engagement (heavily favor product usage)**
|
|
128
|
+
|
|
129
|
+
**Fit criteria:**
|
|
130
|
+
- Company size 10-500: +15
|
|
131
|
+
- Target industry: +10
|
|
132
|
+
- Manager+ role: +10
|
|
133
|
+
- Uses complementary tool: +10
|
|
134
|
+
|
|
135
|
+
**Engagement criteria:**
|
|
136
|
+
- Created free account: +15
|
|
137
|
+
- Completed onboarding: +20
|
|
138
|
+
- Used core feature 3+ times: +25
|
|
139
|
+
- Invited team member: +25
|
|
140
|
+
- Hit usage limit: +20
|
|
141
|
+
- Pricing page visit: +15
|
|
142
|
+
|
|
143
|
+
**Negative:**
|
|
144
|
+
- Personal email: -10
|
|
145
|
+
- No login in 14 days: -15
|
|
146
|
+
- Competitor domain: -50
|
|
147
|
+
|
|
148
|
+
**MQL threshold: 60 points**
|
|
149
|
+
**Recalibration: Monthly** (fast feedback loop with high volume)
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
### Model 2: Enterprise Sales-Led (ACV $50K+)
|
|
154
|
+
|
|
155
|
+
**Weight: 60% fit / 40% engagement (fit is critical at this ACV)**
|
|
156
|
+
|
|
157
|
+
**Fit criteria:**
|
|
158
|
+
- Company size 500+: +20
|
|
159
|
+
- Revenue $50M+: +15
|
|
160
|
+
- Target industry: +15
|
|
161
|
+
- VP+ title: +20
|
|
162
|
+
- Decision maker confirmed: +15
|
|
163
|
+
- Uses competitor: +10
|
|
164
|
+
|
|
165
|
+
**Engagement criteria:**
|
|
166
|
+
- Demo request: +30
|
|
167
|
+
- Multiple stakeholders engaged: +20
|
|
168
|
+
- Attended executive webinar: +15
|
|
169
|
+
- Downloaded ROI guide: +10
|
|
170
|
+
- Visited pricing page 2+: +15
|
|
171
|
+
|
|
172
|
+
**Negative:**
|
|
173
|
+
- Company too small (<100): -30
|
|
174
|
+
- Individual contributor only: -15
|
|
175
|
+
- Competitor domain: -50
|
|
176
|
+
|
|
177
|
+
**MQL threshold: 75 points**
|
|
178
|
+
**Recalibration: Quarterly** (longer sales cycles, smaller sample size)
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
### Model 3: Mid-Market Hybrid (ACV $5K-$25K)
|
|
183
|
+
|
|
184
|
+
**Weight: 50% fit / 50% engagement (balanced approach)**
|
|
185
|
+
|
|
186
|
+
**Fit criteria:**
|
|
187
|
+
- Company size 50-1000: +15
|
|
188
|
+
- Target industry: +10
|
|
189
|
+
- Manager-VP title: +15
|
|
190
|
+
- Target geography: +10
|
|
191
|
+
- Uses complementary tool: +10
|
|
192
|
+
|
|
193
|
+
**Engagement criteria:**
|
|
194
|
+
- Demo request or trial signup: +25
|
|
195
|
+
- Pricing page visit: +15
|
|
196
|
+
- Case study download: +10
|
|
197
|
+
- Webinar attendance: +10
|
|
198
|
+
- Email engagement (3+ clicks): +10
|
|
199
|
+
- Blog visits (5+ pages): +10
|
|
200
|
+
|
|
201
|
+
**Negative:**
|
|
202
|
+
- Personal email: -10
|
|
203
|
+
- No engagement in 30 days: -10
|
|
204
|
+
- Competitor domain: -50
|
|
205
|
+
- Student/intern title: -25
|
|
206
|
+
|
|
207
|
+
**MQL threshold: 65 points**
|
|
208
|
+
**Recalibration: Quarterly**
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
|
|
212
|
+
## Threshold Calibration
|
|
213
|
+
|
|
214
|
+
### Setting the Initial Threshold
|
|
215
|
+
|
|
216
|
+
1. **Pull closed-won data** from the last 6-12 months
|
|
217
|
+
2. **Retroactively score** each deal using your new model
|
|
218
|
+
3. **Find the natural breakpoint** — what score separated wins from losses?
|
|
219
|
+
4. **Set threshold** just below where 80% of closed-won deals would have scored
|
|
220
|
+
5. **Validate** against closed-lost — if many closed-lost score above threshold, tighten criteria
|
|
221
|
+
|
|
222
|
+
### Calibration Cadence
|
|
223
|
+
|
|
224
|
+
| Business Type | Recalibration Frequency | Why |
|
|
225
|
+
|---------------|------------------------|-----|
|
|
226
|
+
| PLG / High volume | Monthly | Fast feedback loop, lots of data |
|
|
227
|
+
| Mid-market | Quarterly | Moderate cycle length |
|
|
228
|
+
| Enterprise | Quarterly to semi-annually | Long cycles, small sample size |
|
|
229
|
+
|
|
230
|
+
### Calibration Steps
|
|
231
|
+
|
|
232
|
+
1. **Pull MQL-to-closed data** for the calibration period
|
|
233
|
+
2. **Compare scored MQLs vs. actual outcomes:**
|
|
234
|
+
- High score + closed-won = correctly scored
|
|
235
|
+
- High score + closed-lost = possible false positive (tighten)
|
|
236
|
+
- Low score + closed-won = possible false negative (loosen)
|
|
237
|
+
3. **Adjust weights** based on which attributes actually correlated with wins
|
|
238
|
+
4. **Adjust threshold** if MQL volume is too high (raise) or too low (lower)
|
|
239
|
+
5. **Document changes** and communicate to sales team
|
|
240
|
+
|
|
241
|
+
### Warning Signs Your Model Needs Recalibration
|
|
242
|
+
|
|
243
|
+
- MQL-to-SQL acceptance rate drops below 30%
|
|
244
|
+
- Sales consistently rejects MQLs as "not ready"
|
|
245
|
+
- High-scoring leads don't convert; low-scoring leads do
|
|
246
|
+
- MQL volume spikes without corresponding revenue
|
|
247
|
+
- New product/market changes since last calibration
|