What problem does it solve? Long autonomous tasks flood the main conversation with intermediate reasoning, tool output, and token weight that the user never needs. This Skill offloads self-contained work to a forked context so the main conversation only receives a compact, structured summary of the outcome. ## Core Features & Use Cases - Isolated Execution: Runs the task in a forked context using a general-purpose agent, keeping intermediate steps out of the main conversation. - Autonomous Operation: Works without asking questions, making reasonable assumptions and documenting them in the summary instead of blocking. - Structured Summary Output: Returns a fixed-format report covering outcome, changed files, verification commands, assumptions, and follow-ups. - Use Case: Delegate a chore like "rename all usages of the old config key across the repo and update the tests" — the forked agent does the edits and the main conversation only sees which files changed and what still needs review or committing. ## Quick Start Ask the agent to run the boomerang skill with a self-contained task such as "boomerang: update all deprecated API calls in the src directory and report what changed".