Tasks
Check your HACS task queue.
Steps
-
Read identity:
# Identity: CWD first (per-instance), then home (fallback) if [ -f .hacs-identity ]; then source .hacs-identity 2>/dev/null elif [ -f ~/.hacs-identity ]; then source ~/.hacs-identity 2>/dev/null fiIf missing, tell user to run
/hacs-setupfirst. -
Call
mcp__HACS__get_my_taskswithinstanceId: $HACS_INSTANCE_ID -
Display as a compact list:
- Task title, status, priority
- If argument is a task ID, call
mcp__HACS__get_taskfor details
Rules
- Sort by priority/status — in-progress first, then assigned, then backlog
- Keep output scannable — table or bullet format