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:
- Creates isolated worktree
- Spawns new branch
- Runs Claude prompt
- Auto-commits results
- 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.
Related Tips
Claude Runs Gmail Autonomously for Property Manager
A property manager grants Claude AI autonomous access to their Gmail account to handle tenant communications, schedule maintenance, and manage rental inquiries
DIY API: Turn Claude Pro Into API Access Via VPS
A guide explaining how users can set up a VPS to create their own API endpoint for Claude Pro by automating browser interactions, effectively converting the
DIY Claude API Using Your Pro Subscription
This guide explains how developers can leverage their existing Claude Pro subscription to access Claude AI programmatically through custom API implementations