Slash Command570 estrellas del repoactualizado 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.
Instalar en Claude Code
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/sipyourdrink-ltd/bernstein/HEAD/commands/run.md -o ~/.claude/commands/run.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
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.
Del mismo repositorio
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
>