# Maestro

> Show the Maestro command map — a quick reference to all available skills.

- Skill: `wp-media/maestro` (Agent Skill)
- Install (CLI): `npx skillmds@latest add wp-media/maestro`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wp-media/maestro/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: wp-media (https://skillmd.com/u/wp-media)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wp-media/maestro

---


Print the following organised command reference to the user. Do not run anything else.

---

# Maestro

**One baton. Any orchestra.**

## Deliver
| Command | What it does |
|---|---|
| `/maestro:deliver 42` | Run the full pipeline from a GitHub issue |
| `/maestro:orchestrator` | Jump into routing if the issue is already loaded |

## Standalone pipeline steps
| Command | What it does |
|---|---|
| `/maestro:groom 42` | Groom a single issue — produce a spec, optionally post the summary |
| `/maestro:challenge 42` | Adversarially review the grooming spec before implementation |
| `/maestro:review [PR]` | Lead code review on the current branch or a given PR |
| `/maestro:qa [PR]` | QA validation — boots the environment, tests acceptance criteria |

## Review
| Command | What it does |
|---|---|
| `/maestro:dod` | Run the Definition of Done checklist |
| `/maestro:e2e` | Run E2E smoke tests |

## Plan
| Command | What it does |
|---|---|
| `/maestro:sprint` | Plan and estimate issues for a sprint |

## Explore
| Command | What it does |
|---|---|
| `/maestro:knowledge-graph` | Map codebase dependencies |
| `/maestro:compliance` | Check a change against WordPress.org rules |
| `/maestro:docs` | Update developer documentation |

## Setup
| Command | What it does |
|---|---|
| `/maestro:onboard-project` | Wire a new project — writes maestro.json, scaffolds dirs |
| `/maestro:transplant <path>` | Generate a bespoke issue-workflow for any target project |

## Also in the Orchestra suite

| Plugin | Commands |
|---|---|
| [Cadenza](https://github.com/wp-media/cadenza) | `/cadenza:changelog` · `/cadenza:pr` · `/cadenza:test` · `/cadenza:retrospective` |
| [Podium](https://github.com/wp-media/podium) | `/podium` · `/podium:start` · `/podium:status` |

---
*Type any command directly to run it. Pair with [Podium](https://github.com/wp-media/podium) for real-time observability.*

