Toggle delegation enforcement on/off for this session.
Toggles delegation enforcement on or off for the current session.
/plugin marketplace add barkain/claude-code-workflow-orchestration/plugin install workflow-orchestrator@barkain-pluginshaikuToggle delegation enforcement on/off for this session.
Use AskUserQuestion to prompt the user:
Based on user selection, use Task tool to perform the action:
If user selected "Disable delegation": Use Task with general-purpose agent and haiku model:
Create the bypass flag file by running:
mkdir -p .claude/state && touch .claude/state/delegation_disabled
Report whether the file was created or already existed.
If user selected "Enable delegation": Use Task with general-purpose agent and haiku model:
Remove the bypass flag file by running:
rm -f .claude/state/delegation_disabled
Report that delegation enforcement is now enabled.
Confirm the action to the user.