What problem does it solve? When Codex usage quota hits 0%, in-progress work often loses its context, next actions, and unresolved items, forcing a costly reconstruction after the reset. This Skill keeps one goal continuable across quota exhaustion by recording a restart-ready continuation packet before waiting. ## Core Features & Use Cases - Continuation Packet Recording: Captures the goal, completed work, artifact paths, unresolved items, and the exact first action to take after recovery. - Explicit Wait Conditions: Records whether resumption depends on the next 5-hour reset, the weekly reset, or an unknown recovery point, without guessing reset times. - Drift-Checked Resume: Re-validates scope, branch state, and upstream changes before resuming substantive work after a long wait. - Use Case: A long-running Codex coding task exhausts usage mid-way. The Skill stops new work, writes a continuation packet with the exact next action, waits for the 5-hour reset, then resumes from the recorded state instead of recomputing the task. ## Quick Start Ask the agent to continue the current goal in goal mode so that when Codex usage reaches 0% it records a continuation packet and resumes after the next reset.