Build Parallel banner
spotcircuit spotcircuit

Build Parallel

Development community

Description

--- allowed-tools: Read, Write, Edit, Glob, Grep, Bash, Agent description: Build the codebase in parallel by delegating file creation to build-agents argument-hint: <path-to-plan> --- # Build in Parallel Follow the `Workflow` to implement the `PATH_TO_PLAN` by delegating individual file creation to specialized build-agents in parallel, then `Report` the completed work. ## Variables PATH_TO_PLAN: $ARGUMENTS ## Codebase Structure The build-agent sub-agent is located at `.claude/agents/build-

Installation

Installs to ~/.claude/commands/spotcircuit-rebar-build-parallel.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/spotcircuit/rebar/HEAD/.claude/commands/build-parallel.md -o ~/.claude/commands/spotcircuit-rebar-build-parallel.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository