orchestrator
v0.7.0Coordinator session for parallel issue work: opens planning sessions, claims issues into Herdr worktree workspaces, merges finished PRs, shows the board, the frontier and the specs ready for acceptance, releases a milestone.
By Calvin DittkristLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 9 skill or MCP entries
- Source updated
- Sep 21, 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 orchestrator for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install orchestrator@agent-plugin-marketplacePaste 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/CalvinDittkrist/workflowsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/orchestrator/.
Plugin files
├── .claude-plugin/plugin.json├── skills/abandon/SKILL.md├── skills/board/SKILL.md├── skills/claim/SKILL.md├── skills/gh-axi/SKILL.md├── skills/herdr/SKILL.md├── skills/merge/SKILL.md├── skills/plan/SKILL.md├── skills/release/SKILL.md└── skills/yolo-claim/SKILL.md
Included Skills9
Drop a claimed worktree without merging. Refuses to delete unpushed work unless --force.
Show all claimed worktrees with agent state, PR number, checks and review status, the frontier and the specs ready for acceptance.
Claim a ready-for-agent GitHub issue. Creates a worktree and Herdr workspace and starts a worker session that implements it through review, PR and CI.
Operate GitHub through gh-axi (issues, PRs, checks, runs, releases, labels, secrets) with token-efficient TOON output. Use for any GitHub task the workflow scripts do not already cover.
Control Herdr panes, agents, workspaces and worktrees by hand. Load only when the scripted skills are not enough, for example to read a worker's screen or answer its question.
Squash-merge a ready PR and remove its worktree, Herdr workspace and branch. A promotion PR from dev gets a merge commit and keeps dev.
Open a planning session for an idea or an existing issue. Creates a worktree and Herdr workspace and starts a planner that turns it into agent-ready issues.
Release a milestone vX.Y.Z. Promotes dev to main through a pull request when the default branch is dev, then tags main, publishes the GitHub release with generated notes and closes the milestone.
Claim a ready-for-agent GitHub issue in yolo mode. The worker merges its own PR once CI and reviewers are green, then cleans up its worktree.
Plugin manifests1
{
"name": "orchestrator",
"version": "0.7.0",
"description": "Coordinator session for parallel issue work: opens planning sessions, claims issues into Herdr worktree workspaces, merges finished PRs, shows the board, the frontier and the specs ready for acceptance, releases a milestone.",
"author": {
"name": "Calvin Dittkrist",
"url": "https://github.com/CalvinDittkrist"
},
"repository": "https://github.com/CalvinDittkrist/workflows",
"license": "MIT",
"keywords": [
"herdr",
"worktree",
"orchestration",
"github"
]
}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.
[orchestrator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/orchestrator)