Resume an interrupted Maestro session using the existing active-session file and shared phase tracking
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill resume-session --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Resume Session?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-resume-session)More formats (shields.io, HTML) on the badges page.
---
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"
category: business-and-finance
source_repo: josstei/maestro-orchestrate
source_path: "claude/skills/resume-session/SKILL.md"
source_url: https://github.com/josstei/maestro-orchestrate/blob/HEAD/claude/skills/resume-session/SKILL.md
---
## Setup
1. Call `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.
2. If `get_runtime_context` is unavailable, use this compact fallback:
- Core tools: read_file=Read, write_file=Write, replace=Edit, run_shell_command=Bash, glob=Glob, grep_search=Grep, activate_skill=Skill, ask_user=AskUserQuestion, enter_plan_mode=EnterPlanMode, exit_plan_mode=ExitPlanMode
- Extended tools: google_web_search=WebSearch, web_fetch=WebFetch, write_todos=[TaskCreate,TaskUpdate,TaskList], read_many_files=Read, list_directory=Glob, codebase_investigator=Agent (Explore) / Grep / Glob
- Agent dispatch: Agent(subagent_type: "maestro:<name>", prompt: "...")
- MCP prefix: mcp__plugin_maestro_maestro__
- Shared skills/templates/references/protocols: call `get_skill_content(resources: ["<name>"])`
## Execute
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.
---
**Source:** [`josstei/maestro-orchestrate`](https://github.com/josstei/maestro-orchestrate) → `claude/skills/resume-session/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!