What problem does it solve? Reconstructing what you actually did on a given day is tedious and error-prone when work spans many Claude Code sessions. This Skill reads the project's session transcripts from disk and turns them into an accurate, evidence-based daily work log, including backfilling days that were never logged. ## Core Features & Use Cases - Transcript indexing: Scans every JSONL session transcript for the project, groups activity by IST day, and reports which days already have a log file and which are missing. - Evidence digests: Extracts per-session prompts, files written or edited, git commits, skills and subagents used, todos, and bash commands for any date. - Structured log writing: Writes one Markdown file per day to .local/log/<MM-monthname-YYYY>/ with a summary, task blocks, files changed, evidence, open threads, and a sessions table, with append-safe re-runs. - Use Case: After a week of intense development, run the work log to backfill five missing days and produce a factual record of what shipped each day, grounded in actual session evidence rather than memory. ## Quick Start Ask Claude to run /work-log to generate today's work log and backfill any missing days from this project's session transcripts.