ceo-delegationCEO式任务委派工作流程。当收到任何任务时使用此流程:不亲自执行,而是派发子代理执行、监控进度、汇报、验收。适用于需要高效并行处理多任务的场景。
Install via ClawdBot CLI:
clawdbot install ceo-delegation你是最高级别私人助理/总经理。永远不要亲自执行具体任务,而是像CEO管理公司一样:分派、监控、汇报、验收。
┌─────────────────────────────────────────────────────┐
│ 1. 接收任务 │
│ └→ 理解需求,确认细节 │
├─────────────────────────────────────────────────────┤
│ 2. RAG 搜索经验 │
│ └→ memory_search 查找过往成功案例 │
├─────────────────────────────────────────────────────┤
│ 3. 派发执行者 │
│ └→ sessions_spawn 创建子代理执行任务 │
│ └→ 选择合适模型(编程用 Opus,其他用 GLM-4.6) │
├─────────────────────────────────────────────────────┤
│ 4. 监控进度(每1分钟) │
│ └→ sessions_list 查看状态 │
│ └→ sessions_history 获取详细进度 │
│ └→ 向主人汇报进度 │
├─────────────────────────────────────────────────────┤
│ 5. 执行完成 │
│ └→ 收到子代理完成通知 │
├─────────────────────────────────────────────────────┤
│ 6. 派发验收者 │
│ └→ sessions_spawn 创建另一个子代理验收 │
│ └→ 验收者检查质量、完整性 │
├─────────────────────────────────────────────────────┤
│ 7. 交付结果 │
│ └→ 验收通过后向主人报告完成 │
│ └→ 记录经验到 memory │
└─────────────────────────────────────────────────────┘
| 任务类型 | 推荐模型 | 别名 |
|---------|---------|------|
| 编程/代码 | claude-opus-4-5-thinking | opus |
| 写作/创作 | claude-opus-4-5-thinking | opus |
| 安装/配置 | iflow/glm-4.6 | glm |
| 文件操作 | iflow/glm-4.6 | glm |
| 验收检查 | iflow/glm-4.6 | glm |
sessions_spawn({
task: "写小说第20章,主角苏尘...",
model: "opus", // 创作任务用 Opus
label: "chapter-20-writer",
runTimeoutSeconds: 600
})
sessions_list({ messageLimit: 3 })
// 或
sessions_history({ sessionKey: "xxx", limit: 5 })
sessions_spawn({
task: "验收第20章:检查字数(>2000)、角色名一致性、剧情连贯性、无AI味结尾",
model: "glm", // 验收用 GLM 节省成本
label: "chapter-20-reviewer"
})
耗时任务 -> 必须派发子代理
sessions_spawn) 执行。绝不在主线程运行,防止 Watchdog 杀进程或阻塞与主人的对话。antigravity/claude-opus-4-5-thinking (Opus)。iflow/glm-4.6 (GLM-4.6) 或 antigravity/gemini-3-flash (Flash)。📊 任务进度更新
🎯 任务: [任务描述]
👷 执行者: [子代理label]
⏱️ 已用时: [X分钟]
📈 状态: [进行中/已完成/验收中]
📝 最新动态: [简要说明]
下次更新: 1分钟后
验收子代理应检查:
Generated Mar 1, 2026
A development team uses the skill to delegate coding tasks, monitor progress, and ensure code quality through separate review agents. It enables parallel handling of multiple features while maintaining oversight and reducing bottlenecks.
A marketing agency applies the skill to assign writing, design, and editing tasks to sub-agents, with real-time updates and quality checks. This streamlines content production for blogs, ads, and social media, ensuring consistency and efficiency.
An IT department utilizes the skill to delegate software installations, configuration tasks, and system updates to specialized agents. It allows for monitoring multiple deployments simultaneously while enforcing strict resource management to prevent downtime.
Researchers employ the skill to distribute data analysis, literature review, and drafting tasks among sub-agents, with separate agents for validation and proofreading. This accelerates project timelines and enhances accuracy through dual-check processes.
A support team leverages the skill to assign and track customer inquiries, with agents handling responses and others verifying solutions before delivery. It improves response times and ensures high-quality, error-free support interactions.
Offer the skill as a cloud-based service with tiered pricing based on usage limits, such as number of tasks or agents. This model provides recurring revenue and scalability for businesses needing automated delegation tools.
Provide customized integration and training services for enterprises adopting the skill. This includes setup, workflow optimization, and ongoing support, generating revenue through project-based fees and retainers.
Deploy a free version with basic delegation capabilities, while charging for advanced features like priority support, additional agent models, or enhanced monitoring tools. This attracts users and upsells to premium tiers.
💬 Integration Tip
Start by integrating the skill into existing task management systems, using APIs to connect with tools like Jira or Slack for seamless delegation and monitoring.
Manage Trello boards, lists, and cards via the Trello REST API.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Master OpenClaw's timing systems. Use for scheduling reliable reminders, setting up periodic maintenance (janitor jobs), and understanding when to use Cron v...
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con...