Help us improve
Share bugs, ideas, or general feedback.
From dev-team-kit-fv
Creates a forward-looking handoff package for another agent, model, or human to continue a task without session context. Useful when delegating, switching sessions, or handing off between pipeline steps.
npx claudepluginhub felvieira/claude-skills-fv --plugin dev-team-kit-fvHow this skill is triggered — by the user, by Claude, or both
Slash command
/dev-team-kit-fv:45-handoff-context [--feature=<nome>] [--target=human|agent|fresh-session][--feature=<nome>] [--target=human|agent|fresh-session]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Inspiracao:** [mattpocock/skills/productivity/handoff](https://github.com/mattpocock/skills/tree/main/skills/productivity/handoff) (MIT).
Produces a handoff document so a fresh agent can continue work from the current session. Handles both mid-arc continuation and backlog handoffs.
Creates structured handoff documents with session accomplishments, pause points, and key files for seamless session continuation.
Compacts the current session into a handoff document so another agent or fresh session can continue the work. Use when handing off, transferring context, or starting a parallel agent.
Share bugs, ideas, or general feedback.
Inspiracao: mattpocock/skills/productivity/handoff (MIT). Adaptado pra distinguir explicitamente de
skill 31 (session-summary)(retrospectivo).
| Skill 31 session-summary | Skill 44 handoff-context (esta) | |
|---|---|---|
| Foco temporal | Retrospectivo (o que foi feito) | Prospectivo (o que falta + como continuar) |
| Audiencia | Proxima sessao minha (mesmo modelo, contexto recuperavel) | Outro agente / dev humano / sessao fresh cego |
| Formato | Log markdown com decisoes e wikilinks | Pacote acionavel: setup commands + estado + 1 proximo passo |
| Trigger natural | Fim de sessao (auto-save) | "passar bastao", "delega", "outro vai continuar" |
| Output dir | D:\claude-memory\logs\ ou local | docs/handoffs/YYYY-MM-DD-<feature>.md |
| Reuso esperado | "lembrar depois" | "executar agora sem perguntar" |
Resumo: session-summary registra, handoff-context delega.
Segue GLOBAL.md, policies/handoffs.md (canonica), policies/persistence.md,
policies/token-efficiency.md, policies/verification-before-completion.md
(handoff so quando estado e verificavel).
git status --short
git branch --show-current
git log --oneline -5
Capturar:
Listar:
Nao gerar roadmap. Um proximo passo concreto com:
Se houver mais de um proximo passo possivel, escolher o mais bloqueador ou pedir AskUserQuestion.
Coisas que voce descobriu nesta sessao que economizam tempo pra quem chega:
Salvar em docs/handoffs/YYYY-MM-DD-<slug>.md:
---
date: YYYY-MM-DD
feature: <nome>
target: human | agent | fresh-session
status: blocked | in-progress | ready-for-review
inspired-by: skill 44 handoff-context
---
# Handoff: <feature>
## Setup (execute primeiro)
\`\`\`bash
git checkout <branch>
git pull
<comandos de setup>
\`\`\`
## Estado atual
- **Branch:** <branch> (X commits ahead/behind main)
- **Build:** verde | vermelho | nao tentado
- **Testes:** <pass>/<total> passam
- **Modificado:** <arquivos nao commitados>
## O que foi feito
- <decisoes ja tomadas — link pra session log>
- <implementado e funcional>
- <implementado mas nao testado>
## Proximo passo (UM)
<comando ou edicao especifica>
**Resultado esperado:** <output ou comportamento>
**Sucesso:** <criterio verificavel>
## Armadilhas (do que descobri)
- ⚠️ <coisa nao obvia 1>
- ⚠️ <coisa nao obvia 2>
## NAO faca
- ❌ <abordagem ja tentada e rejeitada>
- ❌ <suposicao errada que parece certa>
## Referencias
- session log: [[D:/claude-memory/logs/YYYY-MM-DD-...]]
- spec: <link>
- PRs relacionados: <links>
.md salvo + "Continue daqui".md como issue/PR descriptiondocs/handoffs/<arquivo>.md