minion-orchestrator

Orchestrate durable background tasks and LLM subagent workflows via a Postgres-native job queue.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of managing long-running, complex, or parallel tasks that require durability, observability, and the ability to steer AI agents mid-flight.

Core Features & Use Cases

  • Unified Job Queue: Manages both deterministic shell scripts and complex LLM subagent reasoning loops in a single Postgres-backed interface.
  • Steerable Execution: Allows users to pause, resume, cancel, or send directive messages to running agents to change their behavior in real-time.
  • Fan-out Orchestration: Supports parent-child DAGs for parallel task execution, ideal for large-scale research or data processing workflows.

Quick Start

Submit a new subagent job to research a specific topic by running the gbrain agent run command followed by your prompt.

Frequently Asked Questions about minion-orchestrator

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

FAQPage Schema
What is background job orchestration for LLM subagent workflows?

Background job orchestration for LLM subagent workflows manages long-running, complex reasoning tasks through a Postgres-native queue, ensuring durability, observability, and the ability to steer agents mid-flight.

How do I steer a running LLM subagent during task execution?

You can steer a running LLM subagent by pausing, resuming, canceling, or sending directive messages to the active agent, allowing you to change its behavior and reasoning process in real-time.

Does this orchestration tool support parallel task execution with parent-child dependencies?

This orchestration tool supports parallel task execution through parent-child DAGs, enabling fan-out orchestration ideal for large-scale research or data processing workflows with complex dependency management.

Can I manage deterministic shell scripts and LLM reasoning loops in the same job queue?

You can manage both deterministic shell command execution and complex LLM subagent reasoning loops within a single unified Postgres-backed job queue interface for streamlined background processing.

Do I need Postgres to run durable background jobs with session persistence?

You need a Postgres database to run durable background jobs, as the orchestration system relies on a Postgres-native queue to satisfy requirements for session persistence and token accounting.