Systems Lab

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.

slowingNeeds a keyActs undeclared521 words

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-tools in the frontmatter. It does act, so it runs under whatever permissions your session already grants.
Actions present in the files
shell

Ask about icp-refinement-loop

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
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.

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

ConceptValue
Min-closes hard floor30 (won + lost combined); below = refusal
Refinement scopeCutoff 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-tuningCorrelate 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 upgradeHypothesis → Medium (n≥30) / High (n≥100)

Procedure

  1. Validate inputs. Pull closed deals; confirm n≥30. Below → refusal with explanation. See ${HERMES_SKILL_DIR}/references/thresholds.md.
  2. 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.
  3. 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.
  4. 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.
  5. Segment shift detection. Group wins by firmographic. If segment not in original ICP captures ≥10 wins → recommend new sub-segment.
  6. Lost-reason aggregation. Aggregate lost reasons by tier + segment. lost-to-competitor → competitive-intelligence. no-budget by size → revenue-forecasting.
  7. Compose ICP delta recommendations. Rank by impact. Each: evidence + proposed change + estimated impact. See ${HERMES_SKILL_DIR}/references/delta-template.md.
  8. Retroactive rescoring proposal. Compute: if new rubric applied to active pipeline, how do tiers shift? Surface counts. Don't auto-apply.
  9. 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

  1. Min-closes threshold honored
  2. Per-deal scores reproducible from input + original rubric
  3. Recommendations cite actual deal counts (sample-check 5)
  4. Retroactive rescoring numbers add up to pipeline count
  5. Lost-reason routing happened
  6. 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.

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.