resume

Resume interrupted Loom sessions by rehydrating active-session state and phase-tracking data.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/Nickalus12/Loom --skill resume-nickalus12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/Nickalus12/Loom/tree/main/claude/skills/resume
Command: npx skills add https://github.com/Nickalus12/Loom --skill resume-nickalus12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume an interrupted Loom session using the existing active-session file and shared phase tracking.

Core Features & Use Cases

  • Session recovery: Rehydrate the current session state from the active-session file to resume progress.
  • Phase synchronization: Reconcile completed/pending phases using shared phase-tracking data to avoid duplication or loss.
  • State validation: Validate session integrity before continuing and apply safe transitions across phases.

Quick Start

Resume the active Loom session from the current state to continue execution.

Frequently Asked Questions about resume

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

FAQPage Schema
How do I resume an interrupted Loom session after an error or timeout?

Resume an interrupted Loom session by rehydrating the active-session state file and shared phase-tracking data. It validates session integrity, reloads the correct phase context, and continues execution from the last completed phase.

What is the best way to synchronize phase tracking when restarting a paused Loom workflow?

Synchronize phase tracking during a Loom workflow restart by reconciling completed and pending phases using shared tracking data. This avoids duplication or loss of progress by validating session integrity before applying safe phase transitions.

Can I restart a manually halted Loom session without losing my current workflow progress?

Restart a manually halted Loom session without losing progress by rehydrating the current session state from the active-session file. The process validates session integrity and reloads the exact phase context to update progress after each transition.

Does the resume process for Loom sessions validate state integrity before continuing execution?

Yes, the Loom session resume process validates session integrity before continuing execution. It applies safe transitions across phases by rehydrating the active-session file and reconciling shared phase-tracking data to update progress accurately.

How do orchestration phases update after recovering an interrupted Loom workflow?

Orchestration phases update after recovering an interrupted Loom workflow by reloading the correct phase context and updating progress after each phase transition. This phase synchronization ensures completed phases are reconciled with pending phases.

When should I use a session state rehydration approach for paused Loom workflows?

Use session state rehydration for paused Loom workflows when sessions are interrupted due to errors, timeouts, or manual halts. This approach continues execution from the last completed phase by validating integrity and reloading the active-session file.