원클릭으로
project-goals
View project-level goals in HACS. Usage /project-goals or /project-goals <project-id>.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
View project-level goals in HACS. Usage /project-goals or /project-goals <project-id>.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Send a HACS message to another instance. Usage /msg Axiom "your message here".
Morning check-in. Shows messages, top task, and personal goals in one shot. Usage /checkin.
Add a diary entry to your HACS diary. Usage /diary "your entry text". Quick, reliable, one-shot.
Work with HACS documents. List, read, create, or edit docs in your personal space or a project. Usage /docs, /docs list, /docs read "name", /docs create "name" "content", /docs project hacs-coordination.
Mark something complete in HACS. Works for tasks, criteria, and goals. Usage /done <id>, /done task <id>, /done criteria <goalId> <criteriaId>, /done goal <goalId>.
Check your personal HACS goals and their status. Usage /goals.
| name | project-goals |
| description | View project-level goals in HACS. Usage /project-goals or /project-goals <project-id>. |
| allowed-tools | Bash, mcp__HACS__list_project_goals, mcp__HACS__get_goal |
View goals for a HACS project.
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.
Determine project:
$HACS_PROJECT from identityCall mcp__HACS__list_project_goals with instanceId: $HACS_INSTANCE_ID, projectId
Display goals with title, status, and criteria summary.
If argument is a specific goal ID, call mcp__HACS__get_goal for full detail.