Agent skill
resume
Resume the active Maestro session from docs/maestro state
Install this agent skill to your Project
npx add-skill https://github.com/josstei/maestro-orchestrate/tree/main/src/platforms/codex/skills/resume
SKILL.md
Read ../../references/runtime-guide.md.
Call get_skill_content with resources: ["session-management", "execution"].
Startup
- If
get_runtime_contextappears in your available tools, call it first. - 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.
Workflow
- Read the active session via Maestro MCP tools if available.
- Otherwise, read
docs/maestro/state/active-session.mddirectly when it exists. - Follow the shared resume protocol exactly.
- If unresolved errors exist, stop at the user-decision gate before re-delegating work.
- Resume from the first pending or failed phase only after the state summary is presented.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
execute
Execute an approved Maestro implementation plan using the shared session-state contract
orchestrate
Run the full Maestro workflow for complex engineering tasks that need a mandatory design dialogue, approved implementation plan, and then execution with shared session state
resume
Resume an interrupted Maestro session using the existing active-session file and shared phase tracking
execute
Execute an approved Maestro implementation plan using the shared session-state contract
orchestrate
Run the full Maestro workflow for tasks that need design dialogue, implementation planning, shared session state, delegated execution, and review
implementation-planning
Generates detailed implementation plans from finalized designs
Didn't find tool you were looking for?