ce-slack-research

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

/ce-slack-research

/ce-slack-research

Search Slack for organizational context and receive an interpreted research digest.
在Slack中搜索组织上下文,并获取经过解读的研究摘要。

Usage

使用方法

/ce-slack-research [topic or question]
/ce-slack-research
/ce-slack-research [主题或问题]
/ce-slack-research

Examples

示例

/ce-slack-research free trial
/ce-slack-research What did we say about free trial recently?
/ce-slack-research free trial in #proj-reverse-trial
/ce-slack-research onboarding flow after:2026-03-01
The input can be a keyword, a natural language question, or include Slack search modifiers like channel hints (
in:#channel
) and date filters (
after:YYYY-MM-DD
). The agent extracts the topic and formulates searches from whatever form the input takes.
/ce-slack-research free trial
/ce-slack-research What did we say about free trial recently?
/ce-slack-research free trial in #proj-reverse-trial
/ce-slack-research onboarding flow after:2026-03-01
输入可以是关键词、自然语言问题,也可以包含Slack搜索修饰符,如频道提示(
in:#channel
)和日期筛选器(
after:YYYY-MM-DD
)。Agent会从任意形式的输入中提取主题并制定搜索策略。

Execution

执行流程

If no argument is provided, ask what topic to research. Use the platform's blocking question tool (
AskUserQuestion
in Claude Code,
request_user_input
in Codex,
ask_user
in Gemini). If no question tool is available, ask in plain text and wait for a reply.
Dispatch
compound-engineering:research:slack-researcher
with the user's topic as the task prompt. Omit the
mode
parameter so the user's configured permission settings apply.
The agent handles everything from here -- Slack MCP discovery, search execution, thread reads, and synthesis. It returns a digest with:
  • Workspace identifier so the user can verify the correct Slack instance was searched
  • Research-value assessment (high / moderate / low / none) with justification
  • Findings organized by topic with source channels and dates
  • Cross-cutting analysis surfacing patterns across findings
If the agent reports that Slack is unavailable (MCP not connected or auth expired), relay the message to the user. Do not attempt alternative research methods.
如果未提供参数,请询问用户要研究的主题。使用平台的阻塞式提问工具(Claude Code中的
AskUserQuestion
、Codex中的
request_user_input
、Gemini中的
ask_user
)。如果没有可用的提问工具,则以纯文本形式询问并等待回复。
将用户的主题作为任务提示,调度
compound-engineering:research:slack-researcher
。省略
mode
参数,以便应用用户配置的权限设置。
此后所有工作均由Agent处理——包括Slack MCP发现、搜索执行、线程读取和综合分析。返回的摘要包含:
  • 工作区标识符:供用户验证是否搜索了正确的Slack实例
  • 研究价值评估(高/中/低/无)及理由
  • 按主题分类的研究结果,包含来源频道和日期
  • 交叉分析:呈现研究结果中的模式
如果Agent报告Slack不可用(MCP未连接或授权过期),请将该消息转告用户,不要尝试其他研究方法。