Skills
Cursor Projects: a coordinator agent that plans, delegates to subagents, and acts on Slack, schedules and PR subscriptions without being prompted
Cursor shipped Projects in beta on Sep 10. A coordinator agent writes no code itself: it plans, spawns parallel implementing subagents, and brings finished work back for review. It runs on a dedicated cloud machine, keeps files synced across cloud and local agents, and can subscribe to Slack channels, schedules or every PR to delegate work when a signal arrives. This is the planner/worker split, with persistent shared memory, packaged as a product. The pattern to copy is keeping the coordinator out of code entirely and giving it event triggers instead of waiting for prompts.
↳ Follow the thread