From wf
Planが承認された後、全ステップを自動で遂行するオーケストレーターです。 worktree作成 → 実装 → 品質チェック → PR作成 → レビューまで一気通貫で実行します。 Trigger: execute plan, 自動実行, auto execute
How this skill is triggered — by the user, by Claude, or both
Slash command
/wf:auto-executeopusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
承認されたPlanを読み取り、実行計画を構築する。
承認されたPlanを読み取り、実行計画を構築する。
[auto-execute] Phase N 実行中 タスクを作成し、フロー状態を追跡するwf:worktree スキルを呼び出し、隔離された作業ブランチを作成する。
[a-zA-Z0-9\-] のみ使用可(シェル特殊文字禁止)Planの各ステップを順番に実行する。
各ステップの実行サイクル:
in_progresscompletedエラーハンドリング:
全ステップ完了後、wf:verification-loop を実行する。
wf:commit-push-pr-flow を呼び出す。ただし以下の引数条件を伝達する:
失敗時: ユーザーに報告して停止
wf:review-flow を PR URL を引数として呼び出す。
長いPlanの場合、以下のタイミングで wf:strategic-compact を実行する:
compact前に必ず以下を保存する:
[auto-execute] Phase N 実行中 タスクを更新compact後やエラー後に再開する場合:
[auto-execute] タスクを検索し、現在のPhaseを特定Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub acta0724/claude-marketplace --plugin wf