resume-session

Resume interrupted Maestro workflows from the first pending or failed phase.

453|34|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/josstei/maestro-orchestrate --skill resume-session-josstei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-session
Source: https://github.com/josstei/maestro-orchestrate/tree/main/plugins/maestro/skills/resume-session
Command: npx skills add https://github.com/josstei/maestro-orchestrate --skill resume-session-josstei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When a Maestro multi-agent development workflow is interrupted, all progress on pending phases is lost, forcing you to restart complex tasks from the beginning. This Skill eliminates that wasted effort by picking up exactly where you left off.

Core Features & Use Cases

  • Session State Recovery: Reads existing active session files to track completed and pending workflow phases automatically.
  • Methodology-Aligned Resumption: Resumes execution from the first pending or failed phase following the loaded Maestro workflow methodology.
  • Use Case: If your 4-phase Maestro software development workflow was cut off by a system restart, use this Skill to resume work without redoing completed planning, coding, or validation steps.

Quick Start

Use the resume-session skill to pick up your interrupted Maestro development workflow from the last pending phase.

Frequently Asked Questions about resume-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume an interrupted multi-agent development workflow without losing progress?

To resume an interrupted multi-agent development workflow, load existing active session state to track completed and pending phases. This eliminates redundant rework by restarting execution from the first pending or failed phase exactly where you left off.

What is phase tracking in session management and how does it handle failed tasks?

Phase tracking in session management records the execution status of each workflow stage. It reads active session files to summarize completed phases and automatically resumes execution from the first failed or pending phase following the loaded methodology.

Can I resume Maestro workflows that were paused during standalone review or debug entrypoints?

Yes, you can resume paused Maestro workflows across all entrypoints, including standalone review, debug, security, performance, SEO, accessibility, and compliance tasks. It loads active session state and resumes from the first pending phase.

What's the best way to recover a 4-phase software development workflow after a system restart?

The best way to recover a 4-phase software development workflow is to load existing active session files. This automatically summarizes completed planning, coding, and validation steps, then resumes execution from the first pending phase without redoing work.

Does workflow resumption work with the Express path for simple development tasks?

Yes, workflow resumption applies to the Maestro Express path for simple tasks. It leverages existing active session state and shared phase tracking to resume execution from the exact point of interruption.

Why does session management eliminate redundant rework when a development orchestration workflow fails?

Session management eliminates redundant rework because it preserves the active session state of completed phases. When a development orchestration workflow fails, it reads this state and resumes execution from the first pending phase, skipping finished work.