Slack workspace access. Surfaces new messages, active threads, and channel activity. Can also send messages and replies.
84
84%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
This guide helps the agent decide which Slack channels are worth following, how to discover new ones, and where to track that knowledge over time.
Don't assume up front which channels are important. Instead, let signal emerge:
channels list --active-since — this surfaces any channel with new activity since the last check-in. Scan the full list; anything that looks substantive is worth reading.Don't hardcode channel lists in this file. Instead:
**Channels checked:** line of the Slack section. This lets future check-ins pick up where the last one left off without re-scanning everything.Usually high signal:
#team-*) — decisions, direction changes, standups that contain real progress or blockers#proj-*) — active work, scope changes, launches#general, #decisions, #welcomes-and-celebrations#customer-*) — feedback, escalations, relationship signalsOften lower signal, but don't skip:
#tool-*) — mostly noise, but worth a skim if activeProcess freely, no need to pre-filter: The agent has access to all channels. Don't skip anything — process the full activity and use judgement to determine what's worth surfacing. Unexpected signal comes from unexpected places.
When a launch or completion is announced anywhere (not just a dedicated channel), flag it in the daily note as an archive candidate. Check whether there's a matching project folder in the knowledge base — if so, note it for the user to confirm before archiving.