What problem does it solve? Project boards accumulate stale milestones, tasks, and inbox notes that nobody systematically works through. This Skill drains an entire .pm workstream autonomously, so backlog items get implemented, closed, blocked, or deleted based on evidence instead of lingering unchecked. ## Core Features & Use Cases - Autonomous backlog draining: Repeatedly picks the next actionable pending milestone, task, or inbox note in a workstream and processes it until nothing actionable remains. - Evidence-based triage: Every item is verified against the actual repository state (git log, grep, acceptance criteria) before being worked on, closed as already done, blocked with an unblock condition, or deleted as invalid. - Integrated shipping: Each item's outcome is committed and pushed individually via the /ship skill, with all .pm/ board writes going through the /pm skill. - Use Case: Run $loopx w1 to have the agent work through every pending item in workstream w1 overnight — implementing features, closing stale tasks, and blocking items that need your input, with a full report at the end. ## Quick Start Ask the agent to run $loopx w1 to drain every pending milestone, task, and inbox note in workstream w1 until nothing actionable remains.