Skip to main content
ClaudeWave
Slash Command570 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 a multi-agent orchestration run. Bernstein decomposes the goal into tasks, spawns CLI agents in parallel, verifies their output, and merges results.

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.