josstei/maestro-orchestrate
368 stars · Last commit 2026-04-22
Multi-agent orchestration platform for Gemini CLI, Claude Code, Codex, and Qwen Code — 39 specialists, parallel subagents, persistent sessions, and built-in code review, debugging, security, SEO, accessibility, and compliance tools
README preview
# Maestro [](https://github.com/josstei/maestro-orchestrate/releases) [](LICENSE) [](https://github.com/google-gemini/gemini-cli) [](https://docs.anthropic.com/en/docs/claude-code) [](docs/runtime-codex.md) [](https://github.com/QwenLM/qwen-code) Maestro is a multi-agent development orchestration platform with 39 specialists, an Express path for simple work, a 4-phase standard workflow for medium and complex work, persistent session state, and standalone review/debug/security/perf/seo/accessibility/compliance entrypoints. It runs from one canonical `src/` tree across **Gemini CLI**, **Claude Code**, **Codex**, and **Qwen Code**. ## Runtime Targets | Runtime | Location | Public Surface | Notes | |---------|----------|----------------|-------| | Gemini CLI | repo root | `/maestro:*` | Snake-case agents, TOML commands, hooks, TOML shell policies | | Claude Code | `claude/` | `/orchestrate`, `/review`, ... | Kebab-case agents with `maestro:` subagent names | | Codex | `plugins/maestro/` | `$maestro:*` | Plugin skills, `spawn_agent`, no runtime hooks | | Qwen Code | `qwen/` | `/maestro:*` | Gemini-CLI-compatible extension, `QWEN.md` context file, `SubagentStart`/`SubagentStop` hooks |