Skip to main content
ClaudeWave
Slash Command1.2k repo starsupdated today

run

The /bernstein:run command launches a multi-agent orchestration system that automatically decomposes user-specified goals into discrete tasks, distributes them across parallel CLI agents, validates outputs, and consolidates results. Use this when tackling complex projects requiring coordinated work across multiple agents or when a single goal needs intelligent task breakdown and parallel execution.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/sipyourdrink-ltd/bernstein/HEAD/commands/run.md -o ~/.claude/commands/run.md
Then start a new Claude Code session; the slash command loads automatically.

run.md

Start an orchestration run. Bernstein decomposes the goal into tasks, spawns CLI coding agents in parallel git worktrees, verifies their output, and merges results. No model sits in the coordination loop, so replaying a plan reproduces its task graph byte-identically.

Usage: /bernstein:run $ARGUMENTS

The argument is the goal string describing what you want built or fixed. Bernstein handles task decomposition, agent assignment, and verification automatically.