plan-dispatcher
v0.3.0Use 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.
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
codex plugin marketplace add whichguy/skill-craft
codex plugin marketplace upgrade skill-craft-market
codex plugin add plan-dispatcher@skill-craft-marketPaste 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-craftClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/plan-dispatcher/SKILL.md
Included Skills1
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
{
"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."
]
}
}{
"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"
]
}For maintainers
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)