What problem does it solve? Single-model coding sessions let the same model plan, write, and grade its own work, which hides bugs and weakens plans. This Skill enforces a split-stack pipeline where one model plans and reviews while a model from a different vendor executes via CLI handoff. ## Core Features & Use Cases - Three-Phase Pipeline: Plan with the session model, execute through a second-vendor coding CLI (reference: Codex gpt-5.5 at xhigh effort), then review the diff as untrusted contributor work. - Self-Contained Handoffs: Forwards tight prompts with acceptance criteria, test commands, pre-resolved guard checks, and sandbox fallback clauses so the executor needs no conversation history. - Review Verdicts and Fix Loops: Accepts, applies small mechanical fixes directly, or resumes the executor with findings, escalating after two failed round trips. - Use Case: Invoke /fable-codex before a substantive feature implementation so Claude plans the change, Codex writes the code in its sandbox, and Claude verifies every acceptance criterion before commit. ## Quick Start Invoke /fable-codex with the coding task you want run through the plan-execute-review pipeline.