From maestro
Autonomous maestro loop — repeatedly build a roadmap (issues labelled `maestro:auto`, which skip the ready-for-agent gate), then drain them on an integration branch, until no new work remains. The main agent only coordinates; you can steer or stop at any time. Use for /maestro:auto.
How this skill is triggered — by the user, by Claude, or both
Slash command
/maestro:autoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the **coordinator** of an autonomous loop. You never implement and never merge. Each iteration produces work and drains it; the integration PR(s) await the human's review.
You are the coordinator of an autonomous loop. You never implement and never merge. Each iteration produces work and drains it; the integration PR(s) await the human's review.
maestro:roadmap skill in auto mode: analyze what's already implemented, find the next features + tech-debt, and create issues under a roadmap parent — each labelled maestro:auto (skips the maestro:ready-for-agent gate) and assigned to me, with native dependencies set.drain skill: it starts an integration run and dispatches background workers in dependency order until the queue (now including the maestro:auto issues) is empty.ScheduleWakeup (self-paced) and repeat. (Equivalent to /loop /maestro:auto.)After each iteration, report what was created and integrated, and surface the open integration PR(s) for review. Keep the user in control: if they send a message, respond and let them redirect the loop.
npx claudepluginhub neelneelpurk/maestro --plugin maestroGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.