What problem does it solve? Autonomous agent workflows stall when issues get parked in a ready-for-human queue waiting on maintainer decisions. This Skill drains that queue one issue at a time by extracting the pending decision, recording the maintainer's answer as auditable Human guidance, and moving the issue back to ready-for-agent when it becomes delegable. ## Core Features & Use Cases - Queue triage: Selects the highest-priority open ready-for-human issue (excluding type:spec planning artifacts) using priority bands and age ordering, with --issue and --skip overrides. - Decision extraction: Reads the issue body, blocker-state blocks, directive comments, and AFK envelopes with trust-based precedence rules to identify the single pending decision. - Atomic transitions: Applies state changes through the rs_dev MCP tools (requeue, hitl_resolve) rather than manual label flips, keeping the audit trail intact. - Use Case: An AFK agent parked issue #412 on a blocked:validation state. Run this Skill to surface the pending decision, interview the maintainer for the answer, refresh the Agent brief, and requeue the issue for autonomous execution. ## Quick Start Ask the agent to run the hitl workflow to pick the top ready-for-human issue, extract its pending decision, and requeue it once I answer.