Setting up an agent takes an afternoon. Getting value from it takes another 30 minutes: write a SOUL.md or HEARTBEAT.md, install a few skills, and stop doing the repetitive work yourself. The agent handles it instead.
The workflows below are all available in the Runbooks gallery. Each one was tested on a live agent. Time estimates are conservative.
1. Email Triage Bot (saves ~100 min/week)
The Email Triage Bot scans your inbox every morning at 8am. It flags messages from clients, partners, and anything with urgent keywords. Everything else gets summarized in one message.
What it replaces: the 20-minute morning inbox scan most people do before they can start real work. Open email, scan, decide what matters, close email, open it again 10 minutes later.
Setup time: 5 minutes. Copy the SOUL.md, install the gog skill, set your priority rules.
Time saved per week: 20 minutes/day x 5 days = 100 minutes/week.
2. CI Monitor (saves ~150 min/week)
The CI Monitor checks GitHub Actions every 30 minutes. When a workflow fails, it fetches the relevant logs, identifies the error, and sends a notification with the error summary and a link to the run.
What it replaces: manually checking CI status. Most developers either leave a tab open and refresh it, or they ignore CI until someone complains. Neither is good.
Setup time: 3 minutes. Copy the HEARTBEAT.md, install the github skill, point it at your repos.
Time saved per week: if you check CI 5-6 times per day and each check takes 5+ minutes when something is failing, you save 30 minutes/day = 150 minutes/week. That is conservative.
3. Expense Logger (saves ~75 min/week)
The Expense Logger scans for new receipt and invoice emails every 4 hours. It extracts vendor, amount, date, and category, then appends everything to a Google Sheet. Anything over $100 triggers a notification.
What it replaces: end-of-month expense reconciliation. Digging through email for receipts, manually logging them, trying to remember what that $47 charge was.
Setup time: 5 minutes. Copy the HEARTBEAT.md, install gog, point it at an existing Google Sheet or create a new one.
Time saved per week: 15 minutes per day of receipt hunting and logging = 75 minutes/week. You also stop losing receipts.
4. Competitor Watch (saves ~225 min/week)
The Competitor Watch checks competitor blogs, changelogs, and pricing pages every weekday morning. It searches for recent news about each competitor. If anything changed, it posts a summary to your team channel.
What it replaces: the competitive research that most founders and PMs do inconsistently. Either you check too often (45+ minutes/day) or you miss things and find out too late.
Setup time: 10 minutes. Copy the HEARTBEAT.md, install web_search and web_fetch, add your competitor list.
Time saved per week: if you spend 45 minutes/day on competitive research (realistic for a solo founder), that is 225 minutes/week saved. Even at 15 minutes/day, that is 75 minutes.
5. Issue Triage (saves ~100 min/week)
Issue Triage checks GitHub for new unlabeled issues every hour during business hours. It reads each issue and classifies it: bug, feature request, question, or docs gap. Then it adds the right label. If an issue contains "critical" or "crash," it sends an immediate alert.
What it replaces: manually reviewing and labeling every new issue. For repos with active users, this is a significant time sink.
Setup time: 5 minutes. Copy the HEARTBEAT.md, install the github skill, point it at your repos.
Time saved per week: 20 minutes/day for an active repo = 100 minutes/week. No issues fall through the cracks.
The math
| Workflow | Time saved per week |
|---|---|
| Email Triage Bot | 100 min |
| CI Monitor | 150 min |
| Expense Logger | 75 min |
| Competitor Watch | 225 min |
| Issue Triage | 100 min |
| Total | 650 min (10.8 hours) |
That is 10+ hours per week from 5 runbooks. Total setup time: under 30 minutes.
The pattern is the same for each one: find a task you do repeatedly, write a SOUL.md or HEARTBEAT.md that handles it, install the skills it needs. Each template in the gallery has everything you need to copy and go.
If you want to know what these workflows will cost before committing, calculate your cost at clawback-sable.vercel.app. Most of these run on Haiku and cost less than $0.25/day.