用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nexuslinkproductions/yuri-os --skill yuri-adw命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | yuri-adw |
| description | Invoke when user asks to run the ADW loop / agentic engineering loop / software factory workflow. |
INTAKE -> SCOUT -> PLAN -> BUILD -> VALIDATE -> REVIEW -> SHIP{name, discrete:{dim:[options]}, paramSpace:{param:[lo,hi]}, value:"(config,params)=>number", ...} (see adw-gate.mjs --help for the full schema; the gate scores a decision problem, not prose).node _SYSTEM/Scripts/adw-gate.mjs plan --input <manifest.json> returning gate, pass, score, cornerLawBite, predictionId, reasons. Records a prediction to the ledger.node _SYSTEM/Scripts/adw-gate.mjs validate --input <outcome.json> returning gate, pass, deltaU, contributions, reasons. Records the outcome to the prediction-ledger ONLY when the input carries the plan's predictionId; writes an energy trace only when YURI_ENERGY_OBSERVABILITY=1 (advisory-unless-armed).sol (gpt-5.6-sol) plus native /code-review; adjudicate claim-by-claim.| Phase | Actor/lane | Command | Gate | Failure route |
|---|---|---|---|---|
| INTAKE | Orchestrator | decode ticket, define constraints, size tasks | none | missing clarity → request owner input |
| SCOUT | R0 lane: Phoenix / deepseek-v4-flash | gather evidence pack | none; all outputs are hypothesis | false/weak claim → ignore or recollect evidence |
| PLAN | Orchestrator | build manifest.json then run plan gate | adw-gate.mjs plan --input <manifest.json> | fail -> replan with counter-evidence (max 2 cycles), then HOLD |
| BUILD | Producer lanes: mini, spark, Sonnet (luna = rescue only — registry: verifier-strategist, mayExecuteWorkerTasks false) | execute micro-tasks; no self-verification | none | submit failure payload back to orchestrator for BUILD loop |
| VALIDATE | Orchestrator + deterministic tooling | lint/type/tests, then adw-gate.mjs validate --input <outcome.json> | validate gate pass -> deltaU+contributions record | fail -> immediate payload back to BUILD in same session |
| REVIEW | /codex:review (sol) + /code-review + third-family tie-break (Helios/Grok) on disputes | claim-by-claim adjudication | cross-family adversarial pass only | unresolved claim -> return to BUILD or owner |
| SHIP | Orchestrator | scoped git add, scoped git commit, ledger report | owner-ready, no blocking claims | conflict/uncertain evidence -> HOLD, no commit |
CONFIRMED or PLAUSIBLE.PLAUSIBLE by default and advisory only.git diff, tests, type/lint logs, execution logs) are CONFIRMED.CONFIRMED claims can pass REVIEW gates and drive SHIP.HOLD is a valid terminal state and stops autonomous progression.HOLD requires owner resolution, then resume as a fresh loop turn.yuri-adw with the ticket text.yuri-adw with manifest/ticket context; run worker lanes as needed.yuri-adw with task + acceptance criteria.