Agent Plugins Marketplace
All plugins

maestro

v0.5.2

Orchestration stance for a main agent overseeing delegated multi-agent pipelines — boss/doer split, fresh agent per phase, verify-before-relay — plus the zero-token discipline for waiting on anything.

Claude Code3 Skills

By JT Sternberg5 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 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 maestro 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 maestro-2@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/jtsternberg/claude-plugins

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

Plugin files

plugins/maestro/
├── .claude-plugin/plugin.json
├── skills/conduct/SKILL.md
├── skills/patient-waiting/SKILL.md
└── skills/your-cue/SKILL.md

Included Skills3

conductskills/conduct/SKILL.md

Operating stance for a main agent orchestrating delegated work — an implement → review → address pipeline across one or more repos/workspaces: boss/doer split, fresh agent per phase, work orders that carry the traps forward, verify-before-relay, and a "Next for you:" contract with the human. Use when the session's job is overseeing delegated agents (orchestrate, multi-agent workstream, boss mode, delegate a pipeline) rather than doing the work itself.

patient-waitingskills/patient-waiting/SKILL.md

Zero-token discipline for waiting on anything — a file/status change, a review submit, a PR, CI, a deploy, a human's approval. Use BEFORE setting up any poll, watch loop, recurring check-in, or ScheduleWakeup loop, whenever the user says "check in on X", "watch for Y", "tell me when Z", "poll", "monitor this", or when a background watcher was killed and you're about to work around it. Prevents the runaway pattern where the main (possibly premium-model) agent wakes on a schedule to read an unchanged status file.

your-cueskills/your-cue/SKILL.md

Read-only briefing across every live agent session — who is working, who is waiting on the user, what finished overnight — ending in one cue per workstream and a single prioritized "Next for you:". Use for a morning briefing or a status sweep of delegated work.

Plugin manifests1

plugins/maestro/.claude-plugin/plugin.json
{
  "name": "maestro",
  "description": "Orchestration stance for a main agent overseeing delegated multi-agent pipelines — boss/doer split, fresh agent per phase, verify-before-relay — plus the zero-token discipline for waiting on anything.",
  "version": "0.5.2",
  "author": {
    "name": "JT Sternberg",
    "url": "https://github.com/jtsternberg"
  }
}

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

[maestro on Agent Plugins Marketplace](https://pluginsmp.com/plugins/maestro-2)