beat-tracker

Solid

Weekly multi-beat news thread tracker — persists beat counts per active storyline, searches for new developments, alerts when a thread hits the article-ready threshold (3rd beat)

AI & Automation 508 stars 166 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

Today is ${today}. Read memory/MEMORY.md (and soul/SOUL.md if present) before starting. ## Why this skill exists tweet-roundup and reflect note when a storyline gets a new beat — but that state lives in daily logs, not in a persistent counter. By the time a thread hits 3 beats (article-ready), the signal is buried across 3 different log entries and nobody fires the alert. This skill fixes that: persistent beat counts per storyline, automated threshold detection, no manual tracking required. A **beat** is a distinct new development in an ongoing news story: a new source weighing in, a new actor making a statement, a new policy move, a price/volume reaction. Three beats in <30 days = the story has enough material to write about. This fills the gap between: - **topic-momentum** (scores what to write based on signal frequency) — broad, pattern-based - **narrative-tracker** (EMERGING/RISING/PEAK/FADING phases) — narrative-level, not event-level - **beat-tracker** (THIS) — event-level, specific stories, fires when threshold is crossed ## Steps ### 1. Load beat state Read `memory/topics/beat-tracker.md`. If the file doesn't exist, initialize it as an empty Active Threads list: ``` # Beat Tracker Last updated: ${today} ## Active Threads (none — will populate from memory on first inject pass) ## Closed Threads (none yet) ``` Parse all threads under `## Active Threads`. For each thread, extract: - Thread name - Search query - Status (active / article-ready / stale) - Bea...

Details

Author
aaronjmars
Repository
aaronjmars/aeon
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

article-queue

Weekly article idea synthesizer — ranks signals from topic-momentum, beat-tracker, and narrative-tracker into a prioritized queue the article skill reads on next run

508 Updated today
aaronjmars
AI & Automation Solid

writing-beats

Shape an article as a journey of beats, choose-your-own-adventure style. The user picks a starting beat from the raw material, you write only that beat, then offer options for where to pivot next, beat by beat, until the article reaches a natural end. Use when the user has raw material and wants to assemble it as a narrative rather than an argument.

485 Updated today
stevesolun
AI & Automation Listed

storyboarding-beat-generator

Generate single storyboard beats or short beat sequences for storyboarding practice in the Storyboarding as Choreography curriculum. Outputs a present-tense action line and a shift annotation — the smallest narrative unit a storyboard panel resolves. Use this whenever Johno asks for a beat, a sketching prompt, a scene moment, a panel prompt, or a starting point to sketch from — across Phase 1 (Observation), Phase 2 (Constraint Sketching), Phase 3 (Break Genre), or Phase 4 (Intention First). Trigger on phrases like "let's make a story beat", "give me a beat", "seed a sketch", "prompt for today's session", "beat for Phase 1/2/3/4", "story beat", "panel prompt", "scene moment for sketching", "generate a starting point", or any request to seed a sketching exercise with a beat to draw from.

0 Updated 1 weeks ago
quicksketcherz