You'll finish with: Work running while you do something else.
Some jobs take twenty minutes. You don't want to sit there watching.
Watch it once, then walk away
Don't hand off what you haven't watched once. Run the job in front of you the first time. A successful supervised run is evidence the workflow holds — it is not a guarantee that every future run will be correct. Different inputs produce different behaviour. Spot-check the output of background jobs, always.
Before you hand anything off, know which approval mode you're in. Automatically approve lets Claude get on with it while still checking each action for safety and stopping to ask when something looks off. Manually approve makes it wait for you every time. Skip all approvals means nothing is checking its work — that one is for jobs you have already watched succeed on data you don't mind losing.
Anthropic's own advice matches the habit above: don't try to validate every single command, watch for the pattern instead — is it opening files or sites you never mentioned? Switch to manual approval when the task touches sensitive files or accounts, or when a mistake would be hard to undo. Deleting a file always asks, whatever mode you're in.
A background job can't ask you a question halfway through. Anything ambiguous becomes a guess.
You come back to a list of exactly what changed, and spot-checking three files shows they're right.
If it did more than you asked, your work order had a gap. Add "don't touch anything else" and be specific about scope.