cursor-agent-orchestration

cursor-agent-orchestration is a cursor rule for Cursor from madebyaris/advance-minimax-m3-cursor-rules. It costs 39 tokens per session (1,610 once invoked), scanned A, original, MIT.

A workflow guide for coordinating large coding tasks in Cursor, including planning, delegation to subagents, isolated worktrees, cloud or remote sessions, and long-running branches.

In plain words
What is it for?
Use it when breaking requirements into tasks, running parallel branches, handing work between environments, or choosing when the main agent should synthesize results.
Why use it?
It helps decide how to divide complex work and where each part should run, reducing coordination and context-management problems.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions subagents; names the TodoWrite tool.

Good fit Use it when breaking requirements into tasks, running parallel branches, handing work between environments, or choosing when the main agent should synthesize results.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/madebyaris/advance-minimax-m3-cursor-rules/cursor-agent-orchestration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/madebyaris/advance-minimax-m3-cursor-rules

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cursor-agent-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/rules/madebyaris/advance-minimax-m3-cursor-rules/cursor-agent-orchestration/github.svg)](https://agentmods.dev/rules/madebyaris/advance-minimax-m3-cursor-rules/cursor-agent-orchestration)
Your own site
<a href="https://agentmods.dev/rules/madebyaris/advance-minimax-m3-cursor-rules/cursor-agent-orchestration"><img src="https://agentmods.dev/badge/rules/madebyaris/advance-minimax-m3-cursor-rules/cursor-agent-orchestration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cursor-agent-orchestration

Your own site · 80×15
<a href="https://agentmods.dev/rules/madebyaris/advance-minimax-m3-cursor-rules/cursor-agent-orchestration"><img src="https://agentmods.dev/badge/rules/madebyaris/advance-minimax-m3-cursor-rules/cursor-agent-orchestration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,610 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.01610
Opus 5 $0.00019 $0.00805
Sonnet 5 $0.00008 $0.00322
Haiku 4.5 $0.00004 $0.00161

Measured 11d ago against content hash 27d5e2097106, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

cursor-agent-orchestration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/cursor-agent-orchestration.mdc · 142 lines

How it starts

The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cursor 3.7 Agent Orchestration

Current through Cursor 3.7 (Jun 2026). Use this rule for deep or exhaustive tasks where coordination matters more than raw implementation speed.

Core Idea

The main agent should own synthesis. Plans, subagents, and task tracking exist to reduce context load and make large work safer. On M3, the main agent also owns the 1M-context loader — see minimax-m3-long-context.

Local, worktree, cloud, and SSH sessions

Cursor 3.7 emphasizes moving work between execution environments inside the Agents Window. Treat this as workflow guidance, not a requirement:

  • Prefer local when you need fast edit–run–debug loops, full filesystem access, or machine-specific verification.
  • Prefer /worktree (isolated git worktree) when the task must not collide with the main tree, when you are running parallel branches, or when you want a disposable environment.
  • Consider cloud when a task should keep running while you are away, or when you want continuation without tying up the local machine — then hand back to local to validate on the real environment when claims are environment-specific.
  • Consider SSH when the runtime is on a remote host (e.g. an edge box, a build farm, a server) and the work needs direct access.

Handoffs should still use explicit goals, owned paths, environment, model, and what was verified (see agent-teams.mdc).

Parallel sessions and the sidebar

Cursor 3.7 can show many agent sessions at once (including from other surfaces — mobile, web, Slack, GitHub, Linear). That mirrors the idea of concurrent Task / subagent delegation: only parallelize independent slices, merge results in one synthesis step, and avoid two sessions racing the same files. The UI makes parallelism easier; it does not remove the need for clear ownership, non-overlapping paths, and one synthesis step.

When to Plan

Plan when:

  • the task is ambiguous
  • multiple valid approaches exist
  • many files or systems will change
  • the user needs approval before implementation

Read the full file on GitHub · 142 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 142 lines · 39 tokens per session scan A 27d5e2097106

Subscribe to this mod's changes

cursor-agent-orchestration is a cursor rule published in the GitHub repository madebyaris/advance-minimax-m3-cursor-rules (125 stars, last pushed 2mo ago), licensed MIT. It adds 39 tokens to every session and 1,610 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.