원클릭으로
team
Use when starting or continuing a Markdown-only Agent Team Mission with Claude Code or Codex background Agents and no Mexus server.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when starting or continuing a Markdown-only Agent Team Mission with Claude Code or Codex background Agents and no Mexus server.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | team |
| description | Use when starting or continuing a Markdown-only Agent Team Mission with Claude Code or Codex background Agents and no Mexus server. |
| argument-hint | "<request>" [--name <mission-name>] |
/mexus-skill:teamUse this skill when the user invokes /mexus-skill:team "<request>".
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.
Immediately refine the generated agents.md and kanban.md so the Mission has the right execution Agents and actionable worker tasks before you report back to the user.
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-skill:team must finish with a planned roster and planned kanban tasks for execution Agents.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 from the Ars Goetia / Lesser Key of Solomon name set.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 or continuing the Mission, tell the user:
/mexus-skill:board can open a local read-only board.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 summarizing a Markdown-only Agent Team Mission from local files.
Use when stopping the local Web board for a Markdown-only Agent Team Mission.
Use when a Mexus-launched agent should show a local Web board for repository Agent Team Mission files.