workflow-resume

Resume ongoing workflows by restoring context from handoff, dossier, and run-log.

3|3|Updated Aug 19, 2024
One-click install
npx skills add https://github.com/AMDResearch/dh_comms --skill workflow-resume
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workflow-resume
Source: https://github.com/AMDResearch/dh_comms/tree/main/.agents/skills/workflow-resume
Command: npx skills add https://github.com/AMDResearch/dh_comms --skill workflow-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Return users to a productive state quickly by loading the minimum context from the handoff, dossier, and run-log for an existing workflow.

Core Features & Use Cases

  • Load and initialize a workflow from its handoff, dossier, and run-log.
  • Detect blockers or parallel write conflicts and prompt for resolution.
  • Begin autonomous execution with session logging to support auditing and continuity.

Quick Start

Provide the workflow ID for the session you want to resume, and I will load the handoff, dossier, and run-log to continue.

Frequently Asked Questions about workflow-resume

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

FAQPage Schema
How do I resume a suspended workflow across sessions?▼

To resume a suspended workflow across sessions, provide the workflow ID to load the minimum necessary context from the handoff, dossier, and run-log, allowing you to pick up execution immediately.

What is workflow session management for autonomous execution?▼

Workflow session management is the process of restoring context from a handoff, dossier, and run-log to continue autonomous execution under guardrails while maintaining audit continuity.

How do I handle blockers or parallel write conflicts when resuming a session?▼

When resuming a session, the system detects blockers or parallel write conflicts from the run-log and prompts the user for resolution before starting autonomous execution.

Do I need a workflow ID to restore a previous session?▼

Yes, you need the specific workflow ID to initialize the session and load the required handoff, dossier, and run-log data to restore your previous state.

What is the best way to manage multiple autonomous workflows?▼

The best way to manage multiple autonomous workflows is by using a run-log and dossier to track session states, enabling you to load specific contexts and resume blocked workflows individually.

Why does session logging matter for workflow handoff?▼

Session logging matters for workflow handoff because it supports auditing and continuity by recording the execution state, ensuring context is preserved when resuming suspended workflows.