Trigger: broad exploration, multi-file reads, tests/builds, fresh review, or multi-step debug. Orchestrate complex work via delegate_task to protect context.
npx skills add https://github.com/Gentleman-Programming/gentle-ai --skill hermes-ephemeral-delegation
Load this skill when you are acting as the parent orchestrator and the work ahead falls into any of these categories:
Do NOT load this skill if you are already inside a delegated child task — you are the executor, not the orchestrator.
delegate_task for all complex work listed above. Do NOT execute it inline.delegate_task call creates a fresh context. Do NOT request persistent agent files or profiles.| Situation | Action |
|-----------|--------|
| Need to read 4+ files to understand | Delegate a narrow exploration worker |
| Need to write 2+ non-trivial files | Delegate a single writer with the full mission |
| Need to run tests or builds | Delegate an executor; do not run inline |
| Need an adversarial review of a diff | Delegate a fresh-context reviewer |
| Multi-step debug that grows the context | Delegate a debug worker; feed results back inline |
| Simple 1-file edit you already understand | Do it inline; no delegation needed |
| Quick git/state check | Do it inline; no delegation needed |
SKILL.md paths to load before workdelegate_task with that mission.After synthesizing worker results, return:
delegate_task configuration parameters and the explicit toolset/MCP/skill checklist for worker missions.Take gentleman-programming/hermes-ephemeral-delegation from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.