drain-tickets
Installation
SKILL.md
Drain Tickets
Orchestrate a queue of ready-for-agent tickets through do-work. One fresh subagent per ticket. You choose the plan; workers execute.
1. Resolve queue
Parse the invocation:
| Input | Queue |
|---|---|
Issue numbers (e.g. #3 #4 #5) |
Those tickets, in ascending number order |
Bare /drain-tickets |
Every open eligible ready-for-agent ticket (same eligibility as do-work), ascending |
List each ticket: number, title, one-line complexity guess (high / normal).
If the queue is empty: say so and stop.
Done when: the ordered queue is fixed and shown to the user, or the run stopped on an empty queue.