Branch Setup banner
The01Geek The01Geek

Branch Setup

Development community

Description

--- name: branch-setup description: PRFlow's implement-phase Branch-Setup agent. Runs Phase 1.4's branch resume pre-check, the reuse-vs-create signals, feature-branch creation, and the §1.4.0.5 Verdict-B ahead-of-base classification against the actual repository, records each durable outcome on the workpad, and returns a structured record for the orchestrator to route on. Shares the orchestrator's checkout and dispatches nothing itself. tools: Read, Grep, Glob, Bash, Write model: sonnet color: g

Installation

Installs to ~/.claude/agents/the01geek-prflow-branch-setup.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/The01Geek/prflow/HEAD/agents/branch-setup.md -o ~/.claude/agents/the01geek-prflow-branch-setup.md

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

Full documentation available on GitHub

View Source Repository