From maestro
Use when a reviewed issue is ready to become a conductor track, or "all" to batch-advance. For a track that already has a spec and plan, use implement instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/maestro:issue-advance <issue-file-path> | all<issue-file-path> | allThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert a reviewed issue file into a conductor track.
Convert a reviewed issue file into a conductor track.
Argument: path to issue file (e.g., issues/2026-02-24-timer-pause.md) or all to batch-advance all reviewed issues
Read the issue file(s)
status is reviewedtriaged — suggest running /issue-review in Claude Code or $issue-review in Codex firstreviewed (and not triaged), inform the user of the unexpected status and stopVerify project is initialized:
conductor/ directory exists with product.md (or product-guidelines.md) and workflow.md/setup in Claude Code or $setup in Codex first."Batch mode (all argument):
issues/*.md for files with frontmatter status: reviewedInvoke new-track using the harness form (/new-track in Claude Code, $new-track in Codex):
bug fix timer pause)| new-track Question | Answer from Issue Field |
|---|---|
| Track type? | Type (bug/feature/refactor/chore) |
| Summary? | Summary |
| Steps to reproduce / User story? | Problem Description |
| Acceptance criteria? | Acceptance Criteria |
| Dependencies? | Dependencies section |
| Out of scope? | Out of Scope section |
| Technical considerations? | Technical Context (filled by /issue-review in Claude Code or $issue-review in Codex) |
Archive the issue after track creation succeeds:
advanced-to: <track-id> — the <track-id> is the id created by new-track in the previous stepstatus to trackedissues/archived/tracked/issues/archived/tracked/ directory if it doesn't existConfirm — display track ID, location, and next steps
new-track fails partway: If track creation fails after spec generation but before plan completion, report the partial state. The user can resume with /new-track in Claude Code or $new-track in Codex using the existing spec, or delete the partial track directory and retry.new-track needs (e.g., no Acceptance Criteria), fill with reasonable defaults from the Summary and flag to the user for confirmation.issues/archived/tracked/ if it doesn't exist before moving.npx claudepluginhub owebboy/maestro --plugin maestroGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.