What problem does it solve? Running an AI delivery pipeline overnight or fire-and-forget requires an orchestrator that drains prep and build queues without human prompts, enforces spend limits, and parks ambiguous work instead of guessing. This Skill coordinates the full faff pipeline autonomously so a backlog can be processed while nobody is watching. ## Core Features & Use Cases - Full unattended pipeline: Runs tidy, prep queue drain, and build queue drain end-to-end, delegating to existing faff sub-skills in autonomous mode and parking anything ambiguous for later review. - Budget envelopes and sentry interrupts: Enforces wall-clock, build-attempt, token, and dollar-cost ceilings via faff budget check, plus a derailment kill-switch via faff sentry check at every between-units checkpoint. - Phase selection and convergence: Supports --phases build | prep | all for multi-machine coordination and within-run convergence that folds execution-discovered scope into the same run. - Use Case: Point it at a tracker backlog before leaving for the night; in the morning, review the run summary in .faff/runs/ showing shipped issues, open PRs, parked items, and any budget or sentry stops. ## Quick Start Ask the agent to run the backlog unattended overnight with a budget, for example: run beep-boop with --until 06:00 and a cost ceiling so it drains the prep and build queues and parks anything ambiguous.