using-git-worktrees
FeaturedUse when starting feature work that needs isolation from the current workspace, or when an implementation plan should run outside the active working tree.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- GanyuanRan
- Repository
- GanyuanRan/Aegis
- Created
- 2 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
using-git-worktrees
Git worktree–based workspace isolation for parallel or non-disruptive development. Use when work must occur without modifying or interfering with the current working tree.
using-git-worktrees
Use when starting feature work that needs isolation from the current workspace, working on multiple branches simultaneously, or before executing an implementation plan that shouldn't affect the main working tree. Trigger on: "create a worktree", "isolated workspace", "work on a branch without switching", "set up a feature branch", "parallel branch work", or when the user wants to implement something without disturbing their current working state.
sr-using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification