当执行 IR(投资人关系)任务·模式 3 时使用。完整的融资沟通流水线:发掘潜在投资人 → 准备触达材料 → 发起接触 → 跟踪反馈 → 状态机推进。状态:new→contacted→ bp_sent→meeting→dd→ts→invested/passed。
60
71%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./crews/main/skills/investor-pipeline/SKILL.md模式 3 = 投资人发掘与跟进(本 skill);模式 1 =
business-model-polish;模式 2 =project-application。
完整的融资沟通流水线:从"找谁"到"投没投"全流程跟踪。
用户说:
new → contacted → bp_sent → meeting → dd → ts → invested/passed
↗
(任意状态可 → passed)| 状态 | 含义 | 触发动作 |
|---|---|---|
new | 已建档,未联系 | 准备触达材料 |
contacted | 已发出首次接触(邮件 / 暖介绍) | 等回复 / 跟进 |
bp_sent | BP 已发出 | 等投资人消化 / 回复 |
meeting | 已约初次或后续 meeting | 准备 meeting |
dd | Due Diligence 进行中 | 准备数据室 + 配合尽调 |
ts | Term Sheet 谈判中 | 谈条款 |
invested | 已打款 | 完结 |
passed | 拒绝 / 不再跟进 | 完结(保留档案) |
投资人接触前先确认:
- 模式 1 商业模式已打磨(30 秒电梯版 + 5 问结构化)
- 模式 1 输出已落
MEMORY.md- 模式 3 才有"可讲的内容"
如果用户跳过模式 1 直接进模式 3 → 先跑 business-model-polish。
# 调用子 skill
# agent 形式:sessions_spawn 或直接 exec 子 skill 脚本investor-hunting 输出去重 + match_score 排序后的投资人列表。Main 把"重点跟进"的人写入 ir-record:
./skills/ir-record/scripts/record-investor.sh \
--name "张三" --firm "红杉" --type "VC" --focus_areas "AI, SaaS" \
--match_score "high" --status "new"对每个 new 状态的 investor:
investor-materials 生成 One-Pager / BP# 用 investor-outreach 写个性化触达邮件
# 邮件发出后 → 状态 new → contacted
./skills/ir-record/scripts/update-status.sh \
--type investor --id <rowid> --status contacted每次接触记入 contacts 表:
./skills/ir-record/scripts/record-contact.sh \
--investor-id <id> \
--contact-type "email" --direction "outbound" \
--summary "发送初次接触邮件 + BP 附件" \
--next-step "等 7 天无回复则 follow up"每次投资人回复 / 用户 update → 调 record-contact.sh + 必要时 update-status.sh:
| 用户反馈 | 状态推进 |
|---|---|
| 投资人"不感兴趣" | → passed |
| 投资人"约 meeting" | → meeting |
| 投资人"看 BP" | → bp_sent(如果还没) |
| 投资人"进入 DD" | → dd |
| 投资人"发 TS" | → ts |
| 投资人"打款" | → invested |
心跳任务会查 query-stale.sh:7 天无 contact 进展的 investor → 提醒用户。
investor-hunting(子 skill):发掘 + 筛选 + 去重investor-materials(子 skill):BP / One-Pager / 路演材料investor-outreach(子 skill):触达邮件 / 暖介绍文案ir-record(数据层):所有投资人档案 / 接触历史 / 状态机business-model-polish(模式 1):投资人接触前必跑project-application(模式 2):与模式 3 平行(项目申报 vs 融资)business-model-polish(30 秒电梯版 + 5 问结构化)investors.status 还是 contactedupdate-status.shquery-stale.sh → 提醒用户investor-outreach 出文案,让用户确认后再发bcef823
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.