Create Worktree Prompt banner
alfredocarta alfredocarta

Create Worktree Prompt

Git community

Description

--- model: claude-sonnet-4-5-20250929 description: Create a git worktree with isolated configuration for parallel development argument-hint: [branch-name] [port-offset] allowed-tools: Bash, Read, Write, Edit, Glob, Grep --- # Purpose Create a new git worktree in the `trees/` directory with completely isolated configuration for parallel execution. This enables running multiple instances of the observability system simultaneously without port conflicts, database collisions, or hook misconfigurat

Installation

Installs to ~/.claude/commands/alfredocarta-ai-agent-audit-trail-create_worktree_prompt.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alfredocarta/ai-agent-audit-trail/HEAD/.claude/commands/create_worktree_prompt.md -o ~/.claude/commands/alfredocarta-ai-agent-audit-trail-create_worktree_prompt.md

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

Full documentation available on GitHub

View Source Repository