Stop the currently running workflow loop
Gracefully stops the currently running workflow loop and saves a checkpoint for resumption.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install workflow@standardbeagle-toolsGracefully stop the currently running Ralph Wiggum workflow loop.
Check for running loop
.claude/workflow-loop-state.jsonGraceful shutdown
Update loop state
{
"status": "stopped",
"stopped_at": "ISO timestamp",
"stop_reason": "user_requested|error|security_critical|completed",
"final_stats": {
"completed_tasks": 0,
"failed_tasks": 0,
"pending_tasks": 0,
"total_iterations": 0,
"total_time": "duration"
}
}
Workflow Loop Stopped
=====================
Loop ID: abc123
Stopped at: 2026-01-14 10:45:23
Final Status:
✓ Completed: 3 tasks
✗ Failed: 1 task
⧖ Pending: 2 tasks
Total iterations: 5
Total time: 1h 23m 45s
Loop state saved to: .claude/workflow-loop-state.json
To resume: /workflow:start-loop --resume abc123
# Stop current loop
/workflow:stop-loop
# Or just say:
stop the loop
cancel workflow
pause execution