Maestro-orchestrate execute
Execute an approved Maestro implementation plan using the shared session-state contract
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/execute" ~/.claude/skills/josstei-maestro-orchestrate-execute-5f4290 && rm -rf "$T"
manifest:
plugins/maestro/skills/execute/SKILL.mdsource content
Read
../../references/runtime-guide.md.
Call get_skill_content with resources: ["execution", "delegation", "session-management", "validation"].
Startup
- If
appears in your available tools, call it first.get_runtime_context - Prefer Maestro MCP tools for settings, workspace initialization, session status, planning validation, and session transitions.
- If MCP tools are unavailable, use direct file operations under
.docs/maestro - Treat
as the workspace state root.docs/maestro
Read the approved implementation plan at the user-provided path (or check
docs/maestro/plans/ for the most recent plan). Resolve the execution mode gate, create or resume session state, then execute phases through child agents following the loaded methodology.