원클릭으로
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.