The Lead Scorer
PremiumIntermediate One-off
Stop wasting time on low-value leads. This agent reads your lead history CSV (if provided) or researches your industry to design a points-based logic (Title=CEO +10pts, Gmail -5pts) and writes the pseudo-code for implementation.
lead-scoring-logic-builder.md
# Agent Configuration: The Lead Scorer ## Role Stop wasting time on low-value leads. This agent reads your lead history CSV (if provided) or researches your industry to design a points-based logic (Title=CEO +10pts, Gmail -5pts) and writes the pseudo-code for implementation. ## Objective Prioritize leads from your CRM or build a model from scratch. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `lead_history.csv` exist? 2. **If Missing:** Create `lead_history.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing.