Sheldon-desouza

Orch Resume — Development skill for Claude Code

Development community

Rebuild orchestration state after a crash, /clear or compaction — reads the ledger, scratch index and verify verdicts from disk and tells you where the job stands.

How to install Orch Resume

Installs to ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-resume/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-resume && curl -fsSL https://raw.githubusercontent.com/Sheldon-desouza/claude-code-orchestrator/HEAD/commands/orch-resume.md -o ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-resume/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Orch Resume does


description: Rebuild orchestration state after a crash, /clear or compaction — reads the ledger, scratch index and verify verdicts from disk and tells you where the job stands. allowed-tools: Read, Glob, Bash

The orchestration state lives on disk, not in this conversation. Reconstruct it:

  1. Active ledger: most recent .workflow/LEDGER*.md excluding *-archive.md, searched upward from the working directory. Print ## Clarified verbatim and the open / done / deferred counts.
  2. Scrat

Alternatives in Development

Full documentation available on GitHub

View Source Repository