From thinking-frameworks-skills
Renders Trend Scout ranked keep-and-drop lists into a weekly digest markdown file with top signals, explicit drops, and an appendix of all surveyed sources.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-frameworks-skills:write-weekly-digestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
Compose digest:
- [ ] Step 1: Load ranked keep list + drop list
- [ ] Step 2: Fill frontmatter
- [ ] Step 3: Render top-signals section (≤10 items)
- [ ] Step 4: Render explicit-drops section
- [ ] Step 5: Render appendix (every source surveyed + freshness state)
- [ ] Step 6: Voice-profile lint: no banned vocabulary; one-sentence paragraphs at pivots
- [ ] Step 7: Write ops/trend-scout/YYYY-WW-digest.md
---
week: YYYY-WW
generated: ISO8601
items_surveyed: N
items_kept: K (≤10)
items_dropped: D (explicit, with reasons)
---
# Week {WW} Digest — YYYY-MM-DD through YYYY-MM-DD
## Top signals ({K})
### 1. {Source} — {Title}
- URL: {full URL}
- Why this matters: {1-line teaches-X summary}
- Dedup: NEW | OVERLAPS {status}:{slug}
- Seed candidate: YES: {angle} | NO: {reason}
- Reading time: {N} min
### 2. ...
## Explicit drops ({D})
- {URL}: {1-line reason}
- ...
## Appendix: all sources surveyed
- {source}: {fresh | stale | failed} + one-line note
- ...
summary from summarize-signal, not a rewrite.npx claudepluginhub lyndonkl/claude --plugin thinking-frameworks-skillsRun the daily content pipeline to fetch signals, analyze relevance, draft output, edit for voice fidelity, and deliver the brief
Composes a structured weekly growth report (400-800 words) from upstream analytics outputs, enforcing YAML frontmatter schema, seven-section body, and word budget with weakest-section truncation.
Synthesizes Google Drive files, Granola meeting notes, and web signals into weekly Markdown research summaries with Trends, Competitors, Ideas, and Risks sections for PMs consolidating scattered research.