Goals
View your personal goals in HACS.
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__list_personal_goalswithinstanceId: $HACS_INSTANCE_ID -
Display goals with:
- Title, status, progress
- Key criteria (if any)
- If argument is a goal ID, call
mcp__HACS__get_goalfor full detail
Rules
- Active goals first, then completed, then archived
- Keep it scannable — this is a review, not a deep read