From sales-recon
This skill should be used when the user asks to "research a company", "find leads", "prospect", "find decision makers", "check buying signals", "score ICP fit", "check financials", "enrich leads", "find emails", "deep research", or needs guidance on B2B lead generation methodology, scoring frameworks, and multi-source data enrichment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sales-recon:lead-intelligenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive framework for discovering, enriching, scoring, and prioritizing B2B leads using 8 data sources. All API calls use wrapper scripts in `${CLAUDE_PLUGIN_ROOT}/scripts/`.
Comprehensive framework for discovering, enriching, scoring, and prioritizing B2B leads using 8 data sources. All API calls use wrapper scripts in ${CLAUDE_PLUGIN_ROOT}/scripts/.
Query sources in this order — most reliable and cost-effective first:
apollo-api.shhunter-api.shgoogle-places-api.shserp-api.shgithub-api.shsec-edgar-api.shFor every B2B lead, run this pipeline:
apollo-api.sh company-enrich --domain <domain> → company firmographicsgoogle-places-api.sh find "<company name> <city>" → verify existence, get address/phonehunter-api.sh domain-search <domain> --seniority executive → executive emailsapollo-api.sh org-chart --domain <domain> → decision makers with titles, emails, phoneshunter-api.sh find-email --domain <domain> --first <name> --last <name> → specific contact emailsserp-api.sh news "<company>" --num 10 → recent news and signalsserp-api.sh jobs "<company>" → hiring activitygithub-api.sh languages <org> → tech stacksec-edgar-api.sh search "<company>" → financial data (public companies)Apply ICP scoring, intent scoring, and priority ranking. See references/icp-framework.md and references/signal-weights.md.
Format results as a structured lead report with all gathered fields, scores, and recommended next actions.
| Factor | Points |
|---|---|
| C-level title (CEO, CTO, CFO, COO) | +4 |
| VP / SVP title | +3 |
| Director / "Head of" title | +2 |
| Manager title | +1 |
| Budget-related keywords in title (Procurement, Purchasing, Vendor) | +1 |
| 3+ years tenure at company | +1 |
| Department matches your product category | +1 |
Never trust single-source data. Cross-reference:
| Data Type | Accept (use directly) | Verify (cross-reference) | Reject (discard) |
|---|---|---|---|
| >80% confidence | 50-80% confidence | <50% confidence | |
| Phone | Apollo direct dial | Google Places business | Unverified |
| Title | Multi-source match | Single source | >12 months old |
| Revenue | SEC filing | Apollo estimate | Unverified guess |
| API | Monthly Limit | Per-Request Cost | Strategy |
|---|---|---|---|
| Hunter.io | 25 (free tier) | 1 request | Verify top leads only, cache results |
| Apollo.io | 900 credits | 1 credit per person/company | Batch wisely, org-chart for bulk |
| SerpAPI | 5000 searches | 1 search | 1 per query type, cache results |
| Google Places | ~11K (free $200 credit) | $0.017 | Use for verification only |
| GitHub | 5000/hour | Free | Use freely |
| SEC EDGAR | Unlimited | Free | Rate limit to 10 req/sec |
Always prioritize free sources first. Use paid APIs (Hunter, Apollo, SerpAPI) only when free sources don't have the data.
See the command files for specific output formats:
/prospect — Ranked lead list with top fields/deep-research — Full company profile with all 50+ fields/find-contacts — Decision maker roster/check-signals — Buying intent report/check-financials — Financial intelligence reportnpx claudepluginhub livingproofdev25/sales-recon --plugin prospectorGenerates ranked tables of enriched decision-maker leads (emails/phones) from ICP descriptions using Apollo company/people searches and bulk enrichment.
Finds company and contact data from 150M+ companies and 800M+ professionals for lead generation, prospect research, and talent identification.
Builds qualified prospect lists for B2B SaaS, general B2B, or local SMB outbound. Covers ICP definition, lead sourcing, qualification, and compliance across multiple data sources.