What problem does it solve? Collaborative coding sessions often lack structure, consistent code review, and enforced quality gates, leading to untested changes and missed defects. This Skill orchestrates structured pair programming sessions with an AI partner, managing driver/navigator roles, continuous verification, and integrated testing. ## Core Features & Use Cases - Multiple Collaboration Modes: Driver, Navigator, Switch, TDD, Review, Mentor, and Debug modes with automatic role switching at configurable intervals. - Real-Time Verification: Truth-score quality gates with automatic rollback, pre-commit checks, and configurable thresholds. - Testing and Review Integration: Test generation, coverage tracking, security scanning, performance profiling, and linting during the session. - Use Case: A developer fixing a memory leak starts a debug session with the debugger-expert agent, profiles memory usage, receives a fix suggestion, implements cleanup code, and commits only after tests pass and the truth score exceeds the threshold. ## Quick Start Start a pair programming session in TDD mode with test-first enabled and a 90 percent coverage target.