What problem does it solve? When work pauses or hands off between sessions, context about current focus, blockers, and next steps is lost. This Skill keeps an existing project's SESSION_STATE.md and AGENTS.md continuity section current so the next session can resume without guessing. ## Core Features & Use Cases - State Updates: Records current focus, active SPEC/PLAN, completed and in-progress work, blockers, findings, validation results, and next steps in the project-root SESSION_STATE.md. - Continuity Contract Enforcement: Ensures AGENTS.md contains exactly one Session continuity section with the required bullets, without duplicating or replacing existing content. - Safety Boundaries: Refuses to create missing files (routing to project-init instead), never reads secrets or .env contents, and never writes outside the resolved project root. - Use Case: Before ending a coding session, invoke this Skill to capture what was done, what validation ran, and what the next session should tackle first. ## Quick Start Update this project's SESSION_STATE.md with the current status, blockers, and next steps before I hand off to another session.