Sprint Worktree banner
chrishobbsrocks chrishobbsrocks

Sprint Worktree

Git community

Description

--- description: "Dev Team 2: create the dedicated git worktree for a parallel sprint" allowed-tools: [Bash] --- # Dev Team 2 Worktree Usage: `/sprint-worktree <sprint-id>` ```bash bash scripts/dev2_worktree.sh <sprint-id> ``` Run this once, before writing any code, whenever Master Controller hands Dev Team 2 a sprint to run in parallel with Dev Team 1. It creates (or reuses) a git worktree at `../<repo>-devteam2-sprint-<id>` on branch `devteam2/sprint-<id>` and prints the path. `cd` into t

Installation

Installs to ~/.claude/commands/chrishobbsrocks-fully-completely-sprint-worktree.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/chrishobbsrocks/fully-completely/HEAD/.claude/commands/sprint-worktree.md -o ~/.claude/commands/chrishobbsrocks-fully-completely-sprint-worktree.md

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

Full documentation available on GitHub

View Source Repository