Task Delegation

When a subtask should run on a different agent (Codex/Claude/Gemini) → delegate and track cross-agent execution.

cklxx Updated

File contents

task-delegation

跨 Agent 任务分发:将子任务委派给外部 CLI agent 执行。

调用

python3 skills/task-delegation/run.py dispatch --agent codex --task 'fix the bug in main.go'
python3 skills/task-delegation/run.py list

cklxx/elephant.ai/tree/main/skills/task-delegation commit cd2c2acb97

Frequently asked questions

npx skillmds@latest add cklxx/task-delegation