Check-in
One-shot morning briefing: messages, tasks, goals.
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. -
Run all three checks (in parallel if possible):
mcp__HACS__do_i_have_new_messagesβ if yes,mcp__HACS__list_my_messagesmcp__HACS__get_my_top_taskmcp__HACS__list_personal_goals
-
Format as a briefing:
π¬ Messages: [count] new β [brief summary] π Top Task: [title] ([status]) π― Goals: [list active goals]
Rules
- Keep it to one screen β this is a dashboard, not a deep dive
- If any check fails, report it but continue with the others
- End with a one-line suggestion of what to focus on first