What problem does it solve? Long-running agents lose their working context when a session ends, a cron job fires, or context compaction occurs, forcing the next session to re-read freeform prose and guess what mattered. This Skill replaces that guesswork with a structured continuity snapshot and a deterministic resume brief. ## Core Features & Use Cases - Structured snapshots: Capture objective, decisions, next actions, open questions, artifacts, and context-used percentage to a versioned JSON schema (coord.teams.continuity.v1) via coord-engine continuity snapshot. - Deterministic resume: On wake, coord-engine continuity resume folds snapshots to the newest and prints a brief, with --max-age freshness checks and machine-readable error_code values. - Session-exit parking: continuity park snapshots every held role and sets each role doc's checkpoint_ref, failing loudly with CHECKPOINT NOT WRITTEN when nothing was saved. - Use Case: An agent working a reviewer role on a Fulcra team snapshots its progress before context runs out; a fresh cron session later runs resume and immediately sees the objective, open questions, and next actions without re-reading prose logs. ## Quick Start Ask the agent to run coord-engine continuity resume for your team and agent name to load the latest snapshot brief before starting new work.