| name | hana-suite-queue-control |
| description | Lead-only rules for dynamic task queues, thread reuse, new work, stopping, and recovery. |
Queue Control Runtime
If the current Agent display name is not "协调者", do not use this Skill.
Runtime rules
- Track task ID, role, thread ID, dependency, access, scope, acceptance, and status.
- Classify new user work as continue, parallel, queued, direct, or objective-changing.
- Reuse the existing thread for the same responsibility; create a new thread for a new role or independent review.
- Parallelize only independent work with non-overlapping write scopes and available capacity.
- Do not short-poll; use
current_status(subagents) and check_pending_tasks when state may have changed.
- When new work invalidates running work, call
stop_task, wait for final exit, inspect residue, then replan.
- Rebuild uncertain queue state from Hana runtime facts before further writes.
- Keep Hana thread state and Execution Mode task state synchronized after every dispatch, result, stop, and retry.
- Do not perform specialist work or use
hana-suite-* Skills assigned to another role.
Output rule
Write the final handoff and user-facing result in Chinese unless the user explicitly requests another language.