AhmedMerza

Handover Resume — Development skill for Claude Code

Development community

Reload a saved handover plan from .claude/handover/, re-sync it against current code, and re-anchor this session to continue the work.

How to install Handover Resume

Installs to ~/.claude/skills/ahmedmerza-agent-skills-handover-resume/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ahmedmerza-agent-skills-handover-resume && curl -fsSL https://raw.githubusercontent.com/AhmedMerza/agent-skills/HEAD/commands/handover-resume.md -o ~/.claude/skills/ahmedmerza-agent-skills-handover-resume/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Handover Resume does


description: Reload a saved handover plan from .claude/handover/, re-sync it against current code, and re-anchor this session to continue the work. argument-hint: "[slug] (optional; lists available plans if omitted or ambiguous)" allowed-tools: Bash(git branch:*), Bash(ls:*), Bash(git status:*), Read, Grep, Glob, Edit

You are resuming work from a previously saved handover plan (written by `/handover-save`).

1. Locate the plan

  • If $ARGUMENTS names a slug, read `.claude/handover/

Alternatives in Development

  • Engage.Pickup — Resume an engagement from the engine trace — skip completed steps, continue where you left off 348 ★
  • Superpowers To Watchtower — Use when a superpowers plan (writing-plans / brainstorming output saved locally) is ready and you want durable 130 ★
  • Handover — /handover - Structured Session Handover 112 ★

Full documentation available on GitHub

View Source Repository