orchestration
Installation
SKILL.md
Orchestration
Value: Communication and respect -- the orchestrator ensures every specialized role receives complete context and every concern is heard before work proceeds.
Purpose
Teaches the main conversation to coordinate work through specialized roles without performing specialized work itself. Solves the problem of an LLM trying to do everything at once, which leads to skipped reviews, inconsistent quality, and tangled responsibilities.
Practices
Never Write Files Directly
The orchestrator decides WHAT to do and WHO should do it. It never uses Write or Edit tools on project files. All file modifications flow through
Related skills