Enforce mandatory git worktree usage for multi-agent file modifications
/plugin marketplace add ekson73/multi-agent-os/plugin install multi-agent-os@multi-agent-osThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Enforce the mandatory use of git worktrees for all file modifications in multi-agent environments. Worktrees provide complete isolation between agents working on different features.
WORKTREE IS MANDATORY FOR ALL FILE MODIFICATIONS
Overhead: ~3 seconds | Benefit: Complete isolation
git worktree add .worktrees/{agent-hex}-{feature} -b {tipo}/{name}
cd .worktrees/{agent-hex}-{feature}
# Example:
git worktree add .worktrees/c614-policy -b docs/policy-c614
git worktree list
rm -rf .worktrees/{agent}-{feature}
git worktree prune
.worktrees/{agent-short}-{feature-kebab}/
{tipo}/{escopo}-{agent-hex}
| Type | Use |
|---|---|
feature/ | New functionality |
bugfix/ | Bug correction |
hotfix/ | Urgent fix |
docs/ | Documentation |
refactor/ | Refactoring |
chore/ | Maintenance |
CREATE → WORK → VALIDATE QA → MERGE → CLEANUP
| Event | Action | Deadline |
|---|---|---|
| PR merged | Delete worktree | 24h |
| Task completed | Delete worktree | 72h |
| Worktree stale | Evaluate and clean | Immediate |
| Maximum absolute | Force cleanup | 7 days |
If you are editing a file without being in a worktree:
Skill based on Worktree Policy v1.1 | multi-agent-os
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.