Feature request for product/service
Cursor IDE
Describe the request
My workflow is typically to start each session in Plan mode, and have a conversation which ends up with a plan that I think is OK, then I hit build.
What I’d like is a “Build Hook” that would kick off a specific blocking call that needed happen and trigger use confirmation before the agent(s) then proceeded.
Let me explain my initial use case:
I typically plan → build - > push → CI → create PR
The “Create PR” stage kicks off an arms length agent (not within Cursor) that reviews the changes, and tries to reverse engineer what the intent of the PR is.
I’ve found, managing a team of junior programmers, that the “intent” it comes up with can be radically different to what the ticket the programmer is working on was asking for.
So I, or one of my seniors, reviews that before they look at a single line of code.
What I’d like to be able to do is have that “intent review” triggered BEFORE the agentic build, not later on during a PR review.
And it struck me that having an agent review the Plan would be a good way to do that.
So I typically do that by copy/pasting the plan into and asking it to explain what the change is.
This works OK, but obviously, I want to automate it.
And a Cursor Hook off the “Build” that could make an LLM call, would be, for me, the missing piece of infrastructure.