What problem does it solve? Solo development lacks continuous feedback, making it easy to miss bugs, security issues, and design flaws until late review cycles. This Skill structures AI-assisted pair programming sessions with defined roles, real-time code review, and quality scoring so every change is verified as it is written. ## Core Features & Use Cases - Multiple Collaboration Modes: Driver, Navigator, Switch, TDD, Review, Mentor, and Debug modes with automatic role rotation at configurable intervals. - Real-Time Verification: Truth-score quality checks with automatic rollback, security scanning, performance profiling, and coverage enforcement before commits. - Session Management: Persistent sessions with auto-save, history, export, background execution, and reusable profiles for refactoring, debugging, or learning workflows. - Use Case: A developer fixing a memory leak starts a Debug mode session with the debugger-expert agent, profiles memory growth, locates unremoved event listeners, applies cleanup fixes, 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.