maestro
Coordinate human and agent work with durable records
All Skills in This Repository (15)
Pure Emerald Level Indicatorsconductor
Translate design and plan documents into Beads-enabled Conductor workflows.
sharing-skills
Guide branch workflow, editing, committing, pushing, and creating pull requests for skills.
test-driven-development
Enforce the Red-Green-Refactor cycle with failing tests before implementation.
subagent-driven-development
Dispatch per-task subagents and enforce two-stage reviews for implementation plans.
beads
Track multi-session work with dependency graphs and git-backed persistence.
design
Run collaborative Double Diamond design sessions to generate design.md files.
create-plan
Generate a Markdown plan with scope, action items, and open questions.
writing-skills
Automate test-driven documentation to verify skill definitions with RED-GREEN-REFACTOR workflows.
session-compaction
Compress session context into a fixed-format Markdown summary with quality scoring and history persistence.
dispatching-parallel-agents
Dispatch parallel agents to investigate independent failure domains and produce root-cause summaries.
using-superpowers
Detect applicable skills and invoke the Skill tool before responding.
finishing-a-development-branch
Verify tests and present merge, PR, or cleanup options for a development branch.
Frequently Asked Questions
FAQPage SchemaHow to install maestro?▼
Run `npx skills add ReinaMacCredy/maestro --all -g -y` in your terminal to install all skills in this suite globally.
What problem does maestro solve?▼
It keeps work items, decisions, evidence, and handoffs in a durable store inside each repository, so context survives session resets and multiple agents never conflict silently.
How does maestro coordinate multiple agents?▼
A Lead opens bounded dispatches to Peer lanes, each returning a structured handback with proof, while a Supervisor holds owner authority across projects.
Does maestro need a background service?▼
No. It runs as a local-first CLI on Bun with a SQLite store in the Git root and no daemon or scheduler.
Can non-developers use maestro?▼
The concepts are plain, but daily use runs through terminal commands and agent sessions, so basic comfort with a development workflow helps.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core