Maestro-orchestrate status

Summarize the active Maestro session without mutating state

install
source · Clone the upstream repo
git clone https://github.com/josstei/maestro-orchestrate
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/josstei/maestro-orchestrate "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/maestro/skills/status" ~/.claude/skills/josstei-maestro-orchestrate-status-02d120 && rm -rf "$T"
manifest: plugins/maestro/skills/status/SKILL.md
source content

Read

../../references/runtime-guide.md
. Call
get_skill_content
with resources: ["architecture", "session-management"].

Workflow

  1. Read the active session using MCP state tools if available; otherwise fall back to scripts or direct file read
  2. Report session ID, creation timestamp, workflow mode, and overall status
  3. Show phase breakdown: completed phases with timestamps, current active phase, pending phases, and failed phases with error summaries
  4. Report file manifest (files created, modified, deleted), token usage by agent, and unresolved errors