# Summarize Scratchpads

> Compress today's and yesterday's scratchpad entries across all agents into a structured 20-30 line summary. Use this to quickly orient on multi-agent state without reading every scratchpad. Use when this capability is needed.

- Skill: `tomevault-io/summarize-scratchpads` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/summarize-scratchpads`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/summarize-scratchpads/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/summarize-scratchpads

---


## Task

Read all scratchpad entries from today and yesterday across all agents in `.claude/scratchpad/*/`, then produce a compressed cross-agent summary.

$ARGUMENTS

## Steps

1. Use Glob to find all `.claude/scratchpad/*/????-??-??.md` files
2. Filter to today's and yesterday's dates (check the two most recent dates present)
3. Read each file
4. Synthesize into the output format below

## Output Format

Return a 20-30 line structured summary:

```
## Scratchpad Summary — [date range]

### In Progress
- [Agent]: [what they're working on, key decisions made]

### Blocked
- [Agent]: [what's blocking them, who/what could unblock]

### Tensions
- [Between which agents, about what — naming conflicts, interface mismatches, disagreements]

### Unresolved
- [Open questions that no agent has answered yet]

### Notable
- [Key cross-agent observations, important corrections, process insights]
```

## Rules

- Keep it under 30 lines. This is a compression tool, not a verbatim copy.
- Flag agents that should have written scratchpads but didn't (based on recent git activity).
- Flag stale agents: if an agent has a definition in `.claude/agents/` but its most recent scratchpad is >5 days old, note it. Stale signals decay 2.4x faster (drift research).
- If an agent's scratchpad is over 80 lines, flag it as bloat (per multi-agent protocol).
- Prioritize tensions and unresolved items — those drive the next OODA cycle.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/bert-berkers) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-16 -->

