ceo-delegation
CEO式任务委派工作流程。当收到任何任务时使用此流程:不亲自执行,而是派发子代理执行、监控进度、汇报、验收。适用于需要高效并行处理多任务的场景。
Why use this skill?
Learn how to use the CEO Delegation skill to automate task management. Scale your OpenClaw agent by spawning sub-agents for execution, monitoring, and quality assurance.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/eisonme/ceo-delegationWhat This Skill Does
The ceo-delegation skill transforms your OpenClaw agent into a high-level manager, implementing an efficient, non-blocking task orchestration workflow. Instead of performing tasks itself, the agent utilizes a delegated architecture where it assigns, monitors, reviews, and validates work performed by specialized sub-agents. This approach ensures maximum concurrency, high-quality output through mandatory double-blind review cycles, and prevents the main process from being blocked by time-consuming operations.
Installation
To integrate this skill into your environment, run the following command:
clawhub install openclaw/skills/skills/eisonme/ceo-delegation
Use Cases
- Project Management: Scaling complex tasks like full-stack software development or multi-chapter content writing.
- Automated Quality Assurance: Ensuring that any generated output undergoes an independent check by a secondary agent before final delivery.
- Parallel Processing: Handling resource-intensive tasks such as software compilation, large-scale data migrations, or complex system configurations without interrupting the master agent's availability.
- High-Reliability Operations: Implementing a 'manager-worker-reviewer' hierarchy to minimize errors and enforce quality standards.
Example Prompts
- "I need to develop a React dashboard for my inventory system; please handle the coding and quality assurance for me."
- "Research the latest trends in renewable energy for Q3 and write a 2000-word report, ensuring it is verified for factual accuracy."
- "Install the necessary dependencies for the backend microservice and configure the database connection settings, then confirm everything is running smoothly."
Tips & Limitations
- Strict Resource Management: Always use
sessions_spawnfor tasks exceeding 30 seconds to keep your main agent thread responsive. - Model Selection: Align your model choice with the task complexity. Use 'opus' for high-reasoning tasks like coding or creative writing, and 'glm' for operational tasks like file management or validation to optimize costs.
- Monitoring: The skill requires persistent supervision. Ensure you check
sessions_listregularly to maintain visibility on progress. - Independence: The reviewer must be a distinct agent instance from the executor to ensure an objective quality assessment. Do not skip the review phase for critical production-ready tasks.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-eisonme-ceo-delegation": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution, file-write, file-read, external-api