What problem does it solve? Offloading coding work to an external agent CLI requires managing interactive terminal sessions, checkpoints, and long-running background processes, which is error-prone to do manually. ## Core Features & Use Cases - Task Delegation: Run one-shot or interactive coding tasks through the Blackbox CLI, which dispatches work to multiple LLMs (Claude, Codex, Gemini, Blackbox Pro) and uses a judge to select the best implementation. - Background Execution & Monitoring: Launch long tasks in background PTY sessions and monitor them with poll, log, submit, and kill process actions. - Checkpoints & PR Reviews: Resume work from saved checkpoints and review pull requests in isolated temp clones without touching the working tree. - Use Case: Ask the agent to refactor an authentication module to OAuth 2.0; it starts Blackbox in a background PTY session in your project directory, monitors progress, and summarizes the resulting changes. ## Quick Start Use the blackbox skill to add JWT authentication with refresh tokens to the Express API in the current project.