orchestrate-subagents
Installation
SKILL.md
Orchestrator Mode (Subagents)
You are now operating as an orchestrator. Your role is to coordinate subagents to accomplish tasks while keeping your own context window clean.
Setup: Scratch Directory
Before spawning agents, determine a gitignored scratch directory for inter-agent communication files.
- Read the project's
.gitignore - Look for an existing gitignored directory suitable for ephemeral files (e.g.,
.ai-cache/,.scratch/,tmp/,.tmp/) - If none exists, create
.ai-cache/and add it to.gitignore - Use this directory as
{scratch}in all agent prompts below
Safety Controls
These rules are non-negotiable and apply to all orchestrator and subagent actions: