mit einem Klick
team
// Use when a Mexus-launched agent should start or continue an Agent Team Mission using Markdown kanban coordination.
// Use when a Mexus-launched agent should start or continue an Agent Team Mission using Markdown kanban coordination.
| name | team |
| description | Use when a Mexus-launched agent should start or continue an Agent Team Mission using Markdown kanban coordination. |
/teamUse this skill when the user invokes /team "<request>".
This is the Mexus-bundled Team entrypoint. It creates or repairs repository-local Agent Team Markdown files, then asks the active runtime to execute through kanban.
Preserve the user's request exactly enough for the Mission to reason from it.
Choose a short Mission name. If the user passes --name, use that value. Otherwise derive a stable slug from the request.
From the repository root, run:
node packages/mexus-plugin/scripts/start-mission.mjs --request "<request>" --name <mission-name>
If the current working directory is not the Mexus repository, resolve the script from the plugin root and pass --root "$PWD".
Read the generated agent-team/missions/<mission-name>/kanban.md.
Act as Squad Lead for the first task:
kanban.md as the Mission evolves.Tell the user they can run /board to watch the kanban.
Every agent prompt created by this skill or by the Squad Lead must include:
To: <AgentName>.kanban.md for task state.packages/mexus-plugin.Use when showing a Web board for a Markdown-only Agent Team Mission without a Mexus server.
Use when opening a RoundTable proposal in the active Markdown-backed Agent Team Mission.
Use when executing the next tasks from a Markdown-backed Agent Team kanban with Claude Code or Codex background Agents.
Use when starting or continuing a Markdown-only Agent Team Mission with Claude Code or Codex background Agents and no Mexus server.
Use when summarizing a Markdown-only Agent Team Mission from local files.
Use when stopping the local Web board for a Markdown-only Agent Team Mission.