resume

Resume interrupted spec or bug workflows by loading their current state.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/MartinNevlaha/stratus-v2 --skill resume-martinnevlaha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/MartinNevlaha/stratus-v2/tree/main/cmd/stratus/skills/resume
Command: npx skills add https://github.com/MartinNevlaha/stratus-v2 --skill resume-martinnevlaha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to seamlessly resume interrupted workflows, whether they were in the middle of implementing a feature or debugging a bug, preventing lost progress and context.

Core Features & Use Cases

  • Workflow Resumption: Picks up a paused 'spec' or 'bug' workflow from its last saved state.
  • State Management: Loads the current state of a workflow, including its phase and active tasks.
  • Session Handoff: Updates the workflow's session ID to the current user's session for continuity.
  • Use Case: If a complex feature implementation was paused due to a disconnection or interruption, this Skill can be used to immediately get back to where the AI left off, presenting the current task and asking for confirmation to proceed.

Quick Start

Use the resume skill to continue the workflow with ID 'workflow-123'.

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 workflow after a session disconnection?

You can resume an interrupted workflow by providing its workflow ID; the skill loads the saved state, updates the session ID, and delegates the current task to the appropriate agent.

What is workflow state management and how does it handle phase transitions?

Workflow state management saves the current phase and active tasks of a process. This skill loads that saved state to manage phase transitions and delegate tasks to appropriate agents for continued implementation.

Can I continue debugging a bug workflow from where the AI left off?

Yes, you can continue debugging a bug workflow. The skill picks up the paused workflow from its last saved state, presents the current debugging task, and asks for confirmation to proceed.

Do I need a workflow ID to restart a paused feature implementation?

Yes, you need the specific workflow ID to restart a paused feature implementation. The skill uses this ID to locate the saved state and update the session ID for seamless continuity.

What's the best way to prevent lost progress when an AI workflow is interrupted?

To prevent lost progress during an interrupted AI workflow, use this skill to reload the workflow's last saved state, ensuring the phase, active tasks, and implementation context are fully restored.