using-maestro
Installation
SKILL.md
Using Maestro
Overview
Maestro orchestrates developer environments on K8s. Go API + Rust CLI. Runs on GKE (prod/staging) and k3d (local via Tilt).
Project Layout
/Users/joe/dev/maestro/
├── api/ # Go API server (K8s pod lifecycle, n8n, E2E runner)
├── cli/ # Rust CLI (maestro binary, auth, pod commands)
├── infra/ # Terraform + Helm charts
├── tilt/ # Tiltfiles and local dev config
└── Makefile # build, test, lint, dev-setup, install-hooks