Focus on a queued outcome so you can commence work
<outcome-id or directory-label><objective> Prepare context for focused work on outcome `$ARGUMENTS`. This command: 1. Validates sufficient context capacity (≥75% free) 2. Delegates file operations to a subagent (resolve, move, update tracking) 3. Loads outcome_track.json into main context for immediate work </objective> <context> 0-Queued: !`ls outcomes/0-queued/ 2>/dev/null | grep -E "^[0-9]+-" | tr '\n' ' ' || echo "none"` 1-Ready: !`ls outcomes/1-ready/ 2>/dev/null | grep -E "^[0-9]+-" | tr '\n' ' ' || echo "none"` 2-In-Progress: !`ls outcomes/2-in-progress/ 2>/dev/null | grep -E "^[0-9]+-" | tr '\n' ' ' || echo "non...