Lead Prioritization
Rank leads by conversion probability using weighted scoring models.
git clone https://github.com/kenny589/gtm-flywheel.gitDescription
Rank leads by conversion probability using weighted scoring models. Stack signals, fit scores, and engagement data to build a dynamic priority queue that tells your team exactly who to contact next.
What this skill does
- 1Computes a composite Priority Score using three weighted dimensions: Fit Score (30%), Intent Score (45%), and Engagement Score (25%), with explicit decay rates applied to intent signals over time.
- 2Scores fit across 7 ICP attributes (company size, industry, revenue, persona title, geography, tech stack, growth stage), intent across 8 signal types with recency-weighted decay, and engagement across 9 past interaction types.
- 3Assigns leads to 5 priority tiers (P1 Hot through P5 Cold) with defined action and SLA per tier (P1: contact within 24 hours, P5: review quarterly).
- 4Produces a daily priority queue allocation: 40% of capacity to P1 (hyper-personalized multi-channel), 35% to P2 (signal-based email), 25% to P3 (campaign sequences).
- 5Adjusts formula weights for different campaign types: ABM (fit and intent equal), trigger-based (intent dominant), re-engagement (engagement dominant).
When to use
- Processing a new lead list and needing to rank who to contact first before sending anything.
- Building a daily priority queue for an SDR team so the highest-probability leads are always worked first.
- Designing lead scoring models in a CRM or marketing automation platform with explicit weighting and decay logic.
- Optimizing campaign ROI by concentrating outreach effort on the top 20% of leads by conversion probability.
Tools used
Best for
Format
Frequently asked questions
What is Lead Prioritization?
Lead Prioritization is a Claude Code skill for sourcing by kenny589. Rank leads by conversion probability using weighted scoring models.
When should I use Lead Prioritization?
Processing a new lead list and needing to rank who to contact first before sending anything. Building a daily priority queue for an SDR team so the highest-probability leads are always worked first.
How do I install Lead Prioritization?
Run the install command (git clone https://github.com/kenny589/gtm-flywheel.git). Once the skill is in place, Claude Code loads it automatically whenever a task matches what it does.
Is Lead Prioritization free to use?
Yes. Lead Prioritization is open source under the MIT license, published in the kenny589/gtm-flywheel repository on GitHub.