一键导入
resume-session
// Resume an interrupted Maestro session using the existing active-session file and shared phase tracking
// Resume an interrupted Maestro session using the existing active-session file and shared phase tracking
| name | resume-session |
| description | Resume an interrupted Maestro session using the existing active-session file and shared phase tracking |
| allowed-tools | ["Read","Write","Edit","Bash","Agent","Glob","Grep","WebSearch","WebFetch","AskUserQuestion","TaskCreate","TaskUpdate","TaskList","Skill","EnterPlanMode","ExitPlanMode"] |
get_runtime_context if it appears in your available tools. Use the returned tool mappings,
agent dispatch syntax, MCP prefix, and paths throughout this session.get_runtime_context is unavailable, use this compact fallback:
get_skill_content(resources: ["<name>"])Call get_skill_content with resources: ["session-management", "execution", "delegation", "validation"].
Read the active session state, summarize completed and pending phases, then resume from the first pending or failed phase following the loaded methodology.
Agent delegation best practices for constructing effective subagent prompts with proper scoping
Guides structured design conversations for complex engineering tasks
Phase execution methodology for orchestration workflows with error handling and completion protocols
Generates detailed implementation plans from finalized designs
Manages orchestration session state, tracking, and resumption
Run the Maestro debugging workflow for investigation-heavy tasks