원클릭으로
switch
Prepare or launch a safe artifact-based OMB provider switch from the current interactive session to another provider.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prepare or launch a safe artifact-based OMB provider switch from the current interactive session to another provider.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Full autonomous execution from idea to working code
N coordinated agents on shared task list using tmux-based orchestration
Team worker protocol (ACK, mailbox, task lifecycle) for tmux-based OMB teams
Cancel any active OMB mode (autopilot, ralph, ultrawork, ecomode, ultraqa, swarm, ultrapilot, pipeline, team)
Stateful validator-gated research loop with native-hook persistence
Setup and configure oh-my-codebuddy using current CLI behavior
| name | switch |
| description | Prepare or launch a safe artifact-based OMB provider switch from the current interactive session to another provider. |
<Supported_Providers>
codebuddy, codex, claude, gemini.codebuddy, codex, claude.gemini may be used for artifact/review workflows when supported by the handoff artifact layer, but do not launch it as a leader unless OMB leader support exists.
</Supported_Providers><Execution_Policy>
continue after a prepared switch, continue only the safest missing switch step (usually review or launch), not unrelated implementation work.<Argument_Parsing> Parse the user prompt for:
$switch, to, or provider.--task <text>: current task summary for the target provider.--launch: create/review the artifact and start a new tmux-backed target-provider OMB session.Infer when available:
OMB_LEADER_CLI or equivalent session context; otherwise use unknown or omit --from only if the CLI will infer it.unknown.
</Argument_Parsing><Workflow_No_Launch>
For $switch <provider> without --launch:
omb handoff --to <provider> --from <current-provider> --mode <current-mode> --task "<task>"
omb review --handoff latest --with <provider>.omb/handoffs/latest.mdomb switch --to <provider> --handoff latest --launch for leader providers.I will stop editing in this session now.
</Workflow_No_Launch><Workflow_With_Launch>
For $switch <provider> --launch:
omb handoff --to <provider> --from <current-provider> --mode <current-mode> --task ....omb review --handoff latest --with <provider>.<provider> is a leader provider, run:
omb switch --to <provider> --handoff latest --launch.omb/handoffs/latest.md.New <provider> session is ready: <tmux-session-name>. Switch with: tmux switch-client -t <session> or attach with: tmux attach -t <session>. I will stop editing in this session now.
</Workflow_With_Launch><State_Semantics>