claude-code-system-prompts/system-prompts/tool-description-schedulewakeup-loop-dynamic-mode.md
2026-04-11 11:22:09 -06:00

919 B

Schedule when to resume work in /loop dynamic mode — the user invoked /loop without an interval, asking you to self-pace iterations of a specific task.

Pass the same /loop prompt back via prompt each turn so the next firing repeats the task. For an autonomous /loop (no user prompt), pass the literal sentinel ${"<<autonomous-loop-dynamic>>"} as prompt instead — the runtime resolves it back to the autonomous-loop instructions at fire time. (There is a similar ${"<<autonomous-loop>>"} sentinel for CronCreate-based autonomous loops; do not confuse the two — ${"ScheduleWakeup"} always uses the -dynamic variant.) Omit the call to end the loop.