orchestrator

Installation
SKILL.md

Orchestrator - Automated Multi-Agent Coordinator

When to use

  • Complex feature requires multiple specialized agents working in parallel
  • User wants automated execution without manually spawning agents
  • Full-stack implementation spanning backend, frontend, mobile, and QA
  • User says "run automatically", "run in parallel", or similar automation requests

When NOT to use

  • Simple single-domain task -> use the specific agent directly
  • User wants manual control via Agent Manager UI -> use workflow-guide
  • Quick bug fixes or minor changes

Important

This skill orchestrates CLI subagents via gemini -p "..." --yolo. It uses Serena Memory as a shared state bus. Each subagent runs as an independent process.

Configuration

Installs
1
GitHub Stars
1
First Seen
Apr 2, 2026
orchestrator — first-fluke/mimic