Goal
Keep a lightweight but auditable record of what happened in this session.
This prevents plan/reality conflation and makes later debugging/refactoring dramatically easier.
Output
Create or append:
- •
.fpf/worklog/session-${CLAUDE_SESSION_ID}.md
Use the template:
- •
.fpf/templates/worklog.md
If the user passed arguments, record them as the session goal(s).
Procedure
- •Start the log with:
- •session goal(s),
- •repo/module scope,
- •assumptions.
- •For each major step, capture:
- •planned action (design-time),
- •executed action (run-time),
- •outcome/observations,
- •files changed,
- •commands run,
- •links to DRRs/evidence/anomalies.
- •Keep a short "Open threads / TODO" section.
Quality bar
- •Don't write a diary; write an audit trail.
- •Prefer links over prose where possible.
- •Keep plan vs reality separate.