From personal-planning
Record a dated entry in the current personal-planning workspace. Works across all variants (diary, health, family, house-search, preparedness, personal-dev, inbox-hygiene).
npx claudepluginhub danielrosehill/claude-code-plugins --plugin personal-planning# /personal-planning:log-entry Append a new dated entry into the active workspace. ## Procedure 1. **Detect variant**: Read the workspace `CLAUDE.md` to determine the variant (diary / health-wellness / family-planning / house-search / preparedness / personal-dev / inbox-hygiene). Use that to pick the target folder: - `diary` → `entries/` - `health-wellness` → `log/` - `family-planning` → `family-meetings/` or `milestones/` (ask if ambiguous) - `house-search` → `viewings/` or `listings/` (ask) - `preparedness` → `input/` - `personal-dev` → `progress/` - `inbox-hygiene...
Share bugs, ideas, or general feedback.
Append a new dated entry into the active workspace.
Detect variant: Read the workspace CLAUDE.md to determine the variant (diary / health-wellness / family-planning / house-search / preparedness / personal-dev / inbox-hygiene). Use that to pick the target folder:
diary → entries/health-wellness → log/family-planning → family-meetings/ or milestones/ (ask if ambiguous)house-search → viewings/ or listings/ (ask)preparedness → input/personal-dev → progress/inbox-hygiene → inputs/ (email artefacts)Collect content: If $ARGUMENTS is empty, ask the user for the entry body. Otherwise treat $ARGUMENTS as free text.
Write file: Name it YYMMDD-<short-slug>.md with a short front-matter block (date, variant, optional tags) then the body.
Log cross-reference: If logs/ exists, append a one-liner (date + filename + summary) to logs/entries.md.
Report: Print the file path and next suggested step (e.g. /personal-planning:review-progress).