What problem does it solve?
AI agents often lose critical task context when switching between isolated worktree branches or resuming paused sessions, leading to repeated work, misaligned handoffs, and inconsistent workflow execution across team members and agent platforms.
Core Features & Use Cases
- Isolated Worktree Management: Automatically creates branch-specific isolated environments with auto port allocation and symbolic link management to prevent code conflicts between parallel feature development.
- Automated Archive & Handoff System: Compresses completed worktrees into git-tracked tar.gz archives and maintains 4 standardized handoff templates (PLAN/JOURNAL/CURRENT/NEXT) to preserve full session context across agent restarts and team handoffs.
- Flexible Trigger System: Activates instantly via /baton:* slash commands or natural resume keywords like 이어서, go, continue to resume paused work without manual context setup. For example, when resuming work on a feature branch after a break, simply say 이어서 to automatically load your next steps and continue exactly where you left off.
Quick Start
To resume your paused work immediately, say 이어서 or use the /baton:resume slash command to load your next steps and continue your current task without manual context setup.