Set up Phasr for parallel AI coding in under 10 minutes
This guide covers installation, repository setup, task fan-out, and review-first merge flows for multi-agent coding teams.
Quickstart
- Install Phasr and open your repository workspace.
- Connect your preferred coding agents (Claude Code, Codex CLI, Gemini CLI, or Aider).
- Create independent tasks and launch them in parallel.
- Review each worktree diff, approve clean changes, and merge.
Task planning checklist
- Each task should touch a narrow file set and single objective.
- Assign branch naming conventions for traceability.
- Enable test commands per task for automated validation.
- Route high-risk diffs through explicit human approval.