What problem does it solve? Long-running game development projects lose continuity when conversations end, sessions change, or work transfers between executors. This Skill rebuilds current project state from the repository at an exact commit SHA instead of relying on past chat history, and governs when and how work is handed off. ## Core Features & Use Cases - Fresh-read resume: Reconstructs project identity, current goal, protected scope, next safe action, and evidence ceiling from the repository's AGENTS.md, decisions, and asset manifest without requiring prior conversation. - Mode-based context management: Supports context-refresh, resume, session-handoff, conditional Codex implementation handoff, legacy Notion migration resume, and post-merge reconciliation modes. - Capability-based executor selection: Continues approved work in the current session when tools allow, and creates a handoff only for an actual capability gap or explicit user request. - Use Case: A new chat opens on a Godot game project. The Skill reads the repository at its exact SHA, rebuilds what is done, what is blocked, and what is verified versus NOT_RUN, then either continues the approved work or produces a bounded handoff contract. ## Quick Start Resume my game project by fresh-reading the repository at its current main SHA and tell me the current goal, protected scope, and next safe action.