From wf
Planが承認/完了した直後に自律的に呼び出す必要があるスキルです。 Trigger: plan approved, plan completed, taskを開始します
How this skill is triggered — by the user, by Claude, or both
Slash command
/wf:worktreehaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
gh wt add <branch> でgit worktreeを作成します。
gh wt add でgit worktreeを作成します。 branch名にslashは使わないこと。 実装後は commit-push-pr-flow を呼び出すこと
npx claudepluginhub hikaruegashira/agent-skills --plugin wfCreates isolated git worktrees for parallel development without disrupting the main workspace. Includes safety verification to prevent accidental commits of worktree contents.
Creates isolated git worktrees with smart directory selection and safety verification for working on multiple branches simultaneously without switching contexts.
Creates isolated git worktrees for parallel branch work with smart directory selection and safety verification. Useful when starting feature work needing workspace isolation.