Stats
Actions
Tags
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.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.