用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/peteromallet/Arnold --skill planning命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | planning |
| description | Planning Pipeline — Skill Reference |
The megaplan pipeline (packaged at arnold_pipelines/megaplan/) is the built-in megaplan plan-production substrate.
Its canonical registry identity is megaplan with the legacy alias planning → megaplan.
It orchestrates the full prepare → plan → critique/gate/revise loop →
finalize → execute → review lifecycle.
The gate stage emits a PipelineVerdict whose recommendation field is one
of the following GateRecommendation literals:
| Verdict | Meaning |
|---|---|
proceed | Gate approved the plan; advance to finalize (and optionally execute). |
iterate | Gate rejected the plan; re-enter the critique → revise loop. |
tiebreaker | Evaluators are split; hand off to the tiebreaker stage for adjudication. |
escalate | Quality ceiling reached at current tier; escalate to a higher-complexity model. |
Robustness controls the depth of the critique/gate loop and the number of
evaluators engaged. Canonical names (accepted by --robustness / config):
| Level | Alias(es) | Behaviour |
|---|---|---|
bare | tiny | Single-pass, no gate loop. Fastest; for quick drafts. |
light | — | One critique + revise round, minimal gate criteria. |
full | standard | Standard gate loop (default). Balanced quality/cost. |
thorough | robust | Extended gate loop, stricter criteria, more evaluators. |
extreme | superrobust | Maximum depth, all evaluators enabled. |
The default robustness when no --robustness flag is supplied is full.
prep → plan → critique ──→ gate ──proceed──→ finalize [→ execute → review]
↑ │
└──iterate────┘
│
└──tiebreaker──→ [adjudication] → finalize
Driver substrate: subprocess_isolated (execute/review) + graph+loop-node
(critique→gate→revise subloop).
arnold_api_version: 1.0
capabilities: plan, execute, review