explaingit

aleksacom/claude-code-orchestration-agents

Analysis updated 2026-05-18

2Audience · developerComplexity · 2/5Setup · easy

TLDR

A pre-built set of five Claude Code sub-agents and a /change command that add planning, review, and testing checkpoints to AI-assisted coding.

Mindmap

mindmap
  root((orchestration-agents))
    What it does
      Adds checkpoints to AI coding
      Plans before code changes
      Reviews and tests changes
    Tech stack
      Claude Code
      Markdown agent files
    Use cases
      Planning checkpoint
      Automated diff review
      Full change pipeline
    Audience
      Developers
      Claude Code users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Add a planning checkpoint before Claude Code makes any code change

USE CASE 2

Automatically review every staged diff and flag blocking, medium, or minor issues

USE CASE 3

Run a full plan, verify, implement, review, audit, test, and commit pipeline with one slash command

What is it built with?

Claude CodeMarkdown

How does it compare?

aleksacom/claude-code-orchestration-agents0-bingwu-0/live-interpreter0xkaz/llm-governance-dashboard
Stars222
LanguagePythonPython
Setup difficultyeasymoderatehard
Complexity2/52/54/5
Audiencedevelopergeneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

Requires an existing git-initialized project and Claude Code installed.

In plain English

Claude Code Orchestration Agents is a pre-built set of five sub-agents and a /change slash command designed to add structure and discipline to projects built with Claude Code, Anthropic's AI coding tool. Without guardrails, AI coding assistants can make sweeping changes, silently bake in architectural decisions, and leave no record of why things were done a certain way. This project addresses that by inserting checkpoints at every stage of a code change. The five agents each handle a specific role. The cm-planner acts as an architectural authority that plans the scope of every change before any code is touched and flags decisions that need your input. The cm-decider routes questions to either "decide now" or "auto-resolve" based on a set of trigger criteria. The reviewer examines every staged diff before it is committed and categorizes findings as blocking, medium, or minor. The conventions-audit agent enforces documentation conventions when decision files are touched or a phase of work closes. The test-author adds tests for any new behavior added to monitored source paths. The /change slash command orchestrates all of them in order: plan, verify, implement, review, audit, test, and then commit with a conventional commit message. To install, you copy the .claude/ and docs/ directories from this repository into your project root, update your project's CLAUDE.md with routing rules, and restart Claude Code. The README estimates about 15 minutes of setup time. Each agent is a plain markdown file you can edit to match your project's specific patterns. It requires Claude Code and an existing git-initialized project.

Copy-paste prompts

Prompt 1
Help me install the five orchestration sub-agents into my Claude Code project.
Prompt 2
Show me how the /change slash command chains the planner, reviewer, and test-author agents together.
Prompt 3
Explain what the cm-decider agent does when it routes a question to auto-resolve.

Frequently asked questions

What is claude-code-orchestration-agents?

A pre-built set of five Claude Code sub-agents and a /change command that add planning, review, and testing checkpoints to AI-assisted coding.

How hard is claude-code-orchestration-agents to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is claude-code-orchestration-agents for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.