fleet-controller
v0.21.2Parent orchestrator above ticket-planner and ticket-auto — dispatches planned tickets, monitors pipeline health via 14 detection engines, manages epic branch lifecycle (create, sync, GC), aggregates execution feedback. Bash-only detection + intervention; no Claude agents.
By John WillardLicense: UNLICENSED0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 5, 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 fleet-controller for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install fleet-controller@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/willard-pro/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is fleet-controller/.
Plugin files
├── .claude-plugin/plugin.json├── skills/fleet-controller/SKILL.md└── skills/fleet-env-check/SKILL.md
Included Skills2
Monitors all active ticket-auto pipelines using 14 detection engines (phase failures, stalls, zombies, loops, abandonment, flow failures, auto-mode blocks, tool errors, planner feedback, blocked-by resolution, initiative dispatch, epic-branch readiness, runaway tool-call rate, workspace misconfiguration) and escalates autonomously through OBSERVE → WARN → KILL → KILL+RESTART severity levels. All interventions execute through fleet lib functions — no silent mutations outside the declared tool set.
Validates the (small) set of env vars, CLAUDE.md fields, and CLI tools fleet-controller needs — LINEAR_API_KEY, REPOS_ROOT, the fleetd worker spawn command (CLAUDE_BIN/CLAUDE_CMD), and jq/git/python3/gh. Run after first install, after changing CLAUDE_CMD, or when fleetd spawns fail silently.
Plugin manifests1
{
"name": "fleet-controller",
"version": "0.21.2",
"description": "Parent orchestrator above ticket-planner and ticket-auto — dispatches planned tickets, monitors pipeline health via 14 detection engines, manages epic branch lifecycle (create, sync, GC), aggregates execution feedback. Bash-only detection + intervention; no Claude agents.",
"author": {
"name": "John Willard"
},
"repository": "https://github.com/willard-pro/claude-plugins",
"license": "UNLICENSED",
"keywords": [
"fleet",
"orchestration",
"monitoring",
"dispatch",
"pipeline-health"
],
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash -c 'mkdir -p ~/.claude/skills/lib && cp \"${CLAUDE_PLUGIN_ROOT}/lib/\"*.sh ~/.claude/skills/lib/'",
"timeout": 10,
"statusMessage": "Syncing fleet-controller lib scripts..."
}
]
}
]
}
}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.
[fleet-controller on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fleet-controller)