campaign-creation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Campaign Creation Skill

活动创建Skill

Create LinkedIn outreach campaigns with multi-touch messaging sequences targeting specific lead lists.
创建针对特定潜在客户列表、包含多触点消息序列的LinkedIn外联活动。

Process

流程

Step 0: Load Defaults

步骤0:加载默认配置

Check for saved decisions:
Read
.business_growth/sales/DECISIONS.md
if it exists. This provides:
  • Problem we solve (for value prop messaging)
  • Buyer persona (for tone and framing)
  • Target industries (for relevant examples)
If DECISIONS.md exists: Ask: "Want to use your saved buyer profile for messaging, or customize for this campaign?"
  • (A) Use defaults → Pre-fill value proposition, skip those questions
  • (B) Customize → Ask campaign-specific messaging questions
检查已保存的决策:
如果存在
.business_growth/sales/DECISIONS.md
文件,则读取该文件。它提供以下信息:
  • 我们解决的问题(用于价值主张消息撰写)
  • 买家角色(用于语气和框架设计)
  • 目标行业(用于相关案例参考)
若DECISIONS.md存在: 询问:“是否要使用已保存的买家档案来撰写消息,还是针对本次活动进行自定义?”
  • (A) 使用默认配置 → 预填充价值主张,跳过相关问题
  • (B) 自定义 → 询问本次活动专属的消息相关问题

Step 1: Resolve Campaign Context

步骤1:确定活动上下文

If
campaign_id
provided:
  • Verify the campaign folder exists at
    .business_growth/sales/campaigns/<campaign_id>/
  • Load
    LIST.md
    and
    icp.md
    from the campaign folder
If
campaign_id
not provided:
  1. Check for existing campaigns in
    .business_growth/sales/campaigns/
  2. If campaigns exist, ask user:
    • (A) Create new campaign → Generate a meaningful snake_case name (e.g.,
      campaign_fintech_vp_eng
      )
    • (B) Add to existing campaign → Select from available campaigns
  3. If no campaigns exist, create a new one
Establish
campaign_id
before proceeding. Load the campaign's
LIST.md
and
icp.md
if they exist.
如果提供了
campaign_id
  • 验证活动文件夹是否存在于
    .business_growth/sales/campaigns/<campaign_id>/
  • 从活动文件夹中加载
    LIST.md
    icp.md
    文件
如果未提供
campaign_id
  1. 检查
    .business_growth/sales/campaigns/
    目录下是否有现有活动
  2. 若存在现有活动,询问用户:
    • (A) 创建新活动 → 生成一个有意义的蛇形命名名称(例如:
      campaign_fintech_vp_eng
    • (B) 添加至现有活动 → 从可用活动中选择
  3. 若没有现有活动,则创建一个新活动
在继续下一步前确定
campaign_id
。如果活动的
LIST.md
icp.md
文件存在,则加载它们。

Step 2: Define Campaign Strategy

步骤2:定义活动策略

Ask user about campaign goals and messaging (skip questions answered in DECISIONS.md if using defaults):
  1. Campaign Goal: What's the desired outcome?
    • Book meetings
    • Generate interest
    • Share content
    • Event invitations
  2. Value Proposition: What's the main value for prospects? (may come from DECISIONS.md)
    • Problem you solve
    • Key benefits
    • Differentiation
  3. Social Proof: What credibility elements to include?
    • Customer logos
    • Metrics/results
    • Awards/recognition
  4. Call to Action: What should prospects do?
    • Reply to message
    • Book a call
    • Visit landing page
询问用户关于活动目标和消息的相关问题(如果使用默认配置,则跳过DECISIONS.md中已回答的问题):
  1. 活动目标:期望达成的结果是什么?
    • 预约会议
    • 激发兴趣
    • 分享内容
    • 活动邀请
  2. 价值主张:为潜在客户提供的核心价值是什么?(可能来自DECISIONS.md)
    • 解决的问题
    • 核心优势
    • 差异化特点
  3. 社交证明:需要包含哪些可信度元素?
    • 客户标志
    • 数据/成果
    • 奖项/认可
  4. 行动号召(CTA):潜在客户需要采取什么行动?
    • 回复消息
    • 预约通话
    • 访问落地页

Step 3: Design Message Sequence

步骤3:设计消息序列

Create a multi-touch sequence. Recommended structure:
StepTypeTimingPurpose
1Connection RequestImmediateInitial outreach
2Welcome MessageOn acceptBuild rapport
3Value Message+3 daysShare value
4Follow-up+5 daysRe-engage
5Break-up+7 daysFinal attempt
For each step, create:
  • Template: Message text with personalization tokens
  • Subject (for InMails): Compelling subject line
  • Personalization notes: What to customize per lead
创建一个多触点序列。推荐结构如下:
步骤类型时间安排目的
1连接请求立即发送初始外联
2欢迎消息对方接受连接后建立信任关系
3价值消息+3天传递价值
4跟进消息+5天重新激活互动
5收尾消息+7天最后尝试
为每个步骤创建以下内容:
  • 模板:包含个性化令牌的消息文本
  • 主题(针对InMail):有吸引力的主题行
  • 个性化说明:针对每个潜在客户的自定义内容

Step 4: Create Message Templates

步骤4:创建消息模板

Write templates using personalization tokens:
  • {{first_name}}
    - Lead's first name
  • {{company}}
    - Lead's company
  • {{title}}
    - Lead's job title
  • {{headline}}
    - Lead's headline
  • {{custom}}
    - Custom personalization from research
Example Connection Request:
Hi {{first_name}}, I noticed you're leading {{title}} at {{company}}.

I've been helping similar teams [value prop]. Would love to connect and share some insights that might be relevant.
使用个性化令牌编写模板:
  • {{first_name}}
    - 潜在客户的名字
  • {{company}}
    - 潜在客户的公司
  • {{title}}
    - 潜在客户的职位
  • {{headline}}
    - 潜在客户的个人简介标题
  • {{custom}}
    - 通过调研得到的自定义个性化内容
连接请求示例:
Hi {{first_name}}, I noticed you're leading {{title}} at {{company}}.

I've been helping similar teams [value prop]. Would love to connect and share some insights that might be relevant.

Step 5: Save Campaign

步骤5:保存活动

Save to the campaign folder established in Step 1.
Create
.business_growth/sales/campaigns/<campaign_id>/CAMPAIGN.md
:
markdown
undefined
保存到步骤1中确定的活动文件夹。
创建文件
.business_growth/sales/campaigns/<campaign_id>/CAMPAIGN.md
,内容如下:
markdown
undefined

Campaign: <Campaign Name>

活动:<活动名称>

Metadata

元数据

  • Campaign ID: <campaign_id> # e.g., campaign_fintech_vp_eng
  • Status: pending
  • Created: <ISO timestamp>
  • Last Updated: <ISO timestamp>
  • 活动ID(Campaign ID): <campaign_id> # 例如:campaign_fintech_vp_eng
  • 状态(Status): pending
  • 创建时间(Created): <ISO时间戳>
  • 最后更新时间(Last Updated): <ISO时间戳>

Goal

目标

<campaign objective>
<活动目标>

Messaging Strategy

消息策略

Value Proposition

价值主张

<core value prop>
<核心价值主张>

Social Proof

社交证明

<credibility elements>
<可信度元素>

Call to Action

行动号召

<desired action>
<期望行动>

Sequence

消息序列

Step 1: Connection Request

步骤1:连接请求

  • Type: connection_request
  • Timing: Immediate
  • Template:
<connection request template>
  • 类型: connection_request
  • 时间安排: 立即发送
  • 模板:
<连接请求模板>

Step 2: Welcome Message

步骤2:欢迎消息

  • Type: message
  • Timing: On connection accept
  • Template:
<welcome message template>
  • 类型: message
  • 时间安排: 对方接受连接后
  • 模板:
<欢迎消息模板>

Step 3: Value Message

步骤3:价值消息

  • Type: message
  • Timing: 3 days after Step 2
  • Template:
<value message template>
  • 类型: message
  • 时间安排: 步骤2后3天
  • 模板:
<价值消息模板>

Step 4: Follow-up

步骤4:跟进消息

  • Type: message
  • Timing: 5 days after Step 3
  • Template:
<follow-up template>
  • 类型: message
  • 时间安排: 步骤3后5天
  • 模板:
<跟进消息模板>

Step 5: Break-up

步骤5:收尾消息

  • Type: message
  • Timing: 7 days after Step 4
  • Template:
<break-up template>
  • 类型: message
  • 时间安排: 步骤4后7天
  • 模板:
<收尾消息模板>

Performance Metrics

绩效指标

  • Leads Targeted: <count from list>
  • Connection Requests Sent: 0
  • Connections Accepted: 0
  • Messages Sent: 0
  • Replies Received: 0
  • Meetings Booked: 0
  • 目标潜在客户数: <列表中的数量>
  • 已发送连接请求数: 0
  • 已接受连接数: 0
  • 已发送消息数: 0
  • 已收到回复数: 0
  • 已预约会议数: 0

Notes

备注

<any additional context> ```
<其他补充说明>
undefined

Step 6: Confirm and Provide Next Steps

步骤6:确认并提供后续步骤

Summarize the campaign:
  • Target list and lead count
  • Sequence length and timing
  • Key messaging themes
Suggest next steps (pass
campaign_id
to each):
  1. Review and edit templates as needed
  2. Use
    /opportunity-master:lead-research <campaign_id>
    to personalize for top prospects
  3. Use
    /opportunity-master:campaign-execution <campaign_id>
    to start outreach
总结活动内容:
  • 目标列表和潜在客户数量
  • 序列长度和时间安排
  • 核心消息主题
建议后续步骤(每个步骤都需传入
campaign_id
):
  1. 根据需要审核和编辑模板
  2. 使用
    /opportunity-master:lead-research <campaign_id>
    为重点潜在客户进行个性化设置
  3. 使用
    /opportunity-master:campaign-execution <campaign_id>
    启动外联

Template Best Practices

模板最佳实践

Connection Requests (300 char limit)

连接请求(300字符限制)

  • Keep under 250 characters for full visibility
  • Reference something specific about them
  • Don't pitch in the connection request
  • End with reason to connect
  • 控制在250字符以内以确保完整展示
  • 提及与对方相关的具体内容
  • 不要在连接请求中进行推销
  • 结尾说明连接的理由

Direct Messages

直接消息

  • Personalize opening line
  • Keep first message short (2-3 sentences)
  • Focus on their problems, not your product
  • Clear, low-friction CTA
  • No attachments in first message
  • 个性化开头
  • 第一条消息保持简短(2-3句话)
  • 聚焦对方的问题,而非你的产品
  • 清晰、低门槛的行动号召(CTA)
  • 第一条消息不要添加附件

Follow-ups

跟进消息

  • Reference previous message
  • Add new value (insight, content, case study)
  • Vary the approach each time
  • Know when to stop (3-5 touches max)
  • 提及之前的消息
  • 添加新的价值(见解、内容、案例研究)
  • 每次采用不同的方式
  • 知道何时停止(最多3-5次触达)

Campaign Statuses

活动状态

StatusMeaning
pending
Created but not started
running
Actively executing sequence
paused
Temporarily stopped
done
Sequence completed for all leads
状态含义
pending
已创建但未启动
running
正在执行序列
paused
暂时停止
done
已为所有潜在客户完成序列执行