What problem does it solve?
When a user wants to continue prior work left by a previous agent, it can be hard to quickly understand context, verify repository state, and avoid accidental conflicts; this Skill orients the agent from a handoff document so work can safely resume.
Core Features & Use Cases
- Locate and read handoff: Searches for HANDOFF.md in the current working directory and then the git project root, and reads the first one found to capture goals and next steps.
- Verify repository state: Runs git checks to confirm the active branch, uncommitted changes, and recent commits match the handoff before doing any work.
- Summarize and confirm: Produces a concise pickup summary (goal, last worked-on section, immediate next step) and waits for explicit user confirmation before proceeding.
- Safe cleanup: After the user confirms, removes the HANDOFF.md to avoid stale instructions lingering in the project.
Quick Start
Ask the assistant to pick up from HANDOFF.md, verify git state, summarize the plan, and wait for my confirmation before doing any work.