一键导入
task-coordination
Use when coordinating multiple concurrent tasks — tracking processing markers, managing task dependencies, and handling concurrent execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when coordinating multiple concurrent tasks — tracking processing markers, managing task dependencies, and handling concurrent execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when you need to interact with the AgentHub Controller — create tasks, create workers, check status, send heartbeat.
Use when inspecting, registering, summarizing, or handing off task artifacts.
Use when deciding whether existing Workers can handle a goal or whether a new Worker/team should be proposed.
Use when you need to manage Matrix rooms, send messages, or handle room participants.
Use when a Worker, RuntimeLease, Matrix binding, task, or artifact pipeline is stale, failed, or blocked.
Use when managing shared task files and artifact storage. Coordinate file handoffs between workers via shared storage.
| name | task-coordination |
| description | Use when coordinating multiple concurrent tasks — tracking processing markers, managing task dependencies, and handling concurrent execution. |
Manage concurrent task execution with dependency tracking and processing markers.
When multiple tasks run concurrently, use processing markers to track which tasks are active:
# Check active tasks in a run
agenthub run status --id <run-id>
# List tasks and their statuses
agenthub task list --run <run-id>
Tasks can declare dependencies on other tasks. The platform handles dependency resolution:
pending status.--run to group related tasks under a single orchestration run.agenthub run status and intervene if needed.