원클릭으로
swarm-init
Initialize a Ruflo swarm and coordinate Codex-native follow-up work
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Initialize a Ruflo swarm and coordinate Codex-native follow-up work
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run one Codex-managed autopilot iteration using Ruflo MCP or CLI state
Use learned patterns and current state to predict the optimal next Codex action
Discover and recommend ruflo plugins based on your workflow, installed MCP tools, and current task
Initialize a new Ruflo project with MCP tools, hooks, and agent configuration
Observe Ruflo swarm status from Codex with bounded checks
Create a new sequentially numbered database migration with up/down SQL files
| name | swarm-init |
| description | Initialize a Ruflo swarm and coordinate Codex-native follow-up work |
| argument-hint | [--topology hierarchical|mesh|ring] |
| allowed-tools | Bash(npx *) mcp__claude-flow__swarm_init mcp__claude-flow__swarm_status |
Initialize a hierarchical swarm for coordinated multi-agent work. Ruflo records swarm state; Codex remains responsible for executing the actual code and shell work.
Via MCP: mcp__claude-flow__swarm_init({ topology: "hierarchical", maxAgents: 8, strategy: "specialized" })
Or via CLI:
npx @claude-flow/cli@latest swarm init --topology hierarchical --max-agents 8 --strategy specialized
After initialization, continue work in Codex immediately. Use Codex spawn_agent only when the user explicitly asks for subagents, delegation, or parallel agent work. When subagents are authorized, give each worker a bounded task and disjoint file ownership, and do not wait for Ruflo to execute code on its own.
For larger teams or cross-module efforts, use hierarchical-mesh topology:
npx @claude-flow/cli@latest swarm init --topology hierarchical-mesh --max-agents 15 --strategy specialized
Codex replacement for Claude Code team primitives:
spawn_agent only after explicit user authorization.send_input to coordinate with an existing authorized subagent.