ワンクリックで
orchestrator
Coordinate explicitly authorized parallel work across non-overlapping scopes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Coordinate explicitly authorized parallel work across non-overlapping scopes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Security and privacy review for scoped changes.
Evidence-based gate for creating a new skill or agent profile.
UI, accessibility, and interaction-quality review.
Performance investigation using reproducible measurements.
Markdown and governance structure lint checklist.
Create a bounded session handoff with collision-resistant identity.
| schema | fcvw/skill@1 |
| name | orchestrator |
| description | Coordinate explicitly authorized parallel work across non-overlapping scopes. |
| version | 1.1.1 |
| trigger_keywords | ["parallel tasks","multi-agent","orchestrate","subagents"] |
| session_types | ["planning","multi_agent"] |
Coordinate complex plans without pretending unavailable tools exist. The orchestrator is functional in two modes:
Load this skill when a plan spans multiple domains, has R3+ risk, mentions parallel work, or requires coordination between security, UX, performance, refactoring, docs, tests, and release.
Active plan, ownership boundaries, dependency graph, available execution capabilities, work-package files, validation commands, and the authority granted for delegation.
invoke_subagent if the environment does not expose them.SKILL.md before acting.Plans/in_progress/ for scope collisions.Add this block to the active plan:
## Orchestration
- Skill loaded: `skills/orchestrator/SKILL.md`
- Execution mode: `delegated` / `sequential`
- Work packages:
- `<package>`: `<skill>`, `<files>`, `<validation>`
- Collision check:
- Deferred packages:
Exit when every package has one owner, collision checks pass, results are reviewed against shared acceptance and regression criteria, and deferred or failed packages are explicit. Delegation does not convert partial work into plan completion.