What problem does it solve? Delegating bounded or long-running coding work to an external autonomous agent requires managing CLI flags, interactive TUI sessions, background processes, and session resumption, which is error-prone when done manually. ## Core Features & Use Cases - One-Shot Task Execution: Run bounded coding tasks with opencode run, attaching context files and forcing specific models or reasoning levels. - Interactive Background Sessions: Start the OpenCode TUI with pty support, submit prompts, poll progress, and resume past sessions by ID. - PR Review & Parallel Work: Review pull requests with the built-in opencode pr command and run parallel tasks in isolated workdirs or git worktrees. - Use Case: Ask the agent to fix issue #101 in one worktree while adding regression tests in another, then monitor both sessions and receive a summary of files changed and test results. ## Quick Start Use the opencode skill to run a one-shot task that adds retry logic to the API calls in my project and updates the tests.