cancel-wrought-loop

Cancels the active Wrought loop and updates .claude/wrought-loop-state.json with timestamped history.

3|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/fluxforgeai/ARTEMIS --skill cancel-wrought-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel-wrought-loop
Source: https://github.com/fluxforgeai/ARTEMIS/tree/main/.claude/skills/cancel-wrought-loop
Command: npx skills add https://github.com/fluxforgeai/ARTEMIS --skill cancel-wrought-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancel the active Wrought implementation/RCA loop to halt automated execution and prevent further iterations.

Core Features & Use Cases

  • Deactivates the current Wrought loop by updating .claude/wrought-loop-state.json.
  • Appends a cancellation entry to the loop history with timestamp and iteration data.
  • Reports loop status including preset, iterations completed, and last result, enabling quick resume or manual intervention.

Quick Start

Cancel the active Wrought loop in your workspace and persist the cancellation in the loop history.

Frequently Asked Questions about cancel-wrought-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I cancel a running Wrought loop in Claude Code?

To cancel a Wrought loop, the Skill deactivates the active execution by updating the state file. It modifies .claude/wrought-loop-state.json to set the loop active status to false and appends a cancellation entry to the loop history.

What happens to state management when I stop an automated implementation loop?

Stopping an automated implementation loop updates state management by preserving the cancellation in a JSON history log. The system records the timestamp, iteration data, preset, last result, and capsule location to enable manual intervention or a quick resume.

Can I resume a cancelled RCA loop manually after halting it?

Yes, you can resume a cancelled RCA loop manually because the cancellation process preserves the last state. The system reports the current iterations, preset, last result, and capsule location to help you safely restart or take manual control.

Do I need a specific file format to track loop cancellation history?

You need the .claude/wrought-loop-state.json file format to track loop cancellation history. The Skill reads and updates this specific JSON file to record the cancellation entry and reflect the deactivated loop status within your workspace.

Why does my Wrought loop state show active after a cancellation attempt?

A Wrought loop state shows active after a cancellation attempt if the JSON state file fails to update. The Skill relies on successfully writing the active false flag into .claude/wrought-loop-state.json to halt automated execution and prevent further iterations.