What problem does it solve? It handles one-off tasks — a bug mentioned in chat, a small sketched feature, an unwritten cleanup — that don't belong to any tracked phase item, running them through the same disciplined build → PR → CI → merge pipeline without requiring a backlog or phase document. ## Core Features & Use Cases - Quick scope clarification: Asks 0–3 targeted questions only where genuinely ambiguous, then proceeds autonomously through build, test, and merge stages. - Isolated worktree workflow: Creates a git worktree under .worktrees/adhoc-<slug>, maintains a resumable SCRATCHPAD.md handover file, and tears everything down after merge. - Full delivery pipeline: Ships tests with the change, captures before/after Playwright screenshots for visual work, opens a draft PR, drives CI green, and squash-merges. - Use Case: A teammate mentions a bug in the commit graph context menu. Invoke the skill with that description, confirm the worktree option, and receive a merged PR with screenshots and a passing CI run. ## Quick Start Invoke the skill with a description of the ad hoc task you want built, such as fixing a specific bug or adding a small feature.