What problem does it solve?
When an OpenAI Codex session is interrupted, compacted, forked, or stuck, picking up the work in a new agent context risks losing the original goal, repeating rejected approaches, or duplicating completed work. This Skill reconstructs the verified session lineage and rebuilds the unfinished business task before continuing.
Core Features & Use Cases
- Verified history receipt: Requires the read-codex-history Skill to confirm the exact Session ID, fork/compaction lineage, and inherited byte boundaries before any continuation.
- Continuation contract: Rebuilds the original business outcome, unfulfilled requests, user corrections, proven assets, and the next direct action from evidence rather than agent narration.
- Reality reconciliation: Verifies current workspace state (branch, files, commits, external jobs) so recorded-but-failed actions are not assumed complete.
- Use Case: A user says "Codex hit a usage limit mid-refactor, session ID abc123 — pick it up here." The Skill verifies the rollout lineage, confirms which edits actually landed, and finishes the remaining refactor without rerunning completed steps.
Quick Start
Continue the interrupted Codex session with ID abc123 and finish the task it was working on.