Why
These were two cards and one of them said so. The tagged-bot idea recorded that it feeds into the integration workflow rather than standing alone, which is the definition of a merge. Both were parked in August 2026 as not currently important, so combining them costs nothing and removes a duplicate from the list.
What survives is the ordering, and it is the only part worth keeping. The workflow — a Slack thread that Claude summarizes and logs to Notion, chained through Claude's Slack and Notion MCP connectors — is a thing you can build today with no new surface area. A tagged presence in Slack is the same workflow with an invocation shortcut and an availability promise attached, and the promise is the expensive half: something that answers when tagged has to be running, has to handle being tagged in the wrong place, and has to fail visibly rather than silently.
So the honest sequence is workflow first, presence second, and the second may never be needed. If the manual version runs a handful of times and nobody misses it when it stops, that is the answer. agents-computer-use makes the same point at a larger scale — once the model is good enough, what you are buying is operations, and a bot that must always be reachable is an operations commitment dressed as a convenience.
How it works
Two forms of one idea
| The workflow | The tagged presence | |
|---|---|---|
| What it is | Slack thread → Claude summary → Notion record | The same, invoked by mentioning a bot |
| Built from | Claude's existing Slack and Notion MCP connectors | The workflow, plus a hosted listener |
| New surface area | None | Availability, error visibility, wrong-channel handling |
| Cost when idle | Zero | Non-zero — it has to be running |
| Status | The thing to build first | Parked, and correctly so |
The test that decides whether the second one is ever needed
Run the manual version for a couple of weeks. If nobody misses it when it stops, the tagged version is a solution to a problem that did not exist. If it is missed, the miss itself specifies what the bot must guarantee — and that specification is worth more than any amount of design done in advance.
Why it stays parked
Both halves were marked not currently important in August 2026 and nothing has changed that. The entry stays on the list because the ordering is the finding, not because the work is queued.