eve-orchestration

Installation
SKILL.md

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

  1. Parent sets a target depth and passes it to children.
  2. Each job decides its own decomposition based on scope and depth.
  3. Parallelize by default when tasks can proceed independently.
  4. Use relations to encode true dependencies, not preference.
  5. Leaf jobs execute; parent jobs orchestrate and wait.
  6. Orchestrators stay lightweight — dispatch work, don't accumulate it.

When to Orchestrate vs Execute Directly

Not every job needs decomposition. Use this heuristic:

Related skills
Installs
266
First Seen
Feb 8, 2026