ANDRADE-MUÑOZSAN FRANCISCO --:--:-- · overcast · 15°

/method — n°000 — meta — ALWAYS ON

The Method

I don't type code into a box; I operate a small fleet. One conductor session writes briefs and reviews diffs; executors run in their own windows; every repo verifies itself on every commit; and the checks run again at 06:17 while I sleep. This page is the day as it actually runs — down to the files that enforce it.

21

skills, one ladder

5

hooks on the rim, fail-open

4

repos gated on every commit + nightly

87

offline eval cases, nightly at $0

3

launchd agents running the loop

6

token-accounting lenses

00

While I slept

#

The day starts before I do. Three launchd agents run the loop overnight — no server, no cloud, just this machine keeping its own house.

the night shift — this morning, as it ransession
06:17launchd: com.geoandr.nightly-gate-digest — every focus repo's gate.sh + evals.sh06:17jim-agent — ✅ pass (9s) · evals — ✅ pass (2s)06:17grocery-buddy — ✅ pass (3s) · procurement-agent — ✅ pass (2s)06:17dj-agent — ✅ pass (7s)06:45launchd: me.ops-report — the fleet report measures, sanitizes, commits, pushes; the site redeploys07:15sundays: me.curator — every entry drift-checked against its repo; publishes only through its own gates

Drift gets caught within 24 hours instead of at the worst possible moment — and I don't have to remember to check, because the checking isn't mine anymore. The gate lines above are quoted from today's digest file; the first session of the day opens with them already in hand.

01

The two-minute open

#

No dashboard, no status meeting with myself. A SessionStart hook injects three things before I type a word:

a session start — the hook's injection, condensedsession
SessionStart · session-context.sh →Git: on 'main', 0 uncommitted change(s). Last commit: 15c85a8 …Gate digest (2026-07-06): 4 repos ✅ · evals ✅## Next steps — the last handoff's ordered list, yesterday-me briefing today-me

The triage rule, in order: a red gate or a yellow eval regression is the first task — you don't build on a broken foundation. Green → start from the handoff's next steps. No handoff → pick a rung below.

02

The ladder

#

Ceremony matches stakes. Every piece of work enters through one of these doors — the expensive mistake is over-planning small things and under-planning big ones.

which door, whenevery rung below the first is a real skill on this machine — click the harness below to read them
  1. just asktrivial — I know exactly what I wantno ceremony
  2. /spikeprototype — can this even work?one approach, a flat checklist, kill criteria
  3. /plana real feature in an existing projectdense phases, each ending where a human verifies
  4. /challengea decision worth attacking before it shipsan opus critic's ranked case against
  5. /deep-plan · /deep-challengearchitecture on the line — expensive to be wrongscripted fan-out: recon, competing designs, a five-lens panel
  6. /new-agenta brand-new agent projectthe whole convention set — first question: what's the gate?
  7. /hacka hackathon clock is runningdemo-first scaffold + a T-minus schedule

The deep tier is an economic decision, not a default: the skill frames a self-contained brief and a co-located script runs a bounded fan-out — a few hundred thousand tokens of parallel scrutiny on the decisions that justify it, and nothing on the ones that don't.

03

Conduct, don't type

#

The session shape that changes throughput isn't a better prompt — it's conduct, don't type. One session writes briefs and reviews diffs; implementation runs in parallel lanes — background agents and git worktrees — that verify themselves against their own gates.

the board while this page was rebuilta real morning — the conductor and its two executor lanes, from the session that produced the page you're reading

conductorconductorthis session

$revamp /method + the project deep dives3 explorers fan out — the site · jim-agent · grocery + djplan approved — two implementation briefs writtenreviewing diffs, not token streams

executorlane: grocery-buddybackground agent · own context

brief: goal · constraints · files it owns · verify command · what done meanscompressing the topology · drawing the real sub-graphsverify: tsc ✅ · content check ✅

executorlane: dj-agentbackground agent · own context

same brief shape, different territory — lanes can't stomp each otheringest transaction · generation loop · critic thresholdsverify: tsc ✅ · content check ✅

The lane contract — no lane starts without all of it

  • goal

    one sentence, unambiguous — if I can't write it, the work isn't ready to delegate

  • constraints

    what must not change, said out loud

  • files

    the lane's territory, named — so lanes can't collide

  • verify

    the exact command the lane must pass — usually that repo's gate.sh

  • done

    what finished looks like, so the lane can stop itself

The ramp is deliberately boring: one conductor plus one executor, adding a lane only when the current count feels idle. The ceiling isn't the model — it's brief-writing and diff-review bandwidth. A lane gets touched when it pings or at its checkpoint, never watched; if lanes keep blocking on me, the fix is fewer lanes or sharper briefs.

04

Verification without me

#

The highest-leverage question in the whole system is asked before any task starts: can the agent verify this without me? If the answer is no — no test to run, no eval case, no seeded data — that gets built first. It feels slower; it's faster by mid-session, because the agent self-corrects instead of queueing on my eyeballs.

what a commit has to survive
The diffany lane · any repogit commitany session, every timeguard-commitglobal hook · fail-opengate.shlint + hermetic suite · <120scommittedlint + suite provenblockedthe exact failing check, returnednight watchsame file · 06:17 · digestedPreToolUseruns the repo'sown gateexit 0redruns again nightly

outlined = where the model has no say — code or a human decides · dashed = failure / repair path

one file per repo, three enforcement points: the commit, the night watch, and — when repos get remotes — CI runs the same script

Evals are the same idea for the nondeterministic parts: anything with an LLM decision carries an offline, zero-credential evals.sh — JIM's replays 87 cases in about two seconds for $0.00, armed with a baseline so a regression is a verdict, not a feeling. The full harness is drawn inside JIM's dossier. And --no-verify stays available as the deliberate escape hatch — used rarely, said out loud in the commit message.

05

The flywheel

#

Everything above compounds through one rule and one ritual. The rule: anything done or explained three times becomes a skill that session. The ritual: a thirty-minute weekly retro over one question — where did I babysit this week?

the flywheel — friction leaves as an artifact
A babysit momentre-explaining · hand-verifyingBABYSIT_LOG.mdone line · ten seconds/retro — weeklyconversion, not reviewcheapest fix winshook < gate < instruction < skillThe harnesscompounds — felt oncethe open listone fix per itemapplied in-sessionnext week'sfriction, smaller

outlined = where the model has no say — code or a human decides · dashed = failure / repair path

skip the retro for a month and the setup stays exactly this good; run it weekly and every annoyance is felt approximately once

Instruction files ride the same loop, treated as code: one canonical AGENTS.md per repo, containing only what an agent gets wrong without being told. Every re-explanation in a session is a bug in that file, fixed with one line, then — not someday.

The proof is this site. It watches the fleet's transcripts, reads the night's digests, files its own report every morning, and syncs its entries against their source repos weekly — gated by its own content check and build rather than by my attention. The archive maintains itself and shows its work in the ops room.

06

The machine

#

The design rule underneath all of it: the main context window is the most expensive real estate in the system, so heavy reading happens in someone else's window and only conclusions come back. Below is the machine itself — every layer clickable down to the file that enforces it.


The harness is why a one-person shop ships agents on payment rails with red-team suites. Same nervous system as the products, pointed at the producer — and increasingly, running without him.

SHIPProcurement Agentthe doctrine, applied to a product instead of the producerPOSTFour Agents, One Nervous Systemthe products' shared spine — this page is its fifth room

The method is the claim — the work is the evidence

See what it built