Create git worktrees for issues, sprints, milestones, or epics for parallel development
/plugin marketplace add squirrelsoft-dev/agency/plugin install agency@squirrelsoft-dev-tools<identifier> [--issue|--epic|--milestone|--sprint] [--cleanup]# Worktree Management: $ARGUMENTS Create isolated git worktrees for parallel issue development or clean up completed worktrees. **Git worktrees** enable you to work on multiple issues simultaneously without branch switching. Each worktree is an independent working directory with its own branch, allowing true parallel development. ## Your Mission Execute worktree operation: **$ARGUMENTS** **Creation Mode** (default): - Fetch issue(s) from GitHub or Jira - Create git worktrees in parent directory (siblings to current repo) - Provide clear instructions for working in each worktree **Clea...