continuity

Writes a continuity brief summarizing the conversation so a fresh agent session can resume work.

Updated May 11, 2026
One-click install
npx skills add https://github.com/cloudofgeorge/AI-hands-Engineer --skill continuity-cloudofgeorge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuity
Source: https://github.com/cloudofgeorge/AI-hands-Engineer/tree/main/skills/productivity/continuity
Command: npx skills add https://github.com/cloudofgeorge/AI-hands-Engineer --skill continuity-cloudofgeorge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a conversation ends or context runs out, the next agent session starts blind. This Skill captures the current state of work in a compact continuity brief so a fresh agent or session can pick up exactly where things left off. ## Core Features & Use Cases - Session Handoff Summaries: Generates a concise brief of the current conversation saved to the OS temporary directory, not the workspace. - Suggested Skills Section: Recommends which skills the next agent should invoke to continue the work. - Deduplication and Redaction: References existing artifacts (PRDs, plans, ADRs, commits) by path instead of duplicating them, and strips sensitive data like API keys and passwords. - Use Case: Before ending a long debugging or planning session, invoke this Skill with a note like "next session will implement the auth module" to produce a tailored handoff document. ## Quick Start Ask the agent to create a continuity brief for the next session, optionally describing what that session will focus on.

Frequently Asked Questions about continuity

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

FAQPage Schema
How do I hand off work between AI agent sessions?

Invoke the continuity skill before ending a session. It writes a brief summarizing the conversation to your OS temporary directory, which a fresh agent can read to resume the work without losing context.

How to preserve context when the conversation gets too long?

Generate a continuity brief that captures decisions, progress, and next steps in a compact document. The brief references existing artifacts like plans and commits by path rather than duplicating their content.

Where is the continuity brief saved?

The brief is saved to the temporary directory of your operating system, not the current workspace. This keeps the handoff document separate from project files and artifacts.

Does the continuity brief include sensitive information?

No. The skill explicitly redacts sensitive information such as API keys, passwords, and personally identifiable information before writing the brief.

Can I customize the continuity brief for a specific next task?

Yes. Pass an argument describing what the next session will focus on, and the skill tailors the brief accordingly, including a suggested skills section for the incoming agent.