From and-then
Cancel the and-then task queue and allow normal session exit
How this command is triggered — by the user, by Claude, or both
Slash command
/and-then:and-then-cancelThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Cancel And-Then Queue Remove the task queue and allow normal session behavior. ---
Remove the task queue and allow normal session behavior.
if [[ -f ".claude/and-then-queue.json" ]]; then
rm ".claude/and-then-queue.json"
echo "✅ And-then queue cancelled"
else
echo "ℹ️ No active and-then queue"
fi
npx claudepluginhub zach-source/claude-and-then/cancel-loopCancels active persistent loops — all or by specific name — restoring normal session behavior for new tasks or exit.
/cancel-wiggumCancels active Wiggum loop by removing .claude/wiggum-loop.local.md state file and reports iteration number or that no loop is active.
/cancel-workCancels active Ralph Wiggum loop by checking for .claude/ralph-loop.local.md marker file and removing it if present.
/tycono-cancelCancels the active Tycono wave by running the cancel.sh bash script and reports the result to the user.