From thinking-frameworks-skills
Fetches last 7 days of updates from a curated watchlist of blogs, paper aggregators, and social feeds, returning normalized tuples. Use at the start of a weekly Trend Scout run.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-frameworks-skills:fetch-watchlist-sourcesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
At start of weekly Trend Scout run:
- [ ] Step 1: Parse ops/trend-scout/watchlist.md; group by source_type
- [ ] Step 2: For each blog: WebFetch archive URL; extract posts from last 7 days
- [ ] Step 3: For each paper aggregator: WebFetch the listing URL; filter to last 7 days
- [ ] Step 4: For each X account / subreddit: WebFetch the public URL
- [ ] Step 5: Normalize each item
- [ ] Step 6: Deduplicate by URL
- [ ] Step 7: Write .cache/YYYY-WW-raw.jsonl
update-watchlist's job).summarize-signal on survivors).Stored in ops/trend-scout/watchlist.md on Trend Scout's first real run. Starter set clustered by type:
~15 marked essential: true, ~20 essential: false (sampled).
.cache/YYYY-WW-raw.jsonl.npx claudepluginhub lyndonkl/claude --plugin thinking-frameworks-skillsProposes additions and removals to the Trend Scout watchlist based on consecutive failures, repeated references, and user feedback markers. Emits a diff for review and applies on approval.
Generates a themed digest from recent feed entries with semantic grouping and new source suggestions. Supports custom time windows, topic queries, project scoping, and optional knowledge structure analysis.
Aggregates RSS feeds from French tech sources like Journal du Hacker and Human Coders News, producing daily recaps of recent developer articles. Invoke via /veille [days].