Agent Plugins Marketplace
← All plugins

backchain

v0.5.0

Plan Orchestrator portable skills: Backchain builds and repeatedly reviews evidence-backed dependency plans; Plan Dispatcher coordinates their execution with native agents. Existing backchain skill and plugin identities remain stable.

CodexClaude Code2 Skills

By BackchainLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 25, 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 backchain 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 backchain@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 “backchain” remain stable.

  • Codex: backchain@agent-plugin-marketplace → backchain@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/backchain/.

Plugin files

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

Included Skills2

backchainskills/backchain/SKILL.md

Use when an implementation task needs a dependency-aware plan before coding: backward planner / backchain / precondition-first planning, dependency DAGs, elaborating incomplete plans, or scheduler-ready step graphs. Turns a natural-language coding request into a forward draft then backward-chaining enriched DAG with explicit unresolved risks, then directly calls the selected Until Loop to repeat dependency review until two consecutive trivial/no-change reviews.

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/backchain/.codex-plugin/plugin.json
{
  "name": "backchain",
  "version": "0.5.0",
  "description": "Plan Orchestrator portable skills: Backchain builds and repeatedly reviews evidence-backed dependency plans; Plan Dispatcher coordinates their execution with native agents. Existing backchain skill and plugin identities remain stable.",
  "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",
    "backchain",
    "portable-skills",
    "plan-dispatcher"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Backchain",
    "shortDescription": "Plan Orchestrator portable skills: Backchain builds and repeatedly reviews evidence-backed dependency plans; Plan…",
    "longDescription": "Plan Orchestrator portable skills: Backchain builds and repeatedly reviews evidence-backed dependency plans; Plan Dispatcher coordinates their execution with native agents. Existing backchain skill and plugin identities remain stable.",
    "developerName": "Backchain",
    "category": "Software Development",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use $backchain:backchain for this task.",
      "Use $backchain:plan-dispatcher for this task."
    ]
  }
}
plugins/backchain/.claude-plugin/plugin.json
{
  "name": "backchain",
  "version": "0.5.0",
  "description": "Plan Orchestrator portable skills: Backchain builds and repeatedly reviews evidence-backed dependency plans; Plan Dispatcher coordinates their execution with native agents. Existing backchain skill and plugin identities remain stable.",
  "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",
    "backchain",
    "portable-skills",
    "plan-dispatcher"
  ]
}

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

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