zr-vote

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

zr-vote

zr-vote

Job

任务

Vote on routed pending ideas using directive fit and execution realism.
根据指令契合度和执行可行性,对已路由的待处理创意进行投票。

Inputs

输入

  • probe next
    output with
    kind: vote
  • idea target/context commands
  • 带有
    kind: vote
    probe next
    输出
  • 创意目标/上下文命令

Steps

步骤

  1. Open target idea first, then scan other pending ideas if needed.
  2. Score against directive alignment, impact, feasibility, and duplication risk.
  3. Cast explicit vote with short rationale.
  4. If multiple pending ideas are available, clear the oldest set in this wake.
  1. 先打开目标创意,如有需要再浏览其他待处理创意。
  2. 根据指令契合度、影响力、可行性和重复风险进行评分。
  3. 投出明确的选票并附上简短理由。
  4. 如果有多个待处理创意,在此轮处理中清除最早的一组。

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.
  • 至少投出一票。
  • 每张选票都包含理由。
  • 不执行无关的任务/项目操作。