maestro-next

Installation
SKILL.md

Entry points:

  • $maestro-next "intent" — 推荐并确认后执行
  • $maestro-next -y "intent" — 跳过确认直接执行 top pick
  • $maestro-next --dry-run "intent" — 仅显示推荐
  • $maestro-next --list — 仅列出可推荐 skill 池(按 workflow 簇分组)

Codex specifics:

  • No agent spawning — top pick 直接在协调器上下文以 $skill {args} 形式调用,单次执行后结束
  • Skill pool discovery via CLImaestro ralph skills --platform codex --json --quiet(project .codex/skills/ 覆盖 global ~/.codex/skills/
  • No session, no status.json, no goal — 不调 create_goal / update_plan,由目标 skill 自行管理产出

$maestro / $maestro-ralph 区别:

  • 不创建 session、不构建 chain、不写 status.json
  • 始终只推 1 个 top pick,最多列 2-3 个备选
  • 适用场景:意图清晰且单步即可完成;或需要定向推荐时
Installs
2
GitHub Stars
399
First Seen
Jun 7, 2026
maestro-next — catlog22/maestro-flow