Agent Plugins Marketplace
All plugins

workflow-orchestration-plugin

v1.11.0

Workflow orchestration patterns for parallel agents, CI pipelines, preflight checks, and checkpoint-based refactoring. Addresses common friction in multi-branch operations, permission restrictions, and context limits.

Claude Code4 Skills

By Lauri GatesLicense: MIT58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 15, 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 workflow-orchestration-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install workflow-orchestration-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/laurigates/claude-plugins

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

Plugin files

workflow-orchestration-plugin/
├── .claude-plugin/plugin.json
├── skills/workflow-checkpoint-refactor/SKILL.md
├── skills/workflow-preflight/SKILL.md
├── skills/workflow-verify-before-filing/SKILL.md
└── skills/workflow-wave-dispatch/SKILL.md

Included Skills4

workflow-checkpoint-refactorskills/workflow-checkpoint-refactor/SKILL.md

Multi-phase refactoring with checkpoint files that survive context limits. Use when refactoring spans 10+ files, needs phased rollout, or risks running out of context mid-session.

workflow-preflightskills/workflow-preflight/SKILL.md

Pre-work validation before implementation. Use when starting an issue or fix to verify remote state, check for existing PRs, and detect branch conflicts before coding.

workflow-verify-before-filingskills/workflow-verify-before-filing/SKILL.md

Verify accumulated bug claims at upstream HEAD and dedup against trackers before filing issues. Use when filing upstream reports from backlogs, audit docs, or git-history findings.

workflow-wave-dispatchskills/workflow-wave-dispatch/SKILL.md

Sequential-wave dispatch for multi-agent work with cross-task dependencies. Use when planning multi-step work, fixing parallel-dispatch order, or gating waves on verification.

Plugin manifests1

workflow-orchestration-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "workflow-orchestration-plugin",
  "version": "1.11.0",
  "description": "Workflow orchestration patterns for parallel agents, CI pipelines, preflight checks, and checkpoint-based refactoring. Addresses common friction in multi-branch operations, permission restrictions, and context limits.",
  "author": {
    "name": "Lauri Gates"
  },
  "repository": "https://github.com/laurigates/claude-plugins",
  "license": "MIT",
  "keywords": [
    "workflow",
    "orchestration",
    "parallel-agents",
    "ci-pipeline",
    "preflight",
    "checkpoint",
    "refactoring",
    "worktree",
    "multi-repo"
  ]
}

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

[workflow-orchestration-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/workflow-orchestration-plugin)