What problem does it solve? Collaborative coding sessions often lack structure, consistent code review, and enforced quality gates, leading to bugs, missed tests, and inconsistent standards. 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 checks with automatic rollback on failures, plus security scanning and performance analysis. - Testing Integration: Auto-generate unit, integration, and e2e tests, track coverage thresholds, and run continuous test watching. - Use Case: A developer fixing a memory leak starts a debug session with the debugger-expert agent, profiles memory usage, identifies unremoved event listeners, implements cleanup code, and commits only after the truth score passes the 0.95 threshold. ## Quick Start Start a pair programming session in TDD mode with test-first enabled and a 90 percent coverage target.