What problem does it solve? When a chat session ends, gets interrupted, or a new conversation starts, project context is lost and the next safe action becomes unclear. This Skill reconstructs the current project state from durable repository artifacts instead of relying on chat history, so work can resume without repeating context or inventing progress. ## Core Features & Use Cases - State Recovery: Reads durable project state, verified evidence, unresolved decisions, and provider/workspace records before asking the human to repeat anything. - Recovery Summaries & Handoffs: Reports the current phase and one next safe action in plain language, or produces a redacted handoff for another agent or session. - Guardrails Against False Progress: Updates state only when a matching durable artifact exists and stops before changing scope or dispatching work. - Use Case: After a week away from a project, start a new chat and ask the agent to resume; it reads the repository state files and tells you exactly which phase was verified, what decisions remain open, and the single next safe step. ## Quick Start Use $agentic-engineering-continuity to resume this project from its durable repository state and tell me the next safe action.