invoke-resume

Resume an in-progress Invoke pipeline by loading session state and routing to the next stage.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ricky-russo/invoke --skill invoke-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: invoke-resume
Source: https://github.com/ricky-russo/invoke/tree/main/plugin/skills/invoke-resume
Command: npx skills add https://github.com/ricky-russo/invoke --skill invoke-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users resume an in-progress Invoke pipeline across sessions by reloading the current state, reattaching the integration worktree when needed, and continuing from the correct stage.

Core Features & Use Cases

  • Session discovery and state retrieval to rejoin workflows
  • Reattach integration worktrees and validate repository state
  • Continue/Redo/Abort flow routing to the next stage skill
  • Orchestrate safe resumption with batch/task visibility and error handling

Quick Start

Continue the active pipeline by selecting the session and resuming from the current stage.

Frequently Asked Questions about invoke-resume

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

FAQPage Schema
How do I resume an Invoke pipeline after closing my session?

To resume an Invoke pipeline, the skill loads the current session state, reattaches the integration worktree, and routes control to the appropriate stage. You can choose to continue, redo, or abort from your last saved progress.

How do I reattach an orphaned worktree when resuming a pipeline session?

To reattach an orphaned worktree, the skill validates the repository state during session discovery and automatically reattaches the integration worktree when present, ensuring your pipeline resumes from the correct branch context.

What is session state management for an in-progress Invoke pipeline?

Session state management for an Invoke pipeline involves discovering active sessions, retrieving state with get_state, and reloading the workflow context so you can rejoin an in-progress orchestrator from the exact stage you left off.

Can I review pipeline progress before deciding to continue or abort?

Yes, you can review pipeline progress before deciding. The skill retrieves the current session state and prompts for action, giving you the choice to continue, redo, or abort the active workflow with full task visibility.

Does the Invoke orchestrator handle worktree state validation automatically?

Yes, the Invoke orchestrator handles worktree state validation automatically. It checks for orphaned worktrees and reattaches the integration worktree during session resumption to maintain repository consistency across stages.

What should I do if my pipeline state is not loading when I return to an active project?

If your pipeline state is not loading, list available sessions to ensure you are selecting the correct active project. The skill uses session discovery to locate the right workflow and reads state to dispatch to the next stage accurately.