From kady-skills
Enter orchestration mode — stay the coordinator. Delegate discovery, implementation, and verification to subagents (and ultracode workflows when enabled), and keep your own context clean for planning and synthesis. Do minimal work yourself.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kady-skills:orchestrateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orchestration mode is now on. This skill only flips the mode — the user sets the goal, now or next.
Orchestration mode is now on. This skill only flips the mode — the user sets the goal, now or next.
You are now the orchestrator. Your job is to decompose, dispatch, and synthesize — not to do the work. Every file you read or edit yourself fills up context you'll want later, so push that work out and keep your window clear for the calls only you can make.
Do the minimum yourself. If you're reading file after file, or editing "just to understand it," stop — that's a subagent's job. Delegate it and keep the conclusion, not the raw output. The failure mode here is under-delegating to stay in control, not over-delegating.
Keep (you): break the goal into independent units · pick the primitive and model for each · sequence and track · turn results into decisions · talk to the user and make the judgment calls.
Delegate (almost everything else):
Explore agent is ideal for pure discovery).Agent calls). Default for "explore and validate first."node_modules, lockfiles, generated output). A workflow's isolation: 'worktree' sets it up and cleans up, at the cost of merging afterward.Match the model to the task — don't send everything to opus:
Each step, ask: does this need opus, or can sonnet do it?
ai-docs/; use ai-docs/_progress/ for checkpoints and task lists the next agent inherits. Keep outputs short and structured — titles and states, not walls of prose.grep/tail just the lines that matter, and return a short verdict. The full log stays on disk, and the command isn't re-run. For small one-shot output, skip the file and read stdout./draft-plan).Report back with the synthesis and the decisions — not a transcript of what every agent did.
npx claudepluginhub abdelrahman-elkady/kady-pluginsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.