using-git-worktrees (superpowers)
Teaches the agent to isolate parallel work using git worktrees.
๐ก๏ธ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for using-git-worktrees (superpowers), derived from its capabilities.
AIVSS 8.8 ยท High
View MAESTRO 7-layer threat model โOverview
A superpowers skill that instructs the agent to create and manage git worktrees so parallel or experimental work stays isolated from the main checkout. Surface: runs git worktree commands on the host.
Key features
- Isolated per-task worktrees
- Safe parallel/experimental branches
- Runs real git commands
Use cases
- Isolate a risky refactor in its own worktree
- Run parallel agents without checkout conflicts