maestro

agent
Security Audit
Warn
Health Warn
  • License รขโ‚ฌโ€ License: GPL-3.0
  • Description รขโ‚ฌโ€ Repository has a description
  • Active repo รขโ‚ฌโ€ Last push 0 days ago
  • Low visibility รขโ‚ฌโ€ Only 5 GitHub stars
Code Pass
  • Code scan รขโ‚ฌโ€ Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions รขโ‚ฌโ€ No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

๐ŸŽต Maestro - an LLM Orchestrator for your Agentic Opera

README.md

๐ŸŽต Maestro

A Unix-compatible CLI tool that orchestrates squad-based development
using OpenCode as the agent runtime.

Maestro is a primary agent that leads your agentic opera โ€” coordinating
specialist sub-agents through a 4-phase workflow (Discovery โ†’ Synthesis
โ†’ Build โ†’ Quality Gate) to reach an objective with minimal human
interaction.

Features

  • Squad orchestration โ€” manages specialist sub-agents (Architect,
    Frontend, Backend, DevOps, QA) through structured phases.
  • Long-running tasks โ€” designed for complex, multi-phase objectives.
  • Minimal human interaction โ€” only plan approval is required.
  • Markdown as database โ€” all state, reports, and artifacts are
    plain markdown files in .maestro/.
  • Unix principles โ€” accepts stdin, returns stdout, composes with
    pipes.
  • CLI first โ€” built with Cobra, uses OpenCode as the agent runtime.

Getting Started

go install github.com/tremtec/maestro@latest
maestro init                          # scaffold for opencode
maestro run "Build a REST API for user management"

Commands

Command Description
maestro init Set up squad, config, and .maestro/ state dir
maestro run Run a prompt through the workflow
maestro update Update agent definitions to latest templates
maestro upgrade Upgrade maestro CLI to latest version
maestro completions Generate shell completions

Documentation

Reviews (0)

No results found