Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/ruflo-loop-workers:ruflo-scheduleThe summary Claude sees in its command listing — used to decide when to auto-load this command
$ARGUMENTS
Schedule a persistent background worker using CronCreate.
Usage: /schedule <worker> [cron-expression]
Workers: audit, map, optimize, consolidate, testgaps, predict, document, benchmark.
Default cron expressions:
- audit, testgaps: `*/15 * * * *`
- optimize, map: `*/30 * * * *`
- consolidate, document: `0 * * * *`
Example: /schedule audit */15 * * * *
Creates: `CronCreate("audit", "*/15 * * * *", "Run security audit worker")`$ARGUMENTS Schedule a persistent background worker using CronCreate.
Usage: /schedule [cron-expression]
Workers: audit, map, optimize, consolidate, testgaps, predict, document, benchmark.
Default cron expressions:
*/15 * * * **/30 * * * *0 * * * *Example: /schedule audit */15 * * * *
Creates: CronCreate("audit", "*/15 * * * *", "Run security audit worker")
npx claudepluginhub jzkk720/ruflo --plugin ruflo-loop-workers22plugins reuse this command
First indexed May 13, 2026
Showing the 6 earliest of 22 plugins