Getting Started

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

  1. Install Phasr and open your repository workspace.
  2. Connect your preferred coding agents (Claude Code, Codex CLI, Gemini CLI, or Aider).
  3. Create independent tasks and launch them in parallel.
  4. 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.

Continue learning