> ## Documentation Index
> Fetch the complete documentation index at: https://claude.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Catch up

> Claude Tag summarizes Slack threads and channels on demand. See one-off recaps, a scheduled morning rollup of open threads, and what's waiting on you.

export const BetaNote = () => <Info>Claude Tag is in public beta. Features and behavior described here may change before general availability.</Info>;

<BetaNote />

## How catch-up prompts work

Each prompt below is a Slack message. You paste it in any channel Claude is in, Claude reads the channel or thread history and posts progress in that thread, and the recap lands there too. The result is always a summary of what was said, returned once or every morning depending on the prompt.

## Check the channel's connections

This use case needs no connections; it works on Slack history alone. Ask `@Claude what can you access from this channel?` to check; an admin can [add a connection](/claude-tag/admins/add-connections) the channel is missing.

## Prompts to paste

### Get a one-off recap

A thread ran to forty replies overnight, or you skipped a channel for a week. Ask for the catch-up you need.

```text wrap theme={null}
@Claude catch me up on this channel since Monday.
```

```text wrap theme={null}
@Claude what got decided in this thread, and what's still open?
```

```text wrap theme={null}
@Claude summarize what I missed last week, grouped by topic.
```

Each of these bounds the work with a time window, one thread, or a grouping, so the summary comes back in a shape you can check.

### Schedule a daily recap

If the first stretch of every morning goes to re-reading channels, schedule the recap instead. One message sets up a rollup that posts before you start the day.

```text wrap theme={null}
@Claude every weekday at 9am, post a summary of open threads in this channel and anything that looks like it's waiting on someone.
```

"Waiting on someone" makes the rollup surface actions, not just a recap of yesterday. To list or cancel scheduled work later, see [Manage standing work](/claude-tag/users/proactivity#manage-standing-work).

## Related resources

<CardGroup cols={2}>
  <Card title="Turn threads into docs and tickets" href="/claude-tag/users/use-cases/create-artifacts" horizontal arrow>
    When the catch-up should become an artifact
  </Card>

  <Card title="Set up routines" href="/claude-tag/users/proactivity" horizontal arrow>
    Scheduling and triggers
  </Card>
</CardGroup>
