What problem does it solve? Long-running Codex Desktop tasks often block on multi-hour calls, lose state on retry, and leave approvals invisible to orchestrators. This Skill provides a durable MCP control plane with retry-safe operations, Plan Mode workflows, and poll-based status tracking. ## Core Features & Use Cases - Durable Async Operations: Submit a task, receive an operationId immediately, and poll until completion with SQLite-backed persistence. - Retry Safety & Plan Mode: Reusing a client_request_id returns the existing operation instead of duplicating it, and plan workflows support review, feedback, approval, and execution phases. - Diagnostics & Approvals: Expose pending approvals as pollable state, collect runtime diagnostics, analyze issues, and run dry-run repairs. - Use Case: An orchestrator agent submits a multi-hour database migration prompt to Codex Desktop, polls the workflow until the plan is ready, approves it, and reads the final report without ever blocking on a single call. ## Quick Start Install the server with pipx, run the admin init and hooks install commands, then ask your agent to submit a Codex task with a client_request_id and poll its operation status until it completes.