v0.6.1 — Standalone pipeline skills
What's new in v0.6.1
Standalone pipeline skills
Four new skills let you invoke individual pipeline steps directly, without running the full orchestrator. Each skill gathers its own context, runs the agent, and prompts before posting anything to GitHub.
| Command | What it does |
|---|---|
/maestro:groom <issue> |
Groom a single issue — produces a spec, optionally posts the summary |
/maestro:challenge <issue> |
Adversarially review the grooming spec before implementation |
/maestro:review [PR] |
Lead code review on the current branch or a given PR |
/maestro:qa [PR] |
QA validation — boots the environment, tests every acceptance criterion |
All four underlying agents (grooming-agent, challenger, lead-reviewer, qa-engineer) are unchanged — the standalone/pipeline distinction is handled entirely through invocation context.
Breaking changes in v0.6.0 (included in this release)
commands/ has been replaced by skills/ throughout. Each commands/<name>.md is now skills/<name>/SKILL.md. orchestrator/workflows/ is now orchestrator/runners/.
Transplanted projects (those generated by /maestro:transplant) using the old commands/ layout will need a path update pass — new transplants generate the skills/ layout automatically.