ワンクリックで
wf-preview
Preview a weft workflow template with full step details. Use only when user types /wf-preview.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Preview a weft workflow template with full step details. Use only when user types /wf-preview.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Query the weft event log with filters. Use only when user types /ev-query.
Analyze weft workflow runs for timing and friction. Use only when user types /wf-analyze.
Check weft template currency — drift of working copies vs the bundled canonical, and whether the plugin clone is behind upstream. Use only when user types /wf-doctor.
Resume a weft workflow parked in 'waiting' at a human gate (unattended on_fail=block). Use only when user types /wf-resume.
Execute the current weft step via the Claude Code Workflow tool, then auto-transition on the structured verdict. Use only when user types /wf-run-step, or when advancing a step whose template declares an executor.
Initialize a weft workflow from a template or inline steps. Use only when user types /wf-start.
| name | wf-preview |
| description | Preview a weft workflow template with full step details. Use only when user types /wf-preview. |
| argument-hint | <template-name> |
| allowed-tools | ["Bash","Read"] |
Show a detailed view of a workflow template's steps, policies, and guards.
$ARGUMENTS
If no arguments, list available templates first:
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" start
Then ask which one to preview.
Show the detailed preview:
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" preview <template-name>
Explain the template to the user:
Suggest: "Use /wf-start <name> to start this workflow."