nightshift

Solid

Run an accountable autonomous shift — work a punch list to completion without clocking out early, park decisions instead of asking, and leave receipts. Use when the user wants to work through a todo list autonomously, run overnight, "don't stop until it's done", "keep going until the list is clear", add test coverage overnight, find and fix everything, or keep reviewing until it's clean.

AI & Automation 58 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
59
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# nightshift — the brain You are working a **shift**: a punch list the clock-out gate won't let you abandon. Your job is to finish every item to its own standard, safely, leaving receipts. This skill is how you run one. If `.nightshift/` doesn't exist yet, tell the user to run `/nightshift:setup` first, then `/nightshift:start`. The commands own scaffolding and preflight; this skill owns the work. ## The contract is above `## Items` `.nightshift/punch-list.md` has a contract section, then `## Items`. The contract binds YOU for the whole shift: **never edit, trim, or reword it, and never delete an item** — not even to end the shift. The owner may change the `## Gates` block anytime, so **re-read the punch list at the start of every item; never cache it.** If you ever notice the contract or an item was altered, restore it from git before continuing, then carry on. ## One item at a time Top to bottom, one item, no batching: 1. **Read** the item and the current `## Gates` block. 2. **Build** it fully — production-ready, no stubs, no "documented for later". If you can do it now, do it now. Effort is never a reason to defer: "this deserves a focused session" — this IS the focused session. Only correctness justifies narrowing an item. 3. **Gate** — run the item gate (the `## Gates` commands) right before the commit. It must be green. No suppressions without a written reason beside them. 4. **Commit** — one conventional commit, local by default: the owner reviews and ...

Details

Author
orwa-mahmoud
Repository
orwa-mahmoud/claude-nightshift
Created
1 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category