The weekly engine in one place: what happens each day, who triggers what, where data lives, what Claude Code should run on a schedule, and how reminders show up in Slack. Built so anyone can pick up the system without losing the thread.
Five-day rhythm. Each day has a primary owner and a small set of must-do steps. Color-coded by who's responsible — Jay (kraft), CM (warn), Automation (ok), Slack reminders (purple).
#jay-engine at 7 AMcontent/<week>/jay/anchor-essay.mdEach runs on cron, posts to #jay-engine in Slack (or email fallback), waits for your reply. Set up via Claude Code's /schedule skill — managed routines that wake up an agent on cron, run a tightly-scoped task, and notify when done.
Concrete previews so you can decide tone + volume. All go to #jay-engine (or DM Jay for sensitive ones). Email fallback for urgent items if you're off Slack.
Roles + responsibilities so handoffs stay clean.
From source material to live posts, where each piece sits.
Same asks as the Automation page, but framed for the "schedule + remind" architecture specifically.
#jay-engine in BB Slack (since BB is the existing org). Add an incoming webhook OR a Slack app (cleaner — supports threading + replies). Bot would post candidates / metrics / preflights as messages. Jay replies in-thread to pick anchors./schedule with managed routines — agent wakes on cron, executes the scoped task, sends the Slack message via the same MCP. Lowest effort, runs in your existing Claude environment. (b) A small GitHub Actions cron in this repo if you'd rather have the schedule version-controlled and visible.