What problem does it solve? Manually working through a labeled issue backlog one ticket at a time is slow and error-prone. This Skill automates the loop: it registers your project with the always-on redskilled daemon, arms a drain over the ready-for-agent queue, and lets daemon-admitted Workers claim, implement, validate, land, and close each issue in isolated git worktrees. ## Core Features & Use Cases - Autonomous queue draining: Register the project at a chosen runner (claude, codex, opencode) and target width, then observe as Workers grind through the backlog with no hand-built processes. - Scoped selectors: Drain only Tickets linked to a Spec, an explicit issue list, tag territories, or issues authored by a specific GitHub user. - Safety-guarded execution: Binding git safety rules, per-file commit discipline, canonical gate validation, and DONE/BLOCKED sentinels keep autonomous work auditable and recoverable. - Use Case: After triaging a Spec into Tickets labeled ready-for-agent, run /afk --spec 42 to have Workers claim each Ticket, implement it via TDD in its own worktree, pass the declared gate, and land it through PR merge while you watch status. ## Quick Start Ask the agent to run /afk to register this project with the redskilled daemon and drain every open issue labeled ready-for-agent.