beads-converter
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
Cancel any active swarm
> /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-swarmContext preview
What this command does when you run it.
Cancel any active swarm
allowed-tools: ["TaskList", "TaskStop"] argument-hint: "" description: Cancel any active swarm model: opus
Stop any active swarm workers.
Works with all swarm commands: `/implement-swarm`, `/plan-swarm`, `/tasks-swarm`, `/beads-swarm`.
Note: Loop and swarm commands are interchangeable - use `/cancel-swarm` for swarms and `/cancel-loop` for loops.
1. Call TaskList to see all tasks and their status 2. For any tasks with status `in_progress`:
3. Use TaskStop to halt any background workers still active 4. Report:
If no in-progress tasks found:
Task progress is preserved:
To check task status:
TaskList
Unlike loop cancellation, swarm workers are independent agents. If a worker completed its current task before cancellation, that work is saved. For Agent Teams (tmux-based), use `/cancel-team` instead.
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)