kf-g-agent-orchestrator
Installation
SKILL.md
orchestrator(orchestrator-workers)
用語
- 起動バッチ: orchestrator が 1 回の判断で同時起動する worker 群
- orchestrator サイクル: worker 起動 → 結果受取 → 統合 → 次判断、までの 1 周
- 再委譲: 同一目的で worker をやり直すこと(resume 含む)
- 委譲指示: orchestrator が worker 起動時に渡す構造化 prompt
前提
- worker: subagents を指す。
- worker skill:
.agents/skills/kf-g-agent-worker-common/(全 worker 共通ルール)。 - 委譲指示テンプレート: references/delegation-instruction.md(orchestrator → worker)。
orchestrator のルール
orchestrator は worker 委譲と、その報告に基づく設計・プランニングのみ 行う。対象リポジトリの探索・実装・検証は worker に委譲する。