正在加载视频...

视频加载失败

i've experimented with a fan out pattern from plan mode to parallel agent. spend a lot of time upfront refining the plan, then hand off to background 1. generate plan 2. ask cursor to break down plan to isolated, independent tasks 3. spawn background agents using MCP server

73,223 次观看 • 11 个月前 •via X (Twitter)

40 条评论

eric zakariasson 的头像
eric zakariasson11 个月前

i've created the unofficial cursor mcp you can play around with here

echo.hive 的头像
echo.hive11 个月前

It would be great if cursor can create parallel agents but in new tabs

Eyal Toledano 的头像
Eyal Toledano11 个月前

hesbeginningtobelieve.gif x 10000

Ian Nuttall 的头像
Ian Nuttall11 个月前

I like to see next.js -> bun + hono migrations 👀

Vadim 的头像
Vadim11 个月前

I’ve used the planning features for the first time yesterday. Such a productivity unlock! Amazing work. I plan for 15min, hit build and then go on to read docs online while Cursor delivers the feature. Has worked this way multiple times now. Pushing it to more complex features.

eric zakariasson 的头像
eric zakariasson11 个月前

glad to hear that!

Ralph Krysler 🪓 的头像
Ralph Krysler 🪓11 个月前

Oh that would be sick to integrate with taskmaster! We break down your tasks, then run a complexity report on each task to analyze complexity, then break it down into subtasks based on complexity. Then you can easily delegate everything to background agents, I love that!

grim 的头像
grim11 个月前

Crazy that the algo brought me here. I was literally just going to suggest: - Complete plan mode in cursor - Execute plan mode via a background agent

eric zakariasson 的头像
eric zakariasson11 个月前

hahah nice

Bilal Bakr 的头像
Bilal Bakr11 个月前

That would be awesome if its built into Cursor

Bheem 的头像
Bheem11 个月前

Do they work on same work tree or spin their own work stree for each ?

amirmxt 的头像
amirmxt11 个月前

very meta

Murad 的头像
Murad11 个月前

obviously, that’s a solid orchestration strategy front-load the planning to minimize coordination overhead, then let parallel agents execute independently.

Mert Deveci 的头像
Mert Deveci11 个月前

What is this app - not cursor or?

eric zakariasson 的头像
eric zakariasson11 个月前

cursor!

Mert Deveci 的头像
Mert Deveci11 个月前

Weird mine looks nothing like it - did you launch a new mode or smt?

eric zakariasson 的头像
eric zakariasson11 个月前

yes, plan mode!

Alex Baldwin 的头像
Alex Baldwin11 个月前

Can this integrate into git workspaces? That way you never have to worry about collisions

Stijn 的头像
Stijn11 个月前

Are these agents each generating a separate worktree to induce SoC?

The Coding Sloth 的头像
The Coding Sloth11 个月前

Whoa this is cool

bailout00 的头像
bailout0011 个月前

Still need real feedback from the MCP agents, (like roo’s orchestrate) how do you solve this?

Manar Benkraouda 的头像
Manar Benkraouda11 个月前

I did exactly the same thing with specific agents spawning cursor agents in headless mode. Works great

John Ferguson 的头像
John Ferguson11 个月前

This is my ideal workflow… but I always get excited and I’m like bam, bam, bam and need to use plan mode more. That’s definitely a thing I would love to make… smoother I guess? I just spend so much time in agent I forget to switch out

IronRed | SandHive 的头像
IronRed | SandHive11 个月前

sick, what cursor version and MCP config r u running? will be down to test a PR flow!

Arindam Majumder 𝕏 的头像
Arindam Majumder 𝕏11 个月前

Parallel agents without a clean task graph just create a mess! But with a refined plan, it’s basically distributed cognition.

Sahaj 的头像
Sahaj11 个月前

the only part I disagree about is having to spawn bg agents. shouldn't it be possible to spawn local bg agents?

Cabbly 的头像
Cabbly11 个月前

When executing the plan, should the “todo” be getting checked by the agent? As in this task is done?

Joulse 的头像
Joulse11 个月前

I like this a lot. I add a quality gate to score the plan before spawning agents

ali 的头像
ali11 个月前

are you able to have background agents perform plan-mode? (multiple agents planning first at the same time)

eric zakariasson 的头像
eric zakariasson11 个月前

not yet, but would be interesting to auto build after its done planning

Erik 的头像
Erik11 个月前

do you also intend to integrate triggering bg agents natively from agent plans? Would be huge.

Ilpo Leppänen 的头像
Ilpo Leppänen11 个月前

, this looks great! Can't wait for it to become an official feature 😎 Since you've been working on bringing Planning mode as a standard feature in Cursor, I was reflecting my thoughts a bit about how I'd see the next development empowering this flow - your thoughts on this?

Neuwark 的头像
Neuwark11 个月前

Nice approach! Investing time upfront to refine the plan really pays off when tasks are executed in parallel.

Numman Ali 的头像
Numman Ali11 个月前

Awesome plan I'd love to have the background agents work locally ie local chats with the git worktress

Not Whale 的头像
Not Whale11 个月前

Wait…. Do you actually use light mode? I didn’t know I was following a psychopath.

Max Davish 的头像
Max Davish11 个月前

How do you make sure that the background agents don't step on each other's toes or do contradictory work?

Germán Retamosa 的头像
Germán Retamosa11 个月前

i would appreciate a token consumption comparison from a sequential execution. Is performing better?

B.S. 的头像
B.S.11 个月前

I can safely switch to auto to carry out my plan correct? Or is there still a noticeable difference in output if you switch away from 4.5 to execute the plan?

TechX Global 的头像
TechX Global11 个月前

Refine the plan, break it into independent tasks, and let background agents run via MCP server, scales orchestration without friction.

Rohit Ghumare 的头像
Rohit Ghumare11 个月前

Why not migrate to

相关视频