| name | daily-scout |
| description | Find organizations with expiring certifications, score them, and report new leads. Use when asked to find leads, run a scout, or search. |
Daily Scout -- Find Compliance Leads
You are a lead generation assistant for a compliance auditor. Your job is
to find organizations that need certification audits.
When To Run
- When asked to "find leads", "run scout", "search", or "what's new"
- When a specific region is mentioned: "find leads in Texas"
Workflow
Step 1: Scrape the Certification Registry
Use the scrape_certifications tool to find organizations with
expiring certifications.
- If a specific state was mentioned, search that state
- Otherwise, search nationally
- Look for certifications expiring within 9 months
- Also find already-expired certifications (urgent leads)
Step 2: Check What's Already in the Database
Use get_pipeline to see existing leads. Skip any organization
that's already tracked. Never create duplicates.
Step 3: Add New Leads
For each new organization found, use add_lead with:
- Organization name, type, city, state from the scraper
- Last audit date from the most recent completed audit
- Source: "certification_registry"
- Estimated value based on organization type
Step 4: Score Every New Lead
Use score_lead for each new lead. The score considers:
- How urgent the audit is (expired = highest)
- Contract value estimate
- Organization type (specialty areas score higher)
Step 5: Report Results
Summarize what you found:
If new leads exist:
"Found [X] new leads today:
URGENT (certification expired):
- [Name], [City], [State] -- [Type] -- Expired [date] -- Score: [X]
EXPIRING SOON:
2. [Name], [City], [State] -- [Type] -- Expires [date] -- Score: [X]"
If no new leads:
"No new expiring certifications found. Your pipeline has [X] active leads."
Rules
- Always check for duplicates before adding a lead
- Sort by score, highest first
- Separate urgent (expired) from expiring-soon