What problem does it solve? When working with multiple AI coding executors, deciding which one should handle a given task is error-prone and inconsistent. This Skill provides a task-characteristic routing matrix that dispatches work to Claude or Codex based on risk level, context dependency, and task type, with built-in retry, timeout, and fallback handling. ## Core Features & Use Cases - Dispatch Policy Matrix: Routes high-risk changes (auth, payments, migrations) to Claude, mechanical batch patches to Codex, and cross-file refactors to Claude based on context dependency. - Executor Reliability Management: Implements retry on failure, 180-second timeout handling, rate-limit backoff, and automatic degradation from Codex to Claude. - Cross-Review Mode: Supports Codex and Gemini as independent review perspectives via [C] and [G] parameters with weighted multi-model arbitration. - Use Case: During a ce:work session, after the task list is created, the routing decision sends a bulk rename operation to Codex while keeping an authentication refactor on Claude, logging the decision to state.md. ## Quick Start Ask the assistant to decide whether the current task should be dispatched to Codex or executed by Claude using the codex-first routing policy.