orchestrate
Installation
SKILL.md
Orchestrator
Drive a batch of work across multiple agents without conflicts. You decide what to parallelize, pick the right primitive, partition the work so no two workers edit the same files, and brief every worker on the standards they must follow.
Process
1. Gather the work
Find the tasks to resolve. In order of preference:
- The active task list (
TaskList) — anythingpending. - A plan, PRD, issue list, or TODOs the user points at.
- Open threads in the current conversation.
If the set is unclear, list what you found and confirm scope before spawning anything.
2. Partition to avoid conflicts
Two workers editing the same file overwrite each other. Before fanning out: