What problem does it solve? It automates the full loop of picking planned work from a task tracker, implementing it in an isolated git worktree, and shipping it as a merged pull request without manual orchestration. ## Core Features & Use Cases - Two-pass task scanning: Reads the .midnite/tasks/_INDEX.md roll-up first, then only the candidate phase docs, to select up to 4 unblocked themes across phases. - Human-gated planning: Stops for theme selection and at least 5 upfront design decisions before writing any code, then claims the themes on main to avoid parallel conflicts. - End-to-end delivery: Builds in a .worktrees/ worktree with tests, captures Playwright before/after screenshots, opens a draft PR, drives CI green, updates trackers, squash-merges, and tears down the worktree. - Use Case: Run it with a phase hint to have an agent pick open themes, confirm design choices, and autonomously ship a tested, screenshot-documented PR for a desktop app feature. ## Quick Start Invoke the midnite-create skill with an optional phase number or task hint to select and ship the next unblocked themes as a merged PR.