Project Info
Get a project overview from 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. -
Determine project:
- If argument provided, use it as project ID
- Otherwise use
$HACS_PROJECTfrom identity
-
Call
mcp__HACS__get_projectwithprojectId -
Optionally also call (in parallel if possible):
mcp__HACS__list_documentswithtarget: "project:<id>"for document listmcp__HACS__list_project_goalsfor goals overview
-
Display as a dashboard:
Project: <name> Status: <status> PM: <project manager> Team: <member list> Documents: <count> — <names> Goals: <count active> — <brief list>
Rules
- Keep it to one screen — overview, not deep dive
- If project not found, suggest
mcp__HACS__list_projectsto find the right ID