Skip to content

akoita/codex-maestro

v0.5.4

Experimental Codex workflow for planning, bounded delegation, review, and verification.

What this package declares

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

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "codex-maestro",
  "version": "0.5.4",
  "description": "Experimental Codex workflow for planning, bounded delegation, review, and verification.",
  "author": {
    "name": "Aboubakar Koïta",
    "url": "https://github.com/akoita"
  },
  "homepage": "https://github.com/akoita/agent-toolkit",
  "repository": "https://github.com/akoita/agent-toolkit",
  "keywords": [
    "agents",
    "development",
    "orchestration"
  ],
  "extensions": {
    "io.github.akoita.agent-toolkit": {
      "adapters": {
        "codex": {
          "name": "codex-maestro",
          "description": "Experimental Codex workflow for planning, bounded delegation, review, and verification.",
          "interface": {
            "displayName": "Codex Maestro",
            "shortDescription": "Orchestrate non-trivial development work.",
            "longDescription": "Plan complex changes, delegate bounded implementation, inspect the resulting diff, and verify the outcome.",
            "developerName": "Aboubakar Koïta",
            "category": "Developer Tools",
            "capabilities": [
              "Read",
              "Write"
            ],
            "defaultPrompt": [
              "Use Codex Maestro to implement this change."
            ]
          },
          "marketplace": {
            "source": {
              "source": "local",
              "path": "./plugins/codex/codex-maestro"
            },
            "policy": {
              "installation": "AVAILABLE",
              "authentication": "ON_INSTALL"
            },
            "category": "Developer Tools"
          }
        }
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 3Python files
  • 2configuration files
  • openai.yaml
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • io.github.akoita.agent-toolkit