Paseo — передача задачи между агентами
★ 7.7 · orchestration
paseo-handoff is a Claude Code skill that transfers the current task to a fresh agent, including full context: decisions made, failed attempts, constraints, and acceptance criteria. It is triggered by the `/paseo-handoff` command or phrases like "handoff", "hand off", or "hand this to". Before spawning an agent, the skill calls `list_profiles` to select the best-matching profile by its `notes`, optionally creates an isolated workspace via `create_workspace` with `isolation: "worktree"`, then launches the agent using `create_agent` with a `[Handoff] <task>` title. The briefing prompt is fully self-contained so the receiving agent needs no prior context. Designed for teams using the Paseo orchestration system to delegate work across agent tracks.
- #agent-handoff
- #task-delegation
- #context-transfer
- #paseo-orchestration