System intermediate Upgraded third-party

I need to know what is quietly costing me, every night.

The expensive problems rarely announce themselves. A lead that sat unanswered for two days, a draft that's been 'almost done' since Tuesday, a duplicated effort nobody noticed — each one small, none of them on fire, all of them adding up while you look at the loud thing instead. A nightly audit is a standing pass over your own work that surfaces the quiet costs and ranks them before they compound.

3
ways to run it
~15 min
to the first checklist
0
fires you have to be awake for

Ch. 01 What it is


The expensive problems rarely announce themselves. A lead that sat unanswered for two days, a draft that's been 'almost done' since Tuesday, a duplicated effort nobody noticed — each one small, none of them on fire, all of them adding up while you look at the loud thing instead. A nightly audit is a standing pass over your own work that surfaces the quiet costs and ranks them before they compound.

Ch. 02 The three ways to build it


Simplest path first. Every tier carries its real setup time and its honest trade-off — the cost is the part most write-ups leave out.

  1. Tier 1 · simplest path

    A manual end-of-day checklist

    Setup~15 min

    • plain markdown
    • a recurring reminder

    One short checklist you run at the close of the week — ten minutes, by hand. Not a journal, a scan: what's been sitting untouched, where did the same work happen twice, which thread went quiet, what did I start and not finish. Score each find on three axes you can hold in your head — how much it costs, how much it matters, and how sure you are it's real — and the worst one sorts itself to the top. Then you fix that one. The whole value is the standing habit of looking at the boring thing on purpose, because the boring thing is where the leaks are.

  2. Tier 2

    A scheduled audit script

    Setup~2 hrs

    • a cron job or scheduled task
    • a saved prompt + your work logs

    Promote the checklist into a prompt and put it on a timer. Each night, a scheduled run reads the things you'd have scanned by hand — your task list, recent activity, an inbox or a metrics export — against the same three questions, and writes a short ranked report to a file or a message: here are tonight's three quiet costs, worst first, with the one line of evidence behind each. You wake up to the list instead of generating it. The work shifts from 'remember to look' to 'read what the look found' — and because it runs whether or not you're buried, the buried weeks are exactly when it earns its keep.

  3. Tier 3

    An agent that audits, flags, and recommends

    Setup~1 day

    • an LLM with read access to your work
    • a scheduler
    • a gated action step

    The nightly run stops being a fixed script and becomes a reasoning pass. An agent reads across your work — tasks, threads, logs, recent decisions — finds the quiet costs the way a sharp operator would, and instead of just listing them, recommends the move: this lead has been cold three days, here's the follow-up; these two efforts overlap, here's which to drop. The safe, reversible fixes it can be cleared to apply on its own; anything with teeth it flags for you with its reasoning attached. Over time it learns the patterns that keep recurring and starts catching them earlier. This is the one tier where the audit improves itself instead of waiting on you to improve it.

Ch. 03 The detail


The expensive problems rarely announce themselves. A lead that sat unanswered for two days, a draft that's been 'almost done' since Tuesday, a duplicated effort nobody noticed — each one small, none of them on fire, all of them adding up while you look at the loud thing instead. A nightly audit is a standing pass over your own work that surfaces the quiet costs and ranks them before they compound.

Category
Agents & workflows
Format
System
Level
intermediate
Provenance
Upgraded third-party
agentsauditcronautomationself-improving