Minion Orchestrator Contract Minions is a Postgres-native job queue for durable, observable background work. This single skill handles two lanes: - Deterministic shell jobs ( ) - LLM subagent jobs ( ) When to route to Minions: durable, observable work that must survive restarts, fan out across many parallel tasks, or persist across sessions. Routing policy is defined in — the project default is (native subagents first, Minions after specific pain signals fire); Mode A (all-through-Minions) is opt-in. Guarantees: - Jobs survive gateway restart (Postgres-backed) - Every job has structured progr…