What problem does it solve?
Rally Mode eliminates unfocused sprint work, inconsistent testing, and merge/stomp conflicts by prescribing a repeatable, 11-phase process that combines test-driven rewrites with a mandatory GitSync discipline to produce shippable increments reliably.
Core Features & Use Cases
- 11-phase rally process: From requirements and Top-3 selection through v1/v2/v3 rewrites, E2E testing, staging, and production deploys.
- GitSync protocol and enforcement: Pull/rebase cadence, AGENTS.md coordination, pre-push validation and helper scripts to avoid merge conflicts and lost work.
- Automation helpers: Scripts to create rally checklists, run pre-push validations, and perform periodic Git status checks for active participants.
- Use Case: A compact engineering team runs R18: they select top 3 features, implement v1, write tests, rewrite to v2/v3 with CI, validate on staging, and deploy with a documented sign-off.
Quick Start
Initialize a rally by running the provided rally-checklist script with your rally identifier to create and open the rally checklist for editing.