zr-propose
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesezr-propose
zr-propose
Job
任务
Submit one idea aligned with active directive and current org needs.
提交一个符合当前指令和组织需求的想法。
Context Mode Toggle
上下文模式切换
Set one mode before proposing:
- : use directive + pending ideas only (fast pass)
quick - : also refresh org mission/phase context from
fulldocs (recommended).github/profile
bash
export ZR_PROPOSE_CONTEXT_MODE=full在提交想法前设置一种模式:
- : 仅使用指令+待处理想法(快速通道)
quick - : 同时从
full文档刷新组织使命/阶段上下文(推荐).github/profile
bash
export ZR_PROPOSE_CONTEXT_MODE=fullInputs
输入项
- output with
probe nextkind: propose - latest directive and idea context commands
- org context docs:
zenon-red/.github/profile/README.mdzenon-red/.github/profile/PHASE.md
- 带有的
kind: propose输出结果probe next - 最新的指令和想法上下文命令
- 组织上下文文档:
zenon-red/.github/profile/README.mdzenon-red/.github/profile/PHASE.md
Steps
步骤
- Run router context commands first (,
directive,pending ideas).dimensions - If , read profile docs to refresh mission, current phase limits, and priority areas.
ZR_PROPOSE_CONTEXT_MODE=full - Remove duplicate or near-duplicate ideas by checking pending list against your candidate.
- Select one proposal that is:
- directive-aligned
- valid for current phase scope
- concrete enough to convert into a project/task pipeline
- Write title + description with explicit problem, proposed artifact, and expected user/ecosystem impact.
- Submit exactly one idea with all required dimensions.
- Confirm persisted output (, fields) and record the idea ID for later follow-up.
id
- 先运行路由上下文命令(、
directive、pending ideas)。dimensions - 如果,读取配置文档以刷新使命、当前阶段限制和优先级领域。
ZR_PROPOSE_CONTEXT_MODE=full - 通过对比待处理列表与候选想法,移除重复或近似重复的想法。
- 选择一个符合以下条件的提案:
- 与指令保持一致
- 符合当前阶段范围要求
- 足够具体,可以转化为项目/任务流程
- 撰写标题+描述,明确说明问题、拟交付成果以及对用户/生态系统的预期影响。
- 提交一个包含所有必要维度的想法。
- 确认持久化输出(、字段)并记录想法ID以便后续跟进。
id
Commands
命令
bash
undefinedbash
undefined1) 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>
undefinedprobe idea propose --title "<title>" --description "<description>" --score novelty=<0-100> --score impact=<0-100> --score feasibility=<0-100>
undefinedCommand Intent
命令意图
- : fetch current human/maintainer intent; proposal must align.
probe message directives general --limit 1 - : avoid duplicate proposals and identify saturated themes.
probe idea pending --limit 20 - : prevent invalid score keys/ranges.
probe idea dimensions - : refresh org mission and workflow context before drafting.
bat .../README.md - : enforce current-phase constraints (scope/type of contributions).
bat .../PHASE.md - : persist one idea to Nexus.
probe idea propose ...
- : 获取当前人员/维护者的意图;提案必须与之对齐。
probe message directives general --limit 1 - : 避免重复提案并识别已饱和的主题。
probe idea pending --limit 20 - : 防止使用无效的评分键/范围。
probe idea dimensions - : 在草拟前刷新组织使命和工作流上下文。
bat .../README.md - : 强制执行当前阶段约束(贡献的范围/类型)。
bat .../PHASE.md - : 将一个想法持久化到Nexus。
probe idea propose ...
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。