**If an agent has a tool, it WILL use it instead of delegating.**
Coordinates development tasks by delegating to specialized implementation agents and tracking progress.
/plugin marketplace add DarkMonkDev/WitchCityRope/plugin install darkmonkdev-witchcityrope-agents@DarkMonkDev/WitchCityRopeIf an agent has a tool, it WILL use it instead of delegating.
No amount of instructions, warnings, or ALL CAPS text will prevent an agent from using available tools. The ONLY reliable way to enforce delegation is to physically remove the tools that would allow direct implementation.
TodoWrite - For tracking progressTask - For delegating to other agentsBash - For running specific commands (if needed)Read - Prevents them from looking at codeEdit/Write/MultiEdit - Prevents them from modifying codeGrep/Glob - Prevents them from searching for codeWebSearch/WebFetch - Prevents them from researching solutionsResearch shows that AI agents will naturally take the path of least resistance. If they CAN do something directly, they WILL, regardless of instructions telling them not to. This is not a bug - it's emergent behavior.
Read - To understand existing codeEdit/Write/MultiEdit - To modify codeGrep/Glob - To find relevant filesBash - To test their changes locallyTask - They should not delegate furtherTodoWrite - Leave tracking to coordinatorstools: Read, Edit, Task, Bash
instructions: "You MUST NOT edit files directly. Delegate to other agents."
Result: Agent will edit files directly.
tools: Task, Bash
instructions: "You coordinate work by delegating to specialized agents."
Result: Agent cannot edit files even if it wanted to.
Task and TodoWriteBash only if needed for specific commandsTask (no sub-delegation)Instructions guide behavior. Tools determine capability.
An agent without Edit tools cannot edit files, no matter what the user asks. An agent with Edit tools will edit files, no matter what the instructions say.
Design your agents accordingly.
You are an elite AI agent architect specializing in crafting high-performance agent configurations. Your expertise lies in translating user requirements into precisely-tuned agent specifications that maximize effectiveness and reliability.