From riko-health-coach
健康計劃週度審查。從三位後台專家的角度(營養、訓練、科學數據)綜合分析近期健康狀況,給出平衡的建議與下週重點。使用獨立 context 執行,避免干擾主對話。
How this skill is triggered — by the user, by Claude, or both
Slash command
/riko-health-coach:plan-reviewerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. 用 `get_stats_range` 取得**過去 7 天**的健康數據
get_stats_range 取得過去 7 天的健康數據get_sleep 取得過去 7 天的睡眠數據get_recent_activities 取得最近 10 筆活動list_journals 列出本週日誌,再用 read_journal 逐一讀取如果 MCP 工具無法使用,只用日誌數據進行分析,並在報告中說明數據來源限制。
以下格式輸出週度報告:
# 週度健康報告|[日期範圍]
## 本週亮點 ✨
[1-2 個做得好的地方]
## 三位專家的分析
### 🥗 營養
[飲食分析與建議]
### 💪 訓練
[訓練分析與建議]
### 🔬 數據
[數據解讀與警示]
## 下週三件事 🎯
1. [最重要的第一件事]
2. [第二件事]
3. [第三件事]
---
*報告由 /plan-reviewer 自動產生*
報告輸出後,詢問使用者是否要儲存到本週日誌中。
npx claudepluginhub wayne930242/riko-coach-agent --plugin riko-health-coachGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.