Automation create agent conversation

I want to replicate the Ralph Loop in Cursor using skills and hooks.

I understand that returning to the followup message in the exit hook allows the conversation to continue.

However, I want the task to continue to open in a new agent conversation to avoid contextual interference. Is there such a feature?

Hey, there’s no native hook yet for programmatically creating a new chat.

There are 2 options:

  1. Community Ralph implementations for Cursor (work via CLI):

Forum feedback says they work, but with some caveats.

  1. Subagents (nightly channel) if you need native context isolation:

To switch to nightly: Cursor Settings Cmd+Shift+J then Beta then Update channel: Nightly.

What about provide a scheme like cursor://anysphere.cursor-deeplink/agent?prompt=

Interesting idea. Right now, deeplinks only support /prompt, /command, and /rule. There’s no native scheme to open a new agent chat.

The current prompt deeplink cursor://anysphere.cursor-deeplink/prompt opens the prompt in chat, but it doesn’t create a separate agent session. It’s the same prompt flow.

If you want the team to consider an agent deeplink, you can create a separate feature request.