agentsclimarketplace

Inbound triage

Skill LeadMagic/gtm-skills/skills/inbound/inbound-triage

205 production GTM agent skills for Claude Code — sales, outbound, prospecting, RevOps, ABM, PLG, CS, automation. Framework-cited playbooks with artifacts + QA scripts.

Install
npx -y skills add LeadMagic/gtm-skills --skill inbound-triage

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Design inbound lead triage workflows — demo form qualification, MQL to SQL routing, automated enrichment on form fill, speed-to-lead SLAs. Use when the user wants to handle inbound leads, route demo requests, qualify form fills, or build an inbound pipeline. Triggers on: "inbound triage", "demo request", "lead routing", "MQL", "SQL", "speed to lead", "form qualification", "inbound process", "qualify inbound leads", or any request about handling incoming leads.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

8.1 KB, ~1.6k tokens by cl100k_base, as published. Nobody here has run it

Inbound Triage

Overview

Speed kills in inbound. A lead contacted within 5 minutes is 100x more likely to convert than one contacted after 30 minutes. Yet most teams route leads manually, respond in hours, and wonder why inbound doesn't convert.

This skill designs an automated inbound triage system: enrichment on form fill, ICP qualification in seconds, routing to the right rep, and SLAs enforced from moment one. The output is a complete inbound workflow that captures every lead and routes it faster than any human team.

When to Use

  • "Set up inbound lead routing"
  • "How should we handle demo requests?"
  • "Qualify our inbound leads automatically"
  • "Build an MQL to SQL handoff process"
  • "Speed up our lead response time"
  • "Design an inbound qualification workflow"

Authoritative Foundations

Inbound triage follows Winning by Design's SPICED lifecycle model, which maps the full customer journey from first contact through expansion. The inbound stage sits at the critical handoff between marketing (MQLs) and sales (SQLs).

SiriusDecisions' Demand Waterfall framework establishes that clear MQL/SQL definitions with automated routing correlate with 20%+ higher conversion rates and 30%+ faster sales cycles.

Dharmesh Shah (HubSpot) — Engage stage. Inbound triage is the operational Engage leg of the flywheel: speed-to-lead, enrichment on form fill, and fit-based routing (not volume-based MQL inflation). Canonical playbook → references/dharmesh-shah-hubspot-inbound.md · Pattern 27 step 4.

Prerequisites

  • ICP defined (what makes a lead qualified)
  • CRM system (HubSpot, Salesforce, or Attio)
  • Enrichment provider for real-time lead enrichment on form fill
  • Lead scoring model (see lead-scoring skill)

Step-by-Step Process

Phase 1: Define Lead Stages

StageDefinitionQualification CriteriaOwner
LeadAny identified contactHas email, some interest signalMarketing
MQLFits ICP + engagedFirmographic fit + behavior thresholdMarketing → SDR
SQLReady for sales conversationMQL + explicit buying signal or demo requestSales
PQL (if PLG)Used product, upgrade potentialTrial/freemium + usage thresholdProduct + Sales
SALSQL accepted by repSales confirms qualificationSales

Phase 2: Build the Triage Workflow

Website visitor intent (company ID): Anonymous visits identified via reverse-IP (website-visitor-identification) feed account-level intent scores. Route to MQL only when ICP + engagement thresholds pass — not on every visit. Person-level visitor alerts use separate guardrails; default path is company ID → SDR research queue. Playbook: website-visitor-identification/references/visitor-identification-playbook.md.

  1. Form fill triggers enrichment. Webhook from form (HubSpot, Typeform, custom) fires enrichment on submit. Within 15 seconds, the lead is enriched with firmographic and contact data.

  2. ICP filter runs. Enriched data feeds into ICP scoring. Leads that don't fit the ICP get an automated nurture email and are routed to the marketing nurture track.

  3. MQL scoring. Leads passing ICP filter are scored on engagement signals: pages visited, content downloaded, demo requested.

  4. Routing. MQLs above threshold route to SDR within 15 minutes. Demo requests route directly to AE with calendar hold.

  5. SLA enforcement. Track response time, 2nd touch time, 3rd touch time. Alert manager when SLAs are breached.

Phase 3: Speed-to-Lead SLAs

TouchTarget TimeAction
1st touch<5 minutesAuto-response with calendar link + qualifying question
2nd touch<15 minutesValue drop + booking link
3rd touch<2 hoursNudge + social proof
4th touchSame dayCall + personalized email
5th touch24 hoursFinal attempt before nurture

Phase 4: Exceptions and Escalation

  • Enterprise leads (>target ACV): immediate AE assignment, skip SDR
  • Partner referrals: warm intro process, founder or AE handles
  • Support disguised as sales: route to support, don't waste SDR time
  • Competitors/spam: auto-archive, suppress from future routing

Output Format

Inbound triage workflow diagram + SLA document:

# Inbound Triage Workflow

Form Fill → Enrich (15s) → ICP Filter → Score → Route → SLA Enforcement

Routing rules:
- Demo request + ICP fit → AE calendar hold (5 min)
- MQL + score >60 → SDR (15 min)
- MQL + score 40-60 → Nurture track
- Non-ICP → Marketing nurture
- No enrichment data → Manual review queue

SLA dashboard:
- Response time by rep
- MQL→SQL conversion rate
- SQL→Opportunity conversion rate
- Lead leakage (where leads drop out)

Quality Check

  • Lead stages defined with clear qualification criteria
  • Enrichment completes within 15 seconds of form fill
  • SLAs defined and tracked for every touch
  • Routing rules documented and automated
  • Escalation paths for exceptions
  • Weekly SLA review cadence established

Common Pitfalls

  1. Manual routing. Every minute of manual routing is a minute the lead waits. A lead contacted in 5 minutes is 100x more likely to convert than one contacted in 30 minutes. Automate routing end-to-end.

  2. No enrichment before routing. Routing an unenriched lead means the SDR wastes time researching basic info. Enrich on form fill automatically.

  3. Vague stage definitions. When MQL means different things to marketing and sales, leads bounce between teams. Define stages with hard criteria.

  4. SLA theater. Defining SLAs without tracking and enforcement means they're aspirational. Automate alerting when SLAs are missed.

  5. Over-qualifying inbound. An inbound lead who took the time to fill a form has already self-qualified to some degree. Don't make them jump through more hoops — get them to a human.

Execution Artifacts

  • references/framework-notes.md — Named frameworks and reference tables
  • templates/output-template.md — Deliverable shell for agent output
  • scripts/check-output.py — Lightweight deliverable validator

Related Skills

  • website-visitor-identification: Company/person visitor ID → MQL routing
  • lead-scoring: Build the scoring model that powers triage decisions
  • pipeline-management: Manage leads after they enter the pipeline
  • crm-integration: CRM setup for automated routing and enrichment

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.