orchestrator

Orchestrate Claude Code workflows with phased execution and worktree isolation.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/shihwesley/shihwesleys-harness --skill orchestrator-shihwesley
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/shihwesley/shihwesleys-harness/tree/main/skills/orchestrator
Command: npx skills add https://github.com/shihwesley/shihwesleys-harness --skill orchestrator-shihwesley

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end plan execution for Claude Code workflows, turning planning outputs into a deterministic, gated pipeline.

Core Features & Use Cases

  • Ingests plan outputs (task-based or spec-driven) and selects and assigns skills to each phase.
  • Dispatches tasks using batch or team modes, with worktree-isolated execution, build/test gates, and a phase finisher for merge and cleanup.
  • Provides comprehensive progress, handoff, and post-phase reporting for audit and recovery.

Quick Start

Run orchestrate with a plan directory and monitor the resulting progress in handoff.md and progress-log.md.

Frequently Asked Questions about orchestrator

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

FAQPage Schema
How do I automate end-to-end plan execution for Claude Code workflows?▼

Automating end-to-end plan execution involves ingesting task-based or spec-driven planning outputs, then dispatching them through deterministic, gated phases using worktree-isolated execution, build/test gates, and a phase finisher for cleanup.

What is worktree isolation in phased workflow orchestration?▼

Worktree isolation in phased workflow orchestration separates execution environments for each task, ensuring that batch or team mode operations run independently before a phase finisher handles merge and cleanup operations.

How do I resume an interrupted Claude Code workflow phase?▼

You can resume an interrupted Claude Code workflow phase because the orchestrator enforces deterministic phase progression and supports resumption, using handoff.md and progress-log.md for audit, tracking, and recovery.

Can I use spec-driven planning outputs with automated workflow orchestration?▼

Yes, automated workflow orchestration applies to both spec-driven and task-based planning, ingesting the plan directory outputs and selecting and assigning skills to each phase of execution.

What's the best way to track progress and handoffs in automated plan execution?▼

The best way to track progress and handoffs in automated plan execution is by monitoring the handoff.md and progress-log.md files, which provide comprehensive post-phase reporting for audit and recovery.

Do I need build and test gates for phased workflow automation?▼

Build and test gates are required for phased workflow automation to ensure deterministic progression, verifying task completion within worktree-isolated execution before a phase finisher handles merge and cleanup.