What problem does it solve?
This Skill streamlines complex, multi-step tasks by intelligently delegating bounded work to Claude Code CLI, allowing Codex to maintain lead developer oversight.
Core Features & Use Cases
- Task Decomposition: Breaks down large tasks into smaller, manageable sub-tasks.
- Delegation: Assigns specific sub-tasks to Claude Code CLI for execution.
- Parallel Execution: Runs independent Claude sessions concurrently to save time.
- Context Isolation: Uses worktrees for risky or concurrent edits, ensuring a clean environment.
- Custom Agents: Defines specialized Claude sub-agents for recurring roles.
- Use Case: When tasked with refactoring a large module, this Skill can decompose the work, delegate boilerplate code generation to Claude, and manage the integration of changes while Codex focuses on the core architecture.
Quick Start
Use the orchestrate skill to split the task of implementing the user authentication flow into smaller sub-tasks and delegate them to Claude Code.