zr-propose
Original:🇺🇸 English
Translated
Draft and submit one high-signal idea when probe next routes propose, using directive plus ZENON Red org and phase context.
5installs
Sourcezenon-red/skills
Added on
NPX Install
npx skill4agent add zenon-red/skills zr-proposeTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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=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
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
Commands
bash
# 1) Read newest org directive (primary routing intent)
probe message directives general --limit 1
# 2) Check current proposal queue (duplicate avoidance)
probe idea pending --limit 20
# 3) Check required dimension names/scales before scoring
probe idea dimensions
# 4) Full-context mode: refresh org mission and phase constraints
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
probe idea propose --title "<title>" --description "<description>" --score novelty=<0-100> --score impact=<0-100> --score feasibility=<0-100>Command 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 ...
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.
Output Contract
- Exactly one idea proposed.
- Proposal references directive alignment.
- Proposal respects current phase constraints.
- Command output includes persisted idea ID.