Support running and coordinating multiple agents in cursor-agent CLI

Feature request for product/service

Cursor CLI

Describe the request

Why this matters
• Parallelizes independent tasks
• Improves throughput on large changes
• Reduces prompt/context overload per agent
• Enables reviewer/planner/implementer patterns

Suggested capabilities

  1. Spawn named agents with isolated context
  2. Assign tasks to specific agents
  3. Shared artifact exchange (summaries, patches, findings)
  4. Coordinator/orchestrator mode for task routing
  5. Optional approval gates before merge/apply
  6. Per-agent limits (tokens/time/tools)