ulw-off

Deactivate ultrawork mode by clearing workflow state and removing the ULW sentinel.

3|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/X0x888/oh-my-claude --skill ulw-off
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ulw-off
Source: https://github.com/X0x888/oh-my-claude/tree/main/bundle/dot-claude/skills/ulw-off
Command: npx skills add https://github.com/X0x888/oh-my-claude --skill ulw-off

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the issue of prematurely ending ultrawork mode during an active session, providing a way to gracefully deactivate the mode.

Core Features & Use Cases

  • Deactivation: Allows for the deactivation of ultrawork mode.
  • Clear Workflow State: Ensures that the workflow state is cleared when ultrawork mode is deactivated.
  • ULW Sentinel Removal: Removes the sentinel associated with ultrawork mode, halting quality gates and domain routing.
  • Session Continuation: Ensures the conversation continues normally after deactivating ultrawork mode.

Quick Start

To deactivate ultrawork mode, run the script: bash ~/.claude/skills/autowork/scripts/ulw-deactivate.sh

Frequently Asked Questions about ulw-off

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

FAQPage Schema
How do I deactivate ultrawork mode in an active bash session?

To deactivate ultrawork mode, run the ulw-deactivate.sh script via bash. This clears the workflow state and removes the ULW sentinel, halting quality gates and domain routing immediately.

What happens to workflow state when ultrawork mode is turned off?

Turning off ultrawork mode clears the active workflow state and removes the ULW sentinel. This action stops quality gates and domain routing, allowing the conversation to continue normally.

When do I need to disable ultrawork mode during script execution?

You need to disable ultrawork mode when you want to prematurely end the mode during an active session. This gracefully stops quality gates and domain routing without interrupting the conversation.

Does deactivating ultrawork mode terminate the current bash session?

No, deactivating ultrawork mode does not terminate the session. It ensures the conversation continues normally after clearing the workflow state and removing the ULW sentinel.

Can I remove the ULW sentinel manually instead of running the deactivation script?

Running the ulw-deactivate.sh script is the designed method to remove the ULW sentinel. It gracefully deactivates ultrawork mode, ensuring workflow state and quality gates are properly cleared.