What would you like to be added?
I would like it to be possible for custom commands to be queued or added to the task list so that they can be executed later or prioritised after some other work has been done. This would be amazing because then I could streamline my entire workflow and queue up things like:
- /investigate-and-research
- /plan
- /implement-with-tdd
- /testing
- /create-pr
- /check-pr-comments
Why is this needed?
Currently, custom commands are executed instantly and would cause the Agent to get confused if it is in the middle of processing a request, it would stop what it is doing and try to execute the custom command but fail half way and give up.
Possible solution or alternatives
Right now I have to wait until the Agent is idle before I run my custom commands.
Additional context
No response