Skip to content
Business
Command

/find-discussions

Find discussions about a specific topic across Slack channels

From plugin
knowledge-work-plugins
24k15 skills5 agents15 commands40 MCP
Install
$ npx -y skills add anthropics/knowledge-work-plugins --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/find-discussions

Context preview

What this command does when you run it.

Find discussions about a specific topic across Slack channels

Command definition

find-discussions.md
description: Find discussions about a specific topic across Slack channels

Given the topic provided in $ARGUMENTS:

1. Use the `slack_search_public` tool to search for messages matching the topic. Use the topic as a natural language question first for semantic results. 2. If semantic results are sparse, follow up with a keyword search using key terms from the topic. 3. For the most relevant results, use `slack_read_thread` to fetch full thread conversations so you capture the complete discussion context. 4. Present the results organized by relevance:

  • For each discussion found, show: the channel name, who started it, a brief summary of the conversation, and the date.
  • Group related discussions together if they span multiple channels.
  • Highlight any conclusions, decisions, or unresolved questions.

5. Limit output to the top 5-10 most relevant discussions to keep results manageable. 6. If no results are found, suggest alternative search terms or broader queries the user could try.

Ships withknowledge-work-plugins

Plugins that turn Claude into a specialist for your role, team, and company. Built for Claude Cowork, also compatible with Claude Code.

Get the whole plugin

Other commands on knowledge-work-plugins.