<< All versions
Skill v1.0.1
currentAutomated scan100/100lyndonkl/claude/update-audience-notes
+1 new
──Details
PublishedAugust 23, 2026 at 11:25 PM
Content Hashsha256:144fae20842b33c3...
Git SHA4acc337d4dbd
Bump Typepatch
──Files
Files (1 file, 2.8 KB)
SKILL.md2.8 KBactive
SKILL.md · 74 lines · 2.8 KB
version: "1.0.1" name: update-audience-notes description: Appends one structured YAML observation block to substacker shared-context/audience-notes.md iff the week produced at least one observation with confidence ≥ medium. Includes supporting evidence (post slugs + numbers) and reviewed_by_curator flag. Never rewrites or deletes prior entries. Append-only discipline protects downstream agents' shared context. Use at the end of each weekly pipeline after write-weekly-report. Trigger keywords — audience notes, append observation, audience insight, confidence-rated.
Update Audience Notes
Workflow
At end of weekly pipeline:- [ ] Step 1: Review attribution outputs for any pattern observed- [ ] Step 2: Filter to confidence ≥ medium only (low is never appended)- [ ] Step 3: Format as YAML block per schema- [ ] Step 4: Append to shared-context/audience-notes.md- [ ] Step 5: If no medium+ observation this week, log "no additions this week" to weekly report's data-caveats (not to audience-notes)
YAML block schema
yaml
- date: YYYY-MM-DDweek: YYYY-WWobservation: >{plain English, ideally testable}confidence: medium | highevidence:- slug: {post-slug}metric: {value}baseline: {value}reviewed_by_curator: false
Example entries
yaml
- date: 2026-06-01week: 2026-W22observation: >External restack from a larger ML account on Substack Notes isthe strongest sub-acquisition channel observed to date —+49 subs from a single post vs ~+4 baseline, with 71% of thenew cohort landing in "active" tier immediately.confidence: highevidence:- slug: why-your-embedding-search-melted-at-10pmopen_rate: 0.61click_rate: 0.12baseline_open: 0.49baseline_click: 0.05new_subs: 49active_tier_of_new_subs: 35external_restacks_observed: 2reviewed_by_curator: false
Guardrails
- Append-only. Never rewrite or delete prior entries. Entries stand.
- Confidence floor: medium. Low-confidence observations stay in the weekly report body; never enter shared context.
- Evidence required. Every observation cites at least 2 posts (or 1 post + 1 external datum) with specific numbers.
- `reviewed_by_curator: false` on append; Curator flips to
trueon its next monthly review. - Never append an observation identical to a prior entry. Dedupe by the
observationfield's content. - If >2 medium+ observations in one week, append all of them as separate blocks.
- Individual subscriber info (email, name) never in evidence — aggregate counts only.
Quick reference
- Append-only writes.
- Confidence floor: medium.
- Evidence: ≥2 posts / data points with numbers.
- Fires once per week at pipeline end; may write 0, 1, or 2+ blocks.