orchestrator

Route development tasks to dedicated child threads based on branch context.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/krishna-cyber/plate_js_rich_text_editor --skill orchestrator-krishna-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/krishna-cyber/plate_js_rich_text_editor/tree/main/.agents/skills/orchestrator
Command: npx skills add https://github.com/krishna-cyber/plate_js_rich_text_editor --skill orchestrator-krishna-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of multi-threaded development processes by automatically routing tasks to child threads and maintaining context, avoiding local implementation and redundant work.

Core Features & Use Cases

  • Task Routing: Automatically route per-branch tasks to durable child threads.
  • Context Maintenance: Keep context for ongoing work, forwarding necessary information.
  • Use Case: When managing a large project with multiple branches, use this Skill to ensure that tasks are efficiently assigned to the appropriate child threads without the need for manual routing.

Quick Start

Activate orchestration mode: $orchestrator on

Frequently Asked Questions about orchestrator

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

FAQPage Schema
How do I route development tasks to dedicated child threads based on branch context?

Development task routing assigns per-branch tasks to durable child threads automatically. A chief-of-staff thread handles intake, triage, and coordination to ensure tasks reach the appropriate threads.

What is the best way to manage multi-threaded code coordination across multiple branches?

Multi-threaded code coordination uses a chief-of-staff thread to manage intake and forward necessary context to child threads. This avoids local implementation and redundant work across branches.

Do I need Codex thread tools to enable automated task routing and reporting?

Yes, automated task routing requires access to Codex thread tools. These tools provide the durable routing and reporting capabilities needed to maintain context across child threads.

How does context maintenance work for ongoing development work in child threads?

Context maintenance forwards necessary information to child threads to keep ongoing work synchronized. The chief-of-staff thread manages this context to prevent redundant work across branches.

When should I use automated branch management and task routing for development coordination?

Use automated branch management when managing large projects with multiple branches. It ensures tasks are efficiently assigned to appropriate child threads without manual routing overhead.

Why does manual task routing cause problems in multi-threaded development processes?

Manual task routing causes redundant work and lost context across branches. Automated routing to durable child threads maintains context and avoids local implementation issues.