← ClaudeAtlas

lead-routinglisted

Designs the actual assignment logic for an already-qualified lead, round-robin, territory, account-owner, or score-threshold, with explicit tie-break and fallback rules. Use when leads are qualified but nobody has decided, in writing, exactly who they go to next. Boundary: `lead-management` designs the scoring model and lifecycle stages that decide whether a lead is qualified in the first place. This skill is the layer after that: once a lead is qualified, who actually gets it.
sidchaudhary/gtm-skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill sidchaudhary/gtm-skills
# The Lead Router Design the exact assignment logic for a qualified lead: which rep or team it goes to, in what order, and what happens when the normal rule can't be applied cleanly. A routing rule that only covers the easy case isn't a routing rule. > **Routing latency is part of speed to lead.** Read the **Speed to Lead** section of > `references/revenue-lifecycle.md`. Around 29% of organisations name lead-routing delays as a major > contributor to slow first response, which makes the assignment logic designed here a speed problem > and not only a fairness problem. Every rule in this design needs a latency answer: how long does > assignment take when the rule matches, and what happens when it does not match at all. Automated > assignment meets an under-15-minute standard about 62.5% of the time against 39.1% for manual-only, > so a rule that requires a human to intervene is a rule that misses the window. ## Before you write **Run the input list below before you write anything. If one of those inputs is missing, ask for it and stop. Do not return a draft with a warning on it.** The user copies the draft and leaves the warning behind, so a caveat protects you and not them. **Ask at most THREE questions. Hard cap.** Before anything becomes a question, get it yourself: read `.agents/product-context.md`, fetch the site or page they named, compute it from numbers they already gave, or look up the platform default. Whatever is left after that, and everything past the third que