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/claude/skills/status" ~/.claude/skills/josstei-maestro-orchestrate-status && rm -rf "$T"
manifest:
claude/skills/status/SKILL.mdsource content
Maestro Status
Call
get_skill_content with resources: ["architecture"].
Workflow
- Read the active session using MCP state tools if available; otherwise fall back to scripts or direct file read
- Report session ID, creation timestamp, workflow mode, and overall status
- Show phase breakdown: completed phases with timestamps, current active phase, pending phases, and failed phases with error summaries
- Report file manifest (files created, modified, deleted), token usage by agent, and unresolved errors
Constraints
- This is read-only; do not mutate state, archive sessions, or continue execution
- If no active session exists, say so plainly