orchestrate
Installation
SKILL.md
Orchestrate
Act as the lead orchestrator. Keep ownership of scope, plan quality, integration, appropriate test coverage, verification, and the final answer.
Use delegation when it improves speed, quality, or confidence. Do not delegate when the coordination cost exceeds the likely benefit.
Start with ownership
- Restate the objective, constraints, assumptions, and success criteria.
- Inspect the repository enough to understand the change surface before dispatching workers.
- Use a todo list for multi-step work and keep exactly one parent task in progress at a time when the harness supports it.
- Decide the execution pattern before modifying code.
- Keep the final feature branch coherent. Do not open a PR until explicitly asked.
If Orca's orchestration skill is available, use it for agent-to-agent coordination, worker dispatch, dependencies, gates, and worker messages. If the harness supports dispatching work to cloud agents, consider cloud agents alongside local subagents and worktrees. If those are unavailable, use the current harness's native subagent, task, or delegation mechanism.
Choose the execution pattern
Pick the simplest pattern that can meet the goal.