deep-research by daymade/claude-code-skills
npx skills add https://github.com/daymade/claude-code-skills --skill deep-research通过严格的格式控制、证据映射和多轮综合,创建高质量的研究报告。
复制此清单并跟踪进度:
Deep Research Progress:
- [ ] 步骤 1:需求接收与格式约定
- [ ] 步骤 2:研究计划与查询集
- [ ] 步骤 3:证据收集(deepresearch 工具)
- [ ] 步骤 4:来源筛选与证据表
- [ ] 步骤 5:大纲与章节映射
- [ ] 步骤 6:多轮完整起草(并行子代理)
- [ ] 步骤 7:UNION 合并与格式合规
- [ ] 步骤 8:证据与引用验证
- [ ] 步骤 9:提交草案供人工审阅与迭代
在进行任何研究之前,确立报告要求:
创建一个简洁的报告规范文件:
Report Spec:
- Audience:
- Purpose:
- Scope:
- Time Range:
- Geography:
- Required Sections:
- Section Formatting Rules:
- Citation Style:
- Output Format:
- Length Targets:
- Tone:
- Must-Include Sources:
- Must-Exclude Topics:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
如果用户提供了模板或示例报告,请将其视为硬性约束并遵循其结构。
在调用工具之前定义研究策略:
使用 deepresearch 工具收集证据和引用。
文件结构(推荐):
<output_dir>/research/<topic-name>/
deepresearch_pass1.md
deepresearch_pass2.md
deepresearch_pass3.md
如果 deepresearch 不可用,则仅依赖用户提供的来源,并明确说明限制。
在起草前对来源进行标准化和评分:
证据表至少包含以下列:
创建一个强制执行格式约定的提纲:
避免单轮起草;生成多个完整报告,然后合并。
使用 Task 工具生成具有独立上下文的并行子代理。每个子代理必须:
实现模式:
Task(subagent_type="general-purpose", prompt="Draft complete report ...", run_in_background=false) -> version1.md
Task(subagent_type="general-purpose", prompt="Draft complete report ...", run_in_background=false) -> version2.md
Task(subagent_type="general-purpose", prompt="Draft complete report ...", run_in_background=false) -> version3.md
将草案写入文件,而非对话上下文:
<output_dir>/intermediate/<topic-name>/version1.md
<output_dir>/intermediate/<topic-name>/version2.md
<output_dir>/intermediate/<topic-name>/version3.md
使用 UNION 进行合并,切勿在没有基于证据的理由的情况下删除内容:
验证可追溯性:
将草案作为可审阅的版本提交:
| 文件 | 何时加载 |
|---|---|
| research_report_template.md | 构建大纲和起草结构 |
| formatting_rules.md | 强制执行章节格式和引用规则 |
| source_quality_rubric.md | 对来源进行评分和筛选 |
| research_plan_checklist.md | 制定研究计划和查询集 |
| completeness_review_checklist.md | 审查覆盖范围、引用和合规性 |
每周安装次数
175
代码仓库
GitHub 星标数
708
首次出现
Jan 25, 2026
安全审计
安装于
claude-code158
opencode150
gemini-cli148
codex141
cursor134
antigravity112
Create high-fidelity research reports with strict format control, evidence mapping, and multi-pass synthesis.
Copy this checklist and track progress:
Deep Research Progress:
- [ ] Step 1: Intake and format contract
- [ ] Step 2: Research plan and query set
- [ ] Step 3: Evidence collection (deepresearch tool)
- [ ] Step 4: Source triage and evidence table
- [ ] Step 5: Outline and section map
- [ ] Step 6: Multi-pass full drafting (parallel subagents)
- [ ] Step 7: UNION merge and format compliance
- [ ] Step 8: Evidence and citation verification
- [ ] Step 9: Present draft for human review and iterate
Establish the report requirements before any research:
Create a concise report spec file:
Report Spec:
- Audience:
- Purpose:
- Scope:
- Time Range:
- Geography:
- Required Sections:
- Section Formatting Rules:
- Citation Style:
- Output Format:
- Length Targets:
- Tone:
- Must-Include Sources:
- Must-Exclude Topics:
If a user provides a template or an example report, treat it as a hard constraint and mirror the structure.
Define the research strategy before calling tools:
Use references/research_plan_checklist.md for guidance.
Use the deepresearch tool to collect evidence and citations.
File structure (recommended):
<output_dir>/research/<topic-name>/
deepresearch_pass1.md
deepresearch_pass2.md
deepresearch_pass3.md
If deepresearch is unavailable, rely on user-provided sources only and state limitations explicitly.
Normalize and score sources before drafting:
Evidence table minimum columns:
Create an outline that enforces the format contract:
Avoid single-pass drafting; generate multiple complete reports, then merge.
Use the Task tool to spawn parallel subagents with isolated context. Each subagent must:
Implementation pattern:
Task(subagent_type="general-purpose", prompt="Draft complete report ...", run_in_background=false) -> version1.md
Task(subagent_type="general-purpose", prompt="Draft complete report ...", run_in_background=false) -> version2.md
Task(subagent_type="general-purpose", prompt="Draft complete report ...", run_in_background=false) -> version3.md
Write drafts to files, not conversation context:
<output_dir>/intermediate/<topic-name>/version1.md
<output_dir>/intermediate/<topic-name>/version2.md
<output_dir>/intermediate/<topic-name>/version3.md
Merge using UNION, never remove content without evidence-based justification:
Verify traceability:
Use references/completeness_review_checklist.md.
Present the draft as a reviewable version:
| File | When to Load |
|---|---|
| research_report_template.md | Build outline and draft structure |
| formatting_rules.md | Enforce section formatting and citation rules |
| source_quality_rubric.md | Score and triage sources |
| research_plan_checklist.md | Build research plan and query set |
| completeness_review_checklist.md | Review for coverage, citations, and compliance |
Weekly Installs
175
Repository
GitHub Stars
708
First Seen
Jan 25, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
claude-code158
opencode150
gemini-cli148
codex141
cursor134
antigravity112
AI 代码实施计划编写技能 | 自动化开发任务分解与 TDD 流程规划工具
49,000 周安装
SwiftUI 模式指南:iOS 26+ 与 Swift 6.2 架构、状态管理、性能优化
718 周安装
从Prettier/Biome迁移到Oxfmt:JavaScript/TypeScript代码格式化工具迁移指南
723 周安装
Python LLM应用评估驱动开发指南:使用pixie-qa建立自动化测试流水线
802 周安装
WPS Office跨应用智能助手:Excel、Word、PPT批量处理与数据迁移操作指南
722 周安装
.NET Framework 4.8专家:WCF服务、ASP.NET MVC 5与EF6企业应用维护与现代化指南
716 周安装
iOS安全开发指南:Keychain、CryptoKit、生物识别与安全编码最佳实践
733 周安装