What problem does it solve?
This Skill turns a long claude-mem timeline into a readable, serial narrative digest broken out by ISO week, keeping continuity by carrying narrative context forward between weeks.
Core Features & Use Cases
- ISO-week splitting: Splits the full timeline into per-week files based on Monday-start ISO weeks.
- Sequential chapter generation: Runs one subagent per week in strict order (no parallelism) so each chapter inherits the prior week’s carry-forward block.
- Operator-friendly indexing: Builds a weekly index table so you can see coverage, observation counts, and session counts at a glance.
- First/Final chapter handling: Uses a special “origin” treatment for Week 1 and a “Where We Are” close for the final week to avoid a false ending.
Quick Start
Ask an AI to run “weekly digests” for your project so it generates one markdown digest chapter per ISO week and writes them under docs/timeline-weeks/.