team-workflow
MCP operation notes for Team work. Load before using this Team's TeamMate tools, provider-exposed channel tools, cron tools, or Team channel binding tools.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
MCP operation notes for Team work. Load before using this Team's TeamMate tools, provider-exposed channel tools, cron tools, or Team channel binding tools.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Deterministic multi-agent orchestration with workflow_run, workflow_status, workflow_stop, and workflow_list. Load for staged, parallel, or pipelined TeamMate work that should produce one terminal result.
The development process for changing the dreamux repo itself, for a TeamLeader coordinating TeamMates. Use when implementing any non-trivial change — a feature, a refactor, or a fix. Covers landing a spec, resident-panel review across spec, implementation, fixes, and exact final heads, opening a PR to the default branch, and the gate before the operator sees it.
MCP operation notes for Dispatcher orchestration. Load before using TeamMate, Team, channel, or cron tools, including spawning or messaging TeamMates, creating or routing Teams, replying through provider-exposed channel tools, and managing cron jobs.
Dreamux host operation notes. Load when diagnosing or operating dreamux serve, daemon startup, doctor/status results, dispatcher health, missing replies, stuck turns, restart behavior, config/state/run/log paths, bundled-skill injection, access state, or runtime app-server readiness.
| name | team-workflow |
| description | MCP operation notes for Team work. Load before using this Team's TeamMate tools, provider-exposed channel tools, cron tools, or Team channel binding tools. |
spawn, send, close, list, status, history, last, and
get_capabilities operate on this Team's TeamMates only.spawn.name_prefix is only a requested label; use the returned concrete
teammate.name for every later send, status, last, or close.spawn does not accept a repo selector. Team-scoped TeamMates share the Team
workspace selected when the Team was created.send submits a follow-up and can reattach to a resumable closed TeamMate
from the recorded runtime session.spawn or send, wait for the TeamMate completion that
Dreamux pushes into the current context. Use status, last, or history
for explicit status checks, recovery, or suspected delivery failure.history is compact recovery search for this Team's TeamMates. last reads
recent settled turns by concrete name without starting a runtime.get_capabilities.agent_runtimes[].id for spawn.agent_runtime.team MCP exposes only bind_channel and transfer_back in this
context.bind_channel({ channel_id?, meta }) binds an unowned channel target to this
Team. The exact same explicit binding is safe to repeat. The operation
refuses a target already owned by another Team or managed by a collaboration
route.transfer_back({ channel_id?, meta }) releases a bound channel target from
this Team when the tool call succeeds. It is a routing-only state change with
no channel-message side effect.meta is provider-defined. Use the active tool schema and tool result as the
authority for the target selector and routing outcome.cron_create, cron_list, cron_update, cron_delete, and cron_run_now
operate on durable jobs for this TeamLeader.cron_run_now fires one stored job once now, still respecting defer-until-idle;
treat it as an explicit execution of that job prompt.