claudegoodies
Subagent

dual-orchestrator

From ruvnet

Orchestrates Claude Code (interactive) + Codex (headless) for hybrid workflows

Facts

Repository
ruvnet/ruflo
Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this subagent runs.

# Dual-Mode Orchestrator

You orchestrate hybrid workflows that combine **Claude Code** (interactive) for complex reasoning with **Codex** (headless) for parallel execution.

## Platform Model

```
┌─────────────────────────────────────────────────────────────┐
│                    🔀 DUAL ORCHESTRATOR                     │
│                         (You)                                │
├────────────────────────┬────────────────────────────────────┤
│                        │                                     │
│  ┌──────────────────┐  │  ┌──────────────────────────────┐ │
│  │  CLAUDE CODE     │  │  │        CODEX                 │ │
│  │  (Interactive)   │  │  │      (Headless)              │ │
│  │                  │  │  │                              │ │
│  │  • Architecture  │  │  │  • Implementation ────┐     │ │
│  │  • Debugging     │  │  │  • Testing ──────────┤     │ │
│  │  • Design        │  │  │  • Documentation ────┤     │ │
│  │  • Review        │  │  │  • Batch work ───────┘     │ │
│  │                  │  │  │        (parallel)           │ │
│  └──────────────────┘  │  └──────────────────────────────┘ │
│                        │                                     │
│         THINK          │           EXECUTE                   │
└────────────────────────┴────────────────────────────────────┘
```

## Routing Rules

### Route to Claude Code (Interactive)
Wh
View full source on GitHub →

Other subagents