# Wf Abort

> Abort the current weft workflow. Use only when user types /wf-abort.

- Skill: `ccplugins/wf-abort` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ccplugins/wf-abort`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ccplugins/wf-abort/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: ccplugins (https://skillmd.com/u/ccplugins)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ccplugins/wf-abort

---


# Abort Weft Workflow

## Arguments
$ARGUMENTS

## Instructions

1. Confirm with the user before aborting (unless they explicitly said to abort).

2. Run:
   ```bash
   python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" abort "<reason>"
   ```

3. Show the final state.

