# Life Log Learning

> Use after a practice session — appends a practice log and updates the track streak, last_practice, and next_action from the user's report.

- Skill: `jayden-dang/life-log-learning` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add jayden-dang/life-log-learning`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jayden-dang/life-log-learning/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: jayden-dang (https://skillmd.com/u/jayden-dang)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jayden-dang/life-log-learning

---


# Log learning

## Role

REQUIRED: read sibling `ROLE.md` (secretary default, grant rule, hybrid ban, config paths).


## Recipe

1. Append log entry from **user-reported** practice (what, minutes, difficulty).
2. Update track: `last_practice`, `streak` (consecutive cadence hits — reset to 0 when the gap since `last_practice` exceeds the track's cadence), `next_action`.
3. Append the session's weak points to the track note's `weak_points` field — they are what step 2's `next_action` is drawn from.

Do not invent practice that did not happen.

## Done when

Track frontmatter matches the reported practice.

