Agent Plugins Marketplace
← All plugins

plan-dispatcher

v0.3.0

Use when executing or resuming an agreed dependency graph with one main dispatcher and parallel native workers: claim ready steps, preserve launch state, collect result evidence, verify outcomes, and identify successors. Planning belongs to Backchain or the caller; this skill executes the plan.

CodexClaude Code1 Skill

By BackchainLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 26, 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 plan-dispatcher for Codex and Claude Code

Installs for the current user
codex plugin marketplace add whichguy/skill-craft
codex plugin marketplace upgrade skill-craft-market
codex plugin add plan-dispatcher@skill-craft-market

Paste and run these commands in a terminal with Codex. They add and refresh the skill-craft-market catalog, then install this plugin.

Compatibility: the page URL and API slug “plan-dispatcher” remain stable.

  • Codex: plan-dispatcher@agent-plugin-marketplace → plan-dispatcher@skill-craft-market

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/whichguy/skill-craft

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/plan-dispatcher/.

Plugin files

plugins/plan-dispatcher/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/plan-dispatcher/SKILL.md

Included Skills1

plan-dispatcherskills/plan-dispatcher/SKILL.md

Use when executing or resuming an agreed dependency graph with one main dispatcher and parallel native workers: claim ready steps, preserve launch state, collect result evidence, verify outcomes, and identify successors. Planning belongs to Backchain or the caller; this skill executes the plan.

Plugin manifests2

plugins/plan-dispatcher/.codex-plugin/plugin.json
{
  "name": "plan-dispatcher",
  "version": "0.3.0",
  "description": "Use when executing or resuming an agreed dependency graph with one main dispatcher and parallel native workers: claim ready steps, preserve launch state, collect result evidence, verify outcomes, and identify successors. Planning belongs to Backchain or the caller; this skill executes the plan.",
  "author": {
    "name": "Backchain",
    "url": "https://github.com/whichguy"
  },
  "homepage": "https://github.com/whichguy/skill-craft",
  "repository": "https://github.com/whichguy/skill-craft",
  "license": "MIT",
  "keywords": [
    "skill-craft",
    "plan-dispatcher",
    "portable-skills",
    "script-backed"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Plan Dispatcher",
    "shortDescription": "Use when executing or resuming an agreed dependency graph with one main dispatcher and parallel native workers: claim…",
    "longDescription": "Use when executing or resuming an agreed dependency graph with one main dispatcher and parallel native workers: claim ready steps, preserve launch state, collect result evidence, verify outcomes, and identify successors. Planning belongs to Backchain or the caller; this skill executes the plan.",
    "developerName": "Backchain",
    "category": "Software Development",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use $plan-dispatcher:plan-dispatcher for this task."
    ]
  }
}
plugins/plan-dispatcher/.claude-plugin/plugin.json
{
  "name": "plan-dispatcher",
  "version": "0.3.0",
  "description": "Use when executing or resuming an agreed dependency graph with one main dispatcher and parallel native workers: claim ready steps, preserve launch state, collect result evidence, verify outcomes, and identify successors. Planning belongs to Backchain or the caller; this skill executes the plan.",
  "author": {
    "name": "Backchain",
    "url": "https://github.com/whichguy"
  },
  "homepage": "https://github.com/whichguy/skill-craft",
  "repository": "https://github.com/whichguy/skill-craft",
  "license": "MIT",
  "keywords": [
    "skill-craft",
    "plan-dispatcher",
    "portable-skills",
    "script-backed"
  ]
}

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

[plan-dispatcher on Agent Plugins Marketplace](https://pluginsmp.com/plugins/plan-dispatcher)