cancelloop
Installation
SKILL.md
Cancel Development Loop
Stops the agentic development loop gracefully. The loop will complete its current atomic operation before stopping.
Usage
# Cancel the loop (archives state to history)
/bkff:cancelloop
# Pause the loop (can be resumed later)
/bkff:cancelloop --pause
# Pause with a reason
/bkff:cancelloop --pause --reason="Need to review approach"