agentic-engineering-continuity

Resumes and recovers Agentic Engineering projects from durable repository state.

Updated Jul 19, 2026
One-click install
npx skills add https://github.com/DagimAlemayehuu/AgenticEngineering --skill agentic-engineering-continuity-dagimalemayehuu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agentic-engineering-continuity
Source: https://github.com/DagimAlemayehuu/AgenticEngineering/tree/main/agentic-engineering/skills/agentic-engineering-continuity
Command: npx skills add https://github.com/DagimAlemayehuu/AgenticEngineering --skill agentic-engineering-continuity-dagimalemayehuu

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about agentic-engineering-continuity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume an Agentic Engineering project in a new chat?▼

Invoke the continuity skill at the start of the new chat. It reads durable project state from the repository, then reports the current phase, verified evidence, unresolved decisions, and one next safe action without requiring you to repeat context.

How does project recovery work after an interrupted agent session?▼

The skill reads durable repository artifacts such as project-state records and provider/workspace records rather than chat history. It produces a recovery summary or a redacted handoff and stops before changing scope or dispatching new work.

Can the continuity skill update project state based on chat conversation?▼

No. It updates state only when a matching durable artifact exists in the repository. Claims made in chat without verified evidence are never treated as complete progress.

When should I use the continuity skill versus a phase-specific skill?▼

Use continuity when the next safe action is unclear, at the start of a new chat, or after an interruption. Use a focused phase skill only when the phase boundary is already known and verified.

What are the limitations of state-based project recovery?▼

Recovery quality depends entirely on durable artifacts written to the repository. If prior work was never recorded as verified evidence or state files, the skill cannot reconstruct it and will report the gap instead of guessing.