Stats
Actions
Tags
From personal-planning
Summarise recent entries and progress toward goals in the current personal-planning workspace. Variant-aware.
How this command is triggered — by the user, by Claude, or both
Slash command
/personal-planning:review-progressThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /personal-planning:review-progress Produce a concise progress review across recent entries, goals, and logs. ## Procedure 1. **Detect variant** from `CLAUDE.md` in the workspace. 2. **Gather inputs**: - Read the most recent 10 entries from the variant's entry folder. - Read all files in `goals/` (or `search-criteria/` for house-search, `recommendations/` for preparedness). - Read the last few `logs/` entries if present. 3. **Analyse**: - For each active goal, classify status: on-track / slipping / stalled / achieved. - Identify recurring themes in recent entries. - ...
Produce a concise progress review across recent entries, goals, and logs.
Detect variant from CLAUDE.md in the workspace.
Gather inputs:
goals/ (or search-criteria/ for house-search, recommendations/ for preparedness).logs/ entries if present.Analyse:
Write review: Save to outputs/review-YYMMDD.md with sections:
Present: Show the review inline and ask if the user wants to update any goals (/personal-planning:set-goal).
npx claudepluginhub danielrosehill/claude-code-plugins --plugin personal-planning