# Resume Handoff

> Resume work from a handoff stored under .ai/shared/handoffs. Use when a user asks to resume a handoff, provides a handoff path, or provides a ticket ID like ENG-1234.

- **Type:** Skill
- **Install:** `agentstack add skill-danaidev-agent-skills-resume-handoff`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [DanAIDev](https://agentstack.voostack.com/s/danaidev)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [DanAIDev](https://github.com/DanAIDev)
- **Source:** https://github.com/DanAIDev/agent-skills/tree/main/skills/resume-handoff

## Install

```sh
agentstack add skill-danaidev-agent-skills-resume-handoff
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Resume Handoff

## Overview
Read a handoff document, validate its context against the current repo state, and propose a concrete next-step plan before changing code.

## Entry Handling

### A) Path provided
- Read the handoff file fully.
- Read any referenced artifacts (plans, research, specs) the handoff calls out.
- Validate file references from “Recent Changes” and “Learnings”.
- Summarize findings and propose next actions; ask for confirmation.

### B) Ticket provided (e.g., ENG-1234)
- Look for handoffs in `.ai/shared/handoffs/ENG-1234/`.
- List files in the directory and select the most recent by the filename timestamp `YYYY-MM-DD_HH-mm-ss`.
- If no files exist, ask the user for the path.
- Then follow the same flow as “Path provided.”

### C) No parameter provided
Respond with a short prompt asking for either a path or a ticket ID, and offer an example.

## Analysis Flow

1) **Ingest handoff content**
- Extract tasks and statuses, recent changes, learnings, artifacts, and action items.

2) **Read referenced artifacts**
- Read any linked documents, especially under:
  - `.ai/shared/plans/`
  - `.ai/shared/research/`
  - other explicit paths mentioned in the handoff

3) **Validate against repo state**
- Confirm file references still exist.
- Check for divergences (missing files, moved code, changed behavior).

4) **Report and confirm**
Present a structured summary and ask for confirmation before making changes.

Use this response pattern:
```
I've analyzed the handoff from [date] by [author].

Original tasks:
- [Task] — [Status in handoff] → [Current verification]

Key learnings (validated):
- [Learning] — [Still valid / changed]

Recent changes (verified):
- [path/to/file.ext:line] — [Present / missing / modified]

Artifacts reviewed:
- [doc] — [key takeaway]

Recommended next actions:
1. [Action]
2. [Action]

Shall I proceed with action 1, or do you want to adjust the approach?
```

## Guidelines
- Be thorough but concise; focus on what enables the next agent to act.
- Do not assume the handoff state is still valid; verify.
- Avoid big code blocks; use file references.
- Ask for confirmation before making code changes.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [DanAIDev](https://github.com/DanAIDev)
- **Source:** [DanAIDev/agent-skills](https://github.com/DanAIDev/agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-danaidev-agent-skills-resume-handoff
- Seller: https://agentstack.voostack.com/s/danaidev
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
