ワンクリックで
mission-agent-remove
Remove an Agent roster entry from the active Mission agents.md without closing panes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Remove an Agent roster entry from the active Mission agents.md without closing panes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| name | mission-agent-remove |
| description | Remove an Agent roster entry from the active Mission agents.md without closing panes. |
| argument-hint | <agent-name> |
/mission-agent-removeUse this skill when the user invokes /mission-agent-remove <agent-name>.
This command edits only the active Mission's agents.md. It does not close panes, does not touch kanban, and does not modify other Mission files.
Validate that <agent-name> is present.
Run mexus mission active --json and parse <active>. If no active Mission exists, fail clearly.
Read agent-team/missions/<active>/agents.md.
Remove the row for <agent-name> from ## Agent Names.
Remove the full ## Agent: <agent-name> section, from that heading up to the next ## Agent: heading or end of file.
Preserve all other Agent sections and the Inbox Protocol section.
Run mexus pane list --mission <active> --json. If any returned Pane has mission.agentName === <agent-name>, print exactly:
Note: Pane <id> still has mission.agentName=<agent-name>; close it via `mexus pane close <id>` if it should not continue receiving Inbox events.
Show the proposed agents.md edit to Squad Lead for review before saving. Save only after Squad Lead accepts.