Paseo Loop Skill A loop is a worker/verifier cycle: launch a worker → check verification → repeat until done or limits hit. Use for "keep trying", "babysit", or "watch this until X." User's arguments: $ARGUMENTS Prerequisites Read the paseo skill for orchestration preferences — worker and verifier providers come from preferences unless the user names them. Loops are a CLI primitive: . Manage with , , , . Your job 1. Understand the user's intent from and the conversation. 2. Worker prompt — self-contained, concrete about what to do this iteration, explicit about what counts as progress. 3. Ver…