Agent Team Kit — 多代理团队 Kit
v1.0.0框架 enabling AI 多代理团队s to self-manage work 队列s, clear 角色s, continuous discovery, and proactive operation via a heartbeat process.
运行时依赖
安装命令
点击复制技能文档
多代理团队 Kit — 技能.md
A 框架 for self-sustAIning AI 多代理团队s.
What This Is
A complete team process kit for OpenClaw 代理s that enables:
Self-服务 work 队列s — 代理s pick up tasks without human 机器人tlenecks Clear 角色 ownership — Everyone knows who does what Continuous discovery — Work flows in automatically Proactive operation — The team 运行s itself via heartbeat Quick 启动
- Copy the Process Files
This 创建s:
process/INTAKE.md — The 5-phase work loop process/角色S.md — 角色 definitions process/OPPORTUNITIES.md — Raw ideas/discoveries process/BACK记录.md — Triaged work 队列 process/状态.md — Who's working on what
- 添加 Heartbeat Config
Merge templates/HEARTBEAT.md into your existing HEARTBEAT.md:
cat 技能s/代理-team-kit/templates/HEARTBEAT.md >> HEARTBEAT.md
Or copy it directly if you don't have one yet.
- Customize 角色s
Edit process/角色S.md to match your team:
Rename 角色s to fit your domAIn 添加/移除 specialized execution 角色s 更新 the human lead section with your name The Intake Loop DISCOVER → TRIAGE → READY → 执行 → FEEDBACK ↑ ↓ └──────────────────────────────────────┘
Discover — Find opportunities (Scout 角色) Triage — Decide what's ready (Rhythm 角色) Ready — Self-服务 队列 (any 代理) 执行 — Do the work (as签名ed 代理) Feedback — Learn and spawn new ideas (completing 代理) Core 角色s 角色 Mission Owns Scout 🔍 Find opportunities OPPORTUNITIES.md, discovery Rhythm 🥁 Keep work flowing BACK记录.md, triage Harmony 🤝 Keep team 健康y Unblocking, retros [Human] Strategic direction Hard calls, spawning
Execution 角色s (spawn as needed):
Link 🔗 — 构建器 Pixel 🎨 — De签名er Sage 🦉 — Architect Echo 📢 — Voice Spark ✨ — Creative Key Principles Self-服务
If it's in Ready, any 代理 can pick it up. No 应用roval needed.
Clear Ownership
Every phase has ONE owner. No ambi图形界面ty.
Always 记录
Ideas, discoveries, completions — if you don't 记录 it, it didn't h应用en.
Spawn, Don't Solo
MAIn 代理 coordinates. Sub-代理s 执行. Don't do everything yourself.
File Structure process/ ├── INTAKE.md # How the loop works (reference) ├── 角色S.md # Who does what ├── OPPORTUNITIES.md # Raw discoveries (anyone 添加s) ├── BACK记录.md # Triaged work (Rhythm mAIntAIns) └── 状态.md # Current activity (self-更新d)
HEARTBEAT.md # Proactive 检查 triggers
Heartbeat Integration
添加 to your heartbeat 检查s:
Team 健康 (运行 hourly)
- [ ] OPPORTUNITIES.md stale? → Spawn Scout
- [ ] Ready 队列 empty? → Alert Rhythm
- [ ] Active work stuck >2h? → Nudge owner
- [ ] Any unresolved blockers? → Harmony
The heartbeat keeps the loop spinning even when the human isn't watching.
Customization 添加ing a New 角色
Define in 角色S.md:
Mission (one sentence) Owns (what they're responsible for) Cadence (how often they work) 输出s (what they produce)
更新 the ownership matrix
添加 spawn criteria in INTAKE.md if needed
Changing the Loop
The 5-phase loop is flexible. Adapt it:
添加 验证 gates between phases Split 执行 into parallel 追踪s 添加 应用roval 检查points (if your domAIn requires it) Anti-Patterns
❌ Human manually 添加s every task → Use triage 角色 instead ❌ WAIting for 权限 to pick up work → Ready = fAIr game ❌ One 代理 does everything → Spawn specia列出s ❌ Ideas stay in heads → 记录 to OPPORTUNITIES.md ❌ Heartbeat just returns OK → Actually 检查 the loop
指标 (Optional)
追踪 team 健康:
Cycle time — OPPORTUNITIES → DONE 队列 depth — Items in Ready (健康y: 5-15) Stale items — Days since last triage Spawn rate — Sub-代理s 创建d per day
The 系统 运行s itself. Your job is to trust it.