# Paseo Handoff > Transfiere la tarea actual a otro agente con todo el contexto: decisiones, intentos fallidos y restricciones en un briefing autocontenido. Se activa con "handoff", "hand off" o "hand this to". Fuente: https://skillsagentes.com/skills/getpaseo/paseo/paseo-handoff Markdown: https://skillsagentes.com/skills/getpaseo/paseo/paseo-handoff.md Repositorio: https://github.com/getpaseo/paseo Autor: getpaseo Licencia: NOASSERTION Actualizado: hace 20 días Coste de contexto: 41 tok instalada, 612 tok al activarse, 612 tok con todos los archivos del bundle Bundle: 1 archivo, 2 KB Permisos que pide: ninguno declarado ## Instalación Un skill son archivos markdown: los mismos archivos valen para cualquier agente y lo único que cambia es el directorio de destino, es decir la bandera `--agent`. Añade `-g` para instalarlo en todos los proyectos de la máquina. ```bash # Claude Code npx -y skills add getpaseo/paseo --skill paseo-handoff --agent claude-code # Cursor npx -y skills add getpaseo/paseo --skill paseo-handoff --agent cursor # Codex npx -y skills add getpaseo/paseo --skill paseo-handoff --agent codex # Gemini CLI npx -y skills add getpaseo/paseo --skill paseo-handoff --agent gemini # Windsurf npx -y skills add getpaseo/paseo --skill paseo-handoff --agent windsurf # Cline npx -y skills add getpaseo/paseo --skill paseo-handoff --agent cline ``` ## Qué hace - Transfiere la tarea actual (contexto, decisiones, intentos fallidos, restricciones) a un agente fresco que arranca con cero contexto. - El prompt de handoff es un briefing autocontenido con secciones fijas: Task, Context, Relevant files, Current state, What was tried, Decisions, Acceptance criteria y Constraints. - Conserva la semántica de la tarea: investigar-solo pasa a "no editar archivos", arreglar a "implementa el fix", refactor a "refactor, no reescritura". - Elige el perfil por nombre explícito o por notas, y crea un workspace con `isolation: "worktree"` cuando se pide, con nombre de rama corto derivado de la tarea. - Devuelve el agente y el workspace al usuario; queda en tu pista de subagentes hasta que lo separe a mano, y no se hace polling. ## Cuándo usarla - El usuario dice "handoff", "hand off", "hand this to" o quiere pasar el trabajo a otro agente. ## Qué la activa - "Handoff de esta tarea a un agente en un worktree" - "Pasa esto a otro agente con todo el contexto" - "Hand off: implementar el fix que ya diseñamos" ## Antes de instalar - Necesita la skill paseo y un daemon de Paseo con perfiles de agente configurados (o el descubrimiento de proveedores como fallback). ## Archivos - SKILL.md — 2 KB ## SKILL.md Reproducido tal cual desde getpaseo/paseo bajo NOASSERTION. Esta sección es el documento original y está en inglés. # Handoff Skill Transfer the current task — context, decisions, failed attempts, constraints — to a fresh agent. The receiving agent starts with **zero context**, so the handoff prompt must be a self-contained briefing. **User's arguments:** $ARGUMENTS ## Prerequisites Read the **paseo** skill. Call `list_profiles` before choosing the receiving agent. Do not create it until you have read the configured profiles and their `notes`. ## Parsing arguments 1. **Agent profile** — explicit profile name first; otherwise choose the profile whose `notes` best match the work. Materialize it into `create_agent` as described by the **paseo** skill. If no profile fits, use Paseo's provider discovery fallback. 2. **Isolation** — "in a worktree" / "worktree" → create a workspace with `isolation: "worktree"`, using a short branch name derived from the task. 3. **Task description** — anything else the user said. ## The handoff prompt The receiving agent has zero context. Include: ``` ## Task [Imperative description.] ## Context [Why this task exists, required context.] ## Relevant files - `path/to/file.ts` — [what it is and why it matters] ## Current state [What's done, what works, what doesn't.] ## What was tried - [Approach] — [why it failed or was abandoned] ## Decisions - [Decision — rationale] ## Acceptance criteria - [ ] [Criterion] ## Constraints - [Must-not / must-preserve] ``` **Preserve task semantics.** Investigate-only → "DO NOT edit files." Fix → "implement the fix." Refactor → "refactor, not rewrite." Carry the user's exact intent. ## Launch Prepare the handoff in a dedicated workspace: 1. Select the current workspace or call `create_workspace` with the requested isolation. 2. Call `create_agent` with a `[Handoff] ` title, the briefing as initial prompt, and the selected `workspaceId` when explicit placement is needed. 3. Return the agent and workspace to the user, explaining that it remains in your subagent track until they detach it manually. Do not encode independence as a create mode and do not invoke CLI or wire-level detach operations. Detach is a user gesture in the subagents track. Do not wait or poll for the agent to finish. ## Dónde encaja - Categoría: [Automatización](https://skillsagentes.com/categorias/automatizacion.md) — Flujos de varios pasos que se ejecutan sin supervisión. - Creador: [getpaseo](https://skillsagentes.com/creators/getpaseo.md) — 8 skills en el directorio - [Todas las skills](https://skillsagentes.com/skills.md) - [Ranking de instalaciones](https://skillsagentes.com/ranking.md) ## Otras skills del mismo repositorio - [Paseo](https://skillsagentes.com/skills/getpaseo/paseo/paseo.md): Referencia de Paseo para gestionar proyectos, workspaces, scripts de workspace, agentes, schedules y heartbeats. Paseo es un daemon remoto que administra agentes de código y terminales, controlable por MCP o por CLI. - [Paseo Plugin](https://skillsagentes.com/skills/getpaseo/paseo/paseo-plugin.md): Construye y gestiona plugins locales de confianza para Paseo: crear, editar, instalar, recargar, activar, desactivar, quitar o depurar un plugin, añadir superficies nativas o de barra lateral, o añadir RPC y attachments del composer. - [Release Beta](https://skillsagentes.com/skills/getpaseo/paseo/release-beta.md): Corta una release beta de Paseo. Se activa con "release beta", "cut a beta", "ship a beta", "beta release" o "/release-beta", y sigue el Beta flow y su checklist en `docs/release.md`. - [Paseo Committee](https://skillsagentes.com/skills/getpaseo/paseo/paseo-committee.md): Forma un comité de dos agentes de alto razonamiento que dan un paso atrás, hacen análisis de causa raíz y producen un plan. Úsala cuando estés atascado, en bucle, con visión de túnel o ante un problema de planificación difícil. - [Paseo Advisor](https://skillsagentes.com/skills/getpaseo/paseo/paseo-advisor.md): Levanta un único agente como asesor para una segunda opinión sobre la tarea actual. Se activa con "advisor", "segunda opinión" o "qué piensa X", cuando quieres una mirada externa sin delegar el trabajo en sí. --- Skills Agentes · [Índice de páginas en markdown](https://skillsagentes.com/sitemap.md) · [Inicio](https://skillsagentes.com/index.md)