with one click
mission
// Use when starting a new Markdown-only Agent Team Mission with Claude Code or Codex background Agents and no Mexus server.
// Use when starting a new Markdown-only Agent Team Mission with Claude Code or Codex background Agents and no Mexus server.
Use when showing a Web board for a Markdown-only Agent Team Mission without a Mexus server.
Use when resuming an existing active Markdown-backed Agent Team Mission in a later Claude Code or Codex session.
Use when opening a RoundTable proposal in the active Markdown-backed Agent Team Mission.
Use when summarizing a Markdown-only Agent Team Mission from local files.
| name | mission |
| description | Use when starting a new Markdown-only Agent Team Mission with Claude Code or Codex background Agents and no Mexus server. |
| argument-hint | "<request>" [--name <mission-name>] |
/mexus-team:missionUse this skill when the user invokes /mexus-team:mission "<request>".
This skill only creates a new Mission. To continue an already-active Mission, use /mexus-team:continue instead. A <request> argument is required.
This is a standalone Agent Team workflow. It must not call mexus, create panes, use Mission Inbox, or rely on external A2A messaging. Communication happens through agent-team/ Markdown files, especially kanban.md.
Starting a Mission makes it the only active Mission in the workspace. Any previous active Mission is archived by changing its mission.md lifecycle to Lifecycle: archived.
Preserve the user's request.
Choose a Mission name from --name or derive a short slug.
Run the standalone script from this plugin:
node <plugin-root>/scripts/start-mission.mjs --root "$PWD" --name <mission-name> --request "<request>"
Read:
agent-team/mission-workflow.mdagent-team/missions/<mission-name>/mission.mdagent-team/missions/<mission-name>/agents.mdagent-team/missions/<mission-name>/kanban.mdagent-team/missions/<mission-name>/roundtable.mdAct as Squad Lead.
Refine the generated agents.md and kanban.md so the Mission has the right execution Agents and actionable worker tasks.
After the roster and kanban are planned, start (or reuse) the read-only board so the user can watch execution:
node <plugin-root>/scripts/start-board.mjs --root "$PWD" --host 0.0.0.0
The script reuses a board that is already running for this project and only prints its URL; it starts a fresh board only when none is alive. Print the board URL to the user.
kanban.md, Squad Lead dispatches the next background Agents itself. The user does not run a command for in-session follow-up; /mexus-team:continue is only for resuming a Mission in a later session.Squad Lead is a fixed coordination role name. Do not rename it, and do not consume one of the execution Agent names for Squad Lead./mexus-team:mission must finish with a planned roster, planned kanban tasks, a running board, and the first background Agents dispatched.agent-team/agents.md as the long-term repository roster. Reuse existing Agents when their module history fits, and add new Agents only when no close owner exists.agent-team-mission-workflow: short stable names drawn at random from the Ars Goetia / Lesser Key of Solomon name set, never sequential placeholders. A name must not repeat another Agent in this Mission or in agent-team/agents.md.From must be Squad Lead or an executing Agent, never User.kanban.md with status, Result, Files, Verification, and Updated before reporting back.From reviews the completed task and fills Review.kanban.md with the reason in Updated.roundtable.md for decisions that affect multiple Agents, shared interfaces, mission scope, product direction, sequencing, acceptance criteria, or major risk trade-offs.Every background Agent prompt must include:
kanban.md.Done.Review for the task publisher.After creating the Mission, tell the user: