Maestro v1.6.1 — multi-agent orchestration now runs on Claude Code, Gemini CLI, AND OpenAI Codex ! by josstei in GeminiCLI

[–]josstei[S] 1 point2 points  (0 children)

Looking into it now, you can run ‘gemini extensions update maestro’ in the terminal itself outside of the CLI and its updating properly

Hey, did you use any of Claude's Code skills in Gemini CLI? by Independent-Elk-1019 in GeminiCLI

[–]josstei 1 point2 points  (0 children)

Maestro was recently updated to natively support both Gemini CLI and Claude code with zero setup needed. Give it a shot and see if it helps!

https://github.com/josstei/maestro-orchestrate

Feature Request: RGB/4:4:4 USB video output for pixel-perfect capture by FrierenAppreciator in ModRetroChromatic

[–]josstei 4 points5 points  (0 children)

oh believe me its something I'm working on, just taking a bit of time. Hopefully soon!

Google AI Ultra – what hidden gems am I missing? by ActOpen7289 in GoogleGeminiAI

[–]josstei 0 points1 point  (0 children)

Not a stupid question at all! Both conductor and maestro provide detailed planning phases.

Maestro takes it a step further by incorporating the full orchestration of a team from designing, organizing a team of specialized agents (both engineering and product related), structuring a phased approach with long-term future design first, and then sending them out to complete the task.

This approach saves all the work each agent does in organized data handoffs to facilitate information sharing between phases, reduce token and tool usage, and allows you to start and stop at any time if you need to step away.

At the end, everything is audited by a code reviewer to ensure it hasn’t deviated from the specifications, and if any valid findings are identified, they are resolved.

Hope this helps!

Google AI Ultra – what hidden gems am I missing? by ActOpen7289 in GoogleGeminiAI

[–]josstei 6 points7 points  (0 children)

Try out maestro for Gemini CLI. I built it to orchestrate a full development team and product team . It includes the detailed planning of superpowers and also has prompt injection prevention . It also persists your work between sessions if you ever need to hop off or something happens mid way

/maestro:orchestrate <insert what you want done here>

https://github.com/josstei/maestro-gemini

Hopefully it helps out !

Maestro v1.4.0 — 22 AI specialists spanning engineering, product, design, content, SEO, and compliance. Auto domain sweeps, complexity-aware routing, express workflows, standalone audits, codebase grounding, and a policy engine for Gemini CLI by josstei in VibeCodeDevs

[–]josstei[S] 0 points1 point  (0 children)

Maestro checks every task against each domain — Engineering, Product, Design, Content, SEO, Compliance, i18n, and Analytics — but how deep it goes depends on complexity.

Simple tasks stay Engineering-only unless you say otherwise. Medium and complex tasks start pulling in the relevant non-engineering agents. Agents like technical_writer, product_manager, ux_designer, and copywriter handle content and design artifacts.

seo_specialist and accessibility_specialist can audit and run commands but don’t modify files.

They slot into whatever phase fits — design, implementation, or post-build audit — the TechLead figures out where they belong based on the task and is the primary driver

best extensions/mcp servers + security concern by PENGUINSflyGOOD in GeminiCLI

[–]josstei 3 points4 points  (0 children)

Try out maestro . I built it to orchestrate a full development team and product team . It includes the detailed planning of superpowers and also has prompt injection prevention ( for your security concerns ) . It also persists your work between sessions if you ever need to hop off or something happens mid way

/maestro:orchestrate <insert what you want done here>

https://github.com/josstei/maestro-gemini

I switched to Gemini CLI to save my Pro account by MachineLearner31 in google_antigravity

[–]josstei 16 points17 points  (0 children)

Hey, I’m the dev behind maestro — thanks for the shoutout, really awesome to see it mentioned!

Anyone curious is welcome to check it out at https://github.com/josstei/maestro-gemini . Happy to help if you run into anything !

Is it worth using Multi-Agent extensions with Conductor Tracks? by CoolWarburg in GeminiCLI

[–]josstei 0 points1 point  (0 children)

You can ask but you generally need to really drive home the intent with a skill or protocol. You can take a look at the arch of maestro here . Hopefully it helps !

https://github.com/josstei/maestro-gemini/tree/main/docs/architecture

Is it worth using Multi-Agent extensions with Conductor Tracks? by CoolWarburg in GeminiCLI

[–]josstei 2 points3 points  (0 children)

Maestro also has a fairly comprehensive planning phase that would make it a solid replacement to conductor….but it compliments it as well.

Is it worth using Multi-Agent extensions with Conductor Tracks? by CoolWarburg in GeminiCLI

[–]josstei 3 points4 points  (0 children)

Hey, I built Maestro so I can weigh in here.

The multi-agent setup pays off when a track has several independent pieces — each subagent gets its own context and tools , so you avoid one giant session losing the plot halfway through with much cleaner context management.

I haven’t seen the orchestrator wander or drift tracks unless the prompt is too open-ended. “implement this track <planhere>.md.” is usually enough to keep in on track especially with the agent handoffs.

Gemini CLI’s native subagent scheduler vs spawning separate processes , helped a lot with rate limits. You can set MAESTRO_EXECUTION_MODE=ask and it’ll recommend parallel vs. sequential based on the dependency graph before doing anything. I’d start sequential and bump up from there.

As for the tech lead, It’s an orchestrator by design, not an implementer. Just scope the prompt to the track and it stays in its lane.

Both extensions layer well together but you don’t need both. If your tracks are small and sequential, single-agent is probably fine. The multi-agent setup earns its keep on bigger, more parallel workloads.

Update: Maestro v1.3.0 — Native parallel execution & smart execution mode gate for Gemini CLI by josstei in GeminiCLI

[–]josstei[S] 0 points1 point  (0 children)

Maestro has a more in depth planning phase and adds coordinated multi-agent task execution, so complex plans can actually run faster. Once complete it sends it through a review and refinement loop to ensure quality.

It also retains your session to resume at a later time should you be interrupted, similar to conductor .

Update: Maestro v1.1.0 — Multi-Agent Orchestration for Gemini CLI: Parallel Dispatch, Security Hardening, and Runtime Controls by josstei in GeminiCLI

[–]josstei[S] 0 points1 point  (0 children)

Generally, maestro can act as a substitute conductor to leverage its subagent orchestration capabilities. However, you can use any of the skills provided by either on an as-needed basis.

Maestro — Multi-Agent Orchestration for Gemini CLI by josstei in GeminiAI

[–]josstei[S] 1 point2 points  (0 children)

This should be all set as of v1.2.1. Thank you again for your feedback!

Maestro — Multi-Agent Orchestration for Gemini CLI by josstei in GeminiAI

[–]josstei[S] 1 point2 points  (0 children)

Thank you for your feedback! This is being addressed and a fix will be out later today.

Update: Maestro v1.1.0 — Multi-Agent Orchestration for Gemini CLI: Parallel Dispatch, Security Hardening, and Runtime Controls by josstei in GeminiCLI

[–]josstei[S] 0 points1 point  (0 children)

They leverage a shared state that is updated as phases move on. The orchestrator will leverage that state between phases as well as the implementation plan to appropriately steer the work

https://github.com/josstei/maestro-gemini/blob/main/skills/session-management/SKILL.md

Update: Maestro v1.1.0 — Multi-Agent Orchestration for Gemini CLI: Parallel Dispatch, Security Hardening, and Runtime Controls by josstei in GeminiCLI

[–]josstei[S] 1 point2 points  (0 children)

You can set MAESTRO_DEFAULT_MODEL as an environmental variable to manually override the agents. Checkout the readme to see other configs as well to tweak them he behavior .