深度研究 - 多源搜索、交叉验证、结构化输出的研究工作流
Conducts comprehensive research using multiple search tools, cross-verifies findings, and delivers structured, source-attributed reports.
npx claudepluginhub cuipengfei/promptsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
使用所有可用的搜索类 MCP 工具进行深度研究,交叉验证信息,以结构化格式输出结果。
如果用户未提供明确主题:
如果主题明确,跳过确认。
深度判断:根据主题复杂度选择模式:
工具选择策略:
⚠️ 单源模式 并继续执行执行要求:
对搜索结果进行信息验证,按可信度分级:
| 标记 | 条件 | 含义 |
|---|---|---|
[verified] | 2+ 个独立来源确认 | 高可信度 |
[single-source] | 仅 1 个来源 | 待验证 |
[conflicting] | 来源间存在矛盾 | 列出各方说法 |
验证原则:
按以下格式组织结果:
## 要点摘要
- [verified] 要点 1
- [single-source] 要点 2
- [conflicting] 要点 3 — 来源 A 认为 X,来源 B 认为 Y
## 详细分析
### 子主题 A
分析内容...
### 子主题 B
分析内容...
## 来源列表
1. [标题](URL) — 简要说明
2. [标题](URL) — 简要说明
研究完成后,使用 AskUserQuestion 询问用户:
选项:
docs/research/YYYY-MM-DD-<topic>.md(如目录不存在则先创建)如果用户选择保存,将结构化输出写入文件。
如果当前环境没有任何搜索类 MCP 工具:
当前环境未检测到搜索类 MCP 工具。
深度研究建议至少 2 种搜索工具以实现交叉验证。仅 1 种可用时将以单源模式运行。请确认 MCP 服务器配置中包含搜索工具。
如果所有工具都未返回有意义的结果:
关于「{topic}」的搜索未返回有价值的结果。
可能原因:
- 主题过于小众或新
- 搜索关键词需要调整
建议:尝试用不同角度的关键词重新搜索,或缩小研究范围。
如果所有信息都来自同一来源,在摘要中显式提醒:
⚠️ 本次研究结果主要来自单一来源,交叉验证有限。建议对关键结论进行额外确认。
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.