# pair --start Start a new pair programming session with AI assistance. ## Usage ```bash claude-flow pair --start [options] ``` ## Options - `--agent ` - AI pair partner (default: auto-select) - `--mode ` - Programming mode: driver, navigator, switch - `--verify` - Enable real-time verification - `--threshold <0-1>` - Verification threshold (default: 0.95) - `--focus ` - Focus area: refactor, test, debug, implement - `--language ` - Primary programming language - `--review` - Enable continuous code review - `--test` - Run tests after each change - `--interval