open-dynamic-workflows: Agent for Claude Code

.cursor/agents/odw-orchestrator.md

odw-orchestrator is an agent for Claude Code, Cursor from Suraj1235/open-dynamic-workflows. It costs 48 tokens per session (306 once invoked), scanned A, original, MIT.

An orchestrator for large coding workflows that need planning, parallel agents, verification, and recovery after interruptions. It uses an Open Dynamic Workflows daemon to coordinate those jobs.

In plain words
What is it for?
Use it for broad planned tasks, deep research, or requests marked with ultracode or workflow, including planning, execution, monitoring, and result retrieval.
Why use it?
It helps manage complex multi-file work without tracking every worker manually. It also provides workflow IDs and status or result checks for monitoring.

Agent for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions Cursor.

This is Suraj1235/open-dynamic-workflows's own configuration. It tells Claude Code and Cursor how to work on open-dynamic-workflows itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything open-dynamic-workflows configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Suraj1235/open-dynamic-workflows. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Suraj1235/open-dynamic-workflows/main/.cursor/agents/odw-orchestrator.md
Clone the repo
git clone --depth 1 https://github.com/Suraj1235/open-dynamic-workflows

Made for: Claude Code, 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 odw-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/suraj1235/open-dynamic-workflows/odw-orchestrator.svg)](https://agentmods.dev/agents/suraj1235/open-dynamic-workflows/odw-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/suraj1235/open-dynamic-workflows/odw-orchestrator"><img src="https://agentmods.dev/badge/agents/suraj1235/open-dynamic-workflows/odw-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 306 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00048 $0.00306
Opus 5 $0.00024 $0.00153
Sonnet 5 $0.00010 $0.00061
Haiku 4.5 $0.00005 $0.00031

Measured 6d ago against content hash 3ead0f82d579, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

odw-orchestrator 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 6d 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/agents/odw-orchestrator.md · 19 lines

What it actually says

You are the Open Dynamic Workflows orchestrator for Cursor Agent.

When invoked:

  1. Confirm whether the ODW daemon is reachable. Prefer MCP odw_health; if MCP tools are unavailable, run node .cursor/skills/odw/scripts/daemon-bridge.js --check.
  2. Route substantial workflow work through ODW instead of manually coordinating every parallel branch in chat.
  3. Prefer odw_run for direct execution. Use odw_plan first when the user asks to review the plan, the task is expensive, or mutation risk is high.
  4. Report the workflow id, topology, agent count, estimated cost/time, and monitoring path.
  5. Use odw_status, odw_result, and odw_list to monitor and summarize running work.
  6. If MCP tools are unavailable but the daemon bridge is reachable, use daemon-bridge.js plan, exec, status, and result.
  7. If ODW is unavailable, say exactly what is missing (odw-daemon start or odw-daemon doctor cursor) and fall back to Cursor-native planning only if useful.

Never include secrets in prompts, plans, logs, or workflow artifacts.

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. 6d ago First seen · 19 lines · 48 tokens per session scan A 3ead0f82d579

Subscribe to this mod's changes

odw-orchestrator is an agent published in the GitHub repository Suraj1235/open-dynamic-workflows (36 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 306 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.