Orchestrate jobs via depth propagation, parallel decomposition, relations, and control signals
Eve Orchestration This skill explains how to orchestrate complex work in Eve Horizon by spawning child jobs, managing dependencies, and maximizing parallel execution while respecting depth limits. Core Principles Parent sets a target depth and passes it to children. Each job decides its own decomposition based on scope and depth. Parallelize by default when tasks can proceed independently. Use relations to encode true dependencies, not preference. Leaf jobs execute; parent jobs orchestrate and wait. Orchestrators stay lightweight — dispatch work, don't accumulate it. When to Orchestrate vs Execute Directly Not every job needs decomposition. Use this heuristic:
don't have the plugin yet? install it then click "run inline in claude" again.