orchestrate

Coordinate background agents for sequential or parallel repository changes.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Brainwires/orchestrator-mode-skill --skill orchestrate-brainwires
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/Brainwires/orchestrator-mode-skill/tree/main
Command: npx skills add https://github.com/Brainwires/orchestrator-mode-skill --skill orchestrate-brainwires

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the context-clutter problem of doing large, multi-step software work by keeping the main conversation administrative while delegating deep code execution to background agents.

Core Features & Use Cases

  • Administrative control plane: keeps the main context clean by dispatching agents for reading, editing, running tests, and committing.
  • Verification-first workflow: independently verifies each agent’s claims (git/PR checks and test commands) before updating progress.
  • Repo-safe parallelization rules: prevents git conflicts by defaulting to serial execution within a repo and only parallelizing across independent repos.
  • Structured progress tracking: maintains task lists and PR status tables that update after each verified agent step.

Quick Start

In Claude Code, type /orchestrate and describe the work you want done so agents can execute the changes while you coordinate and verify results.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I run large code refactoring tasks without cluttering my main chat context?

Multi-agent orchestration keeps the main chat context administrative by dispatching background agents to execute code refactoring, run tests, and commit changes independently.

What is the best way to coordinate parallel changes across multiple repositories safely?

Orchestration parallelizes changes across independent repositories while defaulting to serial execution within a single repo, preventing git conflicts during parallel code changes.

How do you verify agent claims after automated pull request review fixes?

Verification-first workflows independently validate each agent's claims by running git checks and test commands after every automated pull request review fix before updating progress.

Can I use Claude Code to manage sequential background agent workflows for software engineering?

Claude Code supports orchestrated background-agent execution to manage sequential or parallel agent workflows, keeping interactive editing and test work out of the main conversation.

Does multi-agent orchestration clean up repositories safely without losing uncommitted changes?

Safe repo cleanup is enforced during multi-agent orchestration, ensuring no uncommitted changes are lost when background agents finish executing code modifications.