weekly-digests

Group claude-mem history into ISO-week chapters with sequential digests.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory --skill weekly-digests-intelligent-resourcing-team-environment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-digests
Source: https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory/tree/main/plugin/skills/weekly-digests
Command: npx skills add https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory --skill weekly-digests-intelligent-resourcing-team-environment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Digest a project's claude-mem timeline into a serial, week-by-week narrative that yields one digest per ISO week, preserving raw daily sections for fidelity and using a carry-forward between weeks to maintain coherence.

Core Features & Use Cases

  • Serial week-by-week digests: split a timeline into ISO weeks and generate a dedicated chapter for each week.
  • Deterministic, sequential subagent pipeline: run one weekly subagent at a time, feeding the prior week's carry-forward block.
  • Flexible scope and reuse: supports projects with any number of weeks and multiple reviews, onboarding, reporting, or retrospective documentation.

Quick Start

Run the weekly-digests workflow on your project to produce one digest per ISO 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 digests from a claude-mem project timeline?

Weekly digests are sequential narratives that split a claude-mem timeline into ISO weeks, producing a dedicated chapter for each week. They preserve raw daily sections for fidelity and use carry-forward blocks between weeks to maintain narrative coherence.

Can I create serial week-by-week digests for projects with multiple weeks of history?

The workflow uses a deterministic, sequential subagent pipeline that runs one weekly subagent at a time. It feeds the prior week's carry-forward block into the next subagent to maintain coherence across all weekly digest chapters.

Do I need a running claude-mem worker to produce per-week timeline digests?

Yes, you need a running claude-mem worker to produce per-week timeline digests. You also need a clean output directory and per-week timeline sources to generate the sequential digest artifacts successfully.

What is the best way to maintain narrative coherence across multiple weekly project digests?

The best way to maintain narrative coherence across weekly digests is using a carry-forward handoff between sequential subagents. This enforces deterministic execution and feeds the prior week's context into the next week's digest generation.

Are there limitations when digesting a claude-mem timeline into ISO-week chapters?

A limitation is that the project must have at least one ISO week of observations to be digested. You also need a clean output directory and per-week timeline sources, or the sequential digest generation will fail.