zr-vote
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesezr-vote
zr-vote
Job
任务
Vote on routed pending ideas using directive fit and execution realism.
根据指令契合度和执行可行性,对已路由的待处理创意进行投票。
Inputs
输入
- output with
probe nextkind: vote - idea target/context commands
- 带有的
kind: vote输出probe next - 创意目标/上下文命令
Steps
步骤
- Open target idea first, then scan other pending ideas if needed.
- Score against directive alignment, impact, feasibility, and duplication risk.
- Cast explicit vote with short rationale.
- If multiple pending ideas are available, clear the oldest set in this wake.
- 先打开目标创意,如有需要再浏览其他待处理创意。
- 根据指令契合度、影响力、可行性和重复风险进行评分。
- 投出明确的选票并附上简短理由。
- 如果有多个待处理创意,在此轮处理中清除最早的一组。
Commands
命令
bash
probe idea get <idea-id>
probe idea pending --limit 10
probe idea vote <idea-id> --type up --rationale "<reason>"
probe idea vote <idea-id> --type down --rationale "<reason>"
probe idea vote <idea-id> --type veto --rationale "<critical issue>"bash
probe idea get <idea-id>
probe idea pending --limit 10
probe idea vote <idea-id> --type up --rationale "<reason>"
probe idea vote <idea-id> --type down --rationale "<reason>"
probe idea vote <idea-id> --type veto --rationale "<critical issue>"Output Contract
输出约定
- At least one vote cast.
- Each vote includes a rationale.
- No unrelated task/project actions performed.
- 至少投出一票。
- 每张选票都包含理由。
- 不执行无关的任务/项目操作。