Agent Skills: Project Goals

View project-level goals in HACS. Usage /project-goals or /project-goals <project-id>.

UncategorizedID: LupoGrigi0/Human-Adjacent-Coordination/project-goals

Install this agent skill to your local

pnpm dlx add-skill https://github.com/LupoGrigi0/Human-Adjacent-Coordination/tree/HEAD/.claude/skills/project-goals

Skill Files

Browse the full folder contents for project-goals.

Download Skill

Loading file tree…

.claude/skills/project-goals/SKILL.md

Skill Metadata

Name
project-goals
Description
View project-level goals in HACS. Usage /project-goals or /project-goals <project-id>.

Project Goals

View goals for a HACS project.

Steps

  1. 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
    fi
    

    If missing, tell user to run /hacs-setup first.

  2. Determine project:

    • If argument provided, use it as project ID
    • Otherwise use $HACS_PROJECT from identity
  3. Call mcp__HACS__list_project_goals with instanceId: $HACS_INSTANCE_ID, projectId

  4. Display goals with title, status, and criteria summary. If argument is a specific goal ID, call mcp__HACS__get_goal for 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