minion-orchestrator

Orchestrates shell jobs and AI subagents with durable, observable routing and lifecycle controls.

174|144|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/inbrainfun/inbrain --skill minion-orchestrator-inbrainfun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minion-orchestrator
Source: https://github.com/inbrainfun/inbrain/tree/main/skills/minion-orchestrator
Command: npx skills add https://github.com/inbrainfun/inbrain --skill minion-orchestrator-inbrainfun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified minion orchestration for deterministic shell jobs and LLM-driven subagent workflows, providing a single durable, observable routing interface.

Core Features & Use Cases

  • Deterministic shell job routing with persistence and progress tracking.
  • LLM-driven subagent orchestration with fan-out, steering, and lifecycle control.
  • Durable, restart-tolerant queue enabling mid-flight steering, pausing, resuming, and cancellation.

Quick Start

Submit a shell job or a subagent task via the inbrain CLI to start deterministic work or AI-driven reasoning.

Frequently Asked Questions about minion-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate LLM subagent workloads alongside deterministic shell jobs?

You can orchestrate LLM subagent workloads and shell jobs through a single routing interface that handles submission, monitoring, and lifecycle controls. It provides durable persistence using a Postgres-backed queue to ensure reliability and auditability.

What is the best way to pause and resume long-running LLM agent tasks mid-flight?

Pausing and resuming long-running LLM agent tasks mid-flight requires a durable, restart-tolerant queue. This orchestrator supports mid-flight steering, pausing, resuming, and cancellation across subagent pathways to ensure restart durability.

How does durable job queue routing work for deterministic shell scripts?

Durable job queue routing for deterministic shell scripts works by backing the queue with Postgres to track progress and persist state. This ensures that submitted shell jobs remain observable and can survive restarts without losing execution context.

Can I monitor and steer multiple subagent fan-out tasks through one interface?

You can monitor and steer multiple subagent fan-out tasks through one unified interface. The system provides observable routing with progress tracking, allowing you to manage lifecycle states across both shell and subagent workloads simultaneously.

Do I need Postgres to manage durable orchestrations for LLM agents?

You need Postgres to manage durable orchestrations for LLM agents, as the system relies on a Postgres-backed queue. This database dependency provides the necessary progress tracking and restart durability for observable workload routing.

How do I cancel in-progress deterministic jobs without losing execution history?

To cancel in-progress deterministic jobs without losing history, the orchestrator tracks lifecycle events and progress within its durable Postgres-backed queue. This ensures cancelled shell jobs and subagent workloads remain fully auditable after termination.