Skip to content
Development
Command

/specs.ralph-loop-cancel

Cancel an active Ralph Loop background job (WHAT: stops a running ralph-loop-v2 job by ID). Use WHEN: a background Ralph Loop job needs to be terminated early.

From plugin
developer-kit
32148 skills44 agents48 commands
Install
$ npx -y skills add giuseppe-trisciuoglio/developer-kit --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/specs.ralph-loop-cancel

Context preview

What this command does when you run it.

Cancel an active Ralph Loop background job (WHAT: stops a running ralph-loop-v2 job by ID). Use WHEN: a background Ralph Loop job needs to be terminated early.

Command definition

specs.ralph-loop-cancel.md
description: "Cancel an active Ralph Loop background job (WHAT: stops a running ralph-loop-v2 job by ID). Use WHEN: a background Ralph Loop job needs to be terminated early."
argument-hint: '[job-id]'
disable-model-invocation: true
allowed-tools: Bash(python3:*)

Overview

Cancels an active Ralph Loop background job in the current repository. The job is stopped and its state is preserved for potential resumption.

Usage

/developer-kit-specs:specs.ralph-loop-cancel <job-id>

Arguments

| Argument | Required | Description | |----------|----------|-------------| | `job-id` | Yes | The ID of the background job to cancel |

Examples

# Cancel a specific background job
/developer-kit-specs:specs.ralph-loop-cancel abc123

Execution

!`python3 "${CLAUDE_PLUGIN_ROOT}/scripts/main.py" cancel $ARGUMENTS`

Ships withdeveloper-kit

Modular plugin marketplace for Claude Code and agentic CLIs, with validated, spec-driven skills, agents, commands, and workflows for Java, TypeScript, Python, PHP, AWS, and AI.

Get the whole plugin, auto-invoked