What problem does it solve? Long-running AI-assisted work often gets paused mid-stream, and resuming it safely requires reconstructing context, resolving pending decisions, and knowing which checkout owns the code. This Skill reads the centralized work state under the default source tree's .state/works/, settles reviewing streams against landing evidence, and drives one selected stream toward its charter without losing durable facts. ## Core Features & Use Cases - Centralized state resumption: Enumerates every incomplete work stream from state_root/.state/works/, reads each stream's recorded source-checkout Location, and resumes from on-disk state without bootstrap or disposable trees. - Reviewing-stream settlement: Checks coding streams for merged PRs via gh pr view and non-coding streams for explicit acceptance plus promotion receipts before marking them completed. - Risk-appropriate execution: Classifies runnable actions by tier, handing bounded Tier 0/1 work to one implementing owner, adding independent review at Tier 2, and routing Tier 3 work through lead coordination. - Delegated publication: Delegates pull-request creation and monitoring to an executor agent running the change-publication capability, and promotes durable facts to authoritative destinations at completion. - Use Case: You return Monday morning to three paused coding streams across two worktrees. Run takeover to see unblocked streams first, pick one, and have it resumed, implemented, PR'd, and parked at reviewing with all decisions journaled. ## Quick Start Resume my paused work streams and continue the one I select toward completion.