---
title: "orchestrate"
description: "Run one piece of work across several herdr agent sessions, one git worktree per unit."
canonical: https://agentpluginsdirectory.com/plugins/orchestrate
last-updated: 2026-09-23
---

# orchestrate
Run one piece of work across several herdr agent sessions, one git worktree per unit.
- Slug: orchestrate
- Publisher: infiquetra
- Repository: https://github.com/infiquetra/infiquetra-agent-plugins
- Manifest: plugins/orchestrate/plugin.json
- Version: 6.0.1
- Category (editorial): other
- Skills: 1 (orchestrate)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-08-22
- Repository last pushed: 2026-09-22
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/orchestrate
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What orchestrate does, in the publisher's words

Orchestrate runs one piece of work across several Herdr agent sessions. Each unit gets its own git worktree and branch. The operator approves the table before anything launches. State for a run is saga's per-issue run record, run_record.v1, under the primary checkout's.claude/saga/runs/issue-.json. Orchestrate keeps its own block on that document and one row per unit.

This package is authored in this repository. The portable core is the driver and the skill. Claude-only procedure text lives under the client extension.

From the package root:

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/infiquetra/infiquetra-agent-plugins/HEAD/plugins/orchestrate/README.md

## Skills

- orchestrate: Spread one piece of work across several herdr agent sessions, plan it with the operator, run each unit in its own git worktree with any configured agent and any saga capability, then merge the results back. Triggers on "/orchestrate", "orchestrate this", "split this across agents", "run these issue…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
