What problem does it solve? Running a long task while you are away normally stalls the moment the agent hits an ambiguity or needs confirmation. This Skill collects every blocking question in one up-front burst, then executes the entire plan-execute-review-fix loop unattended without ever waiting on a human again. ## Core Features & Use Cases - Single question burst: Scans the codebase first, then batches all scope, constraint, and approach questions into one AskUserQuestion call before going fully silent. - Subagent orchestration with model tiering: Follows the autopilot plan-execute-review-fix flow, assigning opus/fable planners, sonnet executors, and haiku for simple tasks based on Phase 1 complexity flags. - Safety by deferral: Unsafe or irreversible actions (force pushes, deploys, mass deletes, external writes) are skipped and logged with the exact command, never performed or worked around. - Use Case: Before leaving for the night, tell the agent to run a multi-file refactor unattended; you wake up to a summary of what was done, what was assumed, and which risky commands were deferred for your approval. ## Quick Start Tell the agent to run your task with yolo, for example: yolo migrate the API handlers to the new router while I'm asleep.