orchestrator

Delegate independent subtasks to specialized agents for parallel execution.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Cortexa-LLC/xasm-plus-plus --skill orchestrator-cortexa-llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/Cortexa-LLC/xasm-plus-plus/tree/main/.claude/skills/orchestrator
Command: npx skills add https://github.com/Cortexa-LLC/xasm-plus-plus --skill orchestrator-cortexa-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates complex, multi-step tasks by coordinating multiple agents, ensuring parallel execution, and providing persistence and traceability across the coordination process.

Core Features & Use Cases

  • Parallel delegation: Splits work into independent subtasks and spawns multiple agents that run concurrently.
  • Lifecycle coordination: Manages task queues, progress tracking, and quality gate handoffs between agents.
  • Robust safety checks: Enforces mandatory working directory context usage and non-sequential execution to minimize latency.
  • Artifact persistence & verification: Coordinates artifact creation and persistence checks, ensuring files are written to the repository.
  • Use Case: When building a large feature, the orchestrator can spawn engineers, testers, and reviewers in parallel to accelerate delivery.

Quick Start

Use the orchestrator to split a large feature into 3 parallel task deployments and monitor results via task-status.

Frequently Asked Questions about orchestrator

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

FAQPage Schema
How do I automate parallel task execution for multiple independent subtasks?

To automate parallel task execution, the orchestrator decomposes multi-task workflows into independent subtasks and spawns multiple agents concurrently. This parallel delegation minimizes latency and accelerates overall completion for complex multi-step work.

When do I need multi-agent orchestration for task delegation?

You need multi-agent orchestration when a large feature requires 2 or more independent subtasks running in parallel. The orchestrator coordinates specialized agents like engineers, testers, and reviewers concurrently to achieve faster delivery.

How does lifecycle coordination track progress across parallel agents?

Lifecycle coordination tracks progress across parallel agents by managing task queues and enforcing quality gate handoffs. The orchestrator monitors task-status updates throughout the non-sequential execution process to maintain traceability.

Does the orchestrator enforce working directory context for artifact persistence?

Yes, the orchestrator enforces mandatory working directory context usage as a robust safety check. It coordinates artifact creation and performs persistence checks to ensure files are properly written to the repository.

What is the best way to split a large feature into parallel task deployments?

The best way to split a large feature into parallel task deployments is using the orchestrator to decompose work into independent subtasks. It spawns concurrent agents and monitors results via task-status for rapid delivery.

Can I use task-management orchestration for sequential workflows with a single agent?

No, task-management orchestration here specifically satisfies strict requirements for parallel delegation and non-sequential execution. It applies only to 2 or more independent subtasks requiring concurrent execution to achieve faster overall completion.