npx skills add https://github.com/getpaseo/paseo --skill paseo-handoff你正在将当前任务交接给另一个智能体。你的工作是编写一份全面的交接提示,并通过 Paseo CLI 启动该智能体。
用户参数: $ARGUMENTS
首先加载 Paseo 技能 —— 它包含了所有智能体命令的 CLI 参考。
任务交接将你当前的任务——包括所有上下文、决策、失败的尝试和约束——转移给一个新的智能体,由它来完成该任务。交接提示是最重要的部分:接收任务的智能体从零上下文开始,因此它所需的一切信息都必须包含在提示中。
解析 $ARGUMENTS 以确定:
| 用户输入 | 提供方 | 模型 | 模式 |
|---|---|---|---|
| (无) | codex |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
gpt-5.4 |
full-access |
codex | codex | gpt-5.4 | full-access |
claude | claude | opus | bypass |
opus | claude | opus | bypass |
sonnet | claude | sonnet | bypass |
默认是使用 gpt-5.4 的 Codex。
如果用户提到"在工作树中"或"worktree",则添加 --worktree 参数,并附带一个从任务描述派生的简短描述性分支名称。工作树需要一个 --base 分支 —— 使用工作目录中的当前分支(运行 git branch --show-current 来获取它)。
这是关键步骤。接收任务的智能体对你的对话零上下文。交接提示必须是一份独立的简报文档。
## 任务
[清晰、祈使句式的任务描述]
## 上下文
[此任务存在的原因,智能体需要的背景信息]
## 相关文件
- `path/to/file.ts` — [它的作用以及为何重要]
- `path/to/other.ts` — [它的作用以及为何重要]
## 当前状态
[已完成的工作,哪些有效,哪些无效]
## 已尝试的方法
- [方法 1] — [失败/被放弃的原因]
- [方法 2] — [部分成功,但是...]
## 已做出的决策
- [决策 1 — 理由]
- [决策 2 — 理由]
## 验收标准
- [ ] [标准 1]
- [ ] [标准 2]
## 约束条件
- [不要做 X]
- [必须保留 Y]
paseo run -d --mode full-access --provider codex --name "[Handoff] Task description" "$prompt"
paseo run -d --mode bypass --model opus --name "[Handoff] Task description" "$prompt"
base=$(git branch --show-current)
paseo run -d --mode full-access --provider codex --worktree task-branch-name --base "$base" --name "[Handoff] Task description" "$prompt"
base=$(git branch --show-current)
paseo run -d --mode bypass --model opus --worktree task-branch-name --base "$base" --name "[Handoff] Task description" "$prompt"
打印智能体 ID 和用于跟踪进度的命令:
已交接给 [provider] ([model])。智能体 ID: <id> 跟踪进度: paseo logs <id> -f 等待完成: paseo wait <id>
默认情况下不要等待智能体 —— 用户可以选择等待或继续其他操作。
如果用户想要等待,运行 paseo wait <id>,完成后运行 paseo logs <id>。
每周安装量
122
代码仓库
GitHub Stars
283
首次出现
9 天前
安全审计
已安装于
mcpjam122
antigravity122
kilo122
replit122
junie122
windsurf122
You are handing off the current task to another agent. Your job is to write a comprehensive handoff prompt and launch the agent via Paseo CLI.
User's arguments: $ARGUMENTS
Load the Paseo skill first — it contains the CLI reference for all agent commands.
A handoff transfers your current task — including all context, decisions, failed attempts, and constraints — to a fresh agent that will carry it to completion. The handoff prompt is the most important part: the receiving agent starts with zero context , so everything it needs must be in the prompt.
Parse $ARGUMENTS to determine:
| User says | Provider | Model | Mode |
|---|---|---|---|
| (nothing) | codex | gpt-5.4 | full-access |
codex | codex | gpt-5.4 | full-access |
claude | claude | opus | bypass |
opus | claude | opus | bypass |
sonnet | claude | sonnet | bypass |
Default is Codex with gpt-5.4.
If the user says "in a worktree" or "worktree", add --worktree with a short descriptive branch name derived from the task. Worktrees require a --base branch — use the current branch in the working directory (run git branch --show-current to get it).
This is the critical step. The receiving agent has zero context about your conversation. The handoff prompt must be a self-contained briefing document.
## Task
[Clear, imperative description of what to do]
## Context
[Why this task exists, background the agent needs]
## Relevant Files
- `path/to/file.ts` — [what it does and why it matters]
- `path/to/other.ts` — [what it does and why it matters]
## Current State
[What's been done, what works, what doesn't]
## What Was Tried
- [Approach 1] — [why it failed/was abandoned]
- [Approach 2] — [partial success, but...]
## Decisions
- [Decision 1 — rationale]
- [Decision 2 — rationale]
## Acceptance Criteria
- [ ] [Criterion 1]
- [ ] [Criterion 2]
## Constraints
- [Do not do X]
- [Must preserve Y]
paseo run -d --mode full-access --provider codex --name "[Handoff] Task description" "$prompt"
paseo run -d --mode bypass --model opus --name "[Handoff] Task description" "$prompt"
base=$(git branch --show-current)
paseo run -d --mode full-access --provider codex --worktree task-branch-name --base "$base" --name "[Handoff] Task description" "$prompt"
base=$(git branch --show-current)
paseo run -d --mode bypass --model opus --worktree task-branch-name --base "$base" --name "[Handoff] Task description" "$prompt"
Print the agent ID and the command to follow along:
Handed off to [provider] ([model]). Agent ID: <id> Follow along: paseo logs <id> -f Wait for completion: paseo wait <id>
Do not wait for the agent by default — the user can choose to wait or move on.
If the user wants to wait, run paseo wait <id> and then paseo logs <id> when done.
Weekly Installs
122
Repository
GitHub Stars
283
First Seen
9 days ago
Security Audits
Gen Agent Trust HubPassSocketWarnSnykPass
Installed on
mcpjam122
antigravity122
kilo122
replit122
junie122
windsurf122
Azure RBAC 权限管理工具:查找最小角色、创建自定义角色与自动化分配
129,699 周安装
Top-Design 世界级数字设计技能:掌握Awwwards获奖设计标准与评分体系
797 周安装
Oracle到PostgreSQL迁移测试项目脚手架 - 集成测试基础设施搭建指南
805 周安装
Oracle到PostgreSQL迁移集成测试规划指南 | 数据库迁移测试自动化
808 周安装
Oracle到PostgreSQL存储过程迁移工具:自动翻译PL/SQL为PL/pgSQL
807 周安装
Oracle到PostgreSQL迁移缺陷报告模板 | 数据库迁移问题记录指南
812 周安装
AI小说写作助手 - 专业小说创作全流程支持,涵盖构思、角色设计、世界观构建与章节续写
797 周安装