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
Quick integration into your workflow with minimal setup
Active open-source community with continuous updates
MIT/Apache licensed for commercial and personal use
Customizable and extendable based on your needs
Download or copy the skill file from the source repository
Place the skill file in Claude's skills directory (usually ~/.claude/skills/)。
Restart Claude or run the reload command to load the skill
Tip: Read the documentation and code carefully before first use to understand functionality and permission requirements
All Skills from open-source community, preserving original authors' copyrights
obra__superpowers/skills/using-git-worktrees/skill.mdProven benefits and measurable impact
Reduce implementation time through parallel subagent task execution.
Catch defects early with code reviews between subagent tasks.
Accelerate feedback loops with quality gates between tasks.
Perfect for these scenarios
Develop REST API endpoints with separate subagents for each endpoint and review.
Apply security fixes across components with subagent review after each patch.
Add unit/integration tests with subagent validation after each test module.
Implement service communication with subagent checks per integration point.