claude

Dreamer: Autopilot Scheduler for Claude Coding Tasks

Dreamer is an autopilot scheduler that automates Claude coding tasks by managing workflows, coordinating multi-step development processes, and executing

Someone built a scheduler for Claude called “Dreamer” that runs coding tasks on autopilot.

It works with cron syntax or plain English - just tell it “every weekday at 9am” and it handles the rest. The clever part is it uses git worktrees to avoid messing with active branches.

How it works:

  1. Creates isolated worktree
  2. Spawns new branch
  3. Runs Claude prompt
  4. Auto-commits results
  5. Pushes and cleans up

Real examples people are running:

  • Daily: “Run tests, fix any failures, commit”
  • Weekly: “Find dead code and unnecessary dependencies”
  • Nightly: “Review today’s commits, update docs if needed”

One dev scheduled “review yesterday’s PRs and update the changelog” before bed and woke up to a finished commit.

Available at https://claudeonrails.dev as part of the Claude Matrix plugin. Pretty wild seeing Claude work completely autonomously overnight instead of waiting around during the day.