Getting claude to use agents without explicitly telling it to. #73
Answered
by
ehansonddh
chiefMarlin
asked this question in
Q&A
-
Is anyone else having issues with claude cli not using any of the agents unless you tell it to, for every step of the way ? |
Beta Was this translation helpful? Give feedback.
Answered by
ehansonddh
Oct 8, 2025
Replies: 1 comment 2 replies
-
Yeah, you need to be explicit or it won't do so. One way I've gotten around that - outside of using the workflows in https://github.com/wshobson/commands - is to have the prompt-agent write the prompt and tell it that it needs to specify which agents to use on which tasks. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
chiefMarlin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, you need to be explicit or it won't do so. One way I've gotten around that - outside of using the workflows in https://github.com/wshobson/commands - is to have the prompt-agent write the prompt and tell it that it needs to specify which agents to use on which tasks.