Systems Lab

Agent skill

account-sourcing

Turn an ICP into a ranked target-account list with receipts.

activeReaches the webActs undeclared1,225 words

Filed under Prospecting and list building.

From esmefong/gtm-skills · 7 skills · 0 · pushed 2026-08-20

What it does when it runs

Turn an ICP into a ranked target-account list with receipts. Takes the account-level ICP (ideally produced by icp-research), translates its criteria into queries against public sources (job postings, press, funding databases, registries, tech lookups), builds the account universe, scores and visibly disqualifies against the ICP rubric, and tags each surviving account with a dated why-now signal. Every account carries public evidence; no account is invented. Use whenever the user says "build a target account list", "account sourcing", "TAM list", "list building", "find companies to sell to", "who should we go after", "turn our ICP into a list", "prospect list", "account universe", or "lead sourcing". Ships with three key-free scripts: a deterministic account scorer, a live hiring-signal detector for public ATS job boards, and an executive briefing renderer. For products bought by organizations; consumes icp-research output and feeds outbound-engine.

Read from the skill and the 11 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
None found.
Hosts it reaches
  • api.ashbyhq.com
  • api.lever.co
  • boards-api.greenhouse.io
  • cibc.mediaroom.com
  • cohere.com
  • examplestartup.io
  • fintechmagazine.com
  • group.bnpparibas
  • iireporter.com
  • inform.tmforum.org
  • intuitionlabs.ai
  • thefinancialbrand.com
  • thelogic.co
  • www.bmo.com
  • www.canada.ca
  • www.cbc.ca
  • www.cibc.com
  • www.desjardins.com
  • www.emarketer.com
  • www.fintechfutures.com
  • www.intactfc.com
  • www.manulife.com
  • www.nvidia.com
  • www.rcrwireless.com
  • www.scotiabank.com
  • www.sec.gov
  • www.softbank.jp
  • www.sunlife.com
  • www.swisscom.ch
  • www.td.com
  • www.telefonica.com
  • www.telus.com
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
writes files

Ask about account-sourcing

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/esmefong/gtm-skills.git /tmp/gtm-skills
git -C /tmp/gtm-skills sparse-checkout set "account-sourcing"
mkdir -p ~/.claude/skills/account-sourcing
cp -R "/tmp/gtm-skills/account-sourcing/." ~/.claude/skills/account-sourcing/

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.

Reproduced in full from esmefong/gtm-skills/blob/5e8e7df3b1b98f546e12957fd535d6333472ac42/account-sourcing/SKILL.md, which is licensed MIT (repository). 1,225 words, 16 headings.

Account Sourcing

Turn an ICP from a strategy document into pipeline: a ranked list of real accounts worth pursuing, each with public evidence for why, and a visible reject pile. Two rules govern everything here: an account belongs on the list only if you can point to the evidence, and a list that shows no rejects is hiding its judgment.

The first deliverable companies expect from go-to-market engineering is exactly this: the target account list, mapped to ICP criteria, scored, and refreshed. Outreach comes later and depends on it.

What this builds (and what it doesn't)

  • It builds the account layer: a ranked, evidenced account list (account-list.md), a machine-readable handoff (accounts.json) shaped for Clay, a CRM, or a sequencer, and the scoring rubric used (rubric.yaml).
  • It does not draft outreach. Signal-to-message work belongs to outbound-engine, which consumes this skill's output. It also does not harvest individuals: sourcing stays at the account level, with a suggested entry role per account taken from the ICP's buying committee. People come later, at outreach time, at role level.

Fit and limits

Built for products bought by organizations (a team or committee buys). For individual-buyer products, "accounts" is the wrong unit: sourcing there means finding channels and communities, which the ICP's journey section already maps. Say so and stop rather than forcing an account frame.

Inputs (ask for what is missing)

InputWhy it mattersIf missing
Account-level ICPThe criteria, disqualifiers, and committee come from hereRun icp-research first, or gather a minimal version: what they sell, who buys, 2-3 disqualifiers
Target list sizeSets depth vs. breadth; default 25-50 evidenced accounts over thousands of thin rowsDefault to 25-50
Geography / segment constraintsBounds the universeAsk
Suppression listExisting customers, partners, open opportunities must be excludedAsk; note as a gap if none provided
Seed lists (optional)Competitor customers, event exhibitors, association rosters accelerate Phase 3Proceed without

The single most useful ask: "Name your 5 best current customers, and name who should never be on this list." The first seeds lookalikes; the second sharpens disqualifiers and suppression.

The workflow

Six phases. Show the user the query spec and source plan (end of Phase 2) and the scored draft with its disqualifications (end of Phase 4) before packaging.

Phase 1: Compile the query spec

Read the ICP and extract, verbatim, the account-level criteria: firmographics, technographics, behavioral signals, and disqualifiers. Convert each into a machine-actionable statement with a target value ("employee count 1,000+", "regulated sector: finance, government, health, telecom", "hiring for AI platform roles"). Criteria that no public source can observe get downgraded to verify-later, never guessed.

Phase 2: Map criteria to sources

For each criterion, pick the public source that can actually answer it, using references/source-map.md. The output of this phase is a source plan: criterion, source, query, and the evidence tier the source provides. Job postings answer the most (stack, initiative, timing) and are the default first stop. Show the query spec and source plan to the user before sourcing.

Phase 3: Build the universe

Assemble candidate accounts from seed strategies: lookalikes of best customers, competitor customer pages, category and association lists, event exhibitor and speaker lists, registry and filing sweeps, and job-board sweeps for the ICP's signature roles. Dedupe by domain. Apply the suppression list. Cap the universe at roughly 3-4x the target list size so scoring stays evidence-grade.

Phase 4: Enrich, score, disqualify

For each candidate, fill the rubric fields with evidence: value, source, and date per field. Unknown stays unknown. Then score:

  • Judgment lives with you: whether an account meets a criterion, and on what evidence.
  • Arithmetic lives with the script: scripts/score_accounts.py reads accounts.json plus rubric.yaml, applies weights, hard disqualifiers, and tier thresholds deterministically, and emits the ranked list. Same inputs, same output, auditable.

Disqualifications are output, not noise: every rejected account keeps its reason. A list with no rejects has not been judged. Show the scored draft to the user.

Phase 5: Signal-tag the survivors

For the qualified tier, attach dated why-now signals: hiring (live postings for ICP-relevant roles), funding or financial events, leadership changes, announced initiatives, regulatory shifts. scripts/hiring_signal.py checks public ATS job boards (Greenhouse, Lever, Ashby JSON endpoints, no keys) for ICP-relevant postings live. A signal without a date and source does not count.

Phase 6: Package, route, and set the cadence

Assemble the deliverable per references/output-template.md: the ranked table with receipts, the disqualified table with reasons, gaps and verify-laters, and accounts.json for handoff. Then route: author owner_team and next_action per account, because a list without owners and actions is notes, not work product, and render the executive briefing (scripts/render_briefing.py, brand-flavored accent only, disclaimer always on). Set the refresh cadence: signals decay in weeks, firmographics in quarters. A list without a refresh rhythm is a snapshot, not a system.

The receipts rule

Every scored field cites its source and date. Evidence tiers (defined in the source map): primary sources outrank press, press outranks directories. Load-bearing decisions need primary or reputable secondary evidence. No account is ever invented, and no fact is ever assumed. An honest "verify" beats a confident guess.

Scripts

ScriptWhat it doesNetworkKeys
scripts/score_accounts.pyDeterministic scoring: accounts + rubric in, ranked tiers and disqualifications outNoneNone
scripts/hiring_signal.pyLive check of public ATS JSON boards for ICP-relevant postings per companyPublic endpoints onlyNone
scripts/render_briefing.pyExecutive briefing from accounts.json: lanes by owning team, next action per card, rejects with reasons, self-contained HTMLNoneNone

The split is deliberate: judgment and evidence-gathering are reasoning work; scoring math and live checks are deterministic work that should be repeatable and auditable.

Composes with other skills

  • icp-research (upstream): its account-level ICP section is this skill's query spec, and its buying committee supplies the entry role per account.
  • outbound-engine (downstream): consumes the qualified accounts and their signals to draft committee-aware, voice-matched outreach.
  • market-prioritization (sibling): ranks markets and segments; this skill ranks accounts within them.

Failure modes to avoid (the quality bar)

  • Invented accounts. The cardinal sin. Every account exists; every fact cites.
  • Unanswerable criteria. A criterion no public source can observe produces guesses; downgrade it to verify-later in Phase 1.
  • No rejects. A list with no disqualifications has not been judged; it has been collected.
  • Undated evidence. A signal without a date is trivia; last year's funding round is not a why-now.
  • Volume worship. 500 thin rows lose to 30 evidenced ones; the cap exists for a reason.
  • Suppression neglect. Sourcing your own customers embarrasses everyone downstream.
  • One-and-done. No refresh cadence means the list is already decaying.

Bundled references

  • references/source-map.md: which public source answers which ICP criterion, evidence tiers, query patterns, tool mapping, and access ethics. Read at Phase 2.
  • references/output-template.md: the exact deliverable structure, the accounts.json schema, and the rubric.yaml format the scorer consumes. Read at Phase 4 and 6.
  • examples/cohere/: a worked example sourcing real accounts for Cohere from public evidence, scored against the Cohere ICP from icp-research, rejects included.

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 account-sourcing 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.