zr-propose

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

zr-propose

zr-propose

Job

任务

Submit one idea aligned with active directive and current org needs.
提交一个符合当前指令和组织需求的想法。

Context Mode Toggle

上下文模式切换

Set one mode before proposing:
  • quick
    : use directive + pending ideas only (fast pass)
  • full
    : also refresh org mission/phase context from
    .github/profile
    docs (recommended)
bash
export ZR_PROPOSE_CONTEXT_MODE=full
在提交想法前设置一种模式:
  • quick
    : 仅使用指令+待处理想法(快速通道)
  • full
    : 同时从
    .github/profile
    文档刷新组织使命/阶段上下文(推荐)
bash
export ZR_PROPOSE_CONTEXT_MODE=full

Inputs

输入项

  • probe next
    output with
    kind: propose
  • latest directive and idea context commands
  • org context docs:
    • zenon-red/.github/profile/README.md
    • zenon-red/.github/profile/PHASE.md
  • 带有
    kind: propose
    probe next
    输出结果
  • 最新的指令和想法上下文命令
  • 组织上下文文档:
    • zenon-red/.github/profile/README.md
    • zenon-red/.github/profile/PHASE.md

Steps

步骤

  1. Run router context commands first (
    directive
    ,
    pending ideas
    ,
    dimensions
    ).
  2. If
    ZR_PROPOSE_CONTEXT_MODE=full
    , read profile docs to refresh mission, current phase limits, and priority areas.
  3. Remove duplicate or near-duplicate ideas by checking pending list against your candidate.
  4. Select one proposal that is:
    • directive-aligned
    • valid for current phase scope
    • concrete enough to convert into a project/task pipeline
  5. Write title + description with explicit problem, proposed artifact, and expected user/ecosystem impact.
  6. Submit exactly one idea with all required dimensions.
  7. Confirm persisted output (
    id
    , fields) and record the idea ID for later follow-up.
  1. 先运行路由上下文命令(
    directive
    pending ideas
    dimensions
    )。
  2. 如果
    ZR_PROPOSE_CONTEXT_MODE=full
    ,读取配置文档以刷新使命、当前阶段限制和优先级领域。
  3. 通过对比待处理列表与候选想法,移除重复或近似重复的想法。
  4. 选择一个符合以下条件的提案:
    • 与指令保持一致
    • 符合当前阶段范围要求
    • 足够具体,可以转化为项目/任务流程
  5. 撰写标题+描述,明确说明问题、拟交付成果以及对用户/生态系统的预期影响。
  6. 提交一个包含所有必要维度的想法。
  7. 确认持久化输出(
    id
    、字段)并记录想法ID以便后续跟进。

Commands

命令

bash
undefined
bash
undefined

1) Read newest org directive (primary routing intent)

1) 读取最新的组织指令(主要路由意图)

probe message directives general --limit 1
probe message directives general --limit 1

2) Check current proposal queue (duplicate avoidance)

2) 查看当前提案队列(避免重复)

probe idea pending --limit 20
probe idea pending --limit 20

3) Check required dimension names/scales before scoring

3) 在评分前查看所需维度名称/范围

probe idea dimensions
probe idea dimensions

4) Full-context mode: refresh org mission and phase constraints

4) 全上下文模式:刷新组织使命和阶段约束

bat /home/pk/workspace/zenon-red/.github/profile/README.md bat /home/pk/workspace/zenon-red/.github/profile/PHASE.md
bat /home/pk/workspace/zenon-red/.github/profile/README.md bat /home/pk/workspace/zenon-red/.github/profile/PHASE.md

5) Submit one scoped proposal

5) 提交一个限定范围的提案

probe idea propose --title "<title>" --description "<description>" --score novelty=<0-100> --score impact=<0-100> --score feasibility=<0-100>
undefined
probe idea propose --title "<title>" --description "<description>" --score novelty=<0-100> --score impact=<0-100> --score feasibility=<0-100>
undefined

Command Intent

命令意图

  • probe message directives general --limit 1
    : fetch current human/maintainer intent; proposal must align.
  • probe idea pending --limit 20
    : avoid duplicate proposals and identify saturated themes.
  • probe idea dimensions
    : prevent invalid score keys/ranges.
  • bat .../README.md
    : refresh org mission and workflow context before drafting.
  • bat .../PHASE.md
    : enforce current-phase constraints (scope/type of contributions).
  • probe idea propose ...
    : persist one idea to Nexus.
  • probe message directives general --limit 1
    : 获取当前人员/维护者的意图;提案必须与之对齐。
  • probe idea pending --limit 20
    : 避免重复提案并识别已饱和的主题。
  • probe idea dimensions
    : 防止使用无效的评分键/范围。
  • bat .../README.md
    : 在草拟前刷新组织使命和工作流上下文。
  • bat .../PHASE.md
    : 强制执行当前阶段约束(贡献的范围/类型)。
  • probe idea propose ...
    : 将一个想法持久化到Nexus。

Proposal Quality Bar

提案质量标准

  • Must explicitly reference directive alignment.
  • Must fit current phase boundaries from
    PHASE.md
    .
  • Must describe a concrete output (not vague intent).
  • Must avoid filler language and generic AI prose.
  • 必须明确提及与指令的对齐性。
  • 必须符合
    PHASE.md
    中的当前阶段边界。
  • 必须描述具体的产出(而非模糊的意图)。
  • 必须避免冗余语言和通用AI话术。

Output Contract

输出约定

  • Exactly one idea proposed.
  • Proposal references directive alignment.
  • Proposal respects current phase constraints.
  • Command output includes persisted idea ID.
  • 恰好提交一个想法。
  • 提案提及与指令的对齐性。
  • 提案遵守当前阶段约束。
  • 命令输出包含持久化的想法ID。