How this command is triggered — by the user, by Claude, or both
Slash command
/yolo-mode:yolo-tts <goal/prompt>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# YOLO Mode (TTS)
Initialize autonomous YOLO mode (TTS enabled) with goal: $ARGUMENTS
The Ralph Loop hook will take over and autonomously execute tasks from `YOLO_PLAN.md`.
Run the YOLO Mode autonomous loop:
!`${CLAUDE_PLUGIN_ROOT}/scripts/init_yolo.sh` $ARGUMENTS --ttsInitialize autonomous YOLO mode (TTS enabled) with goal: $ARGUMENTS
The Ralph Loop hook will take over and autonomously execute tasks from YOLO_PLAN.md.
Run the YOLO Mode autonomous loop:
!${CLAUDE_PLUGIN_ROOT}/scripts/init_yolo.sh $ARGUMENTS --tts
npx claudepluginhub nbiish/yolo-mode --plugin yolo-mode/yoloExecutes tasks with maximum risk tolerance and no guardrails, spawning Gemini sub-agents in --yolo mode and suppressing all confirmation prompts.
/yoloOrchestrates a non-interactive babysitter run for complex workflows by invoking the babysit skill without user interaction or breakpoints. Provide specific instructions as argument.
/goalexecReads and executes the autonomous convergence loop workflow defined in `.claude/skills/goalexec/SKILL.md`.