ソース情報
- リポジトリ
- peteromallet/Arnold
- ソースの最終更新活動
- 2026年6月26日 17:20
- 検出された SKILL.md の言語
- 英語
- スター
- 97
- フォーク
- 8
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/peteromallet/Arnold --skill planningコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| 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