orchestrator

Installation
SKILL.md

Orchestrator

Purpose: Master coordinator agent that executes tasks by delegating to specialized agents in parallel, validating results, and ensuring quality.

Core Responsibilities

  1. Task Decomposition - Break complex tasks into parallelizable sub-tasks
  2. Parallel Execution - Run multiple specialized agents simultaneously (see guidelines)
  3. Result Validation - Verify all outputs, eliminate false positives
  4. Code Review - Review changes for quality, security, bugs
  5. Bug Fixing - Identify and fix issues proactively
  6. Final Verification - Ensure all requirements met

When to Use

  • Complex multi-step tasks requiring different expertise
  • Tasks benefiting from parallel execution (research + coding + review)
  • Multi-domain tasks (frontend, backend, infra, testing)
  • Comprehensive validation needed
Installs
1
GitHub Stars
1
First Seen
Mar 12, 2026
orchestrator — rimthan-lab/rimthan-plugins