What problem does it solve?
This skill solves the issue of context switching and task interruption by allowing you to offload side tasks into a completely separate, isolated execution environment without blocking your current workflow.
Core Features & Use Cases
- Asynchronous Detours: Launch a fresh Claude session in a new git worktree to handle side concerns while the parent agent continues the main task.
- Tmux Integration: Automatically splits your terminal into a new pane, pre-filling the environment with the necessary git worktree and agent launch commands.
- Use Case: If you are in the middle of a complex refactor and realize you need to quickly investigate a separate bug, use this skill to spawn a new session to handle the bug fix independently.
Quick Start
Ask the agent to fork the current task into a separate session to handle the side concern regarding the new feature implementation.