ワンクリックで
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.