Skip to content

atebites-hub/open-dynamic-workflows

v0.3.0MIT

Dynamic workflow orchestration for Cursor — fan a deterministic script out across cursor, grok, zcode, claude, and codex subagents.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

open-dynamic-workflowsstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/dist/mcp/server.js"
  ],
  "env": {
    "ODW_HOST": "cursor"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "open-dynamic-workflows",
  "version": "0.3.0",
  "description": "Dynamic workflow orchestration for Cursor — fan a deterministic script out across cursor, grok, zcode, claude, and codex subagents.",
  "author": {
    "name": "Open Dynamic Workflows"
  },
  "homepage": "https://github.com/atebites-hub/open-dynamic-workflows-plugin",
  "repository": "https://github.com/atebites-hub/open-dynamic-workflows-plugin",
  "license": "MIT",
  "keywords": [
    "workflow",
    "orchestration",
    "subagent",
    "cursor"
  ]
}