Introduction
Rally your Squad
Section titled “Rally your Squad”Rally is a CLI tool for dispatching AI coding agents (Squad teams) to GitHub issues via git worktrees.
Why Rally?
Section titled “Why Rally?”Rally is for individual developers using Squad on shared repos — solo devs, open source maintainers, or anyone on a codebase where committing .squad/ files isn’t appropriate.
It automates the full Squad workflow — from GitHub issues to pull requests — without polluting your repository, eliminating ~15 manual steps:
- Creating branches
- Setting up worktrees
- Symlinking Squad state
- Managing multiple parallel dispatches
Requirements
Section titled “Requirements”- Node.js >= 20.0.0
- git
- GitHub CLI (
gh)