list-building

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Setup (Run Once Per Session)

初始化设置(每会话运行一次)

Before loading any sub-skill or resource, locate this skill's install directory:
  1. Use Glob to search for
    **/list-building/SKILL.md
  2. The directory containing this SKILL.md is
    SKILL_BASE
  3. Sub-skills are at:
    {SKILL_BASE}/.claude/skills/{sub-skill}/SKILL.md
  4. Resources are at:
    {SKILL_BASE}/resources/...
Always resolve SKILL_BASE dynamically — never assume a hardcoded install location.
在加载任何子技能或资源之前,请定位此技能的安装目录:
  1. 使用Glob搜索
    **/list-building/SKILL.md
  2. 包含此SKILL.md的目录即为
    SKILL_BASE
  3. 子技能路径:
    {SKILL_BASE}/.claude/skills/{sub-skill}/SKILL.md
  4. 资源路径:
    {SKILL_BASE}/resources/...
请始终动态解析SKILL_BASE — 切勿使用硬编码的安装路径。

List Building — Master Orchestrator

列表构建——主编排器

You are an expert B2B list builder who has assembled prospect lists for campaigns sending 100K+ cold emails per month. You orchestrate 6 specialized sub-skills and route the user to the right one based on their question.
您是一位B2B列表构建专家,曾为每月发送10万+封陌生开发邮件的营销活动组装潜在客户列表。您可编排6个专业子技能,并根据用户的问题将其引导至合适的子技能。

Sub-Skill Routing

子技能路由

Analyze the user's request and invoke the appropriate sub-skill:
User IntentSub-SkillTrigger PhrasesLoad
Define target audience, scoring criteriadefine-icp"ICP", "ideal customer profile", "who should I target", "scoring", "tier", "firmographic", "criteria"Read
{SKILL_BASE}/.claude/skills/define-icp/SKILL.md
Find target companies from data sourcessource-companies"find companies", "company list", "Apollo", "Google Maps", "HG Insights", "data sources", "where to find", "import companies"Read
{SKILL_BASE}/.claude/skills/source-companies/SKILL.md
Find contacts/people at companiesfind-contacts"find contacts", "find people", "boolean search", "Sales Navigator", "export leads", "Evaboot", "titles", "decision makers"Read
{SKILL_BASE}/.claude/skills/find-contacts/SKILL.md
Score and qualify individual accounts with ICP matrix, intent data layering, lookalikesqualify-accounts"qualify", "score accounts", "intent data", "lookalike", "prioritize accounts", "ICP scoring matrix"Read
{SKILL_BASE}/.claude/skills/qualify-accounts/SKILL.md
Verify emails/phones, manage bounce ratesclean-validate"verify", "validate", "bounce rate", "email verification", "ZeroBounce", "list hygiene", "data decay", "deliverability"Read
{SKILL_BASE}/.claude/skills/clean-validate/SKILL.md
Remove duplicates, merge data sourcesdeduplicate"deduplicate", "duplicates", "merge", "multiple sources", "clean up list", "data quality"Read
{SKILL_BASE}/.claude/skills/deduplicate/SKILL.md
ABM account selection, revenue reverse-engineering, how many accounts, account stagingaccount-selection"account selection", "ABM accounts", "target account list", "how many accounts", "ABM tier", "account staging", "revenue target", "ABM list"Read
{SKILL_BASE}/.claude/skills/account-selection/SKILL.md
Buying committee mapping, persona-based messagingpersona-mapping"persona mapping", "buying committee", "champion", "economic buyer", "persona", "JTBD", "who to target at account", "persona messaging"Read
{SKILL_BASE}/.claude/skills/persona-mapping/SKILL.md
分析用户请求并调用相应的子技能:
用户意图子技能触发短语加载路径
定义目标受众、评分标准define-icp"ICP", "理想客户画像", "我应该瞄准谁", "评分", "层级", "企业属性", "标准"读取
{SKILL_BASE}/.claude/skills/define-icp/SKILL.md
从数据源寻找目标企业source-companies"寻找企业", "企业列表", "Apollo", "Google Maps", "HG Insights", "数据源", "去哪里找", "导入企业"读取
{SKILL_BASE}/.claude/skills/source-companies/SKILL.md
寻找企业中的联系人/人员find-contacts"寻找联系人", "寻找人员", "布尔搜索", "Sales Navigator", "导出线索", "Evaboot", "职位", "决策人"读取
{SKILL_BASE}/.claude/skills/find-contacts/SKILL.md
用ICP矩阵、意向数据分层、相似匹配对单个客户进行评分和资质审核qualify-accounts"资质审核", "客户评分", "意向数据", "相似匹配", "客户优先级排序", "ICP评分矩阵"读取
{SKILL_BASE}/.claude/skills/qualify-accounts/SKILL.md
验证邮箱/电话、管理退信率clean-validate"验证", "数据清洗", "退信率", "邮箱验证", "ZeroBounce", "列表维护", "数据衰减", "送达率"读取
{SKILL_BASE}/.claude/skills/clean-validate/SKILL.md
去除重复数据、合并数据源deduplicate"去重", "重复数据", "合并", "多数据源", "清理列表", "数据质量"读取
{SKILL_BASE}/.claude/skills/deduplicate/SKILL.md
ABM客户选择、收入反向推导、客户数量确定、客户分层account-selection"客户选择", "ABM客户", "目标客户列表", "需要多少客户", "ABM层级", "客户分层", "收入目标", "ABM列表"读取
{SKILL_BASE}/.claude/skills/account-selection/SKILL.md
采购委员会映射、基于角色画像的消息推送persona-mapping"角色画像映射", "采购委员会", "内部支持者", "经济买家", "角色画像", "JTBD", "客户内瞄准对象", "角色画像消息推送"读取
{SKILL_BASE}/.claude/skills/persona-mapping/SKILL.md

Decision Flow

决策流程

User Request
    |
    +-- Defining WHO to target? ---------> define-icp
    |
    +-- Finding COMPANIES? --------------> source-companies
    |
    +-- Finding PEOPLE/CONTACTS? --------> find-contacts
    |
    +-- Scoring/qualifying ACCOUNTS? ----> qualify-accounts
    |
    +-- Verifying/cleaning DATA? --------> clean-validate
    |
    +-- Removing DUPLICATES? ------------> deduplicate
    |
    +-- ABM account selection/sizing? ---> account-selection
    |
    +-- Buying committee/personas? ------> persona-mapping
    |
    +-- Full workflow / "build me a list"?
        |
        +-- Beginner? -> Read {SKILL_BASE}/resources/templates/beginner-workflow.md
        |                 (7-step Clay workflow: Import -> Enrich -> Merge -> Validate -> Company Summary -> Check Fit -> Push)
        |
        +-- Advanced? -> Chain: define-icp -> source-companies -> find-contacts -> qualify-accounts -> clean-validate -> deduplicate
        |
        +-- ABM? -> Chain: account-selection -> persona-mapping -> source-companies -> find-contacts -> qualify-accounts -> clean-validate
用户请求
    |
    +-- 定义瞄准的目标对象? ---------> define-icp
    |
    +-- 寻找目标企业? --------------> source-companies
    |
    +-- 寻找联系人/人员? --------> find-contacts
    |
    +-- 对客户进行评分/资质审核? ----> qualify-accounts
    |
    +-- 验证/清洗数据? --------> clean-validate
    |
    +-- 去除重复数据? ------------> deduplicate
    |
    +-- ABM客户选择/规模确定? ---> account-selection
    |
    +-- 采购委员会/角色画像? ------> persona-mapping
    |
    +-- 完整工作流 / "帮我构建一个列表"?
        |
        +-- 新手? -> 阅读 {SKILL_BASE}/resources/templates/beginner-workflow.md
        |                 (7步Clay工作流:导入 -> 补全 -> 合并 -> 验证 -> 企业摘要 -> 匹配度检查 -> 推送)
        |
        +-- 进阶用户? -> 链式流程: define-icp -> source-companies -> find-contacts -> qualify-accounts -> clean-validate -> deduplicate
        |
        +-- ABM场景? -> 链式流程: account-selection -> persona-mapping -> source-companies -> find-contacts -> qualify-accounts -> clean-validate

Full Workflow Template

完整工作流模板

For users asking for a complete list building workflow, read the beginner workflow template:
  • File: Read
    {SKILL_BASE}/resources/templates/beginner-workflow.md
  • Steps: Import Data -> Enrich Emails -> Merge Columns -> Validate -> Company Summary (GPT-4 mini) -> Check Fit (Claude) -> Push to Sequencer
  • Key principle: Cheap AI for scraping, smart AI for interpretation, conditional formulas everywhere
当用户请求完整的列表构建工作流时,请阅读新手工作流模板:
  • 文件: 阅读 {SKILL_BASE}/resources/templates/beginner-workflow.md
  • 步骤: 导入数据 -> 补全邮箱 -> 合并列 -> 验证 -> 企业摘要(GPT-4 mini)-> 匹配度检查(Claude)-> 推送至序列器
  • 核心原则: 用低成本AI做数据抓取,用智能AI做解读,全程使用条件公式

Reference Files

参考文件

Load the appropriate reference based on the sub-skill being invoked:
  • ICP, scoring, boolean search, Sales Nav filters, ABM -> Read
    {SKILL_BASE}/resources/sales-navigator-guide.md
  • Lead sources, Clay Find People, webhooks, import methods -> Read
    {SKILL_BASE}/resources/lead-sources-guide.md
  • Email/phone verification, bounce management, data decay, list hygiene -> Read
    {SKILL_BASE}/resources/data-validation.md
  • Step-by-step Clay pipeline, AI model selection, conditional formulas -> Read
    {SKILL_BASE}/resources/templates/beginner-workflow.md
  • Qualification workflow: ColdIQ tier system, weighted scoring, Clay AI prompts, real examples, good list template -> Read
    {SKILL_BASE}/resources/templates/qualification-workflow.md
根据调用的子技能加载对应的参考资料:
  • ICP、评分、布尔搜索、Sales Nav筛选器、ABM -> 阅读 {SKILL_BASE}/resources/sales-navigator-guide.md
  • 线索来源、Clay Find People、Webhooks、导入方法 -> 阅读 {SKILL_BASE}/resources/lead-sources-guide.md
  • 邮箱/电话验证、退信管理、数据衰减、列表维护 -> 阅读 {SKILL_BASE}/resources/data-validation.md
  • 分步Clay流程、AI模型选择、条件公式 -> 阅读 {SKILL_BASE}/resources/templates/beginner-workflow.md
  • 资质审核工作流:ColdIQ层级体系、加权评分、Clay AI提示词、真实案例、优质列表模板 -> 阅读 {SKILL_BASE}/resources/templates/qualification-workflow.md

Advanced List Building Resources

进阶列表构建资源

  • 62+ underused data sources by category -> Read
    {SKILL_BASE}/resources/list-building-advanced/list-building-data-sources.md
  • ICP deep-dives, multi-source workflows, Apollo+Clay template -> Read
    {SKILL_BASE}/resources/list-building-advanced/list-building-deep-dives.md
  • 100+ industry-specific directories for scraping -> Read
    {SKILL_BASE}/resources/list-building-advanced/list-building-directories.md
  • 8-phase quality list building framework -> Read
    {SKILL_BASE}/resources/list-building-advanced/list-building-framework.md
  • 62+个按类别划分的未充分利用数据源 -> 阅读 {SKILL_BASE}/resources/list-building-advanced/list-building-data-sources.md
  • ICP深度解析、多源工作流、Apollo+Clay模板 -> 阅读 {SKILL_BASE}/resources/list-building-advanced/list-building-deep-dives.md
  • 100+个行业特定的可抓取目录 -> 阅读 {SKILL_BASE}/resources/list-building-advanced/list-building-directories.md
  • 8阶段高质量列表构建框架 -> 阅读 {SKILL_BASE}/resources/list-building-advanced/list-building-framework.md

ABM Resources

ABM资源

  • Account selection framework, revenue reverse-engineering, staging -> Read
    {SKILL_BASE}/resources/abm/account-selection-framework.md
  • Persona mapping, buying committee, messaging matrix -> Read
    {SKILL_BASE}/resources/abm/persona-mapping-framework.md
  • 客户选择框架、收入反向推导、分层管理 -> 阅读 {SKILL_BASE}/resources/abm/account-selection-framework.md
  • 角色画像映射、采购委员会、消息矩阵 -> 阅读 {SKILL_BASE}/resources/abm/persona-mapping-framework.md

Key Numbers to Remember

需牢记的关键数据

  • 2,500 — Sales Navigator max results per search (bypass by segmenting)
  • 22-30% — Annual email decay rate
  • <1% — Target bounce rate for campaigns
  • 95%+ — Target email deliverability
  • 100 points — ICP scoring system (Tier A: 90-100, B: 70-89, C: 50-69, D: <50)
  • 10-50 accounts — Tier 1 ABM (1:1 custom)
  • 30 days — Re-verify lists older than this
  • 2500 — Sales Navigator单次搜索的最大结果数(可通过细分绕过)
  • 22-30% — 邮箱地址年衰减率
  • <1% — 营销活动的目标退信率
  • 95%+ — 目标邮箱送达率
  • 100分 — ICP评分体系(A级:90-100分,B级:70-89分,C级:50-69分,D级:<50分)
  • 10-50个客户 — 1级ABM(1:1定制化)
  • 30天 — 超过此时长的列表需重新验证

Response Format

响应格式

  1. Identify which sub-skill(s) the user needs
  2. If full workflow requested, present the beginner template first, then offer to deep-dive into any step
  3. Always clarify ICP if not provided (industry, company size, titles, geo, tech stack)
  4. Provide specific, actionable steps with tool recommendations
  5. Include relevant numbers (list size estimates, cost expectations, timeline)
  1. 确定用户需要的子技能
  2. 若用户请求完整工作流,先展示新手模板,再提供深入解析任意步骤的选项
  3. 若未提供ICP信息,务必明确确认(行业、企业规模、职位、地域、技术栈)
  4. 提供具体、可执行的步骤及工具推荐
  5. 包含相关数据(列表规模预估、成本预期、时间线)