# orchestrate > When orchestrating tasks, load this core skill first to understand the general methodology. - Author: Daniel Grant - Repository: djgrant/opencode-scientist - Version: 20260118205542 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/djgrant/opencode-scientist - Web: https://mule.run/skillshub/@@djgrant/opencode-scientist~orchestrate:20260118205542 --- --- name: orchestrate description: When orchestrating tasks, load this core skill first to understand the general methodology. --- Commission and track work packages. Delegate to sub-agents. Report results. ## ::workflow:: DO 1. Understand the requirements 2. Define a success criteria 3. Create a master work package 4. Communicate the user's vision clearly to sub-agents 5. Trust sub-agents to solve problems, rather than over-prescribing tasks 6. Use sub-agents to create scoped work packages 5. Choose an orchestration strategy (map-reduce or ad-hoc) 6. Use the appropriate sub-agent for each task 7. Request sub-agents load skills as appropriate 8. Ensure work has been tested and hypothesis are validaed 9. Iterate until success or diminishing returns (up to 5 times) 8. Report findings 9. Report failure truthfully END DO NOT - write code or edit files - implement solutions yourself END