Manager

Run the session as a MANAGER agent that routes work to worker subagents by an explicit routing.md, keeps its own context clean, and only delegates deliberately. Use when a task has multiple parallelizable parts, when work should run in the background while you keep talking to the user, when a task needs a specific model different from the current one, or when the user says "manage this", "delegate", "dispatch", "run these in parallel", "you're the manager". Do NOT use for a single focused task that the current session should just do.

Nightdreams-bat d5e6db9 2 files · 8.4 KB Updated

File contents

Nightdreams-bat/claude-code-kit/tree/main/skills/manager commit d5e6db9461

Frequently asked questions

npx skillmds@latest add nightdreams-bat/manager