From slack-by-salesforce
Drafts a Slack announcement with proper formatting, asks clarifying questions, and saves it as a draft in Slack using the API.
How this command is triggered — by the user, by Claude, or both
Slash command
/slack-by-salesforce:draft-announcementThe summary Claude sees in its command listing — used to decide when to auto-load this command
Given the topic or context provided in $ARGUMENTS: 1. Ask the user the following clarifying questions (skip any that are already clear from the provided context): - Which channel should this announcement be posted in? - Who is the target audience? - What is the key message or call to action? - Is there a deadline or date to highlight? - What tone is appropriate — formal, casual, or urgent? 2. Compose the announcement following Slack formatting best practices: - Use Slack's mrkdwn syntax: `*bold*` for emphasis (not `**bold**`), `_italic_` for secondary emphasis, `>` for c...
Given the topic or context provided in $ARGUMENTS:
Ask the user the following clarifying questions (skip any that are already clear from the provided context):
Compose the announcement following Slack formatting best practices:
*bold* for emphasis (not **bold**), _italic_ for secondary emphasis, > for callouts.Present the draft to the user for review. Offer to adjust tone, length, or formatting.
Once the user approves, use slack_search_channels to find the target channel ID, then use slack_send_message_draft to create the draft in Slack.
Let the user know the draft is ready in Slack and they can review and send it from the Slack client.
npx claudepluginhub nimble-gravity/nimble-gravity-knowledge-work-plugins --plugin slack-by-salesforce7plugins reuse this command
First indexed Feb 27, 2026
Showing the 6 earliest of 7 plugins
/draft-announcementDrafts a Slack announcement with proper formatting, asks clarifying questions, and saves it as a draft in Slack using the API.
/draft-announcementDrafts a well-formatted Slack announcement by asking clarifying questions, composing the message with Slack markdown best practices, and saving it as a draft in Slack.
/create-threadCreates a Slack thread with structured sections for ongoing discussion, including context, questions, and next steps. Posts the initial message and follow-up replies, then captures the thread URL.
/write-updateWrite effective status updates that report progress and surface issues.