在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
research-workflow
// Dynamic research workflow management with self-reflection and backtracking
$ git log --oneline --stat
stars:284
forks:22
updated:2026年3月20日 18:36
SKILL.md
// Dynamic research workflow management with self-reflection and backtracking
Robot skill for hardware control
Robot skill for hardware control USB Camera
Search papers, assess novelty, and scan research landscape to support discussion with evidence.
Search for academic papers using available APIs
Search for academic papers using arXiv and Semantic Scholar
Verify academic citations against public databases
| name | research-workflow |
| description | Dynamic research workflow management with self-reflection and backtracking |
| roles | ["ags"] |
| tools | ["dispatch_agent","check_progress","ask_user"] |
| triggers | ["research","workflow","pipeline","run project","start research","always"] |
| version | 1.0.0 |
When managing a research project, follow this adaptive workflow:
Literature Review → Understand the field
dispatch_agent(role="literature", task="...")literature/notes/, BibTeX in referencesResearch Proposal → Define the research question
dispatch_agent(role="proposer", task="...")proposal/ideas/Experiments → Validate the hypothesis
dispatch_agent(role="experimenter", task="...")experiments/code/, results in experiments/results/Manuscript → Write the paper
dispatch_agent(role="writer", task="...")manuscript/main.texPeer Review → Quality check
dispatch_agent(role="reviewer", task="...")After each agent completes, reflect on:
If issues are found, you have three options:
ask_user to get human guidance