Init Parallel banner
disler disler

Init Parallel

Git community

Description

# Initialize parallel git worktree directories ## Variables FEATURE_NAME: $ARGUMENTS NUMBER_OF_PARALLEL_WORKTREES: $ARGUMENTS ## Execute these commands > Execute the loop in parallel with the Batch and Task tool - create a new dir `trees/` - for i in NUMBER_OF_PARALLEL_WORKTREES - RUN `git worktree add -b FEATURE_NAME-i ./trees/FEATURE_NAME-i` - RUN `cd ./trees/FEATURE_NAME-i/`, `uv sync` - RUN `cd trees/FEATURE_NAME-i`, `git ls-files` to validate - RUN `git worktree list` to verify all

Installation

Installs to ~/.claude/commands/disler-quick-data-mcp-init-parallel.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/disler/quick-data-mcp/HEAD/.claude/commands/init-parallel.md -o ~/.claude/commands/disler-quick-data-mcp-init-parallel.md

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

Full documentation available on GitHub

View Source Repository