← back to AbramsEgo
build-queue/done/09-replenish.md
18 lines
# AbramsEgo task 09 — replenish the build queue (self-sustaining, BOUNDED)
Read SPEC.md. This keeps AbramsEgo building non-stop toward the spec without a human.
1. Compare the RUNNING dashboard (curl the :9773 APIs + read public/index.html + server.js)
against SPEC.md's 8 panels and Steve's hard rules.
2. Identify the highest-value MISSING or incomplete items.
3. Enqueue **at most 3** new task files into `build-queue/tasks/` (numbered above the current
max, e.g. 10/11/12), each a self-contained <15-min chunk written in the same style as tasks
01–08 (local-only, test against pm2 :9773, commit on success, gated work → drafts).
Then enqueue a fresh copy of THIS replenisher as the highest number so the cycle continues.
4. **BOUND:** if the dashboard already satisfies SPEC (all 8 panels present + hard rules met),
enqueue NOTHING (and do not re-enqueue this replenisher) — let the loop rest. Non-stop until
done, not busywork forever.
5. Commit any task files you add: `chore: replenish build queue (N tasks)`.
Do NOT build features in this task — only audit + enqueue. Local only.