بنقرة واحدة
wf-abort
Abort the current weft workflow. Use only when user types /wf-abort.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Abort the current weft workflow. Use only when user types /wf-abort.
التثبيت باستخدام 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-abort |
| description | Abort the current weft workflow. Use only when user types /wf-abort. |
| argument-hint | [reason] |
| allowed-tools | ["Bash","Read","Write"] |
$ARGUMENTS
Confirm with the user before aborting (unless they explicitly said to abort).
Run:
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" abort "<reason>"
Show the final state.