From workflow
Appends timestamped work log section to daily WORKLOG/YYYYMMDD.md with session ID, files created/read/changed, and concise summary referencing details.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflow:log-workThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. create the file WORKLOG/YYYYMMDD.md if it doesn't already exist.
# 13:45 Added feature xyz
In the log section include a CONCISE set of items such as the following (Not all may apply to all situations, use your judgement):
npx claudepluginhub pchalasani/claude-code-tools --plugin workflowLogs accomplishments from Claude Code sessions to dated markdown files at session end, context checkpoints, self-improve triggers, or user request.
Generates and saves Markdown session logs capturing objectives, file changes, referenced materials, technical notes, future plans, open items, and metrics to resume project work across conversations.
Appends timestamped notes to daily log file (memory/daily/YYYY-MM-DD.md) without write gate evaluation. Creates file if missing for quick raw capture.