overnightlisted
Install: claude install-skill Evil-Bane/argus
# /overnight — autonomous build/fix loop
Take a goal and relentlessly close it out, unattended, committing as you go. This skill is the
orchestrator: each round it runs the **/audit** skill (which already does discovery + functional +
sync + UI-craft + persona + competitive lenses with adversarial verify), then FIXES what's
confirmed, VERIFIES, and COMMITS — then loops. The user should be able to walk away and return to a
materially better artifact with a clean trail.
`$ARGUMENTS` = the goal (e.g. "make ZoneIN production-ready", "fix every bug in the dashboard").
No args = continue the project's stated goal / open backlog.
## Non-negotiables
- **Durable state, never lose progress.** Maintain a `TodoWrite` list AND a journal file
(`.overnight/journal.md` or similar) recording every round: what was audited, what was fixed,
what's left, what's blocked, the commit hashes. On resume, read it first. The todo is the source
of truth — keep exactly one item `in_progress`.
- **Commit after every green change.** Branch first if on the default branch. Small, verified
commits with clear messages. Build/tests must pass before committing (revert if not).
- **Ground truth.** Verify fixes on the real artifact (device screenshots / Playwright / CLI), not
just by recompiling. A fix isn't done until it's observed working and not regressing.
- **Surface blockers, don't stall.** If something needs the user (a destructive action, a credential,
a product decision, a disconnected devic