minion-orchestrator

Orchestrate durable background jobs and AI subagent workflows through a unified queue interface.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Sigmacodeat/subsumio-web --skill minion-orchestrator-sigmacodeat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minion-orchestrator
Source: https://github.com/Sigmacodeat/subsumio-web/tree/main/server/skills/minion-orchestrator
Command: npx skills add https://github.com/Sigmacodeat/subsumio-web --skill minion-orchestrator-sigmacodeat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of managing long-running, observable background work by providing a unified way to submit, monitor, steer, pause, and resume deterministic jobs and AI subagent tasks.

Core Features & Use Cases

  • Job Orchestration: Submit and manage durable shell jobs and LLM subagent workflows through a persistent queue interface.
  • Lifecycle Control: Monitor progress, send steering instructions, pause, resume, cancel, and replay running jobs with structured status tracking.
  • Use Case: Coordinate parallel research agents or reliable background processing tasks that need persistence, progress visibility, and recovery after interruptions.

Quick Start

Use the minion-orchestrator skill to submit and monitor a background agent task for researching a topic and returning a tracked result.

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 AI workloads and subagent workflows?

You can coordinate durable background AI workloads by submitting tasks through a unified queue interface that manages shell automation and subagent workflows with persistent state tracking. This allows reliable execution of long-running processes.

Can I pause and resume long-running background jobs after an interruption?

Yes, long-running background jobs support full lifecycle control including pause, resume, cancel, and replay functions. Restart durability ensures workloads recover seamlessly after interruptions while maintaining structured status tracking.

What is job orchestration for parallel research agents and why is it needed?

Job orchestration for parallel research agents is the process of submitting and monitoring concurrent tasks through a persistent queue. It is needed when coordinating multiple subagents requires progress visibility, steering controls, and recovery from interruptions.

How do I track progress and send steering instructions to running background tasks?

You can track progress and send steering instructions by utilizing the observable job state management interface. This provides structured status updates and allows real-time steering controls to guide running subagent workflows during execution.

Does background task queue management work without external dependencies?

Yes, background task queue management operates without external dependencies. It handles job orchestration and protected execution pathways internally, requiring only the core system environment to manage and monitor durable workflows.

When should I use a dedicated job orchestration queue instead of basic shell automation?

You should use a dedicated job orchestration queue when tasks require observable state management, restart durability, or parallel work coordination. Basic shell automation lacks the lifecycle controls and recovery mechanisms needed for complex subagent workflows.