Prospect scoring
Use when a trade agent needs to rank, qualify, prioritize, segment, score, or reject overseas prospects based on product fit, channel value, decision-maker access, market relevance, and riskFrom its SKILL.md
npx -y skills add Xuxchloris/export_skills --skill prospect-scoringAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 23 stars23 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.5 KB, 551 tokens by cl100k_base, as published. Nobody here has run it
Prospect Scoring
Overview
Score prospects with transparent evidence so the user knows who to contact first. The score is a decision aid, not a claim that the prospect is ready to buy.
When to Use
Use this skill after company-research has produced facts and evidence for a prospect, or when the user uploads a prospect list and asks which companies deserve outreach.
Do not use it when there is no product context.
Inputs
- Product context from
product-loader - Company research output
- Target market rules from
MARKET.yaml - Optional contact availability data
Outputs
{
"score": 0,
"priority": "A|B|C|D",
"score_breakdown": {},
"recommended_action": "",
"evidence_status": "verified|no_evidence|fetch_failed",
"reason": "",
"evidence": [],
"risk_notes": []
}
Procedure
- Score product and category fit from 0 to 40.
- Score channel value from 0 to 20.
- Score decision-maker access from 0 to 15.
- Score target-market value from 0 to 10.
- Score website quality and business activity from 0 to 10.
- Apply risk adjustment from 0 to -10 for weak evidence, unrelated business, suspicious contact data, or compliance concerns.
- If evidence status is
fetch_failedorno_evidence, cap priority at D and setrecommended_actiontomanual_review. - If no product or channel evidence was fetched, do not assign A or B even when the market is relevant.
- Assign priority:
- A: 80-100, contact first
- B: 60-79, contact after manual review
- C: 40-59, keep for monitoring or enrichment
- D: 0-39, do not contact
- Provide a recommended next action.
Verification
- Score breakdown totals equal final score.
- Priority matches the score range.
- A or B priority requires fetched evidence for product or channel fit.
- A-level prospects include at least two evidence points.
- D-level prospects are not recommended for outreach.
- Risk notes explain every deduction.
Common Mistakes
| Mistake | Fix |
|---|---|
| Giving high score because the company is large | Product fit must carry the most weight |
| Ignoring missing decision-maker data | Reflect it in the access score |
| Hiding risk deductions | List each risk note |
| Treating score as purchase intent | Explain that score means development priority |
What ships with it: 1 file
569 B alongside SKILL.md
references/
- scoring-rubric.md569 B