← ClaudeAtlas

working-overnightlisted

Run governed, unattended overnight work. Pulls from a defined work source (gated tickets, tickets to gate, or investigations like full/security reviews that create tickets), implements safe work as branch-plus-PR without ever merging, defers you-only decisions instead of guessing, and writes a morning report. Use when the user says to work overnight, run unattended, keep going while they are away, or asks to set up autonomous overnight work. Driven by /loop; not a single unbounded session.
agigante80/forge-kit · ★ 0 · Data & Documents · score 60
Install: claude install-skill agigante80/forge-kit
<!-- working-overnight-version: 8 --> # Working overnight Governed unattended work while the user is away. The engine is `/loop`: the user launches `/loop working-overnight` and each cycle does one unit of work and returns with fresh context. This skill holds the policy: what to pull, how to stay safe, when to defer, and when to wind down. The `overnight-continue` hook keeps a single cycle from halting on a question; it is not the engine. Read `references/safety.md` (the tier model and the never-list) and `references/pipeline.md` (the per-task governance pipeline) before the first cycle. They are binding. ## Two modes, told apart by the manifest - **Pre-flight** (interactive, once, when the user sets up the night): arm the run. - **Cycle** (each `/loop` iteration, unattended): do one unit of work. If `.claude/overnight/active.md` is absent, this is pre-flight. If it is present, this is a cycle. ## Pre-flight (arming) Do this with the user present. Never start autonomous work until they confirm. 1. Agree the work source and scope: which tickets, which investigations, and any no-go areas (paths, systems, ticket labels to avoid). 2. Agree the budget (token or cost ceiling) and the investigation-depth cap (how many new tickets an investigation may create before implementation must catch up). 3. Confirm the safety config in `references/safety.md`: the allowed tools and the Tier-3 never-list. Do not proceed if the requested work would need anything on the never