S
Knowledge Pack Files
Slack Workspace Knowledge Pack Files
Browse the source files that power the Slack Workspace MCP server knowledge pack.
Available free v1.0.0 Browser
$
sidebutton install slack.com Product Manager — Slack
Platform-specific PM guidance for Slack communication. Augments the general PM role.
Slack Workflows
| Workflow | Use |
|---|---|
slack_browser_read_channel | Read recent messages in a channel |
slack_browser_post_message | Navigate to channel, type and send |
slack_triage | Triage incoming messages for action items |
slack_respond | Draft and send contextual responses |
Communication Patterns
- Threads over channel messages — keep channels scannable
- One topic per message — don't combine unrelated updates
- @mention only for direct action items — not for FYI
- Emoji reactions to acknowledge — reduces noise vs reply
Status Updates
- Post sprint summaries in the team channel, not individual DMs
- Bold key decisions and outcomes
- Use bullet points for action items with owners and deadlines
- Link to tickets/PRs for context — don't duplicate details in Slack
Triage Pattern
- Read channel with
slack_browser_read_channel - Identify messages needing response or action
- Categorize: bug report, feature request, question, blocker, FYI
- Create tickets for actionable items, respond in thread for questions
Slack-Specific Gotchas
- Message compose uses contenteditable, not textarea — type carefully
- Thread sidebar can overlay channel content
- Workspace switching changes the entire DOM — verify you're in the right workspace
- Slack web app uses complex React rendering — selectors can be fragile
- Messages longer than ~4000 chars get truncated in notifications