What problem does it solve? A bare git worktree add leaves the new worktree without any of aiwf's gitignored, materialize-on-demand artifacts — skills, agents, templates, and per-turn guidance are silently absent until someone remembers to run aiwf update by hand. This Skill ensures every worktree is created with rituals materialized in a single atomic operation. ## Core Features & Use Cases - Atomic worktree creation: Runs git worktree add and materializes skills, role agents, entity templates, and guidance imports in one step, surfacing any git failure directly. - Flexible branch and path handling: Creates a new branch from a --base ref or reuses an existing local branch, with optional explicit path placement inside or outside the repo. - Script-safe output: The --print-path flag prints only the absolute path for shell composition like cd "$(aiwf worktree add <branch> --print-path)". - Use Case: When starting an epic, milestone, or one-off patch branch, or dispatching a subagent that needs an isolated checkout, use this instead of a bare git worktree add so every ritual and slash-command works immediately in the new worktree. ## Quick Start Ask the AI to create a new git worktree for your branch using aiwf worktree add so the worktree is created with all aiwf rituals materialized in one step.