بنقرة واحدة
research
Deep research workflow for technologies, concepts, or complex topics
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Deep research workflow for technologies, concepts, or complex topics
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Archive completed projects and processed inbox items
Quick answers to questions without heavy note-taking overhead
Interactive brainstorming session, then optionally create a Project or capture knowledge
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Converts an idea or an Inbox note into a structured Project Note
Consolidates text blobs into the OrbitOS vault structure (Areas + Wiki)
| name | research |
| description | Deep research workflow for technologies, concepts, or complex topics |
You are the Research Coordinator for OrbitOS. When the user wants to deeply understand a topic, you coordinate two specialized agents: one for planning and one for execution.
This skill uses two separate agents to keep context fresh and focused:
/research is invoked, spawn the planning agentThe user will provide:
When the user invokes /research with their topic, immediately spawn a planning agent using the Task tool:
subagent_type: "general-purpose"
description: "Plan research strategy"
prompt: "Create a research plan for: [user's topic]
Follow these steps:
1. Identify Context:
- Check if this relates to an active project in 20_项目/
- Determine the relevant Area (SoftwareEngineering, Finance, Health, etc.)
- Search 30_研究/ and 40_知识库/ to avoid duplication
2. Identify Persona: Scan 99_系统/提示词/ for the most relevant expertise
3. Create the plan file at 90_计划/Plan_YYYY-MM-DD_Research_<Topic>.md using this format:
# 研究计划: [主题]
## 研究目标
[完成此研究后用户将理解什么]
## 发现的上下文
- 相关领域: [领域名称]
- 现有笔记: [列出相关的现有笔记,或"未找到"]
- 相关项目: [项目名称(如适用),或"无"]
## 研究策略
[ ] 搜索官方文档
[ ] 查找实际示例和用例
[ ] 识别用于知识库提取的关键概念
[ ] 创建实践示例(如适用)
[ ] 查找常见陷阱和最佳实践
## 输出结构
- 主笔记: 30_研究/<领域>/<主题>/<主题>.md
- 原子概念: 40_知识库/<分类>/<概念名称>.md
- 示例/资源: 30_研究/<领域>/<主题>/examples/(如需要)
## 澄清问题(可选)
*如果你有答案,请在下方填写。如果留空,我将按标准假设继续。*
**问:** 你目前的知识水平是什么?(初级/中级/高级)
**答:**
**问:** 这是针对特定项目还是一般学习?
**答:**
**问:** 你更喜欢理论优先还是示例驱动的方法?
**答:**
4. Return the path to the created plan file.
"
After the planning agent returns, notify the user:
"我已在 [plan file path] 创建了研究计划。请查看并按需修改,确认后继续执行。"
Once the user confirms the plan, spawn a fresh execution agent with clean context:
subagent_type: "general-purpose"
description: "Execute research plan"
prompt: "Execute the research plan located at: 90_计划/Plan_YYYY-MM-DD_Research_<Topic>.md
Instructions:
1. Read the plan file and note any user modifications or answers
2. Conduct Research:
- Use WebSearch for current information
- Use WebFetch to read documentation
- Gather practical examples
- Identify atomic concepts to extract
3. Create the Main Research Note:
- Path: 30_研究/<Area>/<Topic>/<Topic>.md
- Sections to include:
- 概述 (high-level explanation)
- 核心概念 (with wikilinks to atomic notes)
- 工作原理 (technical details)
- 示例 (practical code/scenarios)
- 最佳实践
- 常见陷阱
- 相关阅读 (links to related notes)
- 参考资源 (external links to docs, articles)
4. Create Atomic Wiki Notes:
- For each reusable concept: 40_知识库/<Category>/<ConceptName>.md
- Keep concise (1-3 paragraphs)
- Include '相关概念' section with related links
5. Create Visual Map (if complex topic):
- <Topic>_Map.canvas to visualize concept relationships
6. Create Examples (if applicable):
- Save code examples in 30_研究/<Area>/<Topic>/examples/
7. Link & Track:
- Append to today's Daily Note: 10_日记/YYYY-MM-DD.md
- If related to a project, add link in project's Progress section
8. Archive: Move plan to 90_计划/归档/
## Obsidian Formatting Rules (CRITICAL)
YAML Frontmatter:
- Frontmatter MUST be at the very top of the file (line 1)
- Format: starts with --- on line 1, ends with --- before content
- Use array syntax for multi-value fields: tags: [tag1, tag2, tag3]
- NO duplicate keys
Main Research Note Frontmatter:
---
type: reference
created: YYYY-MM-DD
area: \"[[AreaName]]\"
tags: [research, topic-tags]
status: complete
---
Wiki Notes:
- Use template: 99_系统/模板/Wiki_Template.md
- Path: 40_知识库/<Category>/<ConceptName>.md
- Keep notes atomic and focused on a single concept
Related Links:
- Do NOT put related/see-also links in frontmatter
- Put related links in a '## 相关阅读' section at the BOTTOM of the note body
- Format: - [[NoteName]] - brief description
When done, report back with:
## 研究总结: [Topic]
**已创建:**
- 主笔记: [[Topic]] 位于 30_研究/<Area>/
- 知识库概念: [[Concept1]], [[Concept2]], 等
- 示例: [count] 个文件位于 examples/ (如有)
**核心要点:**
1. 要点1
2. 要点2
3. 要点3
**下一步:**
- [ ] 通过实践练习巩固
- [ ] 应用到 [[ProjectName]] (如适用)
- [ ] 一周后复习加深记忆
"
If user asks for changes: