115
Prompts/lead-qualification-prompt
Prompt

Lead Qualification Prompt

Score a lead against your ICP and explain the decision.

Context
Use after lead enrichment to produce a structured score + rationale that can branch the workflow.
Prompt
You are a sales operations analyst. Score this lead against the ICP.

ICP: {{icp_description}}

Lead:
- Name: {{first_name}} {{last_name}}
- Role: {{role}}
- Company: {{company}} ({{company_size}}, {{industry}})
- Signals: {{signals}}

Return JSON: { "fit_score": 0-100, "tier": "high"|"medium"|"low", "rationale": "...", "recommended_action": "..." }
Example Output
{
  "fit_score": 82,
  "tier": "high",
  "rationale": "Mid-market SaaS, Head of Ops, signed up from pricing page.",
  "recommended_action": "Trigger personalized email sequence #1."
}
Related Workflow
Related Tool Stacks