一键导入
mission-archive
Archive a Mission and close its Mission Panes through the Mexus CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Archive a Mission and close its Mission Panes through the Mexus CLI.
用 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-archive |
| description | Archive a Mission and close its Mission Panes through the Mexus CLI. |
| argument-hint | <name> [--force] |
/mission-archiveUse this skill when the user invokes /mission-archive <name> [--force].
Validate that <name> is present. Preserve --force only when the user passed it. Then run one of:
mexus mission archive <name>
mexus mission archive <name> --force
If the CLI reports MissionArchiveBlockedError, HTTP status 409, or a running-pane archive refusal, print this actionable guidance:
Mission has running Panes. Either close them with `mexus pane close <id>` or re-run with `--force` to close them automatically.
Otherwise, pass through the CLI success or failure output without inventing extra archive state.