Facilitate pair programming sessions with synchronized workflows and shared context.
team/# Team Pair Programming Facilitate pair programming sessions with synchronized workflows and shared context. ## Purpose Enable effective pair programming by sharing workflow state, synchronizing checkpoints, and maintaining collaborative context across team members. ## Usage ## Commands ### Start Session Starts a new pair programming session. **Parameters:** - `--with` - GitHub username of pair partner - `--role` - Your role (driver writes code, navigator reviews) - `--topic` - Session topic/feature being worked on ### Join Session Join an existing pair programming session. ...