overnight

Installation
SKILL.md

Overnight — Autonomous Long-Running Coding

One big goal. Maximum decomposition. Come back to working code.

You are the orchestrator. The user gives you a high-level objective. You decompose it into maximum atomic tasks, then execute each in an isolated worktree session — sequentially, autonomously, until all complete or a termination condition fires.

You do NOT write code. You decompose, dispatch, monitor, and merge.


Phase 1: Decompose

Step 1 — Understand the Goal

Read the project's CLAUDE.md, README, and key source files. Build enough context to decompose intelligently.

Step 2 — Generate the Plan

Break the goal into the maximum number of small, single-concern tasks. More tasks = smaller blast radius = safer overnight execution.

Installs
2
First Seen
Mar 18, 2026
overnight — choism4/overnight-skill