weekly-digests

Split claude-mem timelines into ISO weeks and generate serial weekly digests.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/chicago-joe/manymems --skill weekly-digests-chicago-joe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-digests
Source: https://github.com/chicago-joe/manymems/tree/main/plugin/skills/weekly-digests
Command: npx skills add https://github.com/chicago-joe/manymems --skill weekly-digests-chicago-joe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to transform a project’s claude-mem history into a serial, week-by-week digest, turning raw observations into structured narrative chapters.

Core Features & Use Cases

  • Serial weekly digests: split timelines into ISO weeks and generate a digest per week to maintain coherent storytelling across time.
  • Carry-forward narration: each week’s digest receives the prior week’s carry-forward block, ensuring continuity and context.
  • Operator-facing workflow: supports a reproducible pipeline from data fetch to per-week digests and a final digest folder.

Quick Start

Trigger the weekly-digests workflow for your project and allow the agent to split the timeline into ISO weeks and generate one digest per week.

Frequently Asked Questions about weekly-digests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate weekly narrative digests from a project timeline?

To generate weekly narrative digests, the Skill splits a project's claude-mem timeline into ISO weeks and produces a separate digest for each week. It uses a carry-forward block from the prior week to maintain coherent storytelling across the entire project history.

What is the best way to maintain narrative continuity across multi-week project histories?

Maintaining narrative continuity across multi-week project histories is achieved by carrying forward each week's digest into the next. This ensures that every weekly narrative digest retains the context and storytelling from the prior week's output.

Can I use a multi-agent setup to automate weekly digest generation for ISO weeks?

Yes, this workflow supports a multi-agent setup to automate weekly digest generation. It operates as a deterministic pipeline that targets reusable, reproducible processing of your claude-mem timeline data for each ISO week.

Do I need a claude-mem timeline to split project logs into weekly digests?

Yes, you need a claude-mem timeline as the input data source to split project logs into weekly digests. The workflow fetches this timeline data and processes it into structured narrative chapters based on ISO week boundaries.

How does carry-forward narration work for serial weekly digests?

Carry-forward narration works by passing the prior week's generated digest block into the current week's processing cycle. This ensures serial weekly digests maintain narrative continuity and context without losing prior historical developments.

Are there limitations when splitting long timelines into weekly narrative chapters?

The primary limitation when splitting long timelines is that each ISO week must be processed sequentially to maintain carry-forward narration. Skipping weeks or processing out of order breaks the deterministic pipeline and narrative continuity.