Agent Plugins Marketplace
All plugins

odw

v0.1.0

Dynamic multi-agent workflows for Codex — plan, orchestrate, and verify parallel agents via a local daemon.

Codex2 Skills1 MCP serverstdio

By open-dynamic-workflows contributorsLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install odw for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add odw@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “odw” remain stable.

  • Codex: odw@agent-plugin-marketplaceodw@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/Suraj1235/open-dynamic-workflows/.

Plugin files

plugins/Suraj1235/open-dynamic-workflows/
├── .codex-plugin/plugin.json
├── skills/odw/SKILL.md
├── skills/ultracode/SKILL.md
└── .mcp.json

Included Skills2

odwskills/odw/SKILL.md

Dynamic multi-agent workflows — plan first, then orchestrate parallel agents with adversarial verification via the local odw daemon. Use when the user asks for a "workflow", says "ultracode", or hands you a task spanning many files/items that benefits from parallel agents.

ultracodeskills/ultracode/SKILL.md

Ultracode-style dynamic workflows for Codex. Use when the user says "ultracode", "workflow:", "/deep-research", or asks for broad multi-file work with planning, parallel agents, verification, or crash-resume.

MCP servers1

odwstdio
command
node
args
packages/mcp-server/src/index.js

Plugin manifests1

plugins/Suraj1235/open-dynamic-workflows/.codex-plugin/plugin.json
{
  "name": "odw",
  "description": "Dynamic multi-agent workflows for Codex — plan, orchestrate, and verify parallel agents via a local daemon.",
  "version": "0.1.0",
  "author": {
    "name": "open-dynamic-workflows contributors",
    "url": "https://github.com/Suraj1235/open-dynamic-workflows"
  },
  "homepage": "https://github.com/Suraj1235/open-dynamic-workflows",
  "repository": "https://github.com/Suraj1235/open-dynamic-workflows",
  "license": "MIT",
  "keywords": [
    "workflows",
    "orchestration",
    "multi-agent",
    "parallel",
    "ultracode",
    "planning"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Open Dynamic Workflows",
    "shortDescription": "Plan, orchestrate, and verify parallel AI coding agents.",
    "longDescription": "Open Dynamic Workflows (ODW) is an open-source dynamic multi-agent workflow engine for AI coding agents. It plans a task into a workflow graph, dispatches subtasks to parallel agents through a local daemon, and adversarially verifies their output before results are synthesized. Bring-your-own-model: Anthropic, OpenAI-compatible, or Ollama.",
    "composerIcon": "./assets/icon.svg",
    "developerName": "open-dynamic-workflows contributors",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Plan and run this task as a parallel multi-agent workflow",
      "Adversarially verify the changes the agents produced"
    ],
    "websiteURL": "https://github.com/Suraj1235/open-dynamic-workflows"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[odw on Agent Plugins Marketplace](https://pluginsmp.com/plugins/odw)