Agent skill
icp-refinement-loop
Refine the ICP scorecard from actual won/lost patterns after ≥30 closed deals — recompute tier cutoffs, re-tune dimension weights, surface segment shifts, propose ICP delta with evidence.
Filed under Prospecting and list building.
From devangk003/gtm-agent-skills · 32 skills · 0 · pushed 2026-06-18
What it does when it runs
Refine the ICP scorecard from actual won/lost patterns after ≥30 closed deals — recompute tier cutoffs, re-tune dimension weights, surface segment shifts, propose ICP delta with evidence. Use when the user says "refine ICP", "recalibrate scorecard", "win rate doesn't match predictions", or "quarterly ICP audit.
Read from the skill and the 6 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- AGENTIC_APP_TOKEN
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It does act, so it runs under whatever permissions your session already grants. - Actions present in the files
- shell
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/devangk003/gtm-agent-skills.git /tmp/gtm-agent-skills git -C /tmp/gtm-agent-skills sparse-checkout set "icp-refinement-loop" mkdir -p ~/.claude/skills/icp-refinement-loop cp -R "/tmp/gtm-agent-skills/icp-refinement-loop/." ~/.claude/skills/icp-refinement-loop/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
Before you install: this skill will not complete its job on a bare agent. It needs AGENTIC_APP_TOKEN, which you have to obtain separately.
The skill
Source on GitHub ↗Reproduced in full from devangk003/gtm-agent-skills/blob/6b9a1b0094ffd83d6c02bc03b7ce1610661a1644/icp-refinement-loop/SKILL.md, which is licensed MIT (skill frontmatter). 521 words, 6 headings.
ICP Refinement Loop
Periodically refine the ICP scorecard using actual won/lost patterns from ≥30 closed deals. Recomputes tier cutoffs, re-tunes dimension weights, surfaces segment shifts. Hard rule: refusal to refine ICP with <30 closes — insufficient signal.
When to Use
- Quarterly ICP refinement — ≥30 closed deals since last refresh
- Forecast accuracy shows systemic over/under-prediction by segment
- Win rate by tier doesn't match scorecard predictions
- Team expanded into new vertical — does ICP capture this
- User says "refine ICP" or "quarterly ICP audit"
Quick Reference
| Concept | Value |
|---|---|
| Min-closes hard floor | 30 (won + lost combined); below = refusal |
| Refinement scope | Cutoff recalibration / weight re-tuning / segment shift / anti-ICP update / trigger refresh |
| Tier cutoff rule | >25% wins below T1-cutoff → cutoff too high; >25% losses at T1 → overconfident |
| Dimension re-tuning | Correlate each dimension score with closed_won outcome; adjust weights preserving total 100 |
| New segment requirement | ≥10 wins in segment not captured by original ICP |
| Confidence upgrade | Hypothesis → Medium (n≥30) / High (n≥100) |
Procedure
- Validate inputs. Pull closed deals; confirm n≥30. Below → refusal with explanation. See
${HERMES_SKILL_DIR}/references/thresholds.md. - Score won/lost deals against current rubric. Apply original icp-definition rubric to each closed deal as it was at time of close. Compute distribution.
- Tier cutoff calibration. Wins scoring <T1 → cutoff may be too high. Losses at T1 → cutoff may be too low. Surface recommendations if >25% misalignment. See
${HERMES_SKILL_DIR}/references/calibration-rules.md. - Dimension weight re-tuning. Per dimension: compute correlation with closed_won. High correlation → increase weight. Near-zero → decrease. Preserve total 100. See
${HERMES_SKILL_DIR}/references/weight-tuning.md. - Segment shift detection. Group wins by firmographic. If segment not in original ICP captures ≥10 wins → recommend new sub-segment.
- Lost-reason aggregation. Aggregate lost reasons by tier + segment. lost-to-competitor → competitive-intelligence. no-budget by size → revenue-forecasting.
- Compose ICP delta recommendations. Rank by impact. Each: evidence + proposed change + estimated impact. See
${HERMES_SKILL_DIR}/references/delta-template.md. - Retroactive rescoring proposal. Compute: if new rubric applied to active pipeline, how do tiers shift? Surface counts. Don't auto-apply.
- Push + emit refinement record. User authorizes which recommendations to apply. Route updates to icp-definition + lead-scoring. See
${HERMES_SKILL_DIR}/scripts/push_to_crm.py.
Pitfalls
- Refining with <30 closes — insufficient signal; refusal is right
- Auto-applying ICP changes — always require user authorization
- Overfitting to recent wins — good rubric generalizes; don't optimize to last 30 deals at expense of generalizability
- Adding segments on n=2 — "we won two Healthcare deals" ≠ Healthcare ICP yet
- Ignoring lost-deal patterns — losses teach which to avoid
- Re-running too often — quarterly minimum; more frequent = noise + whiplash
- Not coordinating with positioning — ICP shifts imply positioning shifts
Verification
- Min-closes threshold honored
- Per-deal scores reproducible from input + original rubric
- Recommendations cite actual deal counts (sample-check 5)
- Retroactive rescoring numbers add up to pipeline count
- Lost-reason routing happened
- User authorization queue surfaced before any rubric update
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- closed-loop-analytics-upgrade by ericosiu · 3,449
- sales-icp by zubair-trabzada · 1,079
- icp-builder by OpenClaudia · 664
- feedback-loop-integration by louisblythe · 136
- human-in-the-loop-training by louisblythe · 136
- icp-research by thatrebeccarae · 119
- positioning-icp by chadboyda · 74
- icp-matrix-builder by kenny589 · 63
Need help setting it up?
This page tells you what icp-refinement-loop does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.