[FEATURE] allow && in slash command eg `/clear && /plugin:next`
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
I would like my workflow plugin to be able to automatically call /clear between steps, but since clear wipes the context the skill would not know to proceed without my input. I would like it to be able to call /clear && /plugin:next which would call clear then call the plugin next for the plugin workflow to continue.
Proposed Solution
allow calling multiple slash commands in a row
Alternative Solutions
a way to pass a comma seperated list of slash commands to run
Priority
High - Significant impact on productivity
Feature Category
Interactive mode (TUI)
Use Case Example
I am working on creating a large new feature using a workflow plugin GSD, DXS, etc
- I run /plugin:plan wornd work through the planning
- Once approved the plugin run
/clear && /plugin:nextto clear the context and move on to its next step whatever that is - Repeat until done
Currently the plugins have to printout something like
Next: /plugin:next
Remember to run /clear first to reduce context usage
Setting these up to auto advance is possible, but since they cannot call /clear between steps you endup with very high context usage
Additional Context
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗