Skip to content
All Skills

Lead Qualification

Score and qualify leads based on criteria and fit

Business, Marketing & Sales|v1|Updated 7/14/2026|GitHub source
MCP get_skill({ skillId: "lead-qualification-76fa8158" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
# Lead Qualification

Score and qualify leads based on defined criteria to focus sales efforts effectively.

## Overview

This skill helps you:
- Evaluate leads against qualification criteria
- Score leads for prioritization
- Identify deal-breakers and green flags
- Recommend next actions
- Maintain consistent qualification

## Qualification Frameworks

### BANT (Budget, Authority, Need, Timeline)
```markdown
## BANT Qualification: [Lead Name]

### Budget (/25)
| Question | Answer | Score |
|----------|--------|-------|
| Defined budget? | [Yes/No/Unknown] | /10 |
| Budget range? | [$X - $Y] | /10 |
| Budget fits our pricing? | [Yes/No] | /5 |
**Budget Score**: [X]/25

### Authority (/25)
| Question | Answer | Score |
|----------|--------|-------|
| Decision maker? | [Yes/No/Influencer] | /10 |
| Who else involved? | [Names/Roles] | /5 |
| Sign-off process? | [Description] | /5 |
| Champion identified? | [Yes/No] | /5 |
**Authority Score**: [X]/25

### Need (/25)
| Question | Answer | Score |
|----------|--------|-------|
| Clear pain point? | [Description] | /10 |
| Impact of not solving? | [Description] | /10 |
| Using alternatives? | [Current solution] | /5 |
**Need Score**: [X]/25

### Timeline (/25)
| Question | Answer | Score |
|----------|--------|-------|
| Target implementation? | [Date/Quarter] | /10 |
| Urgency level? | [High/Medium/Low] | /10 |
| Trigger event? | [Description] | /5 |
**Timeline Score**: [X]/25

---
**Total BANT Score**: [X]/100
**Qualification**: [Qualified / Needs Work / Not Qualified]
```

### MEDDIC (Metrics, Economic Buyer, Decision Criteria, Decision Process, Identify Pain, Champion)
```markdown
## MEDDIC Qualification: [Lead Name]

### Metrics
**Business impact they expect**:
- [Metric 1]: [Current] → [Target]
- [Metric 2]: [Current] → [Target]

### Economic Buyer
**Person with budget authority**:
- Name: [Name]
- Title: [Title]
- Access: [Direct/Indirect/None]

### Decision Criteria
**How they'll evaluate solutions**:
1. [Criterion 1] - Weight: [%]
2. [Criterion 2] - Weight: [%]
3. [Criterion 3] - Weight: [%]

### Decision Process
**Steps to purchase**:
1. [Step 1] - Owner: [Name] - Timeline: [Date]
2. [Step 2] - Owner: [Name] - Timeline: [Date]
3. [Step 3] - Owner: [Name] - Timeline: [Date]

### Identify Pain
**Core problem**:
[Description of the pain point]

**Implications of not solving**:
[Business impact]

### Champion
**Internal advocate**:
- Name: [Name]
- Influence level: [High/Medium/Low]
- What they gain: [Personal win]

---
**MEDDIC Coverage**: [X]/6 elements confirmed
**Deal Health**: [Strong / At Risk / Weak]
```

### GPCTBA/C&I (Goals, Plans, Challenges, Timeline, Budget, Authority, Consequences & Implications)
```markdown
## GPCTBA/C&I: [Lead Name]

### Goals
What are they trying to achieve?
- [Goal 1]
- [Goal 2]

### Plans
How do they plan to achieve it?
- [Current plan]

### Challenges
What's stopping them?
- [Challenge 1]
- [Challenge 2]

### Timeline
When do they need to achieve this?
- Target: [Date]
- Urgency: [High/Medium/Low]

### Budget
What resources are allocated?
- Amount: [Range]
- Approved: [Yes/No/Pending]

### Authority
Who makes the decision?
- Decision Maker: [Name]
- Influencers: [Names]
- Process: [Description]

### Consequences (Negative)
What happens if they don't solve this?
- [Consequence 1]
- [Consequence 2]

### Implications (Positive)
What happens when they succeed?
- [Benefit 1]
- [Benefit 2]
```

## Lead Scoring Model

### Fit Score (Demographics)
```markdown
## Fit Scoring Criteria

### Company Fit (50 points)
| Criterion | Points | Lead Value | Score |
|-----------|--------|------------|-------|
| Industry | /15 | [Industry] | |
| Company Size | /15 | [Employees] | |
| Revenue | /10 | [Revenue] | |
| Geography | /10 | [Location] | |
**Company Fit**: [X]/50

### Contact Fit (50 points)
| Criterion | Points | Lead Value | Score |
|-----------|--------|------------|-------|
| Title/Role | /20 | [Title] | |
| Department | /15 | [Dept] | |
| Seniority | /15 | [Level] | |
**Contact Fit**: [X]/50

**Total Fit Score**: [X]/100
```

### Engagement Score (Behavioral)
```markdown
## Engagement Scoring

### Website Activity
| Action | Points | Occurrences | Score |
|--------|--------|-------------|-------|
| Pricing page view | 10 | [X] | |
| Demo request | 25 | [X] | |
| Content download | 5 | [X] | |
| Blog visit | 2 | [X] | |

### Email Engagement
| Action | Points | Occurrences | Score |
|--------|--------|-------------|-------|
| Email opened | 1 | [X] | |
| Link clicked | 3 | [X] | |
| Replied | 10 | [X] | |

### Event Participation
| Action | Points | Occurrences | Score |
|--------|--------|-------------|-------|
| Webinar attended | 15 | [X] | |
| Meeting booked | 25 | [X] | |

**Total Engagement Score**: [X]/100
```

## Output Format

### Lead Qualification Report
```markdown
# Lead Qualification: [Company/Contact]

## Summary
| Metric | Value |
|--------|-------|
| **Fit Score** | [X]/100 |
| **Engagement Score** | [X]/100 |
| **BANT Score** | [X]/100 |
| **Overall** | [X]/100 |

## Qualification Status
🟢 **QUALIFIED** / 🟔 **NEEDS NURTURING** / šŸ”“ **NOT QUALIFIED**

## Key Findings
### āœ… Green Flags
1. [Positive indicator]
2. [Positive indicator]

### āš ļø Yellow Flags
1. [Concern that needs addressing]
2. [Missing information]

### āŒ Red Flags
1. [Deal-breaker or major concern]

## Gaps to Address
| Gap | Question to Ask | Priority |
|-----|-----------------|----------|
| [Unknown area] | [Specific question] | High |
| [Unknown area] | [Specific question] | Medium |

## Recommended Next Steps
1. [Immediate action]
2. [Follow-up action]
3. [Long-term action]

## Disqualification Criteria Check
- [ ] Below minimum company size
- [ ] Outside target geography
- [ ] No budget authority
- [ ] Timeline > 12 months
- [ ] Already using competitor with lock-in
```

## Best Practices

### Qualification Tips
1. **Ask open-ended questions**: Get context, not just yes/no
2. **Verify, don't assume**: Confirm information directly
3. **Document everything**: Keep CRM updated
4. **Re-qualify regularly**: Situations change
5. **Know when to walk away**: Time is valuable

### Common Mistakes
- Qualifying too quickly
- Ignoring red flags
- Not identifying all stakeholders
- Assuming budget = ability to buy
- Forgetting to re-qualify over time

## Limitations

- Cannot access CRM data directly
- Scoring requires defined criteria from user
- Cannot verify provided information
- Qualification is guidance, not guarantee
- Human judgment still essential
#work-life#office#productivity#business#documents#automation#claude-office-skills#analytics#trackingoffice-mcp

Related Skills

More skills in Business, Marketing & Sales

Ab Testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program," or "experiment playbook." Use this whenever someone is comparing two approaches and wants to measure which performs better, or when they want to build a systematic experimentation practice. For tracking implementation, see analytics. For page-level conversion optimization, see cro.

#work-life#productivityMIT

Ab Test Setup

When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "conversion experiment," "statistical significance," or "test this." For tracking implementation, see analytics-tracking.

#work-life#productivityMIT

Ab Test Setup

Ab Test Setup linked from Corey Haines marketing skills, with the upstream skill instructions available on GitHub.

#work-life#productivityMIT

Ab Test Store Listing

When the user wants to A/B test App Store product page elements to improve conversion rate. Also use when the user mentions "A/B test", "product page optimization", "test my screenshots", "test my icon", "conversion rate optimization", "CPP", or "custom product pages". For screenshot design, see screenshot-optimization. For metadata optimization, see metadata-optimization.

#work-life#productivityMIT

Account Research

Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with "research [company]", "look up [person]", "intel on [prospect]", "who is [name] at [company]", or "tell me about [company]".

#work-life#productivityApache-2.0

Account Research

Research a company using Common Room data. Triggers on 'research [company]', 'tell me about [domain]', 'pull up signals for [account]', 'what's going on with [company]', or any account-level question.

#work-life#productivityApache-2.0