maestro
Installation
SKILL.md
Maestro
Orchestrate local Cursor skills. Maestro does not implement work itself — it discovers skills, plans a dependency graph, waits for user edits/approval, then spawns subagents.
Hard rules
- Never spawn subagents before the user confirms the graph.
- Max 10 graph nodes. Fuse redundant skills that share the same role into one node.
- Pass explicit
SKILL.mdpaths to every subagent prompt. - Do not invoke
$maestrorecursively from subagents. - Routers like
index,data-visualization,grill-me,conselhostay directly invocable — maestro may include them as hub nodes. - Repos versionados: aplicar o fluxo GitHub generico (Issues + PR + CI). Ver secao GitHub workflow e
docs/github-workflow.mdneste repositorio.