Subject: Give Claude a backlog that refills

BRAINFILE #003 — Tue, Jul 28, 2026

Brainfile — Autopilot for Claude Code. Make Claude Code actually work for you. Free, Tue + Thu.

Preheader: Work CLASSES with refill rules, not task lists that run dry.

THE NEVER-EMPTY BACKLOG: YOUR AGENT SHOULD NEVER ASK 'WHAT NEXT?'

Give an agent a task list and it stops when the list ends — usually 20 minutes into the two hours you gave it. The fix isn't a longer list. It's a backlog of work CLASSES, each with a rule for generating its next increment, so the well never runs dry.

THE PATTERN

1. List classes, not tasks

"Improve test coverage" is a class; "write a test for parseDate" is one increment of it. A class survives being worked on — it just yields the next increment.

2. Every class gets a refill rule

Write HOW to find the next increment: "coverage: run the coverage report, pick the least-covered file". The agent executes the rule instead of asking you.

3. Pick by leverage x staleness

When choosing what's next: what matters most x what's been ignored longest. Both factors are one line to compute. This stops agents from polishing the same favorite corner forever.

COPY-PASTE THIS

----------------------------------------

BACKLOG.md — never-empty work classes

When idle: pick the class with highest (leverage x days-since-touched).

tests (leverage: high)

refill: run coverage, pick the least-covered file, add 2 tests.

docs (leverage: med)

refill: find the newest feature with no README section. Write it.

cleanup (leverage: low)

refill: grep TODO/FIXME, fix the oldest one.

----------------------------------------

WHY THIS WORKS

Refill rules turn "idle" into a computable state instead of a conversation. In our own runs, this is the difference between an agent that works 20 minutes and one that works the full window you paid for.

(Same structure as the evergreen backlog our own system uses to never close a work window early.)

FROM THE WORKSHOP: You pick what we build next

The vote ladder is live on brainfile.io — one click, no account. Current options include cloud sync, team packs, and more Autopilot depth. We build the winner.

The lessons here are free, forever. Brainfile is the maintained layer —

everything it includes:

- The full Autopilot run protocol — tell it what you want and how long it has; it does the work and proves it

- All 10 pattern files (the structured plain-file playbooks the run pulls from)

- All 15 role packs (role-tuned setups; the free trial does not include these)

- The freshness feed — versioned updates every week as we learn

- 30-day money-back guarantee — cancel anytime

$99/mo · $999/yr · 30-day free trial, no card.

Start the free 30-day trial (no card): https://brainfile.io/trial

Vote on what we build next: https://brainfile.io/#vote-ladder

Brainfile · brainfile.io · Tue + Thu, always free · reply or [email protected]

Give your AI a working memory. See how Brainfile packages your context at brainfile.io.