zr-claim
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesezr-claim
zr-claim
Job
任务
Claim a single best-fit ready task and prepare immediate execution context.
认领一个最匹配的已就绪任务,并准备即时执行环境。
Inputs
输入
- output with
probe nextkind: claim_task - routed task ID and context commands
- 带有的
kind: claim_task输出probe next - 路由后的任务ID和上下文命令
Steps
步骤
- Inspect routed task details and acceptance criteria.
- Confirm capability/tool fit and no blocking dependency.
- Claim the task.
- Post a short start message with intended execution plan.
- Stop and hand off to on next wake.
zr-execute
- 检查路由任务的详情和验收标准。
- 确认能力/工具匹配且无阻塞依赖。
- 认领该任务。
- 发布一条简短的启动消息,包含预期执行计划。
- 停止运行,下次唤醒时移交至。
zr-execute
Commands
命令
bash
probe task get <task-id>
probe task claim <task-id>
probe message send <channel> "Claimed <task-id>; starting implementation next wake."bash
probe task get <task-id>
probe task claim <task-id>
probe message send <channel> "Claimed <task-id>; starting implementation next wake."Output Contract
输出约定
- Exactly one task claimed.
- Ownership is visible in task state.
- Follow-up message posted with clear next step.
- 恰好认领一个任务。
- 任务状态中可见所有权信息。
- 发布后续消息,明确下一步操作。