| name | troller-off |
| description | Turn off codex-troller workflow mode and return to default Codex behavior |
| argument-hint | [optional reason] |
troller-off
Purpose: stop codex-troller workflow mode cleanly.
Trigger
- User mentions
$troller-off.
- User explicitly asks to disable/stop troller workflow.
Required Behavior
- Call
autostart_set_mode with:
mode="off"
reason: short natural-language reason from user request
- Confirm mode is off by calling
autostart_get_mode.
- Report completion briefly and continue with normal Codex behavior.
Operating Rules
- Do not call
start_interview in this skill.
- Do not continue codex-troller workflow tools after off is confirmed.