[FEATURE] Relaxed plan mode
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'm quite autistic person and i find stressing the contiuous prompting when i'm working in /plan mode. I'm not sure if the original meaning of this feature is intended to stress dev while producing concept, but this is what effectively it is and this pattern is always applied on new conversations, until you tell him to not prompt anymore for several times.
Proposed Solution
I would like you introduce a /plan [relaxed] where LLM effectively support me when i'm in the mood of conceptualizing an idea without threat me with his continuous confirmation requests.
Alternative Solutions
_No response_
Priority
Low - Nice to have
Feature Category
CLI commands and flags
Use Case Example
Today typical conversation in plan mode is:
$ I would like we to reason with you about porting this model from project A to project B.
-+-mumbling-+-
Ok you asked to port model from A to B so this is my idea....
Do you want me to implement plan?
1> Yes.
2> Yes, but
3> Yes, maybe
4> Talk about it
Expected conversation:
$ I would like we to reason with you about porting this model from project A to project B.
mumbling
Ok you asked to port model from A to B so this is my idea....
...
Type here to continue discussion or type /proceed to execute this plan.
$ i think your approach is valid but i want to clarify some points....
mumbling
Ok so your idea is to convert model into a ....
I've some point to clarify with you about...
- ....
- ...
$ Ok about .1 this is my idea, .2 i agree.
etc..
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗