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
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/sipyourdrink-ltd/bernstein/HEAD/commands/run.md -o ~/.claude/commands/run.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
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.
More from this repository
orchestratorSubagent
Decomposes goals into parallel tasks, assigns them to CLI coding agents, verifies output, and merges results. Use when a task is too large for a single agent.
statusSlash Command
Show current Bernstein orchestration status
stopSlash Command
Gracefully stop a running Bernstein orchestration
bernstein-agentsSkill
>
bernstein-alertsSkill
>
bernstein-approveSkill
>
bernstein-costSkill
>
bernstein-create-taskSkill
>