Project Goals
View goals for a HACS project.
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. -
Determine project:
- If argument provided, use it as project ID
- Otherwise use
$HACS_PROJECTfrom identity
-
Call
mcp__HACS__list_project_goalswithinstanceId: $HACS_INSTANCE_ID,projectId -
Display goals with title, status, and criteria summary. If argument is a specific goal ID, call
mcp__HACS__get_goalfor full detail.
Rules
- Active goals first, then in-progress, then completed
- Show criteria count (e.g. "3/5 criteria met") if available
- Keep output scannable