resume

Resume work on existing task orchestrations after session loss or context switch.

Content Preview
# Orchestration Resume Command

Resume work on existing task orchestrations after session loss or context switch.

## Usage

```
/orchestration/resume [options]
```

## Description

Restores full context for active orchestrations, showing current progress, identifying next actions, and providing all necessary information to continue work seamlessly.

## Basic Commands

### List Active Orchestrations
```
/orchestration/resume
```
Shows all orchestrations with active (non-completed) tasks.

### Re
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/resume.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/orchestration/resume.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/orchestration/resume.md

Related Skills