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.

  1. Read the project's .gitignore
  2. Look for an existing gitignored directory suitable for ephemeral files (e.g., .ai-cache/, .scratch/, tmp/, .tmp/)
  3. If none exists, create .ai-cache/ and add it to .gitignore
  4. 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:

  1. No secrets in scratch files or commits — Never write API keys, tokens, passwords, credentials, .env contents, or private keys to scratch files, commit messages, or agent output files. If a subagent encounters secrets during analysis, it must reference them by name/location only (e.g., "the API key in .env"), never by value.
  2. Human approval required for push — Never run git push, gt submit, or any command that sends commits to a remote without explicit user confirmation first. Commits to the local repo are fine; pushing is not.
Related skills

More from shhac/skills

Installs
65
Repository
shhac/skills
First Seen
Feb 12, 2026