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.
Where it lands in Jayverse
- alice-tech report: build the Slack-to-Notion summarization by hand before automating it. Route a Slack thread through Claude's existing Slack and Notion MCP connectors into the daily alice-tech report manually first, and only consider a tagged bot once that manual step is run often enough to be missed.
- gitboard: treat a future tagged presence as an ops commitment, not a convenience. If gitboard ever gets an @-mentionable Claude, budget for it having to always be running, handle being tagged in the wrong channel, and fail visibly — the availability promise is the expensive half.
- Auditor: apply the same "run it manually, see if it's missed" test before automating. Before building any automated auditor bot, run the manual publish-and-log workflow for a few weeks; if nobody misses it when it stops, the automation was not needed.
Key expressions
| Expression | 뜻 · 쓰이는 자리 |
|---|---|
| parked | 보류된, 잠시 미뤄둔 · 프로젝트나 아이디어를 당장 진행 안 하고 미뤄둘 때. "deliberately parked" |
| the definition of a merge | 그야말로 병합에 해당하는 상황 · 두 항목이 사실상 하나로 합쳐져야 함을 강조할 때. "which is the definition of a merge" |
| no new surface area | 새로 노출되는 위험·관리 지점이 없음 · 추가 구현 없이 기존 것만으로 되는 경우. "with no new surface area" |
| availability promise | 항상 응답 가능해야 한다는 약속 · 서비스가 언제나 가동돼야 하는 부담을 가리킬 때. "an availability promise attached" |
| the expensive half | (둘 중) 비용이 큰 쪽 · 두 대안 중 부담이 더 큰 쪽을 가리킬 때. "the promise is the expensive half" |
| fail visibly | 눈에 띄게(명확히) 실패하다 · 오류가 조용히 묻히지 않고 드러나야 함을 말할 때. "fail visibly rather than silently" |
| dressed as | ~인 척 꾸민, ~로 포장된 · 실제로는 다른 것인데 겉모습만 그럴듯할 때. "an operations commitment dressed as a convenience" |
| worth having | 가질 만한 가치가 있는 · 어떤 것이 도입할 가치가 있는지 판단할 때. "until the workflow is worth having" |
| nobody misses it | 아무도 아쉬워하지 않다 · 없어져도 그리워하지 않는다는 뜻으로 불필요함을 확인할 때. "nobody misses it when it stops" |
| MCP | 모델 컨텍스트 프로토콜(Model Context Protocol) · 클로드가 슬랙·노션 같은 외부 도구와 연결되는 표준 커넥터 방식. "Claude's existing Slack and Notion MCP connectors" |