# Resume Session

> Resume an interrupted Maestro session using the existing active-session file and shared phase tracking

- Skill: `thedixitjain/resume-session-2` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/resume-session-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/resume-session-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/thedixitjain/resume-session-2

---



Read `../../references/runtime-guide.md`.
Call `get_skill_content` with resources: ["session-management", "execution", "delegation", "validation"].

## Startup

1. If `get_runtime_context` appears in your available tools, call it first.
2. Prefer Maestro MCP tools for settings, workspace initialization, session status, planning validation, and session transitions.
3. If MCP tools are unavailable, use direct file operations under `docs/maestro`.
4. Treat `docs/maestro` as the workspace state root.

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) → `plugins/maestro/skills/resume-session/SKILL.md`

