원클릭으로
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.