research-skill
Original:🇨🇳 Chinese
Translated
Skill for researching best practices. Triggered when you need to understand methodologies, tools, and best practices in a specific field. Trigger words: research, learn about, what methods are there, best practices.
2installs
Sourcemaxoreric/sop-engine
Added on
NPX Install
npx skill4agent add maxoreric/sop-engine research-skillTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Research
Obtain external knowledge and best practices to provide a basis for Skill creation.
Process
- Clarify research objectives - Extract key questions from goal.md
- Search for information - Use web search to acquire information
- Organize results - Summarize into structured documents
- Output - Write to workspace/research.md
Research Dimensions
Methodology
- What are the industry-common methods?
- What mature frameworks are available?
- How do experts do this?
Tools
- What off-the-shelf tools are there?
- What are the advantages and disadvantages of each tool?
- Which one is recommended?
Cases
- What successful cases are there?
- How did they do it?
- What can be learned from them?
Pitfalls
- What are common mistakes?
- What needs attention?
- How to avoid them?
Output Format
Record in :
workspace/research.mdmarkdown
# Research Report: [Topic]
## Research Objectives
[Problems to solve]
## Methodology
[Summary of industry methods]
## Tool Recommendations
[Tool comparisons and recommendations]
## Reference Cases
[Cases for reference]
## Notes
[Pitfalls and suggestions]
## Conclusion
[Recommendations for Skill creation]
## Reference Sources
[List of information sources]Principles
- Prioritize searching authoritative sources
- Cite sources for information
- Compare from multiple perspectives, do not trust a single source
- Conclusions should be actionable