minion-orchestrator

Coordinate durable Postgres-backed background tasks for shell jobs and LLM subagents.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Postergully/11mirror-plugin --skill minion-orchestrator-postergully
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minion-orchestrator
Source: https://github.com/Postergully/11mirror-plugin/tree/main/skills/minion-orchestrator
Command: npx skills add https://github.com/Postergully/11mirror-plugin --skill minion-orchestrator-postergully

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates durable, observable background work for deterministic shell jobs and LLM subagents, providing a unified routing and control surface to reduce operational friction.

Core Features & Use Cases

  • Durable, Postgres-backed job queue for reliable task processing
  • Distinguishes between shell jobs and subagent workflows, enabling precise routing
  • Lifecycle controls: pause, resume, cancel, replay with progress tracking
  • Fan-out and parallel execution for scalable agent orchestration
  • End-to-end observability with structured progress and transcripts

Quick Start

Submit a shell or subagent job to run durable background work and monitor its progress.

Frequently Asked Questions about minion-orchestrator

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

FAQPage Schema
How do I coordinate durable background tasks across LLM subagents and shell jobs?

To coordinate durable background tasks, you can use a Postgres-backed job queue that enables reliable routing, progress tracking, and lifecycle control for both deterministic shell scripts and LLM subagent workflows.

Can I pause, resume, or cancel background workflows during execution?

Yes, you can pause, resume, cancel, and replay background workflows. The orchestrator provides lifecycle controls with structured progress tracking and transcripts for full observability over shell jobs and subagent tasks.

How does Postgres-backed job routing work for subagent orchestration?

Postgres-backed job routing works by distinguishing between deterministic shell jobs and LLM subagent workflows, applying precise routing logic to ensure reliable task processing and scalable fan-out parallel execution across agents.

What is the best way to track progress for parallel agent workflows?

The best way to track progress for parallel agent workflows is to use an orchestrator that provides end-to-end observability with structured progress updates and transcripts, ensuring reliable monitoring during fan-out execution.

Do I need Postgres to run durable background task orchestration?

Yes, you need Postgres to run this durable background task orchestration. The system relies on a Postgres-backed queue to guarantee reliable task processing, lifecycle management, and progress tracking for shell jobs and subagents.

When should I not use a durable orchestrator for background work?

You should not use a durable orchestrator for background work if your tasks are stateless, require no lifecycle controls like pause or replay, or do not need the reliable routing and observability provided by a Postgres-backed queue.