beads-converter
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
Cancel any active agent team
> /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-teamContext preview
What this command does when you run it.
Cancel any active agent team
allowed-tools: ["Bash", "TaskList"] argument-hint: "" description: Cancel any active agent team model: opus
Stop any active agent team and terminate tmux panes.
Works with all team commands: `/implement-team`, `/plan-team`.
Note: Use `/cancel-team` for teams, `/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. Terminate agent tmux panes by running: `tmux kill-session -t claude-team 2>/dev/null || true` 4. Report:
If no in-progress tasks found:
Task progress is preserved:
To check task status:
TaskList
Unlike swarm cancellation (which stops lightweight subagents), team cancellation terminates full Claude Code instances running in tmux panes. Work completed by agents before cancellation is saved to disk.
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)