Install
$ agentstack add skill-sjh6229-agent-continuity-agent-continuity ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Agent Continuity
Use this skill to keep long-running project work resumable through short, privacy-first continuity notes.
Initialize Workflow
Use this workflow when a user wants to start a long-running project, set up continuity notes, create handoff docs, or prepare work that will continue across sessions.
- Identify the actual target project folder. Do not create continuity notes in a scratch directory unless the scratch directory is the user's actual project.
- Read project instructions first, especially
AGENTS.md,CLAUDE.md, or nested instruction files. - If the target folder or tracked work is unclear, ask one concise question before creating files:
What long-running work should these notes track, and what is the first success criterion? - If
docs/or continuity files already exist, do not overwrite them. Read existing notes, then create only the missing files that are needed. - Create or update
docs/START_HERE.md,docs/CURRENT_STATE.md,docs/PROGRESS.md, anddocs/DECISIONS.mdusingreferences/state-notes.md. - Keep initial notes neutral and minimal when details are not yet known. Do not invent project history, decisions, blockers, or verification results.
- Verify the created files exist and contain only the minimum state needed to resume.
- Report the created files and the first recommended next action.
Start Workflow
- Identify the actual target project folder. Do not assume the current scratch directory is the project if the user names another folder.
- Read project instructions first, especially
AGENTS.md,CLAUDE.md, or nested instruction files. - If
docs/START_HERE.mdexists, read it before project notes. - If
docs/CURRENT_STATE.mdexists, read it before proposing or resuming work. - Read only the needed parts of
docs/PROGRESS.md; prefer recent entries or targeted search. - Read
docs/DECISIONS.mdwhen implementation direction, stack, data model, or operational policy matters. - State success criteria and verification method before editing when project instructions require it.
- If code or document edits need approval, show a short plan and wait.
During Work
- Keep every changed line tied to the user's request, success criteria, or verification.
- Treat continuity notes as project-local state, not public output, personal memory, or chat history.
- Never store credentials, environment values, API keys, tokens, passwords, private keys, private URLs, customer data, personal identifiers, absolute local home paths, raw chat transcripts, or raw logs that may contain secrets.
- If sensitive context matters, write a generic redaction such as
private service,local config file, orredacted credential. - If the user asks for a narrow one-off task, do not update continuity notes unless the task clearly changes the long-running project state.
- If unrelated problems appear, report them instead of folding them into the current scope.
Closeout Workflow
Use references/state-notes.md when updating continuity files.
- Decide whether continuity notes need an update.
- Update when the task changed project state, left unresolved next actions, made a durable decision, or affects the next session.
- Skip when the task was read-only, exploratory, unrelated, or too narrow to change project state.
- Update
docs/CURRENT_STATE.mdas a short current snapshot only. - Append one dated entry to
docs/PROGRESS.md; do not rewrite old log entries. - Add to
docs/DECISIONS.mdonly for durable design, stack, data, workflow, or operational decisions. - Verify changed note files contain only the minimum state needed to resume.
- In the final report, include changed files, verification run, remaining blockers, and next action when useful.
- When reporting resume instructions, point the next session to
docs/START_HERE.mdfirst, thendocs/CURRENT_STATE.md.
Output Rules
- Keep final answers concise and in the user's language.
- Do not put prompt, agent, instruction, security-review, compliance, or process language into public deliverables.
- If Git work was involved and project instructions ask for it, report
git status, changed files, and raw test output.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sjh6229
- Source: sjh6229/agent-continuity
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.