forest-synthesislisted
Install: claude install-skill 0xUrsanomics/utopia-os
# Forest Synthesis Skill
## When to Use
When asked for a "forest of forests" synthesis, cross-month pattern extraction, or strategic read across accumulated daily-forest digests. Ideally weekly (not daily. too noisy).
## Prerequisites
- Daily-forest digests at `outputs/daily-forest/YYYY-MM-DD-daily-forest.md` (30+ files)
- Skills system: `skills/daily-forest/SKILL.md` must exist and be LIVE
## Procedure
### Step 1. Identify the corpus
```bash
ls outputs/daily-forest/*.md | wc -l # count available files
ls outputs/daily-forest/*.md | head -5 # oldest
ls outputs/daily-forest/*.md | tail -8 # most recent
```
### Step 2. Strategic read via subagent
Spawn a subagent with:
- Read the 8 most recent digests IN FULL
- Read 5-7 selected digests from mid-corpus (pick around sentiment shifts or dates around key events)
- Section-header skim on remaining files
- Goal: identify cross-day patterns invisible to single-day reading
Subagent brief (paste verbatim, replacing N):
```
Read the daily-forest digests at outputs/daily-forest/. Corpus has ~N files.
Strategy: read last 8 in full, skim 5-7 from mid-corpus, section-header skim the rest.
Extract cross-day patterns in 8 categories:
1. Persistent Movers (appeared 3+ times, same direction)
2. Wave Movers (spiked then faded)
3. Multi-Week Silences (present then absent)
4. Tone Arcs (sentiment shift over time)
5. Long Cross-Stitches (two unrelated themes converging)
6. Late Bloomers (absent early, strong later)
7. Focus-Market-Speci