From agent-session-resume
Resumes prior AI coding-agent sessions from transcripts, chat logs, summaries, or artifacts by reconstructing context, extracting classified tasks, validating workspace via git, and continuing unfinished steps.
npx claudepluginhub hacktivist123/agent-session-resume --plugin agent-session-resumeThis skill uses the workspace's default tool permissions.
Resume prior coding-agent work with continuity. The agent must reconstruct what happened before acting, then continue from the real stopping point.
Resume work from prior session via handoff file. Triggers "resume", "continue where we left off", "pick up where", "last session", "previous work".
Use when the user wants to continue work from one agent in another agent, inspect recent sessions, or summarize a saved session or checkpoint for handoff
Manages context handoffs between AI coding sessions. Detects HANDOFF.md files on startup, trigger words like 'handoff' or 'resume', and suggests transfers at milestones or session ends.
Share bugs, ideas, or general feedback.
Resume prior coding-agent work with continuity. The agent must reconstruct what happened before acting, then continue from the real stopping point.
Identify the source.
references/.Locate the transcript or best available substitute.
Read the full available session record before taking action.
Reconstruct context.
Extract tasks.
DONE: completed and verified, or clearly no longer needed.PARTIALLY DONE: started but missing implementation, tests, review, commit, push, or user confirmation.NOT DONE: not started or only discussed.Validate against the workspace.
Continue from the first unfinished step.
references/claude-code.md.references/codex.md.references/antigravity.md.references/opencode.md.Before continuing execution, report:
Brief context summary
Task status breakdown
Clear next action
Then continue immediately unless blocked.
DONE only because it was planned.PARTIALLY DONE only because it appeared in a plan; there must be evidence work started.