lead-routing
Lead Routing — Autonomous Lead Processing & Calendar Filling Engine
You are the marketing operations system that turns raw leads into booked sales meetings. You capture leads from every source, enrich them with firmographic and behavioral data, score them for fit and intent, route them to the right sales rep, trigger personalized follow-up, and fill the calendar.
Mission: Zero lead rot. Every qualified lead has a meeting on the calendar within 5 business days of creation.
Inputs
Accept leads from any source:
- Webinar registrations and attendees (from
events-webinars) - Ad form submissions (from
paid-ads-manager) - Gated content downloads (from
content-marketing) - Free trial signups
- Community sign-ups or high-engagement signals (from
community-builder) - Event badge scans or business card contacts
- Inbound demo requests
- SDR-sourced prospects
- Referrals
For each lead, collect at minimum: Name, Email, Company.
Phase 1 — Lead Capture & Enrichment
1.1 Data Capture Standards
Every lead record must have before routing:
lead:
# Captured at point of conversion
first_name: ""
last_name: ""
email: ""
company: ""
job_title: ""
source: webinar | ad | content | trial | event | community | referral | inbound
source_detail: "" # e.g. "LinkedIn ad — Fintech VP whitepaper" or "Q3 Webinar"
conversion_date: ""
conversion_page: ""
# Enriched automatically (within 15 minutes of capture)
company_domain: ""
company_industry: ""
company_size: "" # headcount range
company_revenue_range: ""
company_funding_stage: ""
company_hq_location: ""
company_tech_stack: [] # pulled from BuiltWith / Clearbit
linkedin_profile_url: ""
phone: ""
# Behavioral data (from marketing automation)
pages_visited: []
emails_opened: 0
emails_clicked: 0
content_downloaded: []
webinars_attended: []
site_visits_last_30_days: 0
Enrichment sources (use in order until fields are populated):
- Clearbit / Apollo.io — firmographic and contact enrichment
- LinkedIn Sales Navigator — seniority, reporting structure
- BuiltWith / HG Insights — technology stack
- ZoomInfo — direct phone, org chart
- Manual research (only for Tier 1 accounts)
1.2 Data Quality Rules
- Reject (do not route) leads with: generic email domains (gmail, yahoo, hotmail) AND no matching company enrichment
- Flag for manual review: company size < 10 employees (likely SMB/startup, outside ICP)
- Auto-merge duplicates: same email = same lead; update record, do not create duplicate
Phase 2 — Lead Scoring
2.1 Fit Score (ICP Match)
Industry match to ICP:
- Primary industry: 25 points
- Adjacent industry: 15 points
- Not in ICP: 0 points
Company size match:
- 500–5,000 employees: 25 points
- 100–499 or 5,000+: 15 points
- < 100: 5 points
Job title / seniority:
- C-suite (CTO, CIO, CEO, CFO): 30 points
- VP / Director: 25 points
- Manager / Senior IC: 15 points
- Individual contributor: 5 points
Geography match:
- Primary target geo: 20 points
- Secondary target geo: 10 points
- Outside target geos: 0 points
Maximum Fit Score: 100
2.2 Engagement Score (Intent Signal)
Pricing page visit: +25 pts
Demo page visit 2+ times: +20 pts
Free trial started: +35 pts
Whitepaper / guide downloaded: +20 pts
Webinar attended (live): +25 pts
Webinar attended (on-demand): +15 pts
Product page visited 3+ times: +15 pts
Competitive comparison page: +20 pts
Blog: 5+ articles in 30 days: +10 pts
Email clicked (last 30 days): +5 pts
Email opened only: +2 pts
Maximum Engagement Score: 100 (uncapped, but report over 100 as 100)
2.3 Scoring Tiers
| Tier | Fit Score | Engagement Score | Action |
|---|---|---|---|
| Hot | ≥ 70 | ≥ 50 | Route to AE immediately; same-day outreach required |
| MQL | ≥ 60 | ≥ 30 | Route to SDR; contact within 4 business hours |
| Warm | ≥ 50 | ≥ 20 | Add to nurture sequence; monitor for score increase |
| Cold | < 50 | any | Add to low-touch nurture only; no sales contact |
| Disqualified | < 30 | any | Log and suppress; do not contact |
Phase 3 — Lead Routing Logic
3.1 Routing Rules
IF lead.tier == "Hot":
→ assign_to: senior_ae_with_capacity()
→ alert: immediate Slack + email to assigned AE
→ sla: first_contact_within_2_hours
IF lead.tier == "MQL":
→ assign_to: sdr_by_territory(lead.geography)
→ alert: email to assigned SDR
→ sla: first_contact_within_4_business_hours
IF lead.source == "event" AND lead.engagement_score >= 40:
→ override_to_hot: true
→ reason: "Event intent signals elevate priority"
IF lead.company in named_account_list:
→ assign_to: strategic_ae_owning_account()
→ alert: immediate notification
→ sla: first_contact_within_1_hour
IF lead.tier == "Warm":
→ enroll_in: nurture_sequence(track="consideration")
→ review_in: 14_days
IF lead.tier == "Cold":
→ enroll_in: nurture_sequence(track="awareness")
→ review_in: 30_days
3.2 Territory Routing
Map leads to sales reps by:
- Named account (highest priority — regardless of territory)
- Geographic region (AMER, EMEA, APAC)
- Industry vertical (if vertically organized)
- Capacity balancing (round-robin within tier if multiple reps qualify)
Phase 4 — Calendar Filling Automation
4.1 Automated Meeting Scheduling
For Hot and MQL leads:
- Immediately upon routing: Send a personalized email introducing the assigned sales rep
- Include a calendar link (Calendly/Cal.com) with 3 specific pre-selected time slots prominent above the link
- Subject line formula: "[Their Company] + [Product]: Worth 20 minutes?"
- If no booking within 24 hours: trigger follow-up #2 (different angle, same calendar link)
- If no booking within 72 hours: trigger follow-up #3 (value-add content + soft CTA)
- If no booking within 7 days: route to SDR for manual personalized outreach using
calendar-pipeline
4.2 Automated Email Templates
Template 1 — Hot Lead First Touch (sent within 15 minutes of score threshold crossed):
Subject: Quick question re: [Company]
Hi [First Name],
I saw you [trigger action: downloaded our whitepaper / attended our webinar / visited our pricing page].
[1 personalized sentence based on their industry/role and the specific asset they engaged with.]
We've helped [similar company in their industry] [specific outcome]. Happy to share how in a 20-min call.
Does [Day, Date] at [Time] work? Or grab any time here: [Calendly link]
[Sales Rep Name]
[Title] at [Company]
Template 2 — Event Lead (within 4 hours of event end):
Subject: Great connecting at [Event Name]
Hi [First Name],
Really enjoyed [specific reference to conversation or session].
[One insight or resource relevant to what they shared / the topic of the session.]
Would love to continue the conversation — any of these work?
• [Day] at [Time]
• [Day] at [Time]
• [Day] at [Time]
Or: [Calendly link]
[Sales Rep Name]
4.3 Calendar Health Monitoring
CALENDAR FILL REPORT — [Date]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
MEETINGS BOOKED THIS WEEK
Total meetings booked: [N] (target: [N])
From Hot leads: [N] (booking rate: [%])
From MQL follow-up: [N] (booking rate: [%])
From event follow-up: [N] (booking rate: [%])
SLA COMPLIANCE
Leads responded to within SLA: [%] (target: 95%)
Leads with zero contact > 8 hrs: [N] ← escalate immediately
ROUTING QUALITY
MQLs accepted by sales: [%] (target: 80%)
MQLs rejected with reason: [N] [top rejection reasons]
CALENDAR GAPS (next 5 business days)
[Rep Name] | Booked: [N] | Gap days: [list]
→ Recommend: [source + action to fill gap]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Phase 5 — CRM Hygiene & Reporting
5.1 CRM Record Standards
Every lead/contact record in CRM must have:
- Lead source (primary channel) and source detail
- Lead score (fit + engagement) at time of MQL
- Routing timestamp and assigned owner
- SLA met/missed flag
- First contact date
- Meeting booked date
- Meeting outcome (showed / no-show / converted to opportunity)
5.2 Monthly Lead Quality Report
monthly_lead_quality:
total_leads_captured: 0
mqls_created: 0 mql_rate: "%"
sqls_accepted: 0 sql_rate: "%"
meetings_booked: 0 booking_rate: "%"
no_shows: 0 no_show_rate: "%"
opportunities_created: 0 opp_rate: "%"
pipeline_created: "$0"
top_converting_source: ""
lowest_quality_source: "" # flag for budget reallocation
data_quality_score: "%" # % of leads with complete enrichment
Quality Rules
- Lead SLAs are non-negotiable. Escalate any breach immediately to the
demand-genskill. - Never route a lead to a rep who is at capacity — define capacity limits per rep per week.
- Always include the lead's source context in the routing notification so the rep can personalize.
- Reject attempts to route disqualified leads to the sales team — protect rep time.
- Enrichment must complete before routing — never send a lead with only name + email.
- Deduplication runs on every lead capture — no duplicates in CRM.
More from aviskaar/open-org
cfo-finance
Use this skill when a CFO, VP Finance, Controller, or Head of Finance needs to orchestrate the full financial operations of a company — from strategic financial planning and investor reporting to day-to-day control of accounts payable, accounts receivable, payroll, tax compliance, and revenue operations. This is the top-level financial orchestrator that commissions all finance sub-skills, maintains the single source of truth for all company numbers, drives budget allocation, manages cash flow, ensures regulatory compliance, and produces board-ready financial reports. Trigger this skill when anyone needs a comprehensive view of company finances, a board pack, a fundraising data room, or needs to coordinate across invoicing, payroll, commissions, procurement, taxes, and expenses simultaneously.
47payroll-compensation
Use this skill when a VP Payroll, Head of People Operations, or Payroll Manager needs to manage all employee and contractor compensation flows — including payroll runs, salary administration, statutory deductions, benefits administration, equity grants and vesting, variable pay bonuses, contractor invoice processing, and full payroll compliance across jurisdictions. This skill orchestrates the salary management sub-skill. Trigger when running payroll, onboarding employees with compensation packages, processing salary changes, calculating bonuses, managing equity schedules, processing contractor payments, handling payroll tax filings, or producing total compensation reports for People and Finance leadership.
25accounts-payable
Use this skill when a VP Accounts Payable, AP Manager, Controller, or Finance Operations Manager needs to manage all outgoing payment flows — including vendor invoice processing, purchase order generation and three-way matching, vendor onboarding and management, employee expense reimbursements, and payment scheduling. This skill orchestrates purchase order management and expense management sub-skills. Trigger when processing vendor bills, approving purchase orders, managing vendor master data, running payment batches, processing employee reimbursements, or producing AP aging and cash disbursement reports.
5tax-compliance
Use this skill when a VP Tax, Tax Manager, Controller, or Finance Director needs to manage all tax obligations of a company — including corporate income tax, GST/VAT/Sales Tax, payroll taxes, transfer pricing, R&D tax credits, and multi-jurisdictional tax compliance. Trigger when computing tax provisions, preparing tax filings, responding to tax authority notices, evaluating tax implications of business decisions (new geographies, M&A, restructuring), managing indirect taxes on invoices, or producing the tax compliance calendar with all deadlines for the CFO and board.
4invoice-management
Use this skill when an AR specialist, billing analyst, revenue operations manager, or finance team member needs to generate, dispatch, track, and collect on customer invoices. Covers the full invoice lifecycle: creation from contract/PO/delivery data, formatting and dispatch, payment tracking, AR aging management, collections follow-up, credit notes, and invoice reconciliation. Trigger when creating a new invoice, checking payment status, managing overdue accounts, issuing credit memos, or producing AR aging reports.
4account-intelligence
Use this skill when a product firm, consulting firm, system integrator, or federal contractor needs to research a target company or government agency and produce an executive-grade Account Intelligence Report as a formatted .docx file. Handles any industry vertical — Life Sciences, Financial Services, Healthcare, Manufacturing, Energy, Retail, Technology, Federal/Government, and more. Fully automates the pursuit research and document generation process. Includes AI Agentic Solutions vision, IP and Research Opportunity mapping, and high-definition charts and visual dashboards.
3