What problem does it solve? Delegating coding tasks to an external AI coding agent requires managing interactive terminal sessions, long-running background processes, and multi-model configuration, which is error-prone when done manually. ## Core Features & Use Cases - One-Shot Task Delegation: Run non-interactive coding tasks through the Blackbox CLI with a single prompt in a target project directory. - Background Execution & Monitoring: Launch long-running tasks in background mode and monitor progress with poll, log, and submit process actions. - Checkpoints & Resume: Pause and resume tasks using Blackbox checkpoint tags for iterative multi-step development. - Multi-Model Judge Mode: Dispatch the same task to multiple LLMs (Claude, Codex, Gemini, Blackbox Pro) and let the built-in judge select the best result. - Use Case: Ask the agent to add JWT authentication to an Express API; it launches Blackbox in the project directory with a PTY, monitors the session, and summarizes the resulting code changes. ## Quick Start Use the blackbox skill to run the task "Add JWT authentication with refresh tokens to the Express API" in my project directory.