What problem does it solve? Working alone on code often means slower debugging, missed defects, and no second opinion on design decisions. This Skill provides a structured AI pair programming partner that manages driver/navigator roles, continuously reviews code, runs tests, and enforces quality thresholds throughout a development session. ## 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, security scanning, performance analysis, and coverage enforcement. - Session Management: Auto-save, recovery, history, export, background sessions, and reusable profiles for recurring workflows. - Use Case: Start a TDD session to build a shopping cart feature where the AI writes failing tests, you implement the minimal code, and the pair refactors together while coverage and truth scores are tracked on every commit. ## Quick Start Start a pair programming session in switch mode with verification enabled by asking the AI to run claude-flow pair --start --mode switch --verify.