beads-converter
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
Cancel any active loop
> /plugin marketplace add GantisStorm/essentials-claude-code > /plugin install essentials@essentials-claude-code
How it fires
How this command gets triggered: by you, by Claude, or both.
/cancel-loopContext preview
What this command does when you run it.
Cancel any active loop
allowed-tools: ["Bash", "TaskList"] argument-hint: "" description: Cancel any active loop model: opus context: fork
Gracefully stop any active loop while preserving progress.
Works with all loop commands: `/implement-loop`, `/plan-loop`, `/tasks-loop`, `/beads-loop`.
Note: Use `/cancel-loop` for loops, `/cancel-swarm` for swarms, and `/cancel-team` for Agent Teams.
Check for any active loop state file and cancel it:
1. Check for `.claude/implement-loop.local.md` 2. Check for `.claude/plan-loop.local.md` 3. Check for `.claude/tasks-loop.local.md` 4. Check for `.claude/beads-loop.local.md`
For each found:
If none found:
Task progress is preserved:
To check task status:
TaskList
Loops, swarms, and teams powered by Claude Code's built-in Task System. Loop, swarm, and team are three execution modes. Loop runs sequentially. Swarm runs parallel subagents. Team spawns full Claude Code instances with shared contracts via Agent Teams.
Repo: GantisStorm/essentials-claude-code
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
Deep bug investigation with architectural fix plan generation - works with any executor (loop or swarm)