What problem does it solve? When a new idea or small task pops up mid-conversation, you either lose focus by handling it immediately or forget it entirely. This Skill lets you delegate that side-task to a background subagent and keep working on your main task without interruption. ## Core Features & Use Cases - Background Side-Task Execution: Parses a /btw command, gathers workspace context (git state, mentioned files, main-task summary), and launches a background subagent with a self-contained prompt. - Stackable Tasks: Multiple /btw commands can queue up, each tracked independently and reported together at the end. - Conflict Detection: Warns when the side-task may touch files the main task is editing, and flags overlapping modifications in the final results. - Use Case: While refactoring a module, you remember the README needs updating. Type /btw update the README install section and a background subagent handles it while your refactor continues; results appear under a BTW Results heading once the main task finishes. ## Quick Start Type /btw followed by a short task description, such as "/btw fix the typo in the config file", and continue with your current work.