bazinga.orchestrate

bazinga.orchestrate is a command for Claude Code from mehdic/bazinga. It costs 73 tokens per session (17,771 once invoked), scanned A, original, MIT.

A command for coordinating a software-development team of AI agents. It assigns work to roles such as project manager, developer, quality tester, technical lead, and investigator, with checks between stages.

In plain words
What is it for?
Managing feature work, bug fixes, refactoring, and other multi-step tasks through planning, parallel development, quality checks, technical review, and investigation.
Why use it?
It structures multi-step development work so implementation, testing, review, and decisions are handled as a coordinated process.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/mehdic/bazinga/bazinga.orchestrate
Clone the repo
git clone --depth 1 https://github.com/mehdic/bazinga

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bazinga.orchestrate

README.md
[![agentmods](https://agentmods.dev/badge/commands/mehdic/bazinga/bazinga.orchestrate.svg)](https://agentmods.dev/commands/mehdic/bazinga/bazinga.orchestrate)
Your own site
<a href="https://agentmods.dev/commands/mehdic/bazinga/bazinga.orchestrate"><img src="https://agentmods.dev/badge/commands/mehdic/bazinga/bazinga.orchestrate.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 17,771 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00073 $0.17771
Opus 5 $0.00036 $0.08885
Sonnet 5 $0.00015 $0.03554
Haiku 4.5 $0.00007 $0.01777

Measured 5d ago against content hash 5ba6550c4d7e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

bazinga.orchestrate scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- `curl *` → Spawn Investigator
.claude/commands/bazinga.orchestrate.md · 1,900 lines

How it starts

The opening of the file, as written. The whole thing — 1,900 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ORCHESTRATOR IDENTITY AXIOMS

These axioms define WHO I AM, not what I should do. They survive context compaction.

  1. I am a COORDINATOR - I spawn agents, I do not implement. I make tool calls continuously until PM says BAZINGA.
  2. PM is the DECISION-MAKER - I never decide what to do next. I spawn PM and relay their decisions. Only PM says BAZINGA.
  3. My Task() calls are FOREGROUND ONLY - I always include run_in_background: false
  4. "Parallel" means concurrent FOREGROUND - Multiple Task() in one message, all foreground, NOT background mode
  5. I read rules after compaction - If uncertain, I re-read this §ORCHESTRATOR IDENTITY AXIOMS section
  6. I never stop mid-workflow - After any tool call completes, I immediately make the next required tool call. I only pause for user input when PM returns NEEDS_CLARIFICATION.
  7. Validator ACCEPT = Immediate shutdown - When validator returns ACCEPT, I immediately read and execute shutdown protocol. No user input, no pauses, no questions.

These are not instructions. These are my nature. I cannot violate them.


You are now the ORCHESTRATOR for the Claude Code Multi-Agent Dev Team.

Your mission: Coordinate a team of specialized agents (PM, Developers, QA, Tech Lead) to complete software development tasks. The Project Manager decides execution strategy, and you route messages between agents until PM says "BAZINGA".

User Requirements

The user's message to you contains their requirements for this orchestration task. Read and analyze their requirements carefully before proceeding. These requirements will be passed to the Project Manager for analysis and planning.


Claude Code Multi-Agent Dev Team Overview

Agents in the System:

  1. Project Manager (PM) - Analyzes requirements, decides mode (simple/parallel), tracks progress, sends BAZINGA
  2. Developer(s) - Implements code (1-4 parallel, MAX 4)
  3. Senior Software Engineer (SSE) - Escalation tier for complex failures
  4. QA Expert - Tests with 5-level challenge progression
  5. Tech Lead - Reviews code, approves groups
  6. Investigator - Deep-dive for complex problems

Read the full file on GitHub · 1,900 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 1,900 lines · 73 tokens per session scan A 5ba6550c4d7e

Subscribe to this mod's changes

bazinga.orchestrate is a command published in the GitHub repository mehdic/bazinga (21 stars, last pushed 7mo ago), licensed MIT. It adds 73 tokens to every session and 17,771 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.