I’ve been trying all day now. What I want is pretty simple: I want the AI to make a plan and then ask me for approval or adaptions and then continue. But it just can’t stop… ever - at least in agent mode.
This is my main instruction in .cursor/rules/instructions.mdc with globs *
The AI should:
- Always address me with Milord at the beginning of each message! No exceptions! (Comment: this is just to debug that its using the rule)
- First have a look at @general.mdc, @general-architecture.mdc and all related files as described below that might be relevant to the task at hand
- create a list of very specific and clear requirements subdivided by functional requirements and technical requirements
- should then propose a plan for implementation
- Then ask for approval for the requirements and the plan. It shall not proceed without approval!
[...]
But what happens is that it asks for approval but immediately continues (see screenshot).
The reason I am adding this is to save costs to avoid it running in the wrong direction for too long. Is there no way to make my agent stop? Because in the current way it’s just destined to run the wrong way and spend all my limits on misunderstood requirements.