Orchestrate CEOClaw workflows, route specialist tasks, request human approvals, and summarize project state.
Use this skill when the task requires the CEO Agent to coordinate the multi-agent system.
This skill is responsible for:
Use this skill when the user is:
Map task types to specialist agents as follows:
research, competitor scan, social listening, validation brief -> research-agent
marketing strategy, campaign design, seo, messaging, virtual testing -> marketing-agent
product strategy, feature planning, pricing, onboarding, ux, iteration -> product-agent
customer discovery, outreach, lead qualification, sales execution -> sales-agent
metrics, roi, funnel analysis, performance monitoring -> monitoring-agent
landing page, simple web product, deployable web artifacts -> web-agent
Human approval is required before:
When routing a task, run:
python scripts/ceo/route_task.py
--project-id "<project_id>"
--task-type "<task_type>"
--summary "<task_summary>"
When requesting human approval, run:
python scripts/ceo/request_human_approval.py
--project-id "<project_id>"
--decision-type "<decision_type>"
--summary "<decision_summary>"
--recommendation "<recommendation>"
When summarizing project state, run:
python scripts/ceo/summarize_project.py
--project-id "<project_id>"